Skip to content

Instantly share code, notes, and snippets.

@rimutaka
Created March 5, 2024 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rimutaka/8ba5bc3d389db2b4c45d7d2f628ce9a9 to your computer and use it in GitHub Desktop.
Save rimutaka/8ba5bc3d389db2b4c45d7d2f628ce9a9 to your computer and use it in GitHub Desktop.
Markdown tool wishlist

This is a list of features I'd like to see in a markdown tool to make writing docs easier.

  • Automatically format code snippets according tp ````lang` setting
  • Display word counts
  • Display doc stats:
    • word count
    • estimated read time
    • significant / insignificant words
    • code line/word count
    • ratios of code/text/singificant/insignificant words
  • Highlight trailing spaces
  • Control column width or highlight lines that are too long
  • Compare the stats with the previous revision
  • Control capitalization of bullet points to match the previous line, e.g. this list is Sentencecase, so every new entry should be automatically in the same case
  • Control / highlight the number of blank lines before or after blocks such as headers, lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment