xwmx / nb

CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
https://xwmx.github.io/nb
GNU Affero General Public License v3.0
6.67k stars 188 forks source link

thank you! #105

Open gour opened 3 years ago

gour commented 3 years ago

Hello, in my search for optimal note-taking tool using Zettelkasten method tried several apps available for Linux...some are a bit too exotic - Neuron (Haskell, nix-install etc.), some are Electron-based (Joplin/Zettlr), some (Dendron/Foam) are extensions for the editor I simply do not want to use.

There is, of course, org-roam, but I'm really not Emacs/org-mode user and prefer Taskwarrior for task management and nb is the best markup/editor-agnostic tool which I've found so far!!

Moreover, 0.60 does bring great features and, being fish-shell user, looking forward to see https://github.com/xwmx/nb/pull/63 merged.

I am aware that by using nb it won't be too difficult to move to some other tool, but I hope that the script will be maintained.

Sincerely, Gour

p.s. The only remaining feature which I can think of is to have some plugin using some tools to create graph view of all the notes...any hint?

xwmx commented 3 years ago

@gour Glad you find it useful, and thanks for letting me know! 😊 I hope to keep it maintained indefinitely. I have some ideas around graphing. I've been trying to envision and / or find a good terminal-first approach to display a network graph in nb browse. Even if there isn’t an easy way to do it in the terminal right away, it should be possible to create one with d3.js or similar for GUI browse. I'll keep thinking about this.

9s-l-s9 commented 3 years ago

Any update on the graph feature? :)

xwmx commented 3 years ago

https://github.com/xwmx/nb/issues/148#issuecomment-947842249

I'll try to prioritize it.