I'm an ardent Emacs user for the past 20+ years. But I am considering writing a book, and the "throw things in anyhow, get things back" facility of Obsidian is quite useful for catching disparate thoughts to later incorporate into a flow in the final text.. Of course there is a mode in Emacs supporting obsidian-like facility, but does not feel as convenient - autocomplete never quite works as smooth as it does in Obs…
As a wildly alternative workflow for writing a book, have a look at Scrivener.
Writing down what I do in Obsidian
61–70 of 232 posts
Re: Writing down what I do in Obsidian
#62no shade, but just reading this I was sure this was written by someone who works in BigTech. Because this was very reminiscent of ceremony required for BigTech performance reviews.
Re: Writing down what I do in Obsidian
#63i found my love in Trilium what has everything i need and if needed, i can still change the code by myself (AGPL) + files are stored as markdown documents (so i am still able to get into my notes, even if the repo would disappear). see https://github.com/zadam/trilium TLDR; - future proof file format (markdown) - possible as local standalone + sync to simple cloud storage (like gdrive/dropbox/...) - gantt charting -…
> - future proof file format (markdown)
Trilium has Markdown-like editing experience, but it stores the notes in HTML. Which is IMHO more future-proof than Markdown.
> - possible as local standalone + sync to simple cloud storage (like gdrive/dropbox/...)
Trilium stores data in an SQLite database, and sync tools like gdrive/dropbox don't know how to sync it and usually corrupt the database. To sync correctly, you need to have a server with trilium installed.
Re: Writing down what I do in Obsidian
#649.11.22
scrum
working on stry1234
meeting X
- do a thing
lunch
created PR for stry1234
meeting Y
8.11.22
scrum
working on def4321
lunch
created PR def4321
meeting Z
meeting A
...
This is good enough for me although I'm still figuring out how to plan ahead better. Maybe I should write down how I expect the week to go, goals and schedule, on Monday and update from there.
Re: Writing down what I do in Obsidian
#65Earlier quoted context omitted.
That’s kind of like saying an IDE has no clear productivity benefit when authoring software. It’s an IDE for note-taking.
When I think of productivity in this context, I am referring to the rate at which one can generate value. Software itself has value (eg, a client-facing web service). Therefore an IDE, which may require an investment to get past the learning curve, can have a productivity benefit as it can make generating software (and thus value) more efficient. Do notes themselves have value? I would argue not really. For the most…
Re: Writing down what I do in Obsidian
#66Does anyone have any experience with Joplin[0] as an alternative? I'm looking into using SyncThing + Joplin to create a sort of 'networked personal brain'. I was originally looking at Obsidian, but the arguments on why they chose not to go FOSS are pretty weak[2] imo, so I'm looking at using Joplin instead. [0] https://github.com/laurent22/joplin/ [1] https://syncthing.net/ [2] https://obsidian.rocks/why-isnt-obsidia…
Re: Writing down what I do in Obsidian
#67Right now I found that notion is perfect for me. It does not have a mind mapping functionality but its very good, super easy to use (to the point it being intuitive) in all other areas AND I have perfect sync, mobile app and web app so I can use it on my work laptop, phone and personal PC without any problems
But if you don't need that, obsidian is amazing
Re: Writing down what I do in Obsidian
#68I honestly tried to love obsidian because of how easy it is to set up and how user friendly the UI is (plus there are tutorials and tons of articles), but I just can't get over it being offline and only means to sync are looking for a plugin that will use git/dropbox etc plus there are no mobile app anyways. Right now I found that notion is perfect for me. It does not have a mind mapping functionality but its very go…
Re: Writing down what I do in Obsidian
#69I honestly tried to love obsidian because of how easy it is to set up and how user friendly the UI is (plus there are tutorials and tons of articles), but I just can't get over it being offline and only means to sync are looking for a plugin that will use git/dropbox etc plus there are no mobile app anyways. Right now I found that notion is perfect for me. It does not have a mind mapping functionality but its very go…
Re: Writing down what I do in Obsidian
#70Does anyone have any experience with Joplin[0] as an alternative? I'm looking into using SyncThing + Joplin to create a sort of 'networked personal brain'. I was originally looking at Obsidian, but the arguments on why they chose not to go FOSS are pretty weak[2] imo, so I'm looking at using Joplin instead. [0] https://github.com/laurent22/joplin/ [1] https://syncthing.net/ [2] https://obsidian.rocks/why-isnt-obsidia…
Here's how I do it: https://notes.alinpanaitiu.com/How%20I%20write%20this%20blog...
If you want to sync an SQLite DB of articles instead, you can also do that with Litestream: https://litestream.io