Tehnix / vscode-tidymarkdown

VS Code formatter using tidymarkdown
https://marketplace.visualstudio.com/items?itemName=tehnix.vscode-tidymarkdown
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

How to use it? #1

Closed xiaohaoliang closed 5 years ago

xiaohaoliang commented 6 years ago

VScode: 1.24.1

Tidy Markdown Formatter: 0.0.3

I set user-setting:
"tidyMarkdown.disableFormatter": true

Then I try format my markdown file ( Shift + Alt + F) , It is not worked.

Message: There is currently no document formatter for "markdown" files.

Tehnix commented 6 years ago

Is it your intention to disable the formatter? If you have "tidyMarkdown.disableFormatter": false, does it work then?

xiaohaoliang commented 6 years ago

I am a joke~ o(╯□╰)o hahaha~

ChrisChinchilla commented 5 years ago

Hey @Tehnix I do have the setting correct, and still have the same issue, any ideas?

dann1 commented 5 years ago

How do I trigger the formatting I'm getting

Message: There is currently no document formatter for "markdown" files.

I currently have the defaullt "tidyMarkdown.disableFormatter": false

Tehnix commented 5 years ago

Hi all! Apparently tidy-markdown version 2.0.5 has been broken for a while, meaning that issues are there depending on when you pulled in the extension. I've pinned it to 2.0.4, which is a working version.

The newest version of the extension is now 0.0.4, which includes the fix.

Let me know if this doesn't resolve the issue, and I'll reopen :)

dann1 commented 5 years ago

It worked for me

ChrisChinchilla commented 5 years ago

Ah that is working now @Tehnix I had wondered why my Markdown files had suddenly started fixing themselves as I saved them :)

nottoseethesun commented 5 years ago

Still doesn't work for me, although installing tidy-markdown@2.0.4 and running it from the command line did work perfectly. I am on all-up-to-date Ubuntu 18.04 .