abstractml icon indicating copy to clipboard operation
abstractml copied to clipboard

An import tag to import other aml files

Open kitaboon opened this issue 5 years ago • 1 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>

kitaboon avatar Oct 28 '19 13:10 kitaboon

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!

ntrupin avatar Oct 28 '19 13:10 ntrupin