As a lifetime user, how do I use the Inbox feature? The instructions in the user guide are very superficial. It only talks about API, where to find it, but it doesn't show how to use it. Thank you.
How to use "inbox" feature?
Related articles
-
DoctorJames •VIP Warrior
I am just begining in Siyuan, by far fullfill my need but the inbox is really an obscur item also the use of the API key, is it possible to have a step by step use of it?
Kindly and thanks
- MiscReply
-
Basti • • 2VIP Warrior
Sending to the SiYuan-Inbox is quiet easy from a small script. I have an example for ruby here...
You need to change "token xxx"
require 'net/http' require 'json' uri = URI('https://liuyun.io/apis/siyuan/inbox/addCloudShorthand') req = Net::HTTP::Post.new(uri) req.body = JSON.dump({ title: Time.now.strftime('%Y-%m-%d'), content: 'Hello from Ruby' }) req['Content-Type'] = 'application/json' req['Authorization'] = 'token xxx' res = Net::HTTP.start(uri.hostname, uri.port, :use_ssl => true) do |http| http.request(req) end case res when Net::HTTPSuccess, Net::HTTPRedirection puts 'DONE' else puts 'FAILED' puts res.value end
-
Basti •VIP Warrior
Based on iOS Share Sheet Shortcut I created another Shortcut to send Text (only) to the SiYuan Inbox. You need to edit the Shortcut and change "token xxx" to your Inbox-Token. This is just an example, as I am not very good with using Shortcuts. But it should get you started.
1 Reply -
Staedie •VIP Warrior
I have the same question. Is there any news on using the inbox feature with e.g. WhatsApp or Telegram or email? Or did anyone set it up with other apps? It would be such a great feature to collect content, in particular on mobile (since no native sharing feature is available to date).
- Visit all replies
Welcome to here!
Here we can learn from each other how to use SiYuan, give feedback and suggestions, and build SiYuan together.
Signup About