After 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,…
Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
111–120 of 120 posts
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#112Earlier quoted context omitted.
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.
I am doing the same thing, additionally I have a cron job running which auto-commits every 5 minutes. For mobile viewing I use the app GitJournal. https://gitjournal.io/
Thanks for this
--a fellow git + markdown + cron note-taker
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#113I was initially skeptical of Obsidian, but... (1) It’s not proprietary - it’s a browser +/- IDE for markdown files. I point it at the folder in my Dropbox directory where I already keep all my md files. It’s a new front-end, but doesn’t lock me into anything. (2) As an extension of 1, I can continue using NotePlan as my calendar/todo on my phone (which builds everything into md files), and Kiwi to access all of the a…
I would call requiring a paid commercial license if you plan on doing commercial use "proprietary." That was the deal breaker for me, as I'm more than happy to continue using Foam until a free Obsidian-like client comes along.
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#114Earlier quoted context omitted.
I use zim-wiki for my notes. Open-source and stores notes in text organised by folders. I like markdown but actually prefer the simple wiki syntax it uses. If they need to create a PDF I use pandoc and if I need to move a table to a spreadsheet I just copy the text and use the text to columns from delimiter feature. Not sure if this help you or not.
Zim’s main drawback in these days is that it doesn’t have its own mobile app, and since it’s not based on MarkDown, you can’t use any existing MarkDown mobile apps with it.
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#115I was initially skeptical of Obsidian, but... (1) It’s not proprietary - it’s a browser +/- IDE for markdown files. I point it at the folder in my Dropbox directory where I already keep all my md files. It’s a new front-end, but doesn’t lock me into anything. (2) As an extension of 1, I can continue using NotePlan as my calendar/todo on my phone (which builds everything into md files), and Kiwi to access all of the a…
> (1) It’s not proprietary I would call requiring a paid commercial license if you plan on doing commercial use "proprietary." That was the deal breaker for me, as I'm more than happy to continue using Foam until a free Obsidian-like client comes along.
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#116After 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
#117Earlier quoted context omitted.
I am doing the same thing, additionally I have a cron job running which auto-commits every 5 minutes. For mobile viewing I use the app GitJournal. https://gitjournal.io/
> GitJournal Thanks for this --a fellow git + markdown + cron note-taker
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#118Canceled Evernote a month ago. To many bugs. Using VIM at this point. Honestly thinking of going back to a notebook. Only issue is I cannot read my own handwriting sometimes ;)
Markup, searchabilitiy, simple.
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#119After 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 markdown files in a git worktree stored on iCloud. This provides fast syncing between my Apple devices and the ability to push everything to a git remote for peace of mind. On iOS I use iA Writer and on the mac I use vim (& wiki.vim) and command line tools like ripgrep. The only annoyance at the moment is that iA Writer doesn't support wiki links.
Re: Using Obsidian to manage goals, tasks, notes, and software dev knowledge base
#120I just want a simple kanban board with dependency graph. Like Trello but with dependencies.