I developed a vscode extension for wiki.js #4552
whenSunSet
started this conversation in
Showcase your Wiki
Replies: 1 comment
-
congratulations very good |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wiki-ws
1.How to use
(1).install
(2).use
Ensure that Wiki.j is deployed
If not, then you can deploy here. Wiki.js
wiki.wiInitWiki
The plugin should be initialized first.
So let's press F1 or Shift+Home+P(Show All Command),then input wiki.wiInitWiki and press enter.
The plugin will let you enter the home page of wiki.js, For example http://wiki.heshixi.com, then press enter.
The plugin will let you enter the authorization key of wiki.js, then press enter.
You should now see a wiki directory appearing in the left workspace.
wiki.wiSearchInWiki
You can use this plugin to search for files in the Wiki, and changes are synchronized to the server in real time.
So let's press F1 or Shift+Home+P(Show All Command),then input wiki.wiSearchInWiki and press enter.
Now you can enter the keyword you want to search for in the input box, the list will immediately display the search results.
wiki.wiUploadFileToWiki
You can upload markdown file that are not in Wiki to Wiki.
So let's open a menu for a markdown file in another workspace, Click the wiUploadFileToWiki button in the menu.
Wait for a while and you will see the file uploaded successfully toast.
wiki.wiUploadFilesInDirToWiki
You can upload markdown files that are not in Wiki to Wiki.
So let's open a menu for a directory in another workspace, Click the wiUploadFilesInDirToWiki button in the menu.
Wait for a while and you will see the many file uploaded successfully toast.
wiki.wiDeleteFileFromWiki
You can delete a file on the wiki.
First use wiki.wiSearchInWiki command to fetch wiki file to local.
Then open this file menu, Click the wiDeleteFileFromWiki button in the menu.
Wait for a while and you will see the toast deleted successfully.
wiki.wiUploadAssetToWiki
You can upload none markdown files to Wiki as resource.
So let's open a menu for a none markdown file in another workspace, Click the wiUploadAssetToWiki button in the menu.
Wait for a while and you will see the file uploaded successfully toast.
Beta Was this translation helpful? Give feedback.
All reactions