11# Atom Snippet Injector
22** An easy but powerful snippet management tool for Atom editor.**
3+
34This atom package provides a JSON based snippet management.
45
56* But why use this package* you ask?
67
78Because you can reach every feature in more or less three steps.
89
910It's easy and fast so you don't have to struggle with difficult UI's or file syntaxes or even worse, writing the snippets manually.
10- Check out the [ Quick Start Guide] ( HOWTO.md#examples ) for more instructions on how to use this package.
11+ Check out the [ Quick Start Guide] ( HOWTO.md#using-the-snippet-injector ) for short instructions on how to use this package.
1112Happy Coding :)
1213
1314---
@@ -73,7 +74,7 @@ This command imports previously exported data from an importable file format.
7374The format is recognized automatically, the contained data gets parsed
7475and the resulting snippets will be stored simultaneously.
7576
76- Since this command is part of the IMEX module, I recommend usage via main menu.
77+ Since this command is part of the [ IMEX module] ( HOWTO.md#using-the-imex-module ) , I recommend usage via main menu.
7778
7879* Name in menus:*
7980> "Import Snippets"
@@ -84,7 +85,7 @@ Since this command is part of the IMEX module, I recommend usage via main menu.
8485This command exports the local storage in the given file format.
8586All snippets get parsed, based on the specific configuration and then are written into a user chosen file.
8687
87- Since this command is part of the IMEX module, I recommend usage via main menu.
88+ Since this command is part of the [ IMEX module] ( HOWTO.md#using-the-imex-module ) , I recommend usage via main menu.
8889
8990###### available formats:
9091
0 commit comments