@@ -14,11 +14,11 @@ Happy Coding :)
1414
1515## Reference
1616
17- #### Commands
17+ ### Commands
1818The following commands are registered by Snippet Injector and can be accessed via the command palette.
1919If stated, the commands can also be called through menus or via hotkey.
2020
21- ##### ** snippet-injector: create **
21+ #### ** snippet-injector: create **
2222This command creates a new snippet from the current selection in the current editor.
2323You will be prompted for a snippet title.
2424
@@ -30,7 +30,7 @@ You will be prompted for a snippet title.
3030
3131---
3232
33- ##### ** snippet-injector: update **
33+ #### ** snippet-injector: update **
3434This command updates an existing snippet's content to the current selection in the current editor.
3535You will be prompted for choosing an existing snippet.
3636
@@ -39,7 +39,7 @@ You will be prompted for choosing an existing snippet.
3939
4040---
4141
42- ##### ** snippet-injector: insert **
42+ #### ** snippet-injector: insert **
4343This command injects a snippet to the current marker position(s).
4444You will be prompted to choose a snippet from a list.
4545
@@ -51,7 +51,7 @@ You will be prompted to choose a snippet from a list.
5151
5252---
5353
54- ##### ** snippet-injector: delete **
54+ #### ** snippet-injector: delete **
5555This command deletes a snippet from the local storage.
5656You will be prompted for the snippet name to delete.
5757
@@ -60,15 +60,15 @@ You will be prompted for the snippet name to delete.
6060
6161---
6262
63- ##### ** snippet-injector: toggledebug **
63+ #### ** snippet-injector: toggledebug **
6464This command toggles all debugging options for the package.
6565Debug informations are logged in Atom's console.
6666
6767* Please notice that this command is just available through command palette!*
6868
6969---
7070
71- ##### ** snippet-injector: import **
71+ #### ** snippet-injector: import **
7272This command imports previously exported data from an importable file format.
7373The format is recognized automatically, the contained data gets parsed
7474and the resulting snippets will be stored simultaneously.
@@ -80,23 +80,25 @@ Since this command is part of the IMEX module, I recommend usage via main menu.
8080
8181---
8282
83- ##### ** snippet-injector: export-to-FORMAT **
83+ #### ** snippet-injector: export-to-FORMAT **
8484This command exports the local storage in the given file format.
8585All snippets get parsed, based on the specific configuration and then are written into a user chosen file.
8686
8787Since this command is part of the IMEX module, I recommend usage via main menu.
8888
89- ** available formats:**
89+ ###### available formats:
9090
91- | Format | Extension | Command | Importable | add. Infos |
91+ | Format | Extension | Command | Importable | additional Infos |
9292| ---------:| -----------| --------------------------------| :----------:| --------------------------------------------|
93- | CSV | .csv | snippet-injector: export-to-csv | yes | Files may look untidy. Use it as recovery. |
93+ | CSV | .csv | snippet-injector: export-to-csv | yes | Files may look untidy, use it as recovery |
9494| Markdown | .md | snippet-injector: export-to-md | no | Human-readable, beautified |
9595
9696* Name in menus:*
9797> "Export Snippets -> FORMAT"
9898
9999
100+ ---
101+
100102---
101103
102104### External Sources
0 commit comments