An open API service indexing awesome lists of open source software.

https://github.com/i10416/laika-laminar

Good-Bye non type-safe JavaScript and CSS😊
https://github.com/i10416/laika-laminar

laika laminar scala

Last synced: about 2 months ago
JSON representation

Good-Bye non type-safe JavaScript and CSS😊

Awesome Lists containing this project

README

        

# laika-laminar
Good-Bye non type-safe JavaScript and CSS😊

Visit https://i10416.github.io/demo/ for demo.

## About

This site is a live demo of how to build an interactive text editor powered by __pure Scala stack__

- cross compile: [Scala.js](https://www.scala-js.org/)
- UI: [Laminar](https://laminar.dev) + ScalaCSS
- markup conversion: [Laika](https://github.com/planet42/Laika)

## Screehshot

As shown in example, you can convert markup text(GitHub flavored markdown and ReStructuredText) into html via internal AST.

You can try demo at https://i10416.github.io/demo/.

image

It is not so hard to extend Laika to add some nice features like your own theme, pre/post processing or custom snippets! If you're interested in, visit Laika documentation https://planet42.github.io/Laika/