amake / orgro

An Org Mode app for iOS and Android
https://orgro.org
GNU General Public License v3.0
503 stars 23 forks source link

Inline markup is dropped from titles #80

Closed snowc0de closed 1 year ago

snowc0de commented 1 year ago

For instance this:

* Here's latex: \(\pi\)
And this is also latex \(\pi\)

Renders this:

Screenshot_20230828_065705_com madlonkay orgro

As you can see, the Latex fragment in the title is completely ignored. And i'm using the 1.30.0 release from F-Droid.

amake commented 1 year ago

Titles are supposed to allow emphasis markup like *bold* and /italic/ in addition to inline LaTeX; this is a bug in which only the first run of text is retained and all the rest is dropped.

amake commented 1 year ago

This will be fixed in v1.31.1. Look for it soon:

snowc0de commented 1 year ago

@amake That's really cool! Do you have any idea of when it will be released?

amake commented 1 year ago

Ideally I would get feedback from the beta and then release it. F-Droid doesn't have a facility for prereleases, so you'll have to either build from source or just wait.

Also F-Droid runs in cycles that I don't control, so even after I do my part it is unpredictable when it will actually be available on F-Droid.

snowc0de commented 1 year ago

@amake Thanks, I just managed to build it myself, it works nicely now ^^