10 |
11 |
18 |
19 |
Save your often used text snippets and then expand them whenever you type their abbreviation.
11 |For example:- "spr`" expands to "Snippet Pixie rules!"
12 |For non-accessible applications such as browsers and Electron apps, there's a shortcut (default is Ctrl+`) for opening a search window that pastes the selected snippet.
13 |The Search and Paste window, opened with Ctrl+` (can be changed), is very convenient for quickly finding and pasting snippets, and shows the most recently used snippets first for quick access. Using `Shift`+`Return` or `Shift`+`Click` on an entry in the Search and Paste window will `Shift`+`Ctrl`+`V` paste, great for terminal emulators, vim etc.
14 |Snippets can be imported and exported in a simple JSON format.
15 |Supports placeholders:-
16 |All placeholders are delimited (wrapped) by "$$", with the placeholder name starting with an "@" symbol.
23 |For example, today's date can be inserted with "$$@date$$".
24 |Added support for placeholders.
140 |Initial pre-release.
196 |