Releases: PKM-er/obsidian-zotlit
Releases · PKM-er/obsidian-zotlit
1.0.1
- fix(obsidian/setting-tab): fix template folder not normalized on confirm (35fc432)
- feat(obsidian): support electron 22; support arm64-win32 (d3d9648)
- fix(obsidian/template): fix gray not detected properly in
colorName
(0012597) - fix(obsidian): fix attachment selection in note creation includes non-PDF ones (446a7c0)
- feat(docs-site): add fallback method to get zotero release (d4a2609)
- perf(docs-site): use swr for data fetching (92d6acb)
- build(zotero): fix incorrect zotero support info in update.json (again) (d232739)
- fix(docs-site): correct zotero version support (617f7d4)
- build(zotero): fix incorrect zotero support info in update.json (eaab498)
- fix(obsidian/template): make sure
Array.prototype.group
polyfill always unloads (85d27db) - perf(obsidian/annot-view): annotation view should no longer block workspace loading (9f2a805)
- refactor(lib/components): move to @mui/base
TextareaAutosize
(2e0563c) - feat(obsidian): fix styling - fix annot-view comment x-axis overflow - fix divide-y incorrect color (58c4eee)
- fix(obsidian/template): remove details view background color (d05aaf6)
- build: fix
rush build
not working correctly (524c783) - docs(docs-site): update zotero version detector (31cbb32)
- docs(docs-site): add api reference (a38b140)
1.0.0
v1.0.0 Changelog
- Support Zotero 7 and Obsidian v1.1.9+
- NEW: Note Fields View, add question, highlight, etc. to note's frontmatter in a structured way
- NEW: Open literature note from pandoc citekey in live preview editor with cmd/ctrl + click
- NEW: Note Update
- Update frontmatter with new metadata from zotero, append new annotations to the end of the note
- (Experimental) Update existing annotations in the note with latest template and info from zotero
- (Optional) Update by overriding existing note
- NEW: merge cross-page annotations
- select multiple annotations in Zotero PDF reader, merge them from the context menu, and have them merge into a single annotation in Annotation View and template output
- Annotation View Improvement
- Comment now support markdown syntax
- Scroll to active annotation on selection in Zotero PDF reader
- Follow mode update: choose between follow active literature in zotero reader, active note in obsidian or a specific literature
- Template Improvement
- Template Live Editor: edit and preview template in real time with selected literature/annotation
- Support specify metadata field to be imported into frontmatter
- Template for single annotation is now warpped in a callout with block-id by default
- To disable this, add
callout: false
to the frontmatter of the template
- To disable this, add
- update color name support orange, magenta
- annotations can now access parent doc item details via
it.docItem
- interpolate tag now render undefined/null as empty string
- Suggester Improvement
- support search by author and year (boolean search not yet support)
- the last added literature is ranked at top if no query provided
- allow
-
to be used in editor query - style adjustment
- Fix auto pair eta break editor in obsidian canvas update
- forward API to global window property
zoteroAPI
for other plugins to use