scaffold
scaffold copied to clipboard
Zotero translator creation IDE
Any objection to migrating all issues to zotero/zotero (with "Scaffold" label and title prefix) and closing this repo?
The editor within Scaffold reacts with delays on Windows. I have experienced this for some time now, but got confirmation now from @adam3smith that he has the same experience. @dstillman...
Replace separate `detect`/`do` button pairs with a mode drop-down for Web, Search, Import, Export, and have generic buttons for `detect` and `do` that use the selected mode. Default to an...
I have two translators that work fine in Scaffold ([Blouin Artinfo](https://github.com/zotero/translators/pull/1270) and [Destructoid](https://github.com/zotero/translators/pull/1261)) with `doWeb` and in deployment, but for some reason, they throw a `Error: No title specified for...
We should first merge #70. This is a proof-of-concept for #69 for opening a round of feedback.
Most of the functions are defined in https://github.com/zotero/zotero/blob/master/chrome/content/zotero/xpcom/utilities.js and listed at https://www.zotero.org/support/dev/translators/functions . Frequently I have to check these sources during writing Zotero translators when I want to use a...
Similar to create a new document in word etc. It is possible to start with a new translator after starting Scaffold. However, when one opens a translator and then decides...
Given the [template functions](https://github.com/zotero/scaffold/issues/44) we're adding, keeping the code editor [makes sense](https://github.com/zotero/scaffold/issues/49#issuecomment-334988654). But then we should make it easier to switch between another external editor, by auto-detecting if the file...
It looks that previously in the test cases the tags were simply saved as a list of strings, but now with the newest Zotero 5.0 compatible version the tags are...
Browser console gives a lot of warnings: `TypeError: menulist.removeAllItems is not a function` whith reference to scaffold.js:1129 Maybe just delete that line?