Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.05 KB

pluto-markup-language.md

File metadata and controls

41 lines (31 loc) · 1.05 KB

Pluto Markup Language Documentation

Back to README.md

PML example app code

Here is a template for a PML example app.

You can copy this code.

<document>
  <info>
    <title>Pluto Markup Language</title>
  </info>
  <content>
    <h1>Hello</h1>
    <p>PML example app.</p>
  </content>
  <script>
    // JavaScript in here
  </script>
  <style>
    /* CSS in here */
  </style>
</document>

How to use PML

PML is a markup language that is used to create apps in Pluto. It is similar to HTML but with a few differences. To make a PML file, create a file with the extension .pml and use the structure above PML example app code.

Info about PML

PML can only be currently launched through the Start Menu, Desktop and the File Manager. You can currently not launch PML files through the Terminal or DevEnv.