Does 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/
Writing down what I do in Obsidian
171–180 of 232 posts
Re: Writing down what I do in Obsidian
#172There's a useful plugin called "Daily Notes" which automatically creates a note each day with your desired template, along with the calendar plugin I have a daily chronology of everything I've done which I deem noteworthy. If anyones interested in Obsidian and daily journalling keep the initial ceremony low. Some people have sections for challenges, achievements, mood, emails, to-dos, etc. That'll be far too much cog…
I've just transitioned from Apple Notes to Obsidian and so far I'm loving it. In terms of high quality free software (not nec. OSS) it feels like the same league as Blender. It's so simple and so powerful. I use it for ad hoc notes and research (e.g. project ideas, an ML-course I'm taking now, random interesting subjects beyond tech) as well as for daily journaling. I start my day by writing in a "stream of conscious…
- https://forum.obsidian.md/t/zen-focus-mode-with-automation/3... - https://github.com/deathau/cm-typewriter-scroll-obsidian with Zen-Mode enabled.
Re: Writing down what I do in Obsidian
#173Earlier quoted context omitted.
I've just transitioned from Apple Notes to Obsidian and so far I'm loving it. In terms of high quality free software (not nec. OSS) it feels like the same league as Blender. It's so simple and so powerful. I use it for ad hoc notes and research (e.g. project ideas, an ML-course I'm taking now, random interesting subjects beyond tech) as well as for daily journaling. I start my day by writing in a "stream of conscious…
Enso looks great, thank you for sharing.
Re: Writing down what I do in Obsidian
#174I've seen a lot of recent posts about Obsidian in the past week. If it's a marketing tactic then it might be working on me. I hope it's a decent product and not just some PR stunt.
Re: Writing down what I do in Obsidian
#175There's a useful plugin called "Daily Notes" which automatically creates a note each day with your desired template, along with the calendar plugin I have a daily chronology of everything I've done which I deem noteworthy. If anyones interested in Obsidian and daily journalling keep the initial ceremony low. Some people have sections for challenges, achievements, mood, emails, to-dos, etc. That'll be far too much cog…
I've just transitioned from Apple Notes to Obsidian and so far I'm loving it. In terms of high quality free software (not nec. OSS) it feels like the same league as Blender. It's so simple and so powerful. I use it for ad hoc notes and research (e.g. project ideas, an ML-course I'm taking now, random interesting subjects beyond tech) as well as for daily journaling. I start my day by writing in a "stream of conscious…
Re: Writing down what I do in Obsidian
#176I like the idea of getting all my stuff local, but there are going to be a few things about Notion that keep me there for a while.
Also, (and this is slightly tangential since this doesn't exist for Notion) - I would _love_ a nice way to be able to write guitar tablature in my notes. If some kind of plugin exists for that it would be awesome.
Re: Writing down what I do in Obsidian
#177Re: Writing down what I do in Obsidian
#178- text files (edited with vim using vimwiki format ie. adding ``` %% vim: set ft=vimwiki ``` to the file
- syncthing (@ mobile, desktop and server)
- Markor (@ mobile)
Re: Writing down what I do in Obsidian
#179How do you guys handle images in Obsidian? I can't zoom or see detail on large screen shots for example. Pretty new to the application so maybe I'm missing something
I use a plugin called Image Toolkit [0]. When you click on an image it opens an overlay that lets you zoom and do some light editing. I started including images in my notes inline, scaled down to about 50px (so they are still roughly recognizable), and clicking on them when I want to see them in detail. [0] obsidian://show-plugin?id=obsidian-image-toolkit
Re: Writing down what I do in Obsidian
#180i 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 -…