138

TLDR: After the fantastic Trilium Notes entered maintenance mode, a significant group of community members (including myself) have committed to moving the project forward.
🎁 An official backward-compatible TriliumNext Notes release should be available soon!

If you haven't heard of Trilium Notes (Or TriliumNext Notes), you should check it out. For an example of what TriliumNotes looks like, you can check out the slightly outdated screenshot tour. Trilium Notes is IMO the best truly open, and truly libre note taking software that exists.

Originally coming from OneNote, I've tried many...many alternatives, and it has been a joy switching to TriliumNotes.

🍻 This free (gratis), open-source, self-hosted, personal wiki/note software offers all the following with no nags, no paywall and no restricted features - you get all the goodies up front!

  • Note cloning (notes can exist in multiple locations at once)
  • Interactive note visualization maps
  • Various note types (canvas, mermaid diagrams, web view, relation map, code, etc)
  • Various bulk folder import and export options (HTML, Markdown, Text)
  • Revision history (and recent changes view)
  • Scripting (Very powerful - automate tagging, deletion, etc)
  • Full documented ETAPI for external scripting or development
  • Browser extension for web clipping
  • Fast fuzzy search & advanced search (search by tags, parent note, size, etc)
  • Sharing notes with a public url with a simple toggle
  • Encrypted notes
  • Extensive and versatile note tagging (inheritable tags, relationship tags, etc)
  • Note note tabs, zen mode, multi-note views
  • Note archiving
  • Note linking and embedding (embed notes inside other notes)
  • Full wysiwyg editor (with markdown and math syntax completion) - external editors supported
  • Unlimited note nesting
  • Daily note journaling feature
  • Extendable with widgets, custom plugins, themes, scripts, etc
  • Customizable keyboard shortcuts (and VIM keyboard bindings)
  • Automatic note syncing to server (or other clients that are setup in 'server' mode)
  • Automatic backups
  • Cross platform (Windows, Mac, Linux, Flathub, Docker - very simple compose)
  • Good documentation, Matrix support chat, Github Discussion forums, awesome lists

The main downsides are:

  • The mobile (android) app currently is only for composing notes (not for reading other notes on the server). You must use the mobile browser version (which works quite well) to get a 'fuller' experience. (The new TriliumNext project does plan to improve the mobile experience).
  • Only one user per server is currently supported (this is a high priority for the TriliumNext team)
  • Some people don't like database note taking software since they prefer files in a directory, but this isn't an issue for me since I can automate the export of TriliumNotes (using the api) and save the notes to Nextcloud or my local file system for easy viewing.

📢 If this project interests you, you can follow the progress on github and get involved if you would like to see this project flourish! There are teams to help with development, issue triaging, documentation, testing, etc.

🗳️ If you'd like to vote on the new TriliumNext logo, you can do that too!

Happy Note Taking!)

top 50 comments
sorted by: hot top controversial new old
[-] watson387@sopuli.xyz 56 points 1 month ago

Database storage for notes is a non-starter for me.

[-] dogsnest@lemmy.world 18 points 1 month ago

I'm glad I barely skimmed the wall to find this first post.
Thanks for the timesaving.

[-] homegrowntechie@lemmy.world 11 points 1 month ago

I've never quite understood why this is such a non-starter for most people. I just simply set up a script to export my Trilium notes to Nextcloud as flat files so I can still read my notes anywhere even without a Trilium client. Trilium also allows you to edit the notes with an external editor, and then you can just re-import the note to update the note in Trilium.

[-] notabot@lemm.ee 22 points 1 month ago

It's a non-starter for me because I sync my notes, and sometimes a subset of my notes, to multiple devices and multiple programs. For instance, I might use Obsidian, Vim and tasks.md to access the same repository, with all the documents synced between my desktop and server, and a subset synced to my phone. I also have various scripts to capture data from other sources and write it out as markdown files. Trying to sync all of this to a database that is then further synced around seems overly complicated to say the least, and would basically just be using Trillium as a file store, which I've already got.

I've also be burnt by various export/import systems either losing information or storing it in a incompatible way.

[-] homegrowntechie@lemmy.world 12 points 1 month ago

Thanks for the clear explanation, that makes sense to me. For me, I just use Trilium for all of the above, so it doesn't affect me, but I could see how it would matter for those using it in the way you are 👍

[-] acockworkorange@mander.xyz 19 points 1 month ago

Some people have different requirements. Some have been burned by a program becoming obsolete or migrating between programs and finding out getting their data was (at least initially) beyond their capabilities. Some don’t see the tradeoff of having true rich text as worth it.

I’m not in that camp, but I can see the appeal.

[-] Brickardo@feddit.nl 19 points 1 month ago

The summed up version of your comment is that you also go out of your way to work around the database issue.

[-] homegrowntechie@lemmy.world 3 points 1 month ago* (last edited 1 month ago)

I can see your point, I should have clarified that I never use an external editor myself to edit the notes, I was just saying that you could do that if you needed to. I only export to Nextcloud so I can view it there just as I would have to save to Nextcloud if I was using Obsidian or some other file-based note-taking app.

[-] rtxn@lemmy.world 14 points 1 month ago* (last edited 1 month ago)

I just simply set up a script to export my Trilium notes

edit the notes with an external editor, and then you can just re-import the note

Those two lines right there.

I value interoperability between software. Using a container format to store plaintext files and metadata introduces an XKCD 927 situation where it's just another reinvention of the wheel that requires additional software support or a whole other workflow for no real benefit. Why is it necessary, for example, to store plaintext data and the related hierarchical structure in a container format when the same feature is already present in the filesystem with files and directories? It adds unnecessary complexity, roadblocks, and points of failure.

I'm using QOwnNotes at the moment. If I want to edit a note, for example, using neovim through SSH, all I need to do is navigate to the markdown file and open it. No scripts, no export/import. Only text files, and that is all it ever needs to be.

[-] asap@lemmy.world 7 points 1 month ago* (last edited 1 month ago)

It makes for very handy use cases where other applications can work on the same data. This could be easily adding content into your notes (without needing an API to do so), using external editors for working on certain aspects of your notes, or even just the super handy convenience of having everything in one directory structure.

My Obsidian notes are right inside the same folders as the PDFs and other resources they refer to. I don't have to have a tree structure inside my notes and then the same tree structure in my hard drive or Dropbox or wherever with all my other files.

I was a 10+ year Evernote veteran, and I couldn't go back to the single DB style like Evernote or Trillium. I wish there was an open source competitor to Obsidian, but alas not yet.

And as @acockworkorange@mander.xyz rightly points out, people (me!) have been burned in the past by a program becoming obsolete and having your files stuck in some proprietary format. Plain files right in a folder on the disk is the way to go.

[-] watson387@sopuli.xyz 5 points 1 month ago

Why would I want to do the extra work when there are other options available that just don't store the notes in a db?

load more comments (2 replies)
[-] poVoq@slrpnk.net 5 points 1 month ago

Yeah, there are better options that sync flat file notes via plain old WebDAV.

[-] Dendr0@fedia.io 9 points 1 month ago

Most of those options are the traditional text-based, "page" based type notes. There really aren't that many options in terms of competition to something like OneNote though, where the "page" isnt a fixed size, and supports more than just plain text such as handwritten text, or images, or stuff that doesnt necessarily fit in a neat little square.

Dont get me wrong, there are some fantastic note-taking apps out there that are dead simple to use, but if you're looking specifically for something like OneNote, then again, super limited options.

[-] Shimitar@feddit.it 30 points 1 month ago

Database is a non starter for me too.

With plain MD files you can sync and edit everywhere with any tools.

Sorry to say that tools comes and go... My notes don't. In 20 years time I will be using different tools, same notes.

The same is true for photos, and that's why Immich is also a no go for me.

[-] eodur@lemmy.world 4 points 1 month ago

Pretty sure Immich allows you to act on existing directory structures of images now. The database itself is hardly an issue there.

[-] Shimitar@feddit.it 5 points 1 month ago

Nope, all immich metadata is stored in the db, maybe the files themselves are in the folders, but all info on albums and tags and such would be lost in immich database in 20 years time.

While my 20+ years of photos with metadata stored and sorted by album/folders will still be accessible in the next 20 years.

Its a matter of not depending on one tool specific formats but on standards and easy accessible metadata.

Nothing against immich at all on my side.

load more comments (1 replies)
load more comments (5 replies)
[-] Melco@lemmy.world 29 points 1 month ago* (last edited 1 month ago)

"The last note taking app you should ever need"

..oh BTW there is no mobile app.

What a joke.

load more comments (4 replies)
[-] iconic_admin@lemmy.world 16 points 1 month ago

The only note taking app you’ll ever need, again.

[-] original_reader@lemm.ee 13 points 1 month ago

Cool project.

The only question worth asking: does it beat Obsidian in some ways?

[-] homegrowntechie@lemmy.world 10 points 1 month ago

I think note cloning is unique - note clones were a game changer for me. Directories are notes too so you can add content to them just like any other note. The biggest advantage for me: its open source Server syncing is free without needing to use third party solutions.

[-] original_reader@lemm.ee 3 points 1 month ago

Ok. I'll follow it. Dazzle me. 🙂

Well to speak of the obvious- open source. I've heard good things about obsidian but i am not trusting a closed source app with my notes/ mind-maps

This project looks pretty promising, and is open source.

[-] exanime@lemmy.world 10 points 1 month ago

The open source equivalent of obsidian is Logseq

Not sure how it actually compares as I have not used obsidian but I love it, it does enough for what I need

Thanks! I'll add that to my list to check out

load more comments (2 replies)
[-] ericjmorey@programming.dev 10 points 1 month ago

Awesome! Best of luck to the new team!

[-] Antiochus@lemmy.one 9 points 1 month ago

The ability to easily do synchronization through a Nextcloud instance (or commercial cloud storage providers like OneDrive) is what's keeping me on Joplin.

[-] rdri@lemmy.world 8 points 1 month ago

Judging by the size, just another electron app.

[-] conciselyverbose@sh.itjust.works 5 points 1 month ago

The feature set looks decent, but it's not really an alternative to One Note or similar (none of which really work for me either) without fully featured apps for iOS and Android.

[-] homegrowntechie@lemmy.world 3 points 1 month ago

This is understandable and has been probably the most requested feature. So afaik the new organization is dedicated to providing native apps at some point after the initial stable release.

load more comments (6 replies)
[-] PropaGandalf@lemmy.world 5 points 1 month ago

I still prefer logseq

[-] Discover5164@lemm.ee 3 points 1 month ago

do you have a feature comparison table with silverbullet? https://github.com/silverbulletmd/silverbullet

load more comments (2 replies)
[-] ericjmorey@programming.dev 3 points 1 month ago

The two rooms linked above are mirrored, so you can use either XMPP or Matrix, from any client you prefer, on pretty much any platform under the sun!

There's no XMPP link in the README above the quoted statement.

[-] homegrowntechie@lemmy.world 4 points 1 month ago

Oof good point! XMPP Bridge: xmpp:discuss@trilium.thisgreat.party?join

[-] doodledup@lemmy.world 3 points 1 month ago

Featureset looks nice but the UI looks horrendous and dated.

[-] homegrowntechie@lemmy.world 6 points 1 month ago

I actually quite like the simplistic UI, but this is actually a focus of the new TriliumNext organization - to improve the UI.

[-] acockworkorange@mander.xyz 6 points 1 month ago

That’s just like, your opinion, man.

[-] doodledup@lemmy.world 3 points 1 month ago
load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 27 Jul 2024
138 points (91.6% liked)

Selfhosted

39206 readers
611 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS