NobleRat
NobleRat
@rylwin Thank for #1008. What is left to do ?
Thanks guys for the fast reaction. I think @uolot is [right](vimwiki_text_ignore_newline) I assigned to you both the issue, take your time. Just to sort this a little and I don't...
In doubt, let's imitate pandoc behaviour with markdown even with vimwiki format, meaning, we need one blabk line before and after the indented code-block to avoid these list continuation bad...
Very nice description, as always @VimWei. Thanks for that. It seems related to some italic triggered by: or a `_` in the links or the `_` byte: 0x5f in the...
Many bugs here that got all my interest. Thank you so much @VimWei for your example the it really a monster. I'll use some if it in the test. Let's...
He wants to create a custom jumper to jump wherever he wants: could be ccp source code. It can be great to keep some hand made indexes. @seelaman : I...
I like the regex or line number style. In short this is more than enought. Have a look at the tag implementation which is well made. Fir the id of...
Hi @rawcoder, yes this would be nice, note that vimwiki is retro compatible with vim7.3 so there would be a branch at some point. I would also like it to:...
I had the same problem, I think this is related to pandoc and not [pandoc-latex-template](https://github.com/Wandmalfarbe/pandoc-latex-template). # Quickfix Use `-V code-block-font-size='\tiny'` and not -M ### Bad (in YAML) ``` metadata: code-block-font-size:...
For people trying to develop a payload, you can use msfvenom for dev / test cycles ``` msfvenom -p windows/my_windows_payload ```