Release 0.7.0
Major update
- Supports vscode integration entirely through the joplin clipper api, which solves many existing issues including
- Support joplin cli as backend, ref: Action API not setup in 1.6.4 CLI
- Support joplin flatpak application, ref: [docs] Setting up extension to work with Joplin as a Flatpak package · Issue #28 · rxliuli/joplin-utils · GitHub
- Support remote installed joplin as backend (not tested), ref: [Feat]: 希望能够指定ip · Issue #35 · rxliuli/joplin-utils · GitHub
- Support opened note file name is title name instead of uuid
Note that this release is a very big change and strongly depends on joplin 2.8 beta an api update
Specific list
- feat: Remove programProfilePath configuration, download resources via joplin api
- refactor: no longer force title update when updating resources
- fix: fix the bug that the title is forced to be renamed after the resource is modified
- feat: support open resource, fix the sidebar will lose focus when click current note
- feat: Implement editing resources (not finished)
- fix: Fix the bug that resources can't be clicked immediately after they are created.
- fix: fix the bug that the link inserted automatically when creating resources is wrong
- fix: Fix the bug that mouse hovering and clicking jump to internal links and resources
- fix: Fix the problem that image resources cannot be previewed.
- fix: Fix the bug that you can't jump to the referenced notes in notes
- refactor: use chokidar without binary dependencies instead of @parcel/watcher
- refactor: no longer use NoteActionApi
- refactor: some simple refactoring
- (tag: joplin-blog@0.7.2) chore: remove nx, upgrade some dependencies
- refactor: refactor directories and unit tests, move them to the right place
- chore: replace rollup with esbuild for better performance
- docs: update documentation, add links to online sites
- feat: https://github.com/rxliuli/joplin-utils/issues/26