Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone editor/viewer module #977

Closed
cadavre opened this issue May 4, 2016 · 8 comments
Closed

Standalone editor/viewer module #977

cadavre opened this issue May 4, 2016 · 8 comments

Comments

@cadavre
Copy link

cadavre commented May 4, 2016

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.

@cadavre
Copy link
Author

cadavre commented May 4, 2016

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

@leotiger
Copy link

leotiger commented Jan 2, 2017

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

@exnihilo-creatio
Copy link

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

@leotiger
Copy link

leotiger commented Mar 6, 2018

@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.

@benweet
Copy link
Owner

benweet commented Mar 15, 2018

You can now use https://github.com/benweet/stackedit.js.

@benweet benweet closed this as completed Mar 15, 2018
@leotiger
Copy link

Great, thanks!

@drzraf
Copy link

drzraf commented May 6, 2018

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

@slikts
Copy link

slikts commented Apr 10, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants