Chris Holdgraf
Chris Holdgraf
Two quick thoughts for consideration, I don't feel strongly about either but in case they inspire: ### Could this be done more granularly at the parent config level? I think...
Could you describe what this would look like from a user's perspective? I don't think I understand what "doing this with a plugin" means relative to the syntax proposals in...
Thanks for the clarification! I think as a general rule, I'm a fan of exposing functionality via plugins, and only baking it into the core when we have a clear...
My suspicion is that this is just a challenging UX issue to get right - you have to pick a semi-arbitrary point at which the "next section" is activated, based...
I just recently learned that this is possible and documented the basic command here: - https://github.com/jupyter-book/mystmd/pull/1955 Do you think that's enough information to resolve this issue? Another thing you could...
I didn't know about the ability to suppress error messages! For folks wondering it's [in the settings page of the myst guide](https://mystmd.org/guide/settings#error-rules).
Example ([sandbox link](https://mystmd.org/sandbox?tab=demo&myst=YABgAGAAewBjAHMAdgAtAHQAYQBiAGwAZQB9AAoAYQAsAGIALAAiAGMAIgAKADEALAAyACwAMwBbAF4AMQBdAAoAYABgAGAACgAKAFQAdwBvAFsAXgAyAF0ACgAKAFsAXgAyAF0AOgAgAFQAdwBvAAoAWwBeADEAXQA6ACAATwBuAGUA)) 
`genindex` doesn't have the same special meaning that it did in Sphinx. You can include an index on any page. [Here's the index and glossaries docs page from MyST](https://mystmd.org/guide/glossaries-and-terms#index-pages) I...
@mfisher87 could you share a mock-up of where you'd imagine the banner would go relative to the other page structure? Do you imagine it being the background to the "title"...
I've opened the following child issue in mystmd to track this enhancement: - https://github.com/jupyter-book/mystmd/issues/1715