peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 57 forks source link

What is a math pad? #174

Closed one000mph closed 6 years ago

one000mph commented 6 years ago

@designsaves has been auditing the current interface and preparing for upcoming front-end work. We couldn't access the math pad feature that is described in this PR https://github.com/ipfs-shipyard/peer-pad-core/pull/2. It looks like the work has already been done in the code though. Is this a feature that you'd like to keep? cc @pgte

pgte commented 6 years ago

A math pad is a markdown pad that accept the markdown math extensions. It's currently available in production by choosing "Math pad" in the pad type dropdown:

peerpad

Yes, I would like to keep this feature.

one000mph commented 6 years ago

Thanks. I missed the fact that that was a dropdown on the home page. @designsaves maybe that's something that could be clarified in a future home page design?