ise

<link rel=’preload’as=”style” href=’https://actwu.github.io/neu/n.css’>

ISE (Interface Style Enliner) Documentation

ISE is a language for building interactive software quickly, fast, native, web, with easy-to-use system. This run because of C compiled webview system, Read More

When you add this. Do not use it like JavaScript. We are different from normal JS as we use our own system.

Must include ISE in your project:

<link rel='preload'as="style"
href='https://ise.web.app/110/l.css'>
<link rel='preload'as="script"
href='https://ise.web.app/110/sen.js'>
<link rel='preload'as="script"
href='https://ise.web.app/110/l.js'>
<link rel='stylesheet' href='https://ise.web.app/110/l.css'>

<script src="https://ise.web.app/110/sen.js"></script> 
<script src="https://ise.web.app/110/l.js"></script>

ISE (Interface Style Enliner) is a redo-type language which means it is coded by using itself. ISE conbines C, JS, CSS, HTML, Markdown, and Sen UI to create ISE. ISE is a Native HTML-like language but also works as a CDN in your HTML project.

3 Structure of ISE

  1. <app> - App Settings with JS-like syntax
  2. <body> - Where all UI will be put
  3. <script> - Where all scripting or other features will be coded

Example

  1. App Settings Example (<app>) ```html
app("My ISE app TITLE"); app.info("My first ISE app"); app.key("apple, fruit"); app.cover(1); app.icon(1);

2. **UI Example (`<body>`)**
```html
<body>
    <see mid mbg center>
        <bon>
            <say b mid quick>code en</say>
            <say b>What App is on your mind?</say>
        </bon>
    </see>
</body>
  1. Script Example (<script>)
    <script>
     x = () => {}
    </script>
    

Elements in ISE


Element Attributes


Colors in ISE

Add +[bg] to make it a background color (e.g., <? lbg>).


Functionality in <script>

Baseline Functions

Hide/Attributes/Remove

Local

Servers

Hardware Functions

General Functions

Delayed Functions


App Settings Functions