1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Update website

This commit is contained in:
Laurent Cozic
2021-11-19 13:06:17 +00:00
parent e8894d486e
commit 42c32c13e7
99 changed files with 2489 additions and 1202 deletions

View File

@@ -180,6 +180,7 @@ command | 16
| is_shared | int | |
| share_id | text | |
| conflict_original_id | text | |
| master_key_id | text | |
| body_html | text | Note body, in HTML format |
| base_url | text | If `body_html` is provided and contains relative URLs, provide the `base_url` parameter too so that all the URLs can be converted to absolute ones. The base URL is basically where the HTML was fetched from, minus the query (everything after the '?'). For example if the original page was `https://stackoverflow.com/search?q=%5Bjava%5D+test`, the base URL is `https://stackoverflow.com/search`. |
| image_data_url | text | An image to attach to the note, in [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) format. |
@@ -254,6 +255,8 @@ This is actually a notebook. Internally notebooks are called "folders".
| parent_id | text | |
| is_shared | int | |
| share_id | text | |
| master_key_id | text | |
| icon | text | |
## GET /folders
@@ -302,6 +305,7 @@ Deletes the folder with ID :id
| size | int | |
| is_shared | int | |
| share_id | text | |
| master_key_id | text | |
## GET /resources