I know this thread seems to be Obsidian specific, but wanted to share: I've been writing down every detail of my day since January 2021 on Diarly. I pay $15 a year to have it sync across iCloud devices. I have two "journals" - one for personal, and one for work. From thoughts, to encounters during the day, to what food I ate, I write everything. It has dramatically improved my day-to-day. I've had trouble remembering…
Writing down what I do in Obsidian
181–190 of 232 posts
Re: Writing down what I do in Obsidian
#182Earlier quoted context omitted.
Seriously? Where do I even start! | Assumed Audience: People who are interested in working effectively Do you have this problem? Cue late-night "infomercial" video of women having back pain and unable to reach can of tuna high in the cupboard. Then you need our miracle cure! | Then I had a flash of inspiration: now that I’m using Obsidian, I never have to do this again. Oh look, it solves all the problems! But wait t…
Doesn't make them wrong though.
I said I wasn't interested.
Re: Writing down what I do in Obsidian
#183Does 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
#184I know this thread seems to be Obsidian specific, but wanted to share: I've been writing down every detail of my day since January 2021 on Diarly. I pay $15 a year to have it sync across iCloud devices. I have two "journals" - one for personal, and one for work. From thoughts, to encounters during the day, to what food I ate, I write everything. It has dramatically improved my day-to-day. I've had trouble remembering…
Do you do this at the end of the day or throughout the day?
Re: Writing down what I do in Obsidian
#185https://github.com/Aperocky/diaryman/blob/master/diaryman.sh
I had this little script aliased from shell, whenever I type `diary` it creates/open the current days' note file in vim.
Re: Writing down what I do in Obsidian
#186I know this thread seems to be Obsidian specific, but wanted to share: I've been writing down every detail of my day since January 2021 on Diarly. I pay $15 a year to have it sync across iCloud devices. I have two "journals" - one for personal, and one for work. From thoughts, to encounters during the day, to what food I ate, I write everything. It has dramatically improved my day-to-day. I've had trouble remembering…
Re: Writing down what I do in Obsidian
#187Does 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…
IIRC Joplin stores notes in a SQLite DB which is a huge no-no to sync with syncthing. Even the syncthing devs warn against syncing SQLite databases. It will seem to work fine until two machines write to the database independently (perhaps each is offline) and then their changes can't be reconciled by syncthing and data is lost or conflicted.
Re: Writing down what I do in Obsidian
#188Does 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…
Doesn't Joplin store all notes in a SQLite DB? I'd recommend looking into Logseq[0], it's free and open source and stores all notes on disk as Markdown. I version my notes with Git, but Syncthing will also work. [0] https://logseq.com/
Re: Writing down what I do in Obsidian
#189Here ya go! (Requires Templater plug-in)
``` Week: [[-W]] ```
Re: Writing down what I do in Obsidian
#190> Update the link to the weekly note. (I can definitely use a templating plugin to make this happen automatically, but haven’t spent the time on that yet.) Here ya go! (Requires Templater plug-in) ``` Week: [[ -W ]] ```