Earlier quoted context omitted.
boostnote.io might be a good tool for you. Its basically a markdown renderer + code coloring with some extra search and other features. The first version is open source and I believe the second version also will be (but not positive). you can also store your folder of notes in a dropbox folder and get decent syncing out of the box. I've been using it for two years now and don't have any complaints. I will have to adm…
Obsidian is basically a "markdown renderer + code coloring with some extra search and other features" too. Notes in Obsidian are just regular markdown files that sit in a directory on your hard-drive. The notes can be version controlled with Git, synced with Dropbox, etc.
Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
61–70 of 120 posts
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#62Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#63Earlier quoted context omitted.
Honestly, I recommend paper. I know, I know, no full-text search, no backup, etc. But files are really easy to misplace, accidently delete, or lose due to a hardware/software failure. They're just so small. I've found that if I write something down on paper, I'll physically remember where it is. It's really hard to get past the permanent aspect of pen and paper, but once you do, and you're willing to write down imper…
I like to take notes on paper however my notes are always messy. I'm not able to take notes on anything without having to go back and reorganise them, make sense of them, and add to them. Paper and pen (pencil in my case) are limited in this respect. I'd love to be able to take notes perfectly the first time but find I'll take notes and rewrite them in text (currently zim-wiki) which for me reinforces them in my mind…
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#64After having used Bear, Notable, and Atom + plugins, I’m realizing I don’t really want an app to manage my notes. I just want the notes, plus a tool to traverse them that’s got a bit more beef to it than Finder.app. I’d like to use a more powerful app like the one promoted here, but I feel desperately uncomfortable tying my notes [in] to a piece of proprietary software . I feel like that was a mistake I made already,…
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#65After having used Bear, Notable, and Atom + plugins, I’m realizing I don’t really want an app to manage my notes. I just want the notes, plus a tool to traverse them that’s got a bit more beef to it than Finder.app. I’d like to use a more powerful app like the one promoted here, but I feel desperately uncomfortable tying my notes [in] to a piece of proprietary software . I feel like that was a mistake I made already,…
I'm using VS code and the markdown preview plugin, with a private repo on github. Works pretty good and would support other filetypes besides MD.
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#66One question for all users of knowledge-bases like this: How often do you write something down and look it the next day and realize it's not relevant anymore because of reasons like: • you memorized it • it's not as important as it seemed yesterday • it's a todo and having it there actually nags you and prevents you from completing it • it creates some other kind of mental load: while skipping over it, it grabs your…
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#67Does anyone know if you can write your own plugins for it?
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#68I tried Obsidian but prefer Foam[0], just because I enjoy using VSCode. Once it gets materialized backlinks I suppose it will be similar enough. [0] https://foambubble.github.io/foam/
I prefer to link my sites organically inside of text in the page. E.g. on a page about Linux I'd write
GNU/Linux is an [operating system](../os) based on the Linux [Kernel](../kernel).
Tada, two backlinks without having to list them. If there's no link on the page it's not important.
Do you see problems with that approach?
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#69After having used Bear, Notable, and Atom + plugins, I’m realizing I don’t really want an app to manage my notes. I just want the notes, plus a tool to traverse them that’s got a bit more beef to it than Finder.app. I’d like to use a more powerful app like the one promoted here, but I feel desperately uncomfortable tying my notes [in] to a piece of proprietary software . I feel like that was a mistake I made already,…
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#70I just want a simple kanban board with dependency graph. Like Trello but with dependencies.