oncework / codeexpander

A cross-platform cloud synchronization (Github/Gitee) development efficiency tool that integrates input enhancement and code snippet management specifically for developers. 专为开发者开发的一个集输入增强、代码片段管理为一体跨平台云同步(Github/Gitee)的开发效率工具。
https://codeexpander.com
449 stars 30 forks source link

Support Lepton style Gist descriptions #60

Open stevecopley opened 3 years ago

stevecopley commented 3 years ago

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

xudaolong commented 3 years ago

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