houkanshan / vscode-markdown-footnote

[^1] footnote syntax support to VS Code's Markdown editor and preview.

Home Page:https://marketplace.visualstudio.com/items?itemName=houkanshan.vscode-markdown-footnote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Markdown Footnote

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.

    Hover preview

  • Peek editor for quick editing and preview.

    Peek footnote content

    Peek footnote references

  • Command for inserting new footnote

    Click to create a new footnote

    Use command to insert a footnote

  • Render footnotes in the built-in markdown preview.

    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.

About

[^1] footnote syntax support to VS Code's Markdown editor and preview.

https://marketplace.visualstudio.com/items?itemName=houkanshan.vscode-markdown-footnote

License:MIT License


Languages

Language:TypeScript 92.1%Language:JavaScript 6.9%Language:Shell 1.0%