Live data from Hacker News

Zettlr – FOSS markdown editor for personal knowledge management and publishing

zettlr.com

151–160 of 265 posts

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#153

I can't believe nobody bothered to link TiddlyWiki [1] here... Especially since this crowd here should be able to run it directly from npm, which makes it much easier (conceptually, for me) than "a self-modifying html file". :P For Zettelkasten (and research more generally) Stroll [2] is a flavour of TiddlyWiki that has many of the features you'd like, including (most crucially for me) backlinks. Edit: the reason I b…

I spent about an hour trying to set up a TiddlyWiki for a Zettelkasten, but couldn't get it working. I was overwhelmed by the number of editors available. I now use Zettlr. Is there a tutorial you used to help your set up?

All you need to do is to drag the orange “pill” found under “Updating Stroll” on https://giffmex.org/stroll/stroll.html onto a tiddlywiki instance, then click the “import” and “reload” buttons and you're all set.

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#154

I 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…

> 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.

There is a kind of generation gap here I think.

I have 3 devices at arms reach while writing this, but it would take me 5 min to find a working pen and a blank piece of paper.

If I used it pen and paper more it would be closer to me now, but it would be the same wherever I go. Then I’d need to capture that paper or bring it with me until it has no value anymore, which is a PITA.

Our current society is tending to a paperless state, writing stuff on paper is just not fast, natural or reliable act anymore.

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#155
post #122

Is there support for diagrams, like Mermaid? That's something I use with Joplin for my personal knowledgebase.

Yes mermaid is built in. Just start a tripple apostrophe codeblock with code style mermaid and it will render the graphics when your cursor leaves the code block.

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#156

Neuron is a new Zettelkasten project that shows a lot of promise. The developer is very active and responsive. I like that it is an editor-independent cli tool, with plugins currently for Vim and Emacs. https://neuron.zettel.page/ https://github.com/srid/neuron

Do you know if neuron will ever supports mobile?

Looks like it will: https://neuron.zettel.page/041726b3.html

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#157

I'm really happy that the "knowledge base management" type of tools are getting a lot more attention these days. In my opinion, the more brains that look at this area, the better the whole ecosystem will get. I'll have to download this and give it a try, and compare it to my current workflow. (I use org-roam on Emacs. I'm not sure if people are sick of org-mode and Emacs being mentioned on HN? I worry about becoming…

It would be awesome to see these kind of tools taken to the next level. So far we are "just" doing Zettelkasten in computers.

What I mean by the next level is something like:

- when I pick up a new e-book, show me the chapters that have new ideas that I'm not familiar with yet, so I can skip the things I already know

- let me see how my ideas/opinions on a given topic were evolving through time, which encounters have influenced them

- let me publish a slice of personal knowledge base for others to explore, let me see what my friends published (better social media?)

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#158

I'm really happy that the "knowledge base management" type of tools are getting a lot more attention these days. In my opinion, the more brains that look at this area, the better the whole ecosystem will get. I'll have to download this and give it a try, and compare it to my current workflow. (I use org-roam on Emacs. I'm not sure if people are sick of org-mode and Emacs being mentioned on HN? I worry about becoming…

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 quickly adding new single-line notes, current date/time, paste a link and title, etc.

As a higher-level interface, I wrote a little React app / Node.js server that renders the Markdown files, with hot reload on changes. Not necessary, but I like having a "personal dashboard" of sorts, with calendar and whatever feature/widgets I want to add.

I also join the chorus, that we ought to welcome more exploration in the area of knowledge management. I love seeing new systems, open-source projects, applications, SaaS (though not as much) taking on this problem space.

Since the days of index cards, through Vannevar Bush's Memex, Ted Nelson's Xanadu, Englebart's mother of all demos, HyperCard.. In some ways I think the past decade took a step forward and a couple steps back. The personal computer, as an augmentation of the human intellect, has creative potential yet to be explored.

---

Edit: A recent one I found delightful is the Johnny Decimal System.

https://johnnydecimal.com/

Re: Zettlr – FOSS markdown editor for personal knowledge management and publishing

#159

I can't believe nobody bothered to link TiddlyWiki [1] here... Especially since this crowd here should be able to run it directly from npm, which makes it much easier (conceptually, for me) than "a self-modifying html file". :P For Zettelkasten (and research more generally) Stroll [2] is a flavour of TiddlyWiki that has many of the features you'd like, including (most crucially for me) backlinks. Edit: the reason I b…

I switched to TW for journalling, but it's still not perfect. Before that I had just a text file I could press a button to insert a date and add some text in at the end.

I switched to monthly journals rather than daily as with daily there were just too many small tiddlers. I think you need a lot of discipline to categorize every thought you get in a nice hierarchy, and that takes time. I've started using the "Excise" command for that in TW, that lets you pick some existing text and move it to another tiddler, maybe adding a link (here the backlinks would help, so I might upgrade to Stroll, if possible)

Post reply on HN