zotero / scaffold

Zotero translator creation IDE
http://www.zotero.org/support/dev/scaffold
38 stars 9 forks source link

Remove framework checkbox and automatically add attr()/text() #43

Closed dstillman closed 6 years ago

dstillman commented 6 years ago

Part of https://github.com/zotero/translators/issues/1277

We could have a checkbox for attr()/text(), but since they'll be available in the sandbox in future 5.0 versions, we could probably just scan for those functions and insert them if they're used.

zuphilip commented 6 years ago

Would it still be possible to maintain the FW translators afterwards? At least for a short time because it might take time to rewrite all these translators...

dstillman commented 6 years ago

Yeah, if we take out the checkbox, Scaffold just wouldn't know anything about that code block and would leave it in place.