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
; then
lookahead b/c sed does not seem to have that feature)
- convert notes to HTML using pandoc
- publish using CI