Gitpod: add support for asciidoc

Created on 22 Oct 2018  路  5Comments  路  Source: gitpod-io/gitpod

asciidoc is a powerfull markup language like markdown - but with more features :-) https://asciidoctor.org/

It would be great if gitpod.io would also support asciidoc previews the same way as it supports them for markdown.

Is it correct that theia supports vs-code plugins? Then the solution would be to just add this plugin:
https://marketplace.visualstudio.com/items?itemName=stayfool.vscode-asciidoc

language-support

Most helpful comment

Also we should check for README.adoc files and auto open them in preview mode in the default context.

All 5 comments

Is it correct that theia supports vs-code plugins?

Not yet, support is still in development.

Also we should check for README.adoc files and auto open them in preview mode in the default context.

wow. that was quick!
But I guess it will still take some time for the plugin to find its way to gitpod?
Can I help with beta-testing or something like that?

It will go into production early next week.
You can test the extension above through:
https://gitpod.io/#https://github.com/theia-ide/theia-asciidoc-extension

And running the following in the terminal:

yarn && cd browser-app/ && yarn start --hostname 0.0.0.0 ..
Was this page helpful?
0 / 5 - 0 ratings

Related issues

alesanchezr picture alesanchezr  路  3Comments

LezaiNiubi picture LezaiNiubi  路  3Comments

PatMyron picture PatMyron  路  3Comments

kittaakos picture kittaakos  路  3Comments

Kreyren picture Kreyren  路  3Comments