Earlier quoted context omitted.
Emacs is so customisable that as soon as I want to customise anything, I get lost searching for solutions online and inevitably give up on using Emacs altogether.
I think the biggest problem with Emacs is that you cannot really make sense of a lot of stuff until you start programming elisp in anger. I tried for many years to copy and paste snippets etc, but now I realised you just need to bite the bullet and learn it like any other programming language and be prepared to do "real development" in Emacs. Its very difficult to be a "tourist" in Emacs, IMHO, a lot of things just d…
Obsidian – A knowledge base from a local folder of plain text Markdown files
101–110 of 373 posts
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#102I built a simple journal solution for myself two years ago. It sends an email every day and I can reply to it, and the response is stored in an SQLite database, in plain text. The db is on a remote server but copied to Dropbox every day (and in any case all the emails also exist in my sent folder). It is surprisingly effective at storing not just what I did with my day, but random thoughts and ideas, solutions to bug…
I'm somehow on the same boat as you. I've tried dozens of "fancy" tools but they never stuck. A plain text file, kind of a "flat wiki", that you can search with your text editor may be the grail of note taking. What I consider critical is to "tree-shake" it often to remove the cruft. Hints: - Tree-shake your notes each time you iterate them. You'll leverage your excitement and it won't be a chore. - Maintain part of…
Personally I like that notes are raw and stay raw. I even force me to not use capital letters to remind me of this.
But of course very often they are used as a draft for something more elaborate.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#103I built a simple journal solution for myself two years ago. It sends an email every day and I can reply to it, and the response is stored in an SQLite database, in plain text. The db is on a remote server but copied to Dropbox every day (and in any case all the emails also exist in my sent folder). It is surprisingly effective at storing not just what I did with my day, but random thoughts and ideas, solutions to bug…
This seems unnecessarily complex - have you considered replacing this with rsync + cron job?
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#104I just downloaded deb and was a bit worried that it has 60MB, quick check on forums and it us unfortunately Electron :( Oh well, back to vim and cd.
(That said, there are non-Electron alternatives like Tauri coming along that use the native webview to accomplish essentially the same thing.)
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#105I built a simple journal solution for myself two years ago. It sends an email every day and I can reply to it, and the response is stored in an SQLite database, in plain text. The db is on a remote server but copied to Dropbox every day (and in any case all the emails also exist in my sent folder). It is surprisingly effective at storing not just what I did with my day, but random thoughts and ideas, solutions to bug…
> but copied to Dropbox every day This seems unnecessarily complex - have you considered replacing this with rsync + cron job?
It's also in effect a poor man's backup, because the db is renamed with today's date so each copy doesn't overwrite any other.
[0] Edit: not in fact true. The email part uses Mailgun's API (from when you could use routes with a basic account).
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#106I am looking to move from Notion, looking for an alternative. Here are few things I am looking for: 1. It is easy to back up or export my data 2. Great UI! May be its just me, I care about the UI a lot and if it is nice, I seem to be writing more 3. Support for templates, so that I can write daily journal/entries with predefined fields 4. Support for keyboard shortcuts (or mouse-less operations) so that I can link or…
[0]: https://notabase.io
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#107Earlier quoted context omitted.
As an open-source alternative, Joplin could be worth a look. It's a little different in terms of features, missing a lot of the linking which is kind of key to Obsidian's appeal, so maybe it's closer to Evernote. Still, they're fundamentally the same in terms of being a note-taking app built on folders of markdown files. It's quite actively maintained and improved too.
Joplin is my choice too. I deplore the complicated codebase, unfortunately. I would have made the changes to get better linking, at least in a personal fork, but I could not find the time to commit myself to it.
[1] https://discourse.joplinapp.org/t/quick-links-plugin/14214
[2] https://discourse.joplinapp.org/t/automatic-backlinks-with-m...
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#108The comments here made it sound exciting, but it seems like it's proprietary, which is a no-go for me. I'll stick to plain text file notes and the occasional org-mode for now.
While Obsidian may be proprietary, as long as the files follow standard markdown syntax, it can be opened in any markdown editor. I am currently using both Obsidian & Typora on the same workspace folder(I like Typora better for editing since its WYSIWIG). Not being locked down to any specific software was the primary reason I moved away from OneNote.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#109Last I checked there was no good way to do quick capture of articles from mobile iOS to obsidian. Scenario — I come across an article on my iPhone, and I just want to dump title + URL (maybe even the text content) into obsidian. This is a must have for any note taking tool. Anyone have a good workflow for this, please share. Ideally an iOS shortcut.
My main gripe with Obsidian. That, and the fact that it costs almost $100 to have the mobile app sync with the desktop. That's insane to me, and feels vindictive. I'm all for paying for the platform. Seriously. These ventures need bottom - up support. But, syncing is a basic feature that any mobile app should have baked in. Charge for 24-hour support, something that actually requires the time of the team.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#110The comments here made it sound exciting, but it seems like it's proprietary, which is a no-go for me. I'll stick to plain text file notes and the occasional org-mode for now.
[0]: https://notabase.io