Earlier quoted context omitted.
So basically a personal Wiki for generation Z.
Why is it for generation Z?
Zettlr – FOSS markdown editor for personal knowledge management and publishing
211–220 of 265 posts
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#212Note-taking seems to be a hot topic lately. I used Apple Notes for a long time because it was very lightweight and minimalist, but recent releases of macOS have been very buggy, so I decided to review all the options. I wrote this up at https://davidmytton.blog/the-best-note-taking-apps-for-mac-m... which has become one of the most trafficked post on my blog in the last few months! The key for me is a) plain text fil…
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#213I found notes on the iphone to be excellent, but the content appears to be locked up inside of apple's swamp. The pdf exports were horrid.
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#214How do folks incorporate drawings and images into their notes? At least when I used a wiki, I could upload photos as cumbersome as it was, as it is now, I rarely use visual media. I found notes on the iphone to be excellent, but the content appears to be locked up inside of apple's swamp. The pdf exports were horrid.
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#215I think this trend of better knowledge tools is missing two very important pieces of human nature 1. If we have time to enter something into a knowledge base of any kind - then we have time to just jot it on a piece of paper. 2. If we dont have time (or think it is important at that moment ) then what solves the problem for us is not a knowledge base, but search . You see the thing about Google and Facebook etc, is t…
I’ve begun building a knowledge base that is built around a Google-search interface but with closed-world assumptions, such that it can only answer questions and provide results that I should know myself.
In this sense it’s another take on “second brain” tools, but to me it’s potentially a novel angle, using search with closed-world restrictions (ie. much fewer documents, personally stored and indexed) and a question-answering focused interface.
Most other tools focus on the authoring side of things, but I want something that will superpower my memory.
It’s all closed source until I get it going well, but I’ve set up http://rememex.org.
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#216If anybody is sad about Zettlr not having the graph view of like the one in Obsidian or RoamResearch, please be patient. A PR is already open for it. -> https://github.com/Zettlr/Zettlr/pull/921 OpenSource powaaaaa! :)
Does anybody find that graph view (like in Obsidian) useful? I play around with it for a while, but I don't really find it useful for any particular thing. Also overtime that graph grows too big to be visually easy to see patterns etc.
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#217I can recommend Zim wiki which is a GTK+ desktop app that works as a personal wiki / notebook. Has a WYSIWYG editor and can export to different formats, it can even render the wiki as html and serve it. Also supports plugins for extra things like tables and charts if you wish. You can have separate notebooks for each project like home/work/etc. You can commit to git from the UI, have git hooks set to automatically pu…
Really love Zim wiki and have been using it for over a decade. Sadly, the move to py3 and gtk3 broke it for non-linux platforms. macOS how has a huge wealth of [reported] bugs that break common keyboard shortcuts at the OS level and introduced a lot of performance problems. This isn't the fault of Zim as these are all bugs from gtk3 where it seems like the priority for non-linux bugs is 0. Meanwhile, Windows no longe…
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#218I have seen a lot of buzz around Roam (which is interesting given how outright terrible the initial user experience and conversion funnel is - I did not have the patience and unsub'd immediately..)
I ended up buying https://zettelkasten.de/the-archive/ Super straightforward Zettelkasten system, and most importantly utilizing plain txt and not some weird proprietary format.
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#219The drawback to working directly on Markdown files is that it's hard to synchronize your notes from/to mobile. If I didn't care about sync, I would use org-roam or some Vim plugin, personally.
I've recently started using GitJournal [1] to access my notes on Android, but I haven't used it enough to be able to say whether it's worthwhile. One annoying drawback is that it requires a monthly subscription to get access to all of the (convenience) features. [1] https://play.google.com/store/apps/details?id=io.gitjournal....
Maybe a yearly or 3 years subscription?
Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing
#220Earlier quoted context omitted.
I do think that the area of knowledge management is very interesting and worthy of discussion. When it comes to tooling though, I've tried out a couple and I don't find anything superior to a folder full of markdown files + your favorite text editor (I use VSCode, but I don't think that's especially important). Systems like Zettelkasten are interesting to read about, but again, everyone's brain is different and for m…
I'm in the same camp, all my notes are in Markdown files, organized as a tree of folders. Some folders are prefixed with YYYY or YYYY-MM, when needed. My text editor, also VS Code, has extensions for Markdown live preview, to-do lists, and other conveniences - everything I need to manage the "knowledge database". In the terminal, `find` and `grep` are perfect for searching notes. I have a few aliases defined for quic…
There's lots of work in progress on the site and the system, I just need to find more time. In the mean time, always happy to help. Contact details are on the site.