You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to see SyncThing configuration in the settings page so that I can more easily interact with it and change it if necessary.
Describe the solution you'd like
The idea could be to replicate or integrate the html GUI into the Obsidian settings or via a defined command.
Additional context
A screenshot of the actual SyncThing GUI:
The text was updated successfully, but these errors were encountered:
A first version of this is in the making with #104 . Here are some screenshots of the UI:
Moreover, the PR is only for adding the UI layout and some real-time data. Then, I should add more realtime data using the Syncthing Events API and of course, implementing more REST APIs endpoints.
Here are some useful ones :
More than rewriting every functions and their logic, I can inspire myself directly from the syncthingController.js file that is used in the Official Syncthing GUI. Therefore, I only have to refactor them / implement them in TypeScript / my plugin.
Linked to that idea, I can make the official syncthing repo a submodule of the plugin. Might be useful ?
LBF38
changed the title
[FEATURE] Display SyncThing configuration status in settings
[FEATURE] View Syncthing configuration inside Obsidian
Aug 22, 2023
Is your feature request related to a problem? Please describe.
I would like to see SyncThing configuration in the settings page so that I can more easily interact with it and change it if necessary.
Describe the solution you'd like
The idea could be to replicate or integrate the html GUI into the Obsidian settings or via a defined command.
Additional context
A screenshot of the actual SyncThing GUI:
The text was updated successfully, but these errors were encountered: