published
updated
As I mentioned, I've quite outgrown vimwiki's tools. Big part of the problem is my plain text format doesn't really get parsed. If it was getting parsed, I could use this parser for both poonam and basant and it would make my life a lot easier. If I write this parser in Lua / Fennel I can then incorporate it into neovim itself. If it's been parsed by neovim, I can then use neovim to build out a UI around it. This could be very exciting. I have no idea how difficult it is to build UIs with nvim...
If it is written in Lua, how do I then get it imported into a python object? 🤔