Titus Anderson
Titus Anderson
I'm interested in being able to use an interface for an index provider. I have a case where it would be useful for a project I'm currently working on. What...
I forgot to say, I've started looking at the code, and while I don't fully understand how everything with the layout engine works, I feel that could probably start implementing...
I just remembered one other thing that paragraph styles can address, and that is widow/orphan control.
This was actually the next step in what I was planning on looking into, specifically template pages such as a three-column layout and text "flows". I've put some thought into...
I've got a start on this. It's ugly, but it currently works. I think it could benefit from some reworking of how text is laid out, but I'd have to...
Unfortunately not at this time. I've been too busy with work to do much on this for some time now.
If anyone is trying to implement similar functionality, here's how I did it: ```javascript document.addEventListener('multi-trigger', evt => { const targets = evt.detail.targets; const event = evt.detail.event; if (!targets || !event)...