Peter Matulis
Peter Matulis
This does not result in any highlighting: ```yaml neutron-api: charm: cs:xenial/neutron-api num_units: 1 bindings: public: public-space ``` The last line is just backticks. I just don't know how to render...
It is not clear whether there is support for a directory hierarchy for journal files. It doesn't seem workable to have one directory (`wiki_root/journal` appears to be the default for...
After moving my vim plugins out of the way to identify whether they were causing a slowdown I determined that the **wiki.vim** plugin was causing it. When this plugin is...
For those unaccustomed to vimscript the usage of the templates feature is difficult to penetrate. By looking at a past [project issue](https://github.com/lervag/wiki.vim/pull/83#issuecomment-877809248) I came up with the following: ``` vim...
Tables (grid-like or list-table) in reST become mangled in Markdown.
Misalignment of elements for nested lists are present in the Markdown output. What part of the code handles this? ### Input: ``` 1. parent list item text * child list...
I use `textwidth` in my .vimrc file to impose hard carriage returns at 79 characters. However when entering Goyo with `:Goyo 79` this is lost and I get line wrapping...
To delete the current session I need to type: - `:SessionManager delete_session` - `CR` - `` - `CR` - `CR` It would be great if we just had to type:...
How is `FTermToggle` used? I can open a terminal with `FTermOpen` but I would like to temporarily return to the editor by toggling the terminal off, with the intention to...
My neovim uses a light background and I find that when FTerm opens it doesn't work so well with the same background. I'd like to modify it by making it...