Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 475a5db

Browse files
committed
Update Readme
1 parent 3c7c563 commit 475a5db

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Happy Coding :)
1414

1515
## Reference
1616

17-
#### Commands
17+
### Commands
1818
The following commands are registered by Snippet Injector and can be accessed via the command palette.
1919
If stated, the commands can also be called through menus or via hotkey.
2020

21-
##### **snippet-injector:create**
21+
#### **snippet-injector:create**
2222
This command creates a new snippet from the current selection in the current editor.
2323
You 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**
3434
This command updates an existing snippet's content to the current selection in the current editor.
3535
You 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**
4343
This command injects a snippet to the current marker position(s).
4444
You 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**
5555
This command deletes a snippet from the local storage.
5656
You 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**
6464
This command toggles all debugging options for the package.
6565
Debug 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**
7272
This command imports previously exported data from an importable file format.
7373
The format is recognized automatically, the contained data gets parsed
7474
and 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**
8484
This command exports the local storage in the given file format.
8585
All snippets get parsed, based on the specific configuration and then are written into a user chosen file.
8686

8787
Since 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

Comments
 (0)