Skip to content

ff6347/SublimeWritingTools

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages