I think it would be way more efficient for experienced css / html developers to be able to work with flat files.
Is there an option that allows to do this? For example I would check an option that makes the forum look for stylesheets and templates on the filesystem. When I'm done creating a theme, I could tell it to save it to the database.
I am really used to Vim, but there are plenty of text editors that front end developers are very proficient with, so editing my stylesheets and templates in the web frontend is very slow and inefficient for my workflow.
If that is not possible then I'm considering making a simple plugin that would map files in the filesystem and flat out replace them in a theme so I can click a button to test my theme, while I work with files... I'd just like to know if it's already in there before I spend hours on this
Actually if you know what you are doing... it's possible to turn off Stylesheet Minification and work with the cached stylesheets... Obviously you have to make sure not to edit them in the Admin. Once in a while, selet all > copy > and paste it into the Admin so you don't risk losing too many changes. Still rather cumbersome.
Is there an option that allows to do this? For example I would check an option that makes the forum look for stylesheets and templates on the filesystem. When I'm done creating a theme, I could tell it to save it to the database.
I am really used to Vim, but there are plenty of text editors that front end developers are very proficient with, so editing my stylesheets and templates in the web frontend is very slow and inefficient for my workflow.
If that is not possible then I'm considering making a simple plugin that would map files in the filesystem and flat out replace them in a theme so I can click a button to test my theme, while I work with files... I'd just like to know if it's already in there before I spend hours on this
Actually if you know what you are doing... it's possible to turn off Stylesheet Minification and work with the cached stylesheets... Obviously you have to make sure not to edit them in the Admin. Once in a while, selet all > copy > and paste it into the Admin so you don't risk losing too many changes. Still rather cumbersome.