-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
FR: [Support for exporting notes and highlights to SiYuan Notes] #11580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Documentation: https://github.com/siyuan-note/siyuan/blob/master/API.md It looks like the endpoint listens on localhost. Could you ask their devs if the API is available from remote machines, @isPoto? If the API is intended to be used on the same machine as the note taking app then I would hard vetto it as it would involve the same workarounds we currently use for joplin. I'm also planing to deprecate joplin when nextcloud note is available (#11522) since the setup sucks badly and it is not very useful for us in its current state. Otherwise the app looks good and ticks all the checkboxes for an inclusion here: self-hostable, AGPL |
SiYuan Notes is divided into two versions, one is completely local software (with official cloud synchronization or webdav). A Docker version that is fully hosted on a server, i.e. Cloud Notes If you want to use it on a remote machine, you need to have your own Docker deployment and some additional configuration on Koreader, but this is too high a threshold for ordinary users. The official cloud synchronization of SiYuan Notes is only for user data transfer, and does not accept external import. So the API will be imported from the same machine |
ok, thanks. That's a pitty |
Correcting previous mistakes Siyuan Notes official reply: API support for remote machines The development documentation is in the built-in tutorial of SiYuan Notes, inbox section. OverviewWe can collect external data through the cloud inbox, and then obtain these data from the cloud through the inbox panel in SiYuan and send them to the notebook for further sorting. How to useCurrently, the following methods are provided for data access. API
#Note#:
|
I found that Export Notes and Highlights currently supports 6 online services, all of which are note-taking software.
I would like to support SiYuan Notes, which is a Notion-like note-taking software that works very well, I use it myself!
https://b3log.org/siyuan/en/
The text was updated successfully, but these errors were encountered: