scroll one line at a time, render div and details elements
not very big news here, but now you can:
- scroll just one line at a time instead of a whole renderable/element at once
- render
divanddetailsproperly! now you can click on a details element to open and close it! this didn’t even take too long - more technical, but i switched to mostly using the opentui renderable api which uses classes like
TextRenderableorBoxRenderablethat return aRenderableinstance instead of functions likeTextandBoxwhich return aProxiedVNode<T>. this is mostly because there’s a bunch of things aRenderablehas that aProxiedVNodedoesn’t
anyways im currently working on adding footnotes, so see you in a few days ![]()
Changelog
- (64f6ed8) Add footnote plugin (usage WIP) (errors on run)
- (ddd5c46) Add indicators to
detailselements and opening on click/space/enter - (344806a) Add support for rendering
divanddetailselements - (d3b4a1d) Fix small layout issues
- (5eb11b9) Scroll only one line at a time and convert (mostly) to Renderable API
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.