-
-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Description
Hello,
I am trying to make a small prototype of something similar to Jupyter Notebook.
Jupiter notebooks are made to be used with python and markdown (and yes I known we can use kernels to have other languages)
What I'm trying to do is similar but with Java and Asciidoc.
So far I found/tested everything I need to :
- edit java code in javafx with advance capabilities using Language Server Protocol
- compile everything using the new JDK compiler API
- execute it and collect intermediate results of the code
But I'm still missing the asciidoc editor with preview/export.
Is it possible to embed parts of AsciidocFX in another app ? Any example available ?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels