[WARNING: THIS PAD WILL BE OVERWRITTEN WHEN WE MIGRATE]
MIGRATION MAYBE-MENDOZAS:
- [FIXED] when editing, the page shifts up and down when the the "saving"/"saved" blurb appears and disappears. kind of a subtle thing but will drive me insane eventually so i'm inclined to call it a critical bug.
- [FIXED] markdown rendering of the table below, but just realized it's the angle brackets (less-than signs) and maybe it's ok to edit the source docs to use < instead? oh wait, it's not specific to tables.
- does it randomly disconnect you when someone else opens the editor? seems like this happened today; let's test more [SEEMS GOOD]
- legacy redirects and anti-fuzzing
- change the initial placeholder text [answer: dreev edits defaultPadText in settings.json]
- logrotate / monitoring of disk space
- rendering bug:
expectata: http://doc.bmndr.co/deathtozero
resultata: https://beetherpad-web.onrender.com/deathtozero?public=true
- password for https://beetherpad-web.onrender.com/admin/login
- possible issue with this math, compare with old etherpad:
$$
\mathop{\mathrm{arg,max}}_{a \in \text{Actions}} \text{EU}(a)
$$
- A change in the markdown processing of block quotes has caused at least one regression that we missed on the blog.
This is a block quote that used to work and still does.
But this is a block quote that used to work and now doesn't.
- Hmm, padm.us/freefull has a block quote problem. I'm just going to collect a list of pads with this problem and I'll go through them manually after migration. UPDATE: Yikes, this was very bad. Lots of accidental plagiarism where something blockquoted was displayed as if it was our own writing. I'm doing a bunch of emergency edits now with workarounds.
[testing]
Wishlist out of scope for the current contract:
- browser notifications when a pad changes?
- the left margin in the editor seems too big to me
- instead of one "expost" button have two: "doc.bmndr" and "doc.dreev"
- a better color picker somehow
- let anyone change anyone else's color
For testing:
Append ?public=true to the url to see the rendered version
Known Issues:
- The markdown parser stops parsing markdown inside HTML when the text has an HTML sibling:
<i>Bar bar bar [linky](https://example.com "linky link!")</i>
=> <i>Bar bar bar <a href="https://example.com" title="linky link!">linky</a></i>
<i><b>Foo</b>: Bar bar bar [linky](https://example.com "linky link!")</i>
=> <i><b>Foo</b>: Bar bar bar [linky](https://example.com "linky link!")</i>
Related to Mendoza 7
Fixed in Dev/Staging:
- No longer generates nested
tags, which is invalid HTML.
- tags are no longer wrapped in
tags.