vim-literate-markdown

A Vim plugin to replicate a subset of Org mode's literate programming, for Markdown files.
git clone git://git.alex.balgavy.eu/vim-literate-markdown.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-04-14 12:59Working on more testsAlex Balgavy7+93-1
2022-04-14 12:40Small changesAlex Balgavy4+9-1
2022-03-28 10:25Move some filesAlex Balgavy5+0-0
2022-03-28 10:23Test for indented directiveAlex Balgavy3+13-2
2022-03-28 10:21Another exampleAlex Balgavy5+160-0
2022-03-17 14:14Added basic test for block executionAlex Balgavy3+37-2
2022-03-04 13:20Add tests from Vim documentationAlex Balgavy9+94-2
2022-02-26 17:41Fix load guard in ftpluginAlex Balgavy2+1-2
2022-02-26 12:10Update documentationAlex Balgavy1+3-0
2022-02-26 11:54Update readmeAlex Balgavy1+2-1
2022-02-26 11:51Fix typoAlex Balgavy1+1-1
2022-02-26 11:45Rewrite in literate markdown & add testsAlex Balgavy17+1241-49
2022-02-26 09:52commitAlex Balgavy1+215-193
2021-07-01 13:18myfact.md: add directions to generate codeAlex Balgavy1+4-0
2021-07-01 13:14Added macro support & example documentAlex Balgavy4+525-102
2021-06-28 13:02Make demo showAlex Balgavy4+1-1
2021-06-28 12:49Add demoAlex Balgavy3+3-0
2021-06-28 09:31Update READMEAlex Balgavy1+16-2
2021-06-28 09:25Updated READMEAlex Balgavy1+6-6
2021-06-28 09:24Added documentation & gitignoreAlex Balgavy2+253-0
2021-06-27 11:33Add ability to tangle to different files, and based on languageAlex Balgavy2+130-38
2021-06-19 11:00Allow :Tangle directive on any lineAlex Balgavy1+1-1
2021-06-16 15:13Restore cursor after clearing outputAlex Balgavy1+1-0
2021-06-16 15:01Add Tangle <Plug> mappingAlex Balgavy1+1-0
2021-06-16 14:56Initial commitAlex Balgavy3+230-0