hsiangyu_wong
About
- Username
- hsiangyu_wong
- Joined
- Roles
- Member
Comments
-
Are you storing your Zotero data directory in a cloud storage folder (Dropbox, Google Drive, OneDrive, etc), which is likely to break anything in Zotero, including the plugin package mentioned in your error? See also https://www.zotero.org/support/…
-
@agam2222 1. > Is it possible to use action and tags scrips to paste javascripts suggested by others to perform many specific functions in Zotero (via tools>developer>Run Javascript) or does these javascripts need to be amended or modifie…
-
> show collections that an item belongs to press `alt/option` and its parent collections will be highlighted. this is a built-in feature
-
See this plugin: https://github.com/windingwind/zotero-actions-tags/discussions/115
-
I've managed to implement this in Better Notes plugin (https://github.com/windingwind/zotero-better-notes). Now you can export notes to MS Word document with all citations editable. See [New Feature] Export to Word (.docx) with citation #822
-
About Actions & Tags for Zotero (https://github.com/windingwind/zotero-actions-tags): @DonnaCoxBaker > It requires a bit more setup than Zutilo did I've introduced `import actions from file` and `export actions to file` in a recent update,…
-
For Zotero 7 users, another plugin Actions & Tags for Zotero (https://github.com/windingwind/zotero-actions-tags) can handle most (or all) that Zutilo provides. I made many actions corresponding to Zutilo features recently (mostly asked by Marie…
-
For Zotero 7 users: https://github.com/windingwind/zotero-actions-tags/discussions/115 (Please read the instructions https://github.com/windingwind/zotero-actions-tags#create-your-own-actions for how to add it to your Zotero)
-
@DonnaCoxBaker Actions and Tags (https://github.com/windingwind/zotero-actions-tags) can partly take the place of Zutilo. It's already available on Zotero 7.
-
Thanks @ifree, I implemented one with the plugin Actions & Tags (https://github.com/windingwind/zotero-actions-tags), without the need to use a custom build of Zutilo, and works for Zotero 7: https://github.com/windingwind/zotero-actions-tags/d…
-
@NawariIde This API `note2html` was introduced in the recent pre-release of BN and 1.0.4 does not support that. Seem like you are trying to use a template that only supports a higher version of BN. Please check if you have changed the default `[Q…
-
OK, I will check. Thanks for the report.
-
@kdqui35 To temporarily fix this, goto preferences - translate - uncheck `Sidebar: XXX` options under `User Interface`.
-
Is it possible the issue with the annotation sidebar isn't related to plugins? Have you tried replicating the problem with no plugins enabled?
-
Again, no difference for me. After closing all pdf tabs and waiting for ~1 minute, the memory usage goes down to normal. the annotation left sidebar is kept open. GC does not happen instantly. Please wait for a while and see if the memory usage is …
-
I can't help right now, but let's see if others have the same problem.
-
That does not make any difference to me. After open-scroll-close 10 different PDFs, about:memory shows 460MB of the main process and the total memory usage is 850MB. I test in a much larger library this time so a little increment of memory usage is …
-
What is your plugin version and Zotero version? I cannot reproduce what you claimed with your steps. After open-close a pdf (4.4MB) 10 times, the memory usage goes back to 600-700 MB, and about:memory shows the main process's explicit allocations a…
-
This is caused by the pdf-translate plugin and is fixed in the latest stable (for zotero 6) and beta (for zotero 7) release. Make sure you are on plugin 1.0.25 & zotero 6, or plugin 1.1.0-3 & zotero 7. The release page is here: https://gi…
-
Sorry for the long delay in fixing the bug. I've released pdf-translate 1.1.0-1, which is a beta for Zotero 7. This bug should be fixed after that version. The Z6 version is no longer maintained and thus will not fix this bug there.
-
The pdf preview for z7 is at its first beta and not that stable. A known issue. The update warning is actually expected. The update.json is for the latest build (the beta version), while the latest release is the last stable version. So the update …
-
Hi @odebroqueville, 1. `src` stores the source code (TS/JS) that will be executed during runtime. The src/examples.ts covers most of the frequently used functionalities plugins use. So just look into it and pick the ones that meet your need to asse…
-
@dstillman It's here, the phantom of the Zotero 7 for Windows... The window border disappers.
-
Hi @mjthoraval, how you quit Zotero? Does this happen if you quit Zotero with the menu-app(or file on Windows)-quit? The pdf translate plugin beta only removes the localization files for Zotero 6 and adds support for Zotero 7 localization system. D…
-
You may also want to search for `zotero plugin` on Github, where the source code of most plugins is hosted. Starting from existing plugins is easier for beginners. Many plugins have already finished the required update for running on Zotero 7.
-
Seem like it is gone with the Zotero 7 beta.
-
Well, this feature is not yet ready in the latest version. Use 0.8.9, or wait for update.
-
There was a broken update link in the earlier builds of better notes (1.0.0 and 1.0.1). Please install 1.0.2+ manually and it should be able to update automatically.
-
@yunxiao_zhai Thanks, I will check. I haven't had time to add support for math for PDF export, but the md export is expected to work.
-
Well it is possible of course, but I have not had time to do it yet (sorry!) But it won't be difficult to implement. Welcome PR!