amake / orgro

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

Superscript and subscript support #109

Closed llcc closed 1 month ago

llcc commented 1 month ago

Sorry for frequently requesting new features 😄 .

I've been using Orgro frequently to browse my org-mode files, but there's one thing I'm not satisfied with: the support for superscripts and subscripts in Orgro. Is it possible to add that functionality?

[1] https://www.gnu.org/software/emacs/manual/html_node/org/Subscripts-and-Superscripts.html

amake commented 1 month ago

Sorry for frequently requesting new features 😄 .

No need to apologize. Org Mode has such a huge feature set that no one person can feasibly want everything. So without people pushing me to implement more, Orgro is not likely to improve.

Superscripts and subscripts are coming soon.

amake commented 1 month ago

This is implemented in v1.43.1, available for testing soon:

llcc commented 1 month ago

Great, works like a charm except for one case from my observation. Normal Greek entities are displayed well but not when they appear in the subscript or superscript.

* subscript and superscript 

\alpha \beta

where_{\alpha}^{\beta}
amake commented 1 month ago

Entities in {sub,super}scripts will be in v1.43.2.

llcc commented 1 month ago

Thanks!