plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
7.89k stars 732 forks source link

Math display support #608

Open macthecadillac opened 7 months ago

macthecadillac commented 7 months ago

Great app you got here. Would you guys ever consider adding support for LaTeX expressions? For what I am doing, I need to add a lot of mathematical expressions to my boards. Thanks

meltyshev commented 7 months ago

Hi! Do you mean LaTeX expressions support in the card description? I think there's even a plugin to support them https://github.com/remarkjs/remark-math.

macthecadillac commented 7 months ago

Yes. If it works in both the title and the description it would be great

nickbe commented 7 months ago

Hi there, the new editor in the upcoming new major version has already a plugin for this. So it will work out of the box for everyone.

mlopezgva commented 6 months ago

Any chance to get AsciiMath support, too? It's supported by the MathJax library, which is the most used for LaTeX, too. For people used to LaTeX that may be good, but ASCIIMath is far easier to write and to read... O:)

meltyshev commented 6 months ago

Any chance to get AsciiMath support, too? It's supported by the MathJax library, which is the most used for LaTeX, too. For people used to LaTeX that may be good, but ASCIIMath is far easier to write and to read... O:)

Hi! It depends very much on the available plugins for Markdown, otherwise we'd have to create our own plugin, and that would be more complicated. But maybe someone will make a Pull Request with this feature and we'll definitely review it :)