artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Add support for auto-html-processing. #110

Open artasparks opened 9 years ago

artasparks commented 9 years ago

In many environments - BBS, some blogs -- you can embed scripts, but then you need some way of automatically processing HTML elements.

Thus, I need some script like a glift-auto-html.js that performs this task. In addition, I'll need some canonical way expressing the content. Maybe:

<glift-auto-container> or

<div class="glift-auto-container"> ... sgf content ...