SaaSHub helps you find the best software and product alternatives Learn more →
Notes Alternatives
Similar projects and alternatives to notes
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
-
logseq
A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
-
-
-
QOwnNotes
QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
-
-
Requestly
Requestly was built to save developers time by intercepting and modifying HTTP Requests. It has now developed into an open-source alternative to Charles Proxy and Telerik Fiddler that works directly in browsers without VPN and proxy Issues. It is used by more than 200,000+ front-end developers and 11,000+ companies worldwide.
-
-
Android-Password-Store
Discontinued Android application compatible with ZX2C4's Pass command line application
-
-
qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
notes discussion
notes reviews and mentions
-
App Should Have Been a Website (and Probably Your Game Too)
Hi there! Yes, I will switch to a more distinctive icon in the future once I can afford to hire a new designer.
Multiplayer was quoting the correct reason. I also exeplained more about the timeline here: https://github.com/nuttyartist/notes/issues/690#issuecomment...
Tldr: The FOSS version earned a stable revenue through Google Ads placed on the website, since the website ranked high on Google searches. Two years ago, that changed since the website got de-ranked, so I created a different, proprietary version of the app based on the FOSS version but with a totally revamped block editor that I wrote from scratch - that I worked on full-time for a whole 1 year.
-
Show HN: Brisk – Cross-Platform C++ GUI Framework: Declarative, Reactive, Fast
> I use Qt myself and one of the best things about the framework and toolkit is the UI tooling that allows me to drag and drop and visually create my UIs in the UI Designer app.
But then it's not trivial to write responsive/adaptive applications. In contrast, QML makes it extremely easy to build such apps.
I used to build UIs in the designer as well[1] but after studying QML there's no going back. Here's a new project I program solely in QML (and C++ for the logic)[2].
[1] https://github.com/nuttyartist/notes
[2] https://www.get-vox.com/
-
Show HN: Serverless collaborative notion-level note editor using CRDT in GO
Thanks! I'm not 100% sure about this, still hearing feedback from people on both ends. Some reasons for the switch would be:
1. File versioning
2. Easier self-hosted syncing
3. Better data portability (although we already support exporting to .txt)
I would love to hear counterpoints. Currently, SQLite works pretty well, and our custom database is pretty simple (plus, our database code is also open source[1]).
[1] https://github.com/nuttyartist/notes/blob/master/src/dbmanag....
-
Joplin is an open source note-taking app
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
-
Why I Like Obsidian
Plume is built on top of my open source note-taking app Notes[1]. Since Plume is based on Notes, I'll of course comply with the MPL license and release all existing files that were changed (and must stay MPL licensed).
But I recently discussed my reasoning to go close-source with Plume[2]. I've been working night and day (every day) converting 4 cups of coffee into code for the last 4.5 months to create Plume. I don't want to risk not being rewarded sufficiently for it. But, I'm 99% sure that I'll either open source the core block editor or the entire app in the future.
[1] https://github.com/nuttyartist/notes
[2] https://news.ycombinator.com/item?id=38584960
-
Ask HN: What do you use for note-taking or as knowledge base?
2. Each note is just a simple plaintext in the underlying data (although currently stored in a database, but in a future update we'll convert the database to an arbitrary folder).
So you can create beautiful and advanced notes, easy. In a non-proprietary format (when that future update arrives). All while using a resource efficient and fast software that is cross-platform.
[1] https://www.get-plume.com/
[2] https://www.get-notes.com/
-
QOwnNotes
My Noets app[1] editor is built on top of the Markdown syntax of QOwnNotes.
My new app Plume[2] is built on top of Notes but features an advanced block editor and a new design.
[1] https://www.get-notes.com/
[2] https://www.get-plume.com/
-
notes VS Einwurf - a user suggested alternative
2 projects | 20 Dec 2023
- Turn Markdown Tasks into Beautiful Kanban Board. Qt C++ & QML. No Electron. FOSS
-
Joplin – open-source note-taking and to-do application with sync
Indeed, I want this feature badly myself to create wikis and such. There's an open issue[1]. We'll definitely implement that some day.
[1] https://github.com/nuttyartist/notes/issues/431
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Feb 2025
Stats
nuttyartist/notes is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
notes is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of notes is C++.