Geoffrey McGill
Geoffrey McGill
Hi @drodil. How about the following `@region` syntax? ```js // @region button_loop buttons.forEach(function (button) { button.addEventListener("click", function (e) { let value = e.target.dataset.num; screen.value += value; }) }); // @endregion...
Hi @ErwinJoubert. Thanks for the report and sample demonstrating how to reproduce. We will investigate and try to figure out what's going wrong here. We will try to get the...
Given Retype implements the CommonMark spec as defined, I'm not sure there's much we can do here. Here's a couple of screen captures of the tight and loose list rendering...
Hi @noraj Thanks for the feature request. Yes, Retype will support the ability to define a theme and/or a custom colour palette. We made a plan at the end of...
We cannot get it into `v1.11`, but I do think we can finalize our initial palette implementation for `v1.12`. I don't have time-frames for those releases, although that would be...
Hi @noraj. Retype `v2.0` will not include a built-in configuration option to modify the link colors, but the release will include an option to override the default styles by including...
Hi @DannyBen. Good question and an interesting scenario. Maybe a matching `meta.title` config in the page metadata would be a good option. ```yml meta: title: "Custom meta tag title here...
Thanks for the feature request. I will keep this in mind and try to come up with some options. Might be best to implement as another Retype component that you...
By default, Retype orders folders by-alpha first (on top) in the navigation tree and then pages within the folder are ordered by-alpha below the folders. I remember we did a...
Hi @travishorn. Thanks for the feature request. I too have wanted this feature. We should be able to make this easily. Just working out a good config name(s) would be...