Myriad-Dreamin

Results 38 issues of Myriad-Dreamin

Previous issue: https://github.com/mitex-rs/mitex/issues/35 + [ ] update README.md to clarify that for #130: > mitex is well tested by fixtures extracted from oiwiki, which always use mimath (math mode), while...

enhancement

No plan, but some direction: + find a way of ignoring all box related commands, so that it just compiles in typst instead of really layout something. + implement kern...

enhancement

**Describe the bug** The python lsps are exemplary. > I need an approach to invoke editor.action.triggerSuggest and editor.action.triggerParameterHints at the same time, after a field completion, but I don't find...

enhancement

Index and search labels and content across pages. Since previous improvement #42, we can search content in other pages and jump to it by nearest label.

With `#set page(height: auto)` and appropriate `#pagebreak()` by section, we have logical pages for a book site. Sample pdf for the book site idea: [manual.pdf](https://github.com/Myriad-Dreamin/typst-book/files/13406386/manual.pdf)

> It is expected to ask a few questions, generate a book project, and then serve the book locally for you. > > I was copying the description "It will...

Some early users reported a hard-to-guess error: ```log typst-book error: convert_to: invalid type: map, expected a sequence with [] ``` This is because we (and typst compiler) don't check type...