hsiangyu_wong
About
- Username
- hsiangyu_wong
- Joined
- Roles
- Member
Comments
-
@warguelles The v0.0.4 allows users to customize the tab name
-
Please update to v0.0.3: @timwr820 You can now set the number of pages to preview in the Edit->Prefs->Preview @burgarth The memory usage bug is fixed.
-
@burgarth Thanks! I'll try to figure it out and fix it soon!
-
@warguelles Thanks for the suggestion! Users could vote on which tab name we use. Alternatively, maybe I could provide a setting to allow users to define the tab name. For most users 'preview' may be clear enough.
-
Hi everyone! I just spent an afternoon developing this new plugin Zotero PDF Preview, which I think is an excellent solution to this discussion. Thanks to Zotero 6 's integrated pdf.js, it is effortless to do a preview. You can select items in the …
-
@timwr820 I'll add a switch for this behavior in the next update. Thanks for letting me know!
-
Thanks, @dstillman! Happy to see this will be implemented inside Zotero.
-
You are right. I guess alfred.feldmeyer needs a way to copy the annotation image as blob, as he mentioned above. The first reply about the plugin may be misleading. My bad. Sorry for that.
-
I fully understand @dstillman your concern: this is a Zotero forum. Sorry for any possible offense. Plugins are the non-official way to realize what currently is not supported. We can advance the tasks quickly without historical burdens. Pull reque…
-
@alfred.feldmeyer Hi, the plugin update v0.5.14 adds a small button for every annotation(type=image) on the annotation sidebar. Click it and the image will be copied as blob. See how to use it here: https://github.com/windingwind/zotero-better-no…
-
@alfred.feldmeyer Hi, I made some effort to realize this 'copy selected annotation as image blob'. Later I'll make it part of the addon mentioned above. Any ideas about how to trigger it? As I don't want to overwrite Zotero's default copy method,…
-
I'm not familiar with mdnotes, seems like it does not support the filename template. I'd like to recommend this addon Zotero Better Notes: https://github.com/windingwind/zotero-better-notes. You can set a template for the export markdown filename.
-
This is a very excellent addon! But if you want to use the traditional CSS style and customize your themes, another addon, ZoteroTheme, enables users to modify and apply the CSS easily. You can create different themes and modify the color for each …
-
There are two ways to paste an image to a markdown file: 1. Copy the image file link in Zotero storage. This could be dangerous because these cached images may be removed anytime. 2. Copy the encoded string of the image. These strings are usually ve…
-
@vjjaimez The backlink function is available now! When you insert a sub-note link to the main note, a new line will be appended to the end of the sub-note. By default, it's 'Referred in xxx(main note link)'. You can edit the 'QuickBackLink' templat…
-
@_yncko_ Sorry, this is a known issue caused by the backlink & insert link template in v0.5.6 & v0.5.7. Please update to the latest version. The template will be corrected automatically and new linked notes will be imported correctly. For …
-
For me, Zotero process these markdown symbols in the proper way. If you view/edit notes inside Zotero, they just look like a rendered markdown. When you export the note to a real markdown file, they are converted correctly.
-
The better notes addon now supports opening workspace as a Zotero tab. After restarting Zotero, the workspace tab will also be restored, just like the reader tabs. There are more new features that may interest you: - Export standalone/item notes to…
-
Thank you @dstillman! Have a nice day ^V^
-
@dingzh I also want to make it real-time, while how to realize it as a plugin is still not very clear.
-
@margot.fonteyne This addon uses a different workflow, not a copy-paste. There are two ways to collect attachment text/images to a markdown/rich text document: - The Obsidian plugin way(just a so-called name. not related to any other plugins): 1. H…
-
@vjjaimez It's a planned feature. Maybe there will be a template to make users decide what to be inserted into the sub-note. The biggest worry is that when users delete a link we'll never know. In this case, the link relation may be strange?
-
yes, quick copy as base64 is the best solution!
-
@distillman The earlier version does this export by linking images to the Zotero data directory. At the same time, the latest update copies images to the export file dir and uses a relative path in markdown, which would be safer and easier to manage…
-
@margot.fonteyne This zotero-better-notes provides another possible workflow to note while reading: you can insert an annotation/sub-note to a certain main note(with a pre-built outline from your custom template), and export the main note after y…
-
Hi everyone, There is a new way to export annotations/notes with any format of metadata, including citekey! With the template function of this addon: https://github.com/windingwind/zotero-better-notes , you can do this easily. - How to use it wi…
-
Hi, I just made some modifications to support markdown export with images and LaTex. I bet you'll be interested! The addon page is https://github.com/windingwind/zotero-better-notes Export your note with images from the top-right button on the note…
-
@dstillman Hi, Sorry to bother you once more. I wonder if it is possible to add this addon to Zotero's official plugin page(https://www.zotero.org/support/plugins) and if not, would you mind giving me some hint? The Zotero Better Notes provides m…
-
I modified the markdown image & LaTex math export part of the markdown translator and now it looks right. The code is here as part of the zotero-better-notes addon: https://github.com/windingwind/zotero-better-notes/blob/master/src/Better Note …
-
Another related feature of arxiv: Is it possible to automatically update an arxiv item metadata to the formally accepted version?