codeexpander icon indicating copy to clipboard operation
codeexpander copied to clipboard

Support Lepton style Gist descriptions

Open stevecopley opened this issue 4 years ago • 1 comments

Lepton is a great gist snippet manager, but the text-expanding feature of CodeExpander makes it much more useful (thank you!)

However, the way that Lepton manages titles / description / tags is really nice. It uses the convention (see here):

[Snippet Title] Snippet description #tag1 #tag2

When Gists uses this format, Lepton displays them with the title as the most prominent bit of data in the snippet list, which makes finding them much easier (you don't have to remember files names, etc.)...

Lepton snippet list is clear to read

It would be great if CodeExpander would detect and support this format too, as it would make finding specific snippets a bit easier (instead of seeing the filename as the key data in the list)...

CodeExpander list is harder to navigate as filenames are the most prominent data

stevecopley avatar Mar 05 '21 23:03 stevecopley

@stevecopley I will consider doing this, just one more tag bit, so stay tuned. thanks.

xudaolong avatar Mar 06 '21 16:03 xudaolong