Backlinks: Digital Garden, Enveloppe
Created: 2025-05-14 11:31
Last edited: 2025-09-15 08:09
Publish obsidian notes on the web
Considerations
Motivation
- Create motivation for personal wiki gardening
- NOT: having wiki contents always at hand (given anyway b/c vault is synced to phone)
Images
- Linking kind of defeats the purpose of having a self contained wiki
- Adding images to the repo is kind of ugly b/c its binary files
- Use Image
Converter for ObsidianMD to comfortably paste and
downscale images
- rule of thumb: set height to 600 px
Technical approach
Plugins
DIY
- determine shared notes using pandoc and grep
- convert wiki links to standard markdown links using sed
- BUG: also converts if conditions in bash using
double square brackets (can't avoid with negative
; thenlookahead b/c sed does not seem to have that feature)
- BUG: also converts if conditions in bash using
double square brackets (can't avoid with negative
- convert notes to HTML using pandoc
- publish using CI