File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,16 @@ This website was originally developed and designed by Luca Casonato.
1414Many thanks to Tim Chevalier for his work on a large part of the documentation
1515content.
1616
17+ The MessageFormat logo was designed by Luca Casonato.
18+
19+ ## Playground
20+
1721The playground and interactive code blocks format messages using the JavaScript
1822implementation of MessageFormat 2, maintained by Eemeli Aro. Highlighting and
1923other language features are powered by the
2024[ MessageFormat 2 Language Server] ( https://github.com/lucacasonato/mf2-tools ) ,
2125maintained by Luca Casonato and Nicolò Ribaudo.
2226
23-
24- The MessageFormat logo was designed by Luca Casonato.
27+ All validation and formatting of messages happens in your browser using the JS
28+ implementation and the language server (via WASM). No data is sent to any
29+ server.
Original file line number Diff line number Diff line change @@ -188,6 +188,15 @@ export default function IndexPage({ comp }: any) {
188188 quick start guide
189189 </ a > .
190190 </ p >
191+ < p class = "text-black" >
192+ The playground{ " " }
193+ < a
194+ href = "/about/#playground"
195+ class = "text-blue-700 underline"
196+ >
197+ validates and formats messages in your browser
198+ </ a > . The message or data you enter is not sent to any server. .
199+ </ p >
191200 </ div >
192201 < div class = "px-2 space-y-2" >
193202 < h2 class = "text-xl font-bold font-serif pb-1 text-black" >
You can’t perform that action at this time.
0 commit comments