usememos / memos

An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
https://usememos.com
MIT License
34.06k stars 2.46k forks source link

Is it possible to enter "#" with an escape symbol? #3787

Closed SLi-Man closed 2 months ago

SLi-Man commented 3 months ago

Describe the bug

Is it possible to enter "#" with an escape symbol?

Steps to reproduce

For example, I want to create a tag for "C#Note", but now I can't type "#" in the content properly. I can't type to "#C#Note", It will be identified as two tags.

The version of Memos you're using.

v0.20.1

Screenshots or additional context

No response

RoccoSmit commented 3 months ago

This is similar to this gomark (the markup parser used in memos) issue https://github.com/usememos/gomark/issues/5 Possibility for the gomark issue PR to not look for the # to end the tag look forward and only stop looking once the end indicators ]] or a " " is found