使用简悦 SimpRead 与 Thino 进行联动
Use SimpRead with Thino
Thino is born from Memos but surpasses Memos. Starting from version 2.1.4, it supports creating Thino entries via HTTP APIs. Therefore, this integration can be achieved through SimpRead’s Webhook.
Add configuration to the Services / Webhook section of the SimpRead configuration interface:
{"name":"Webhook2Thino","url":"http://localhost:43999/create","type":"POST","fmt":"md","headers":{"Content-Type":"application/json"},"body":{"isList":true,"type":"DAILY","text":"{{content}}"}}
Parameter Description:
- The service name is
Webhook2Thino
, which you can customize. - Write in Markdown format
- Diary writing by default (DAILY mode)
- Non-TODO mode
Subsequently, in the reading mode of the webpage, select Actions / Save in the menu, and then choose the Webhook2Thino
service.