Evy

Results 46 comments of Evy

> Plug-ins should: LLVM compilers should... - > be able to alter the markdown before rendering be able to optimise the IR before generating machine code. - > be able...

Hmm... you don't actually need plugins to be able to read the raw markdown text to support stuff like MathJax. Just by looking at your example code, I'd guess that...

Same problem. Currently i’m just ignoring the provided `Storage` ref when saving state, pointing at my own, but i’d like to not have that RON file exist in the first...

Another option is to go for a custom markup lang that is familiar enough to be easily picked up. Qt, for example, uses an XHTML subset. And apps like Discord...

So, how do you handle key codes vs. character input? And how do you handle translations/different layouts? And what’s the list of key names the macro knows? For example, I’m...

@SimonORorke Great addition to have, yes, that’s definitely needed as well. > I don't know whether there are equivalents to access keys in macOS or Linux. Both, GTK and Qt...