Notes

Open-source projects categorized as Notes

Top 23 Note Open-Source Projects

  • wtfjs

    🤪 A list of funny and tricky JavaScript examples

  • Project mention: Milyen hasznos Github repokat ismertek? | /r/programmingHungary | 2023-12-10
  • AFFiNE

    There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.

  • Project mention: Are we making the best notion open source alternative? | news.ycombinator.com | 2024-01-20

    Also has a self-hosted version however it’s a bit out of date with their SaaS product

    https://github.com/toeverything/AFFiNE#self-host

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Trilium Notes

    Build your personal knowledge base with Trilium Notes

  • Project mention: Patterns of personal knowledge base (2023) | news.ycombinator.com | 2024-03-11
  • xournalpp

    Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

  • Project mention: Rnote – An open-source vector-based drawing app | news.ycombinator.com | 2024-03-11

    I highly recommend Rnote to anyone on Linux that misses the "hodgepodge" notetaking of apps like OneNote. It works like a dream on touchscreens and drawing tablets, with a surprising amount of configuration under the hood.

    Also worth noting is Xournal, an older but similar project: https://xournalpp.github.io/

  • Lepton

    💻 Democratizing Snippet Management (macOS/Win/Linux)

  • Project mention: Lepton – Desktop Snippet Manager Powered by GitHub Gist | news.ycombinator.com | 2024-01-01
  • HackMD

    CodiMD - Realtime collaborative markdown notes on all platforms.

  • notesnook

    A fully open source & end-to-end encrypted note taking alternative to Evernote.

  • Project mention: Notesnook – open-source and zero knowledge private note taking app | news.ycombinator.com | 2023-12-20

    The home page title has the word zero knowledge, I guess?

    Their GitHub has slightly more info regarding this, but I agree that stuff like this should have at least a page dedicated for it that explains how they've implemented their security.

    > Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.

    https://github.com/streetwriters/notesnook

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • TiddlyWiki

    A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

  • Project mention: It's 29 Delphi, I mean | news.ycombinator.com | 2024-02-22

    > What does ownership mean here?

    It means owning the code and the data. With webapps, the code and data are hosted and owned, the users do not own the code, cannot run it independently. This is a clear dileneation between owner and user, and the owners can use that clear line to create artificial scarcity of various kinds. (The most popular being the subscription SaaS model). It's also easier to defend your IP since end users never see your binaries.

    I like to make my software single html files whenever possible. People can just save them and run them locally. Havent met anyone who cares yet though.

    I like that idea a lot, and I care. I think others care, but yes, it's a niche interest. Take a look at https://tiddlywiki.com/ for an example of a fairly successful project that uses the single html format running locally. However it suffers from limitations on File|Save which often requires a separate runtime of some kind to support.

    Another project that approaches this ideal is https://redbean.dev/, @jart's tiny, performant, featureful single-file webserver. In this case the "single file" is a server executable + zip whose state must be updated on the command-line, but I think hits a sweet spot in terms of practicality, and a global minima when it comes to minimizing dependencies. (Redbean bundles SQLite and Lua so it's also possible to do through-the-web state updates as in a traditional webapp.)

    My own project, Simpatico, aspires to be something along these lines. Eventually your browser tab is both a client and server process, connecting via websockets to other connected browsers, storing all state locally. I call this pattern "monomorphism", a play on the "isomorphic" javascript SPA. The server[2] is currently written in ~1 node file, but eventually I would like to port to redbean (and greenbean, the websocket version of redbean, but it isn't quite ready yet). The server grew several features to support a fast, practical BTD loop using markdown[1], and safe, performant execution on the public internet[2], but ultimately I'd like to pare it down to serving a single html file and allow the connected clients to provide all diversity of experience. I've used it to explore all kinds of browser apis, from crypto[3] to svg[4] to writing my own libraries (combine[4] and stree[5]). And it's all running locally, and easily hosted on a $5 VPS, and its all open source.

    1 - https://simpatico.io/lit.md

    2 - https://simpatico.io/reflector

    3 - https://simpatico.io/crypto

    4 - https://simpatico.io/combine

    5 - https://simpatico.io/stree

  • takenote

    📝 ‎ A web-based notes app for developers.

  • nb

    CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.

  • Project mention: Nb – note taking and archiving on the command line | news.ycombinator.com | 2024-02-03
  • jrnl

    Collect your thoughts and notes without leaving the command line.

  • Project mention: Collect your thoughts and notes without leaving the commnand line | news.ycombinator.com | 2024-04-11
  • rnote

    Sketch and take handwritten notes.

  • Project mention: FLaNK AI Weekly 18 March 2024 | dev.to | 2024-03-18
  • Clean-Code-Notes

    My notes of Clean Code book

  • massCode

    A free and open source code snippets manager for developers

  • app

    Think fearlessly with end-to-end encrypted notes and files. For issues, visit https://standardnotes.com/forum or https://standardnotes.com/help.

  • Project mention: Show HN: Text Lambda, a versatile notebook for your personal data | news.ycombinator.com | 2024-02-21

    this certainly could be useful for me personally, but it would need more functionality. I think the _full_ project could be very useful though. however i would ask, how is this different from e.g. https://standardnotes.com/ and other note systems available ?

  • knowledge

    Everything I know

  • Project mention: My Knowledge Wiki | news.ycombinator.com | 2023-05-20
  • HedgeDoc

    HedgeDoc - Ideas grow better together

  • Project mention: Building a Blog in Django | news.ycombinator.com | 2023-09-12

    Nice and simple. I feel the only lacking feature for a basic blog is having unlisted blog posts, which is very handy when you want to share it to proof-readers. This can be done on google doc/hedgedoc [0] for sure, but then when porting there are very often typos creeping in.

    [0] https://hedgedoc.org/

  • zotero-better-notes

    Everything about note management. All in Zotero.

  • Project mention: Google Scholar PDF Reader | news.ycombinator.com | 2024-03-20

    Die you check the `zotero-better-notes`? [1]

    > LaTex math in Zotero note is no longer a dream. The `zotero-better-notes` addon now supports this feature!

    [1]: https://github.com/windingwind/zotero-better-notes

  • QOwnNotes

    QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.

  • Project mention: QOwnNotes | news.ycombinator.com | 2023-12-21
  • book-notes

    Notes from books and other interesting things that I've read. Table of contents at the end 👇

  • Project mention: Never Split the Difference: Negotiating as If Your Life Depended on It (2016) | news.ycombinator.com | 2024-04-12
  • ideas

    a hundred ideas for computing - a record of ideas - https://samsquire.github.io/ideas/ (by samsquire)

  • Project mention: Ask HN: Anyone using or working on a life dashboard? | news.ycombinator.com | 2023-07-22

    I wrote some notes about this of what I want in my "life engine":

    https://github.com/samsquire/ideas#5-life-engine

    I never got into the quantified self but I did want a portal (such as similar to the Yahoo! and Excite.com days) in the early 2000s. of personal details that I can take actions on.

    Then a few years later I wrote about "life situational awareness apps"

    I want my phone and desktop computer system try to have widgets for "accommodation", "travel", "food".

    https://github.com/samsquire/ideas3#59-life-indicators---sit...

    I did write a question generator feed dashboard written in Electron that let you snap in data collectors that would let you save records of stock purchases and facts about yourself such as your salary. The idea is that you could get advice based on what you answer.

    https://github.com/samsquire/living-documents

    https://github.com/samsquire/living-documents-library (the app repository)

    Unfortunately it's probably not buildable and I forgot to take screenshots or videos.

  • notes

    Fast and beautiful note-taking app written in C++. Write down your thoughts.

  • Project mention: Joplin is an open source note-taking app | news.ycombinator.com | 2024-03-03

    Plume is actually based on my open source note-taking app Notes[1]. You can already get it on Flathub, Snap Store etc. Notes uses just a simple plain text editor while Plume has a completely revamped block editor that I built from scratch. That parts of Notes used in Plume will remain open source (per the MPL license) but the rest of the code will be closed source. At least for the time being.

    [1] https://github.com/nuttyartist/notes

  • heynote

    A dedicated scratchpad for developers

  • Project mention: LaTeX and Neovim for technical note-taking | news.ycombinator.com | 2024-02-21

    Most of my technical note-taking these days happens inside VS Code. I already have it running, so opening a new window and stripping out the chrome (closing other stuff, hiding sidebars, etc. gives me all I need, _plus_ optional preview depending on on what I'm writing (mostly Markdown these days).

    Another option some of my friends like is Heynote (https://heynote.com), but, again, I can do the same with VS Code...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-12.

Notes related posts

Index

What are some of the best open-source Note projects? This list will help you:

Project Stars
1 wtfjs 33,956
2 AFFiNE 30,287
3 Trilium Notes 25,307
4 xournalpp 10,180
5 Lepton 10,080
6 HackMD 8,965
7 notesnook 8,280
8 TiddlyWiki 7,704
9 takenote 6,636
10 nb 6,275
11 jrnl 6,256
12 rnote 5,786
13 Clean-Code-Notes 5,644
14 massCode 5,429
15 app 4,869
16 knowledge 4,742
17 HedgeDoc 4,639
18 zotero-better-notes 4,586
19 QOwnNotes 4,323
20 book-notes 3,772
21 ideas 3,763
22 notes 3,526
23 heynote 3,432
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com