Rory Byrne

Results 55 comments of Rory Byrne

Oh I just found [a paper of theirs](https://arxiv.org/abs/2105.00076)

Current plan: - [ ] Write a vanilla-Typescript module for converting a LaTeX file into some intermediary format, separate from the React code - [ ] Define what the intermediary...

I think it's quite likely that the `LaTeX -> AST` conversion will happen on a server in the medium-long term, so that code could be written in any language. The...

@thesamovar: My React implementation is close to parity in terms of functionality (plus some extras!), but I haven't done anything with the CSS yet.You can demo it [here](https://compassionate-brahmagupta-fe852e.netlify.app/), and the...

Thanks, I'll make sure it stays in a separate branch. > I think you're probably right that we need to move to a more sustainable method, but I have to...

I think a call makes sense. Wednesday or Friday morning (pre-noon) works for me, or else any time this weekend. > I'd like there to be a common code base...

> If it's possible to run everything locally (pure js in the browser) that would be much better I think The spanner in the works here is that Javascript in...

For offline viewing, I think an Electron-based desktop app sounds like a good fit. You launch it and it reads files from your local drive and converts them on the...

I really like the idea of embracing the graph structure, it makes a lot of sense and we can get a lot of flexibility by annotating edges in the graph....

In other words, HTML is good for modeling graphs when each document is a node in the graph and `` tags are edges. If all of the nodes and edges...