Skip to content

Releases: rxliuli/joplin-utils

joplin-vscode-plugin@0.7.4

19 Apr 01:48
Compare
Choose a tag to compare

joplin-vscode-plugin@0.7.3

18 Apr 02:11
Compare
Choose a tag to compare
  • fix: fix the bug that temporary files and listeners are not deleted when deleting notes
  • feat: Smart stitching of title and content when opening notes
  • feat: Update the title while editing the note, ref: https://discourse.joplinapp.org/t/9624/77

joplin-vscode-plugin@0.7.2

16 Apr 14:41
Compare
Choose a tag to compare

The main function update is to add a new configuration item baseUrl. Currently, the base Url can be used to set the base path of the joplin api. The default is http://localhost:41184, but it can be modified to a remotely installed joplin instance.

Currently testing done using joplin cli in wsl

image
image

joplin-blog@0.8.1

16 Apr 14:38
Compare
Choose a tag to compare

The main change is to update the joplin-api dependency to support the use of the joplin clipper api running remotely, and also to reduce the bundle size by replacing the dependency

  • refactor: replace luxon => dayjs
  • refactor: update joplin-api sdk
  • feat: update to use latest joplin-api sdk, update port => baseUrl

joplin-vscode-plugin@0.7.1

15 Apr 14:06
Compare
Choose a tag to compare

Note: This is also an incompatible update, requiring the vscode version to be updated to 1.66.2 (the latest version), mainly due to changing the bundle's target to es2017, which requires a higher version of nodejs

  • chore: update the minimum compatible version of vscode to 1.66.2 (the latest version)
  • refactor: remove axios dependency, refactor with fetch (reduce bundle size by about 50k)

joplin-blog@0.8.0

15 Apr 15:55
Compare
Choose a tag to compare
  • feat: set the target of typescript to esnext, which is only compatible with the latest version of nodejs lts by default
  • feat: remove the dependency on the local joplin resource location, download the resource to the local through the clipper api
  • refactor: updated joplin-api sdk, no longer depends on axios

joplin-vscode-plugin@0.7.0

14 Apr 15:11
Compare
Choose a tag to compare

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

joplin-blog@0.7.2

03 Apr 10:05
Compare
Choose a tag to compare

0.7.2

  • fix: Modify bin.js => bin.cjs to force the use of commonjs to avoid errors in higher versions of nodejs

0.7.1

  • fix: fix generated markdown file ordered list error

0.7.0

  • feat: Support jekyll framework

joplin-vscode-plugin@joplin-vscode-plugin

08 Nov 03:10
Compare
Choose a tag to compare
  • feat: support waking up extensions with search shortcuts c+j,c+o
  • chore: remove separate eslint configuration file from project, fix vscode environment variable not using NODE_ENV
  • fix: fix setup/build errors in modules

joplin-vscode-plugin@0.5.3

28 Oct 15:07
Compare
Choose a tag to compare
  • fix: Fix #21
  • feat: use the rollup plugin of i18next-dts-gen
  • chore: remove unrelated dependencies, fix minor issues
  • docs(joplin-vscode-plugin): fix a minor issue with update description information