tmplat-extension / tmplat

Browser extension that quickly and easily copies info on the current page using a simple and unique template system
https://tmplat.com
MIT License
53 stars 11 forks source link

Interactive editor for Template contents #123

Open neocotic opened 11 years ago

neocotic commented 11 years ago

I thought it might be good to make templates even easier to write by implementing a smarter editor. I don't want one with lots of buttons etc. but smart interactive drop-downs would be perfect, much like user/issue mentions on GitHub which provides suggestion and auto-complete functionality while possibly closing unclosed sections as well.

neocotic commented 11 years ago

Perhaps Ace could be used for some of this at least and a custom mode could be written for the template syntax.