RangHo / ox-svelte

An Org-mode exporter backend for Svelte components.
GNU General Public License v3.0
2 stars 0 forks source link

Overhaul HTML rendering process #4

Open RangHo opened 2 months ago

RangHo commented 2 months ago

Right now, the HTML part of this package relies heavily on ox-html. It makes a lot of things easy, but it also introduces some unwanted behavior such as inconsistent ID property (#2).

I found ox-slimhtml to be pretty simple and has a lot of rooms for customization. I could derive the whole thing from this backend, but it seems the upstream repo was lost to time.

Time to write my own here?

RangHo commented 2 months ago

Basic HTML elements that I need to implement according to ox-slimhtml: