VSCode Markdown Footnote
[^1] footnote syntax support to VS Code's Markdown editor and preview.
Features
Hover to preview and jump between footnote reference and content by cmd / ctrl + click.
Peek editor for quick editing and preview.
Command for inserting new footnote
Render footnotes in the built-in markdown preview.
TODO
- Support multiline footnote content.
- Support
pandoc-citeproc format citations
Contributing
Dev
- Fork this repository
npm install
- Create your feature branch:
git checkout -b my-new-feature
- Make changes and add tests
npm test:watch and check your changes by pressing F5
- Commit your changes:
git commit -am 'feat: Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Thanks
Changelog
See changelog here.
| |