windingwind

Results 203 comments of windingwind

The available shortcuts is very limited in Zotero. Most of them are taken by Zotero itself. For me, the freeze is not perceptible(or it doesn't exists? not sure). The find-as-you-type...

Thanks for the detailed instruction! I'll keep this issue open. However, I’m not sure what we can do before we get more information from the Zotero team. There will be...

# Template: Text ## [Text] today ```js TODO: ${new Date().toLocaleDateString()} Tasks Read Paper 1 Do some experiments Insert more items with meta-data in workspace window->Edit Done Tasks Todo Tomorrow ```...

# Template: Item(metadata) ## [Item] metadata Show Template Code ```js Item Meta Data: Title: ${topItem.getField('title')} Author: ${topItem.getField('firstCreator')} Date: ${topItem.getField('date')} ``` ## [Item] item-notes with metadata: Author: @zyx335588 ![image](https://user-images.githubusercontent.com/33902321/169704517-14faa474-0273-4357-99af-982f48576533.png) Show Template...

# Template: Item(annotations by color) ## [Item] collect annotations by color Author: @windingwind Discuss: #49 Type: A ![image](https://user-images.githubusercontent.com/106707747/175812654-0d2cf807-9967-4961-a4e8-00cad79893ab.png) ![image](https://user-images.githubusercontent.com/33902321/174488228-000257b4-10c4-47eb-a833-a6bd2516b5cf.png) Show Template Code ```js ${await new Promise(async (r) => { async...

# Template: Item(notes) ## [Item] collect item-notes to a new item-note and add a link to the main note Author: @windingwind Discuss: #86 ![image](https://user-images.githubusercontent.com/33902321/182098590-0835f48f-6d27-4dfb-a482-9100bccf972f.png) ```js ${await new Promise(async (r) =>...

# Template: Item(annotations by tag) > Require Better Notes version>=0.6.19 Usage: Select some items, input tags(split by `,`), and the annotations under these items will be collected in the main...

# Template: QuickNoteV2 Usage: Create note from annotation. [QuickNoteV2] Attach the title of the item when adding the quick note to the main note. If the note has no comments,...