Closed jisantuc closed 10 months ago
Gonna require converting all vimwiki files to md files with e.g. pandoc -f vimwiki -t gfm -o 2024-01-21.md 2024-01-21.wiki (obviously subbing in filenames -- gonna have to glob and iterate I think)
pandoc -f vimwiki -t gfm -o 2024-01-21.md 2024-01-21.wiki
Gonna require converting all vimwiki files to md files with e.g.
pandoc -f vimwiki -t gfm -o 2024-01-21.md 2024-01-21.wiki
(obviously subbing in filenames -- gonna have to glob and iterate I think)