ntrupin / abstractml

An HTML abstraction focused on simplicity, with support for JavaScript and CSS. Perfect for experts and beginners!

Home Page:https://ntrupin.github.io/abstractml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An import tag to import other aml files

kitaboon opened this issue · comments

I have an idea, let's add an import tag :

file1.aml
---

h1 -> My Title
file2.aml
---

import -> file1
h2 -> My Subtitle

Result :

<h1>My Title</h1>
<h2>My Subtitle</h2>

I like the idea! I’ll get prototyping as soon as I can.

School has been a bit crazy, and this project has been (sadly) inactive, but I’m looking forward to adding new functionality!