Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.08 KB

Sublime Writing Tools

Might be only useful for me.

Command "List Figures"

When writing with pandoc flavored markdown it is nice to use the pandoc-fignos plugin. The List Figures command allows to query the text for figure declarations and insert the selected one from the quick panel at the cursors position.

Prerequisites

Command "Show Text Statistics"

This command show some statistics about the text. If not canceled the selected element will be inserted at the cursor position. If insert all is selected the whole stats will be inserted.

Prerequisites

Needs Python Markdown and Beautiful Soup Documentation — Beautiful Soup 4.4.0 documentation.

pip install markdown
pip install beautifulsoup4