2 ms·
I’m using `vimwiki` for years and love it. I also tried Obsidian but I need it also mobile and I cannot define a storage path for my files. I just like the fr
by happy2code 4y ago
I’m using `vimwiki` for years and love it.
I also tried Obsidian but I need it also mobile and I cannot define a storage path for my files.
I just like the freedom, minimalism and flexibility of vimwiki.
- codethief 4y ago> I cannot define a storage path for my files I agree that this is very annoying but couldn't you still configure e.g. Syncthing (or FolderSync) to sync things correctly?
- sva_ 4y agoThere's a community plugin called "Remotely Save"[0], which allows you to sync your data on s3-like services. I use this with Backlaze's 10gb free plan. It took a minute to set up but runs without any issues for me. [0] https://github.com/remotely-save/remotely-save https://github.com/remotely-save/remotely-save
- JonChesterfield 4y agoAndroid's client lets you specify the location of the vault, in which all files/folders are placed.
- petepete 4y agoI tried vimwiki for a while but I found I used a tiny subset of its functionality and couldn't get it to respect my choice of syntax highlighting for markdown. It set me off in the right direction though. The fact that it's _just_ a directory full of markdown files allowed me to easily migrate to my own home-grown setup that reimplements the three keybindings I actually used. https://github.com/peteryates/dotfiles/blob/master/nvim/.config/nvim/lua/wiki.lua https://github.com/peteryates/dotfiles/blob/master/nvim/.con...