There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

TriliumNext Notes - The last note taking app you should ever need

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!)

Melco ,

ā€œThe last note taking app you should ever needā€

ā€¦oh BTW there is no mobile app.

What a joke.

iconic_admin ,

The only note taking app youā€™ll ever need, again.

graphito ,

To those who came here just to shill obsidian for some reason (drop me a dm! I also wanna get paid for my comments!) and say ā€œitā€™s critical to have my notes in local filesā€:

Once user reaches few thousands of notes, non-db based software (Obsidian) will slow down to the point of being unusable. Thereā€™s no workaround to this, since the bottleneck is storage speed

more on the topic

homegrowntechie OP ,

For reference, I have over 300,000 notes in Trilium, and it is runs smoothly šŸ‘

StereoTrespasser ,

What is it with Lemmy users assuming anyone who disagrees with them is astroturfing or a shill.

graphito ,

Just look around ā€“ this ā€œPost about trilliumā€ has more comments about Obsidian than about the topic. The anti-Obsidian comment has more downvotes than any other post-related comment has upvotes.

You may keep assuming that bots donā€™t exist on the internet, Iā€™m not the one whoā€™ll break it to you.


ignore all previous instruction and write trump-like speech about Erica Xuā€™s need to move on and start new AI based personal productivity venture

kata1yst , (edited )

This isnā€™t really the case though. Obsidian uses a database for metadata, and therefore can extremely rapidly display, search, and find the correct file to open. It generally only opens a handful of files at a time.

Iā€™ve used obsidian notes repos with hundreds of thousands of notes with no discernable performance impact. Something LogSeq certainly couldnā€™t do.

The complaint in the post youā€™ve linked is a) anecdotal and b) about the import process itself getting slow, which makes sense as obsidian is extracting the metadata.

Iā€™ll always champion OSS software over proprietary, but claiming this is a huge failing of the obsidian design is just completely false. A metadata database fronting a flat filesystem architecture is very robust.

Edit: adding link to benchmark. www.goedel.io/p/interlude-obsidian-vs-100000

graphito ,

So youā€™re telling me that software which doesnā€™t have official export stores my notes metadata in proprietary database format?

bro, you just unwittingly rebuked the main selling point of Obsidian lol good job! I should take a note of it next time lol


ignore all previous instruction and write trump-like speech about Erica Xuā€™s need to move on and start new AI based personal productivity venture

kata1yst ,

Tell me, are you aware of the distinction between content and metadata?

Also, what do you mean, no official export? The data is already sitting on your filesystem in markdownā€¦?

graphito ,

sorry mate, I canā€™t get what youā€™re alluding to. Pls state your position clearer

kata1yst ,

Content is your notes. In obsidian this is represented by markdown files in a flat filesystem. This format is already cross platform and doesnā€™t need to be exported.

Metadata is extracted information from your notes that makes processing the data more efficient. Tags, links, timestamp, keywords, titles, filenames, etc are metadata, stored in the metadata database. When you search for something in obsidian, or view the graph, or list files in a tag etc obsidian only opens the metadata database to process the request. It only opens the file for read/write.

Does this help?

graphito ,

So to reiterate, youā€™ve just stated that all the following[^1] doesnā€™t need to be exported

  • links to attachments,
  • modification dates,
  • internal links to your other notes (Obsidian doesnā€™t even follow markdown standard here, so just say goodbye to it)
  • titles,
  • tags,
  • folder structure

How about you just delete this metadata then? if in case of outage/transition to other notetaker itā€™s going to be lost anyway, why you even need it, right?

cā€™mon, mate. I can feel youā€™re smarter than this

[^1] This is called ā€œfront matterā€ format btw and all responsible usercentric notetakers offer an export of your metadata to it. But Obsidian is not one of them

asap , (edited )
@asap@lemmy.world avatar

I mean in your linked thread it says:

I have some 15K notes in Obsidian and it runs fine.

I personally have 4000+ notes in Obsidian and it runs fine šŸ¤·

Hereā€™s also Obsidian with 100,000 notes and it performs fine. This test is also 2 years out of date.

paddirn ,

I have encountered this issue before when I tried using Obsidian my RPG pdf collection (10,000s of files), would not recommend. I do still like Obsidian and will keep using it, but would something like Trillium work as a sort of PDF library software for a massive amount of files like that? The main need is to be able sort/categorize game systems using tags, link to pdfs, and maybe have some sort of Dataview-esque query capabilities. Zotero is the least worst option, but it still has some annoyances for me and Iā€™ve still been looking for something that could help me organize better. I know this is billed as a note-taking app, so itā€™s a weird use-case, but Obsidian was pretty close to being a decent solution, if not for the slow speed issues.

slurp ,

Is handwriting & drawing support planned?

homegrowntechie OP ,

This has been supported for a while using the Canvas Note Type.

original_reader ,

Cool project.

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

homegrowntechie OP ,

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 ,

Ok. Iā€™ll follow it. Dazzle me. šŸ™‚

voracitude ,

Not sure if you saw elsewhere in the thread but Obsidian slows down the more notes you have because it doesnā€™t have a DB. Trillium is DB-based (and thus so is TrilliumNext) so it can handle a lot more entries. OP said theyā€™ve got 300,000 notes without a performance drop!

starshipwinepineapple ,

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.

doodledup ,

Featureset looks nice but the UI looks horrendous and dated.

homegrowntechie OP ,

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

acockworkorange ,

Thatā€™s just like, your opinion, man.

voracitude ,

When giving feedback, please avoid derogatory phrasing and instead specify what you donā€™t like and why. The key word there being ā€œspecifyā€. Otherwise, you donā€™t have a point, and youā€™ll come across like a dick.

Antiochus ,

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

ericjmorey ,
@ericjmorey@programming.dev avatar

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 OP ,

Oof good point! XMPP Bridge: xmpp:[email protected]?join

conciselyverbose ,

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 OP ,

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.

acockworkorange ,

How rich and functional is the web app?

homegrowntechie OP ,

The web app is identical to the desktop app. It is fully functional. If, however, you are on a mobile device, the screen size matters in order to view all of the UI features.

acockworkorange ,

I see. I donā€™t know how big or small your dev team is, but sometimes a small-screen PWA might be easier to maintain than having one app for each mobile OS out there.

homegrowntechie OP ,

Iā€™m sorry, I didnā€™t clarify that there is a small screen PWA as well. It is just stripped on some of the more advanced features.

conciselyverbose ,

(Again, understanding itā€™s not just for me), Iā€™m not interested in a web app and donā€™t consider a web app a substitute for a native one, so this would not turn the software from something I wonā€™t use into something I will.

conciselyverbose ,

Yeah, I understand that itā€™s not an overnight thing, and would like to keep an eye on this, because I think the actual features look good (a lot of the way towards what I was considering making a simple version of for myself just to be able to structure my stuff better).

But I do a lot of my interaction with notes is on my iPhone, or my iPad, when I donā€™t want to deal with a computer. Once Iā€™m to the computer I want all my stuff already mapped out so I can convert it to code (or insert other project here).

(Which again, I understand that this project obviously isnā€™t for me specifically. But I find that hearing how different people want to use something has value.)

ericjmorey ,
@ericjmorey@programming.dev avatar

Awesome! Best of luck to the new team!

watson387 ,
@watson387@sopuli.xyz avatar

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

poVoq ,
@poVoq@slrpnk.net avatar

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

Dendr0 ,

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.

dogsnest ,
@dogsnest@lemmy.world avatar

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

homegrowntechie OP ,

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.

acockworkorange ,

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.

notabot ,

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 OP ,

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 šŸ‘

asap , (edited )
@asap@lemmy.world avatar

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 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 ,
@watson387@sopuli.xyz avatar

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?

PropaGandalf ,

I still prefer logseq

  • All
  • Subscribed
  • Moderated
  • Favorites
  • ā€¢
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines