Stackedit: Standalone editor/viewer module

Created on 4 May 2016  Â·  8Comments  Â·  Source: benweet/stackedit

Stackedit as stackedit.io is a great tool. It's also awesome you open-sourced this solution as it is, but it doesn't give any integration possibilities as editor/viewer that can be implemented.

Currently I'm developing another open-source project where I'd love to use editor and viewer from Stackedit – markdown based with GitHub flavors and extensions. The problem is Stackedit is a huuuge ship that is difficult to maintain and not even mentioning about keeping it on track with git.

Is it possible to create minified version that can be loaded into any <div class="stackedit"> and having external basic API like loadDocument() and getDocument()? Without node server etc.

enhancement

Most helpful comment

Just to add: no need of local storage, synchronization, publish modules, extremely customizable settings and extensions...

All 8 comments

Just to add: no need of local storage, synchronization, publish modules, extremely customizable settings and extensions...

With some effort it's possible:

screen shot 2017-01-02 at 22 31 21

That's my StackEdit implementation for GRAV. Still not production ready, but probably I will release a spin-off these days.

Regards.
uh

@leotiger Did you ever release the spin-off? Or have the files stored somewhere? I'm also interested in a standalone version.

@exnihilo-creatio. No I haven't. I'm and I was busy with other things. I will see if I can offer this as a component, but it will take some weeks as I haven't been working with GRAV for some time.

Great, thanks!

@leotiger did you succeeded in getting Grav admin's textarea nicely integrated with stackedit.js?

stackedit.js is essentially just an iframe and has a reduced user experience due to network delay. A proper standalone version that could be embedded locally would still be appreciated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andaag picture andaag  Â·  4Comments

joekaiser picture joekaiser  Â·  5Comments

dandv picture dandv  Â·  4Comments

alankis picture alankis  Â·  4Comments

sn0wyfall picture sn0wyfall  Â·  4Comments