Artawower / orgnote

Zettelkasten environment for productive people
GNU General Public License v3.0
336 stars 3 forks source link

[Bug] For some reason title is rendered as a keyword not as title #4

Closed SemyonSinchenko closed 6 months ago

SemyonSinchenko commented 7 months ago

Thank you for the bug report

Bug description and steps to reproduce

On that page title is rendered like it is a keyword: image

Overall syntax looks good from the org point of view... I checked on both desktop and mobile and result is the same.

At the same moment, all the tags and meta information are parsed correctly: the page is visible on the graph and in a dashboard.

Debug info

I'm using it not from emacs but from web.

Additional context

No response

Artawower commented 7 months ago

Thanks for the bug report and clear example! Actually the cause was in the codemirror widget range (a nested list inside the quote block). There was incorrect sorting in it.

Will be fixed in the next release.

Debug info I'm using it not from emacs but from web.

By the way, I think the instructions in the GitHub issue template may need clarification. Although they don't directly apply to this specific issue due to the clear public example, I wanted to mention that we also have M-x functionality and additional debugging information available here. This might be useful if you encounter a UI-specific issue in the future.

2024-04-24_23-18 image

There are also public logs ("show logs") in this menu which can be useful for debugging on android devices

SemyonSinchenko commented 6 months ago

It looks like it was resolved by the latest release. Thank you a lot!