Skip to main content

All Questions

Tagged with
1 vote
1 answer
243 views

In vim, is it possible to turn my bibliographic keys into links?

I write in pandoc markdown, which uses bibligraphic keys from biblatex that look like @smith_foo_1999, where "Smith" is the author name, "Foo" is the title, and 1999 is the year of publication. This ...
Jonathan's user avatar
  • 2,099
0 votes
1 answer
737 views

Compiling markdown Simplenotes with pandoc.vim and simplenote.vim

I would like to use pandoc.vim to compile markdown Simplenotes that I edit in Vim using simplenote.vim. To use pandoc.vim I set my Simplenote file type to pandoc with let g:SimplenoteFiletype = "...
Richard Herron's user avatar
1 vote
2 answers
2k views

How do I automate a set of VIM commands that I use all the time?

I'm running some text files written in Markdown through Pandoc to get html, but it renders the tags strangely with weird line breaks and white space in tags, so I've been running a few sed commands in ...
Joe's user avatar
  • 33