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😊
- Host: GitHub
- URL: https://github.com/i10416/laika-laminar
- Owner: i10416
- Created: 2021-10-28T13:03:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T21:37:54.000Z (over 2 years ago)
- Last Synced: 2025-04-09T02:12:09.277Z (2 months ago)
- Topics: laika, laminar, scala
- Language: Scala
- Homepage: https://i10416.github.io/demo/
- Size: 14.6 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/.
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/