Obsidian is such a valuable tool. Using it for writing my blog posts, organizing my thoughts and research, as well as managing my projects.

The files for all of these things live in one folder, building structure through links and .base files.

#ObsidianMD #Obsidian #PKM

I just noticed Obsidian has a CLI mode now?! I gotta investigate soon; looks interesting...

https://obsidian.md/help/cli

#obsidian #obsidianmd #cli #terminal

Obsidian CLI - Obsidian Help

Anything you can do in Obsidian can be done from the command line.

Obsidian Help

After a bit more research I learned all I should have done is rename the property in the All Properties view. Oh boy.

#ObsidianMD

Hab ich eigentlich diese Woche schon erwähnt, wie toll #markdown an sich und #obsidianmd im Speziellen ist?

I wanted to mass change the case of the property `TnG_tracker` to `TnG_Tracker`. I've tried several *Search&Replace* plugins:
- [Global Search and Replace] didn't have the function to replace in all files at once.
- [Replace All] Couldn't replace property names.
🧵1/2

#ObsidianMD

Petit tour d'horizon de mes gabarits pour Obsidian (c'est la mode, apparemment :D ).

Mes gabarits pour Obsidian : https://lamecarlate.net/carnet/mes-gabarits-pour-obsidian/

#carnet #blog #obsidianMD #100DaysToOffload (23/100)

Mes gabarits pour Obsidian – lamecarlate.net

Petit tour d’horizon de mes gabarits pour Obsidian.

One more thing:
- Obsidian messes with the stdin somehow, so if used in a while loop fed from a stdout stream, all obsidian commands must be postfixed with `< /dev/null`, so it won't read the stdin of the loop, otherwise it terminates the loop (maybe the whole script). That took me a while to find out.

#ObsidianCLI #ObsidianMD

Wrote my first script for mass importing data into my vault. My observations:

- I first created .md files using shell commands. It messed up the cache in Obsidian, causing reset of all metadata, GUI reset, losing history. The vault was not harmed, thank god, and I could revert the changes via Git. So, even creating files should be `obsidian create`

- It is SLOW. Every command routes through the running Obsidian instance, causing reindexing at every single command.

#ObsidianCLI #ObsidianMD

#obsidianmd #obsidian
Ich habe in einigen Videos von der Obsidian Mobile App 2.0 gehört, sie soll viel besser sein als die aktuelle...
Ich nutze Android, und habe nicht den Eindruck, dass eine Aktualisierung verfügbar ist... Kann jemand helfen?