benweet / stackedit.js

Add StackEdit to any website
https://benweet.github.io/stackedit.js/
MIT License
1.08k stars 119 forks source link

Embed stackedit-container into a div #10

Closed lmberry closed 6 years ago

lmberry commented 6 years ago

Using the get started, i was able to embed StackEdit into my page, but it takes the entire window.

I would like to contain stackedit into my own element, such as a div, to control the size. I can't seem to figure out how though.

I am using Vuejs though importing stackedit-js in the classic way the Readme is describing.

Olegf13 commented 6 years ago

Also interested in such embedding behavior, something like using the https://simplemde.com/ one.

benweet commented 6 years ago

The popup style is the main functionality of this library. I think it would be easier to fork the script for your own needs rather than trying to cover all the use cases.