Hieroglyphic
Hieroglyphic copied to clipboard
Find LaTeX symbols
Add a mode for [typst](https://typst.app), a new open source typesetting system. Similar to https://github.com/QuarticCat/detypify
Hi, I was wondering, whether a type-ahead text search would be a nice feature on top? Use case is, that * drawing without a graphic tablet etc. is not 100%...
The app currently doesn't seem to be able to resize its window, making it impossible to use on mobile devices. If it *did* work on mobile, though, a phone could...
The string `Whether to show a small nudge towards the contribution dialog` is really hard to translate by itself because it lacks context, and the word `nudge` isn't commonly used,...
When I draw a blackboard character like ℕ, I'd expect `\mathbb{N}` to be mentioned, but instead I only get a suggestion from [dsfonts](https://ctan.org/texarchive/fonts/doublestroke). I think the former should be included...
As discovered in https://github.com/NixOS/nixpkgs/pull/357401 the following two files conflict when used on a case-insensitive filesystem: `data/resources/icons/c3RtYXJ5cmQtT1QxLV9sYmFn-symbolic.svg` (decoded: `stmaryrd-OT1-_lbag`) `data/resources/icons/c3RtYXJ5cmQtT1QxLV9SYmFn-symbolic.svg` (decoded: `stmaryrd-OT1-_Rbag`) This means that only one of them will be...
This PR adds some basic typst support by mapping latex symbols to typst symbols with help of https://github.com/mitex-rs/mitex and https://typst.app/docs/reference/symbols/sym/. The way it's displayed in the UI is not great...