Usage #
-Prerequisites #
+Usage #
+Prerequisites #
It is assumed, that you
- have basic knowledge, how to use Visual Studio Code.
- successfully installed μJam extension to VSCode.
Activation #
+Activation #
μJam is an extension to VSCode and VSCode will activate it under certain conditions. As μJam deals primarily – or more precise exclusively – with markdown files, it will get activated, when you either
- open your first markdown file, or ... @@ -88,13 +88,13 @@
- belonging to a repository having an entry
"microjam": {...}
in itspackage.json
Activation #
only.
-Generating Webpages #
+Generating Webpages #
μJam can do exactly two things for you:
- generate/update a
html
file from a singlemd
file ... - generate/update
html
files from allmd
files in a repository
Single Markdown Files #
+Single Markdown Files #
Whenever you are working at a markdown file and save it via
- menu
File > Save As
or (Ctrl + Shift + S) or ...
@@ -110,7 +110,7 @@
Single Markdown Files All Markdown Files #
+All Markdown Files #
There might come up the necessity to rebuild all html
files. One scenario is, we just had modified our templates in template.js
.
To achieve this, we can use the μJam command Ctrl + K A (think All).