edheltzel / better-nunjucks-for-visual-studio-code

🦾 Better Nunjucks for Visual Studio Code with Snippets
https://marketplace.visualstudio.com/items?itemName=ginfuru.better-nunjucks
MIT License
22 stars 1 forks source link

No response or How to use with .md file #8

Closed hiuxia closed 1 year ago

hiuxia commented 1 year ago

Sorry to bother for my limited level. After reading the readme quite a few times, I still can not figure out how to use this plugin to highlight, format and use the snippets for the nunjuck language.

My usage scenario is to write the zotero integration template in .md format. Thanks again.

edheltzel commented 1 year ago

@hiuxia I'm not familiar zotero, but if you install and enable Better Nunjucks inside of VSCode - all .md, .html, and .njk files will have Nunjucks syntax highlighting and snippets available. I do not know if there is an extension for VSCode for zotero - if so there might be something conflicting Better Nunjucks.

Also, note, there is no formatting that comes with this extension - I suggest you look at using Nunjucks Template Formatter

hiuxia commented 1 year ago

Sorry for the late reply. Now the plugin works pretty well. Maybe there are some plugin conflicts(few markdown plugins?) after the installation (by the way, there is no zotero plugin for vscode and I'm using zotero with obsidian for my research).

Also, Thanks for this wonderful plugin and the Nunjucks Template Formatter you recommend!