This repository was archived by the owner on Dec 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,36 @@ Debug informations are logged in Atom's console.
6666
6767* Please notice that this command is just available through command palette!*
6868
69+ ---
70+
71+ ##### ** snippet-injector: import **
72+ This command imports previously exported data from an importable file format.
73+ The format is recognized automatically, the contained data gets parsed
74+ and the resulting snippets will be stored simultaneously.
75+
76+ Since this command is part of the IMEX module, I recommend usage via main menu.
77+
78+ * Name in menus:*
79+ > "Import Snippets"
80+
81+ ---
82+
83+ ##### ** snippet-injector: export-to-FORMAT **
84+ This command exports the local storage in the given file format.
85+ All snippets get parsed, based on the specific configuration and then are written into a user chosen file.
86+
87+ Since this command is part of the IMEX module, I recommend usage via main menu.
88+
89+ ** available formats:**
90+
91+ | Format | Extension | Command | Importable | add. Infos |
92+ | ---------:| -----------| --------------------------------| :----------:| --------------------------------------------|
93+ | CSV | .csv | snippet-injector: export-to-csv | yes | Files may look untidy. Use it as recovery. |
94+ | Markdown | .md | snippet-injector: export-to-md | no | Human-readable, beautified |
95+
96+ * Name in menus:*
97+ > "Export Snippets -> FORMAT"
98+
6999
70100---
71101
You can’t perform that action at this time.
0 commit comments