-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
The Gitbook is very powerful, and I am now using it to replace my OneNote to take notes. Everything is great, except that the image cannot be directly pasted into the editor. The image insertion functionality is still great, but not convenient.
It sounds a bit crazy, just want to check if it is possible to support pasting image directly in the editor in the future?
If it's impossible or difficult, could you guys help give a simple explanation, if I have time, I would try to see if I could investigate or code with that.
What I can propose is that paste
may be emulated as below steps:
- extract the image content from clipboard and save that to the appropriate location in the book library, the image name may be auto-generated
- add the image markdown directive to the editor content with the auto-generated path
- The rename could be applied to both the image file path and the path value in the markdown directive.
jahala, FakeTrader, sarus, fantasy8-me, yishenggudou and 4 more