mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Math display support #419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @macthecadillac on GitHub (Feb 27, 2024).
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 on GitHub (Feb 28, 2024):
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 on GitHub (Feb 28, 2024):
Yes. If it works in both the title and the description it would be great
@nickbe commented on GitHub (Mar 14, 2024):
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 on GitHub (Apr 3, 2024):
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 on GitHub (Apr 3, 2024):
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 :)