David Roundy

Results 154 comments of David Roundy

I should note that katex would also be fine for this, I just have more experience using mathjax.

The read-only idea isn't so much about preventing modification as about enabling the boards to be smaller by removing the editing tools...

I'll try that. (when I find time). On a related note, does the server know what the view ports of the clients are? It would be lovely to be able...

I've started hacking together a "view/boardid" path that allows just viewing a board. Would this be of interest to you? It basically works now, but doesn't have as much cleanliness...

That sounds much better than what I started doing. I started basically copying files entirely to create a new BoardView, and then editing them. You can see what I've done...

Ah, looking more closely I see that the board.js fil also needed editing to cope with a different URL path, I had to change ``` this.socket = io.connect('', { -...

I would be potentially, but would definitely need guidance. I've been hacking a bit and having trouble understanding enough of the design to make my changes.

That sounds lovely. If you submit a pull request I could use it as a starting point even if @lovasoa wanted a different interface.

It looks like the failing tests assume a given transformation matrix, which is getting broken by my code that sets the minimum zoom level. On second thought, it seems odd...

I'm attaching the log for the hour. This is with my modifications to provide a view-only mode, which is where the "I have a view!" messages come from. This was...