<link rel=’preload’as=”style” href=’https://actwu.github.io/neu/n.css’>
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.
<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.
<app>
- App Settings with JS-like syntax<body>
- Where all UI will be put<script>
- Where all scripting or other features will be coded<app>
)
```html
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>
<script>
)
<script>
x = () => {}
</script>
<see>
- Screen in the App<say>
- Say text in the App<ask>
- Ask input in the App (auto-saved)<row>
- Row in the App<cam>
- Camera Display in the App<feed>
- Screen Display in the App<bon>
- Fluffy Box for the App<app>
- Creates an App Settings Container Element<see pop='COLOR'>
- Sets Global Pop Color in the App<see min='COLOR'>
- Sets Global Mint Color in the App[pop]
- Make it a Pop Color[min]
- Make it a Mint Color[go='URL']
- Redirect to URL when tapped[do='JS']
- Runs JS when tapped or typed into it[save='mydata' file='txt']
- Creates a file with data from <ask>
that is selected[upload='mydata']
- Uploads file data from <ask>
that is selected[r]
- Red Cherry[l]
- Blue Lin[y]
- Yellow Mango[v]
- Violet Grapes[p]
- Pink Peach[g]
- Green Grass[m]
- Matte White[b]
- BlackAdd +[bg]
to make it a background color (e.g., <? lbg>
).
<script>
say('TEXT')
- Will tell the user with Baseline UI.ask('TEXT')
- Will ask (input) the user with Baseline UI.ui(1)
- Dynamically starts UI (auto).bon('ask')
- Select Elementbon.add('ask')
- Makes Elementhide('#mysc')
- Toggle Hide.at('lbg')
- Toggle Attribute.rem('lbg')
- Remove Attribute.put(CHILD)
- Put Element as a Child.del(TARGET)
- Remove Elementlocal.set(name, data);
- Set data from Locallocal.get(name);
- Get data from Localserver.post(url, {data})
- Post Data on Serverserver.put(url, {data})
- Put Data on Serverserver.patch(url, {data})
- Patch Data on Serverserver.get(url, {data})
- Get Data from Serverserver.del(url, {data})
- Delete Data from Serveron.cam()
- Turn on Cameraoff.cam()
- Turn off Cameraon.feed()
- Turn on Screen Castoff.feed()
- Turn off Screen Caston.mic()
- Turn on Micoff.mic()
- Turn off Micsnap('cam')
- Snap a Photo on Camerasnap('feed')
- Screenshot the Displayrec.start('cam')
- Record a Video of Camerarec.start('feed')
- Record a Video of Displayrec.stop()
- Stop recordinguuid()
- Generates a UUIDran(9e9)
- Generates a Random Numbercopy('Text')
- Will put data on User Clipboardkey(['ctrl','c'], () => {})
- Event if key is clicked on keyboarddelay(() => { say('What') }, 1)
- Will run a function after the delay (in seconds).app.info("My first ISE app")
- Sets SEO for Appapp.key("apple, fruit")
- Set App Settings Keywordsapp('My App')
- Set Name for Appapp.icon(1)
- Select Icon for Appapp.cover(1)
- Select Cover for App