Lua 🌒

Results 18 comments of Lua 🌒

I like the sidebar TOC. I'm no designer, but since you asked for ideas... for really large docs meant to be read in a non-linear way it may help to...

I don't know if it is related, but when I set `edgelabel = some_mat` with the `GR` backend it says: ```Warning: Attribute alias `annotation` detected in the user recipe defined...

@srid recently I'd been facing other issues related to route switching, so I was wondering, what is the reason to do the route switching via JavaScript instead of leaving it...

I'm facing ema shim-related difficulties again. Some functions in JS must be called only once after the page is fully loaded, and sadly it's hard to do this currently. The...

Maybe this was fixed by https://github.com/EmaApps/ema/pull/139 (in `ema`)? The issue seems very similar.

@wbadart I don't use nix or emanote, but since the commit is in master, I think you can use the usual nix installation method (the one in the docs)?

@Delanii as a quick fix (in Doom at least) I think you can "outzoom" everything with C M - (command `doom/decrease-font-size`)

I'm not sure for emanote, but this leak may be due to lazyness? In organon I've tested loading [11MB of org files](https://github.com/org-roam/test-org-files). Without `evaluate . force` it uses up to...

Perhaps it's related to the tilde expansion? ```latex \addbibresource{~/Zotero/bibs/all.bib} ``` wasn't working for me, but ```latex \addbibresource{/home/lucas/Zotero/bibs/all.bib} ``` does.

Edit: after some debugging, I realized the error was caused because we now need to `export` the object returned from `Configuration.create`... it works now. --- I've tried to follow https://github.com/pkra/mathjax-img...