Describe the feature you'd like
I would like to have an example in the API-documentation how to create a new page with a picture included in the middle of the text.
In
https://bookstack.mydomain.local/api/docs#pages-create
I find:
Any images included via base64 data URIs will be extracted and saved as gallery images against the page during upload.
While reading issues in github Dan Brown told that it's not a good idea to include pictures with base64 in the markdown-files because it is not good style to include blobs in the database-tables.
Describe the benefits this feature would bring to BookStack users
Transfering webpages with Bookstack-API to transfer many markdown-files would be possible.
Describe the feature you'd like
I would like to have an example in the API-documentation how to create a new page with a picture included in the middle of the text.
In
https://bookstack.mydomain.local/api/docs#pages-create
I find:
While reading issues in github Dan Brown told that it's not a good idea to include pictures with base64 in the markdown-files because it is not good style to include blobs in the database-tables.
Describe the benefits this feature would bring to BookStack users
Transfering webpages with Bookstack-API to transfer many markdown-files would be possible.