Skip to content

Notebook and AsciidocFx #683

@Eclesia

Description

@Eclesia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions