Skip to content

joplin-vscode-plugin@0.7.0

Compare
Choose a tag to compare
@rxliuli rxliuli released this 14 Apr 15:11
· 262 commits to master since this release

Major update

  • Supports vscode integration entirely through the joplin clipper api, which solves many existing issues including
    • Support joplin cli as backend, ref: rxliuli/joplin-vscode-plugin#37
    • Support joplin flatpak application, ref: #28
    • Support remote installed joplin as backend (not tested), ref: #35
    • Support opened note file name is title name instead of uuid, ref: #32

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: #26