All notable changes to the "simple-markdown-snippets" extension will be documented in this file.
- Updated !link to work with selected text keybinding. The text you select will be enclosed inside the
[]
.
- Updated README.md to have more details on the features page and better wording.
- Added !seo on yaml to produce a list of properties specifically for SEO. learn more about Docusaurus Seo
- Added bold, italic, and code that is "selected text key binding" enabled. Please see README.md for keybindings under Requirements.
- Fixed formatting for Tab snippets, old one didn't work if you added a codeblock inside the Tab Item.
- Added import options on !import-component. Right now it only has Tab and TabItem import but planning to add as I go along and use React Components more often on my blogs.
Properly adding version notes to CHANGELOG.md instead of README.md
Updated READMe.md to have better gifs and wording.
Changed name so it's clearer what the snippets are specifically for.
- Changed README.md format a little bit
Added new logo. Pretty much copied my favorite vs code theme Ariake Dark.
Initial release of simple-markdown-snippets. Added markdown snippets used for mdx or docusaurus that aren't already built in in vs code... except for links, probably will delete that later.
Added snippets to main docusaurs, markdown, mdx code that isn't covered by vs codes built in markdown snippets.