jalvesaq / zotcite

Neovim plugin for integration with Zotero
GNU General Public License v3.0
159 stars 13 forks source link

zotcite.vim -- add 'vimwiki' as standard. #65

Closed adam-coates closed 9 months ago

adam-coates commented 9 months ago

Hi Jalvesaq,

Basically as the title suggests. is It possible to just add vimwiki files as a deafult to this since many users may likely use zotero with their wiki files in academia. I haven't tried adding other kinds of wiki syntax to use the plugin as a standard however for vimwiki it is quite useful and requires much less to setup the plugin. I know for instance that it is of course possible to add to the configuration options to include other filetypes but as a standard and for ease of use I think it is possible to just add 'vimwiki' as an already useable option. Vimwiki supports markdown and mostly means that using something like 'toggleterm.nvim' with 'whichkey.nvim', it is possible to integrate pandoc to convert to pdf/latex/html etc. just with hotkeys.

This kind of change could also be applied to the cmp plugin for zotero autosuggestions, but I know this optional.

jalvesaq commented 9 months ago

Thanks for your suggestion! Because I don't edit vimwiki files, I'll merge your PR, but I won't test it. You can do a pull request for cmp-zotcite too if you want...

adam-coates commented 9 months ago

Great thanks for this, I'll submit the same to cmp-zotcite