rxliuli / joplin-utils

Joplin-based community tool
https://joplin-utils.rxliuli.com/
MIT License
235 stars 36 forks source link

[Feat]: Support direct webdav access #78

Closed showgood163 closed 1 year ago

showgood163 commented 1 year ago

app

joplin-vscode-plugin

Is your feature request related to a problem? Please describe.

Joplin client supports direct webdav access and manages files accordingly. Can this plugin do the same?

Describe the solution you'd like

This plugin can support direct webdav access (and behaves like a joplin client).

Describe alternatives you've considered

I don't know. Maybe this is too far-fetched for a plugin?

rxliuli commented 1 year ago

Do you mean view and manage all attached resources? This is indeed a new feature. But I would like to know in what scenario do you usually use this function? Clean up unused resources?

showgood163 commented 1 year ago

Do you mean view and manage all attached resources? This is indeed a new feature. But I would like to know in what scenario do you usually use this function? Clean up unused resources?

  1. Yes. I mean use vscode and this plugin to replace the joplin client.
  2. My webdav server is very weak (armv5 level cpu) and I dont want to setup full joplin-server on that.
rxliuli commented 1 year ago

Oh, I want to double check what you mean. Do you mean using the vscode plugin without installing the joplin client at all? This is probably not possible, at least a cli client needs to be installed, this plugin relies on the client's web clipper api. But it might be useful to provide attachment resource management, I'll look at adding a list to the sidebar.

showgood163 commented 1 year ago

Do you mean using the vscode plugin without installing the joplin client at all?

Yes.

at least a cli client needs to be installed

Can you show me some cli clients for windows?

rxliuli commented 1 year ago

Do you mean using the vscode plugin without installing the joplin client at all?

Yes.

at least a cli client needs to be installed

Can you show me some cli clients for windows?

ref: https://joplinapp.org/terminal/ .

Note that I'm not actually using the cli client, but it is officially supported by joplin.

showgood163 commented 1 year ago

ref: https://joplinapp.org/terminal/ .

Thanks. I'll see what I can do.