- This app is a recommended companion to my Atom Editor reimagined snippets package.
- It will take your input from a kennings.cson and make the initialization, keymap, and master kennings.cson files.
- This package does not intend to replace snippets, merely enhance the editor with a different kind of snippets.
- No attempt is made to follow any style standard other than my own.
- Because it does not follow any standard, and has hard coded directories matching my usage patterns, this is probably best used as an example or starting point for your own.
- Insert selected text into the final string inserted into the editor.
- Upper case the selected text before inserting it per grammar.
- Markdown/html linkify the selected text before inserting it into the editor per grammar.
- Lower case the linkified text before inserting it per grammar.
- Add tabs (%T%) to the inserted text.
- Hard tabs are currently poorly supported.
- Add Linux (%N%) or Windows (%CR%) newline characters.
- Add a " (double quote) (%Q%) to the inserted text.
- Insert repeated (%R%°<repeated characters>≈<number of repeats>¨).
- Insert pre formatted (%TF%▷<filename>◁) text from a source file.
| CHR | NAME | DESCRIPTION |
|---|---|---|
| ° | degrees symbol | Start of repeated text template. |
| ≈ | approximate | End of repeated text, start of number of repeats. |
| ؟ | Reverse Question | End of number of repeats. |
| ▷ | Right Hollow Triangle | Start of filename to insert. |
| ◁ | Left Hollow Triangle | End of filename to insert. |