Skip to content

The English version of the document is currently lacking. I hope someone can help translate it. My English can only be read and not written. 目前缺少英文版的文档,吾辈希望有人可以帮忙翻译一下,吾辈的英文水平只能读而不能写。

Notifications You must be signed in to change notification settings

RenatoXSR/joplin-vscode-plugin

 
 

Repository files navigation

joplin-vscode-plugin

English, 简体中文

The integration of joplin in VSCode currently allows direct operations on directories and notes, while supporting the search function.

Preview

Features

  • There is a tab in VSCode to show the directory tree
  • Create/update/delete directories/notes in VSCode
  • Click and edit directly in VSCode
  • Search all notes in VSCode

Requirements

Extension Settings

  • joplin.token: token for joplin web service
  • joplin.port: port of joplin web service, default is 41184

Known Issues

  • Lack of shortcut key support

Release Notes

0.1.3

  • Click the note to switch to the corresponding directory
  • Only keep the shortcut keys for rename and delete
  • Fixed the problem that the cursor was forced to transfer to the editor after clicking the note (not completely resolved)

0.1.2

  • When activating Joplin for vscode, first call the ping interface once, if it fails, add obvious error message

0.1.1

  • Update instructions, add screenshots

0.1.0

  • Open directly after creating notes
  • Turn off sync after closing notes
  • The directory tree in VSCode is automatically updated regularly when doing operations on directories/notes in Joplin
  • Add development environment variables
  • Support internationalization
  • Replace icon with joplin

0.0.1

  • There is a tab in VSCode to show the directory tree
  • Create/update/delete directories/notes in VSCode
  • Click and edit directly in VSCode
  • Search all notes in VSCode

Use Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

Enjoy!

FAQ

Show error message Joplin's token/port is set incorrectly, unable to access Joplin service!

Please try to execute the following command in CMD/Bash, if there is no problem, it should return JoplinClipperServer, otherwise you need File an issue with Joplin.

curl http:https://127.0.0.1:41184/ping

Not opened in VSCode after clicking

Please refer to the official default external editor settings: How can I edit my note in an external text editor?

No list displayed in the sidebar

After checking joplin configuration items, restart VSCode.

Clicking on the sidebar fails to open the note

Please use the last version v1.0.224, because it contains several new APIs, such as opening notes according to noteId in VSCode .

About

The English version of the document is currently lacking. I hope someone can help translate it. My English can only be read and not written. 目前缺少英文版的文档,吾辈希望有人可以帮忙翻译一下,吾辈的英文水平只能读而不能写。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%