1.The project must be a folder?Is it possible to add file in different path and already opened in tabs to certain project?
2. For markdown, any plugin for hotkey for ### ?(like ctrl+2 to insert ## )
3. For Snippet Panel,I've read the wiki page,but not very clear,could we insert the built-in snippet(like arrows, Greek Alphabet) just by click the one in panel?
4. For user defined snippet:I can't find the .txt file with snippet blow methioned?We can define snippet using .txt rather than .json?Maybe I misunderstand something...
Thanks!Each snippet folder can contain one or more .txt files, in UTF-8 (no BOM) or UTF-16 (with BOM) encoding. Files have snippet per line, in the form "name=value" or simply "name" (if value missed, it equals to name).