NotePlan
NotePlan

Aug 27, 2024

Would definitely switch over to NotePlan from Notion if they integrated Latex Math symbol support.

Nov 21, 2023

There is also https://github.com/colinc86/MathJaxSwift if NotePlan is migrating to Swift. It does require https://developer.apple.com/documentation/javascriptcore which NotePlan may already be using.

Oct 10, 2024

There is a more complete implementation of ioMath for Swift at https://swiftpackageindex.com/mgriebling/SwiftMath which uses a UILabel equivalent class and supports both iOS and macOS.

Feb 26, 2023

Has there been any more thought put into this? LaTeX for math, both inline and block would be amazing to have

Aug 7, 2021

Obsidian won't do inline rendering, but Zettlr does, if you have LaTeX https://docs.zettlr.com/en/installing-latex/ . How inline rendering could work on iOS I don't know. Inline rendering would be very useful even if it worked just on a mac.

Aug 7, 2021

nopi: https://github.com/kostub/iosMath would allow rendering in both iOS and macOS.

Aug 9, 2021

Paul Sydney: would it do inline rendering? I was quite disappointed that Obsidian only renders in a “preview” mode. What I’d need is math in notes. Zettlr also takes a while until it is done rendering, so if iOSmath is fast as it says in your link that would be great.

Aug 9, 2021

nopi: You can change the mode of the MTMathUILabel between Display Mode (equivalent to $$ or \[ in LaTeX) and Text Mode (equivalent to $ or \( in LaTeX). The default style is Display. To switch to Text simply: label.labelMode = kMTMathUILabelModeText;

Aug 10, 2021

Paul Sydney: maybe inline is the wrong word-I meant instantaneous rendering, like Markdown in Noteplan. For example, I don’t see the # of a header any more but just the bold text, unless I click into the header, then md syntax shows so I can edit it. Is iosmath like this, or is it like in Obsidian where I have to switch back and forth to a preview mode that I can’t edit?

Aug 10, 2021

nopi: I think that really depends on how Eduard Metzger implements it.

Aug 10, 2021

Paul Sydney: ok, thanks.

Aug 15, 2021

Paul Sydney: I hope one of the third-party projects can do this. Worst case I think we can implement it similarly to markdown links, where deleting it, will produce the raw text for example.

Apr 29, 2021

iosMath would be great because it uses normal LaTeX. Not some of the other suggestions in the commonmark link.

Apr 6, 2021

Some additional feedback: You can embed MathJax if the markdown renderer uses a WebView. I don't think it does though, so I'm not sure if this would be easy to add.

Apr 17, 2021

Naman Goel: It doesnt, but I saw the iosMath project, this could somehow work out.

Apr 1, 2021

Would also help with Obsidian interoperability.