silverbullet/common/markdown_parser
Matthew Pietz e290245621
Relax hashtag pattern matching (Support Emoji) (#752)
Adjust the RegExp for matching tags in order to better support compatibility
with other PKM systems. Though not the exact matcher used in Obsidian (since
its source is closed), this matcher is modeled mostly after it and allows most
non-whitespace characters, including Emoji.

I use a task line like `- [ ] Gift Idea #🎁 #Person-Name` to denote gift ideas
for friends and family. This patch allows SilverBullet to recognize the emoji.
2024-02-26 18:03:55 +01:00
..
customtags.ts Custom template parser (#672) 2024-02-02 19:19:07 +01:00
extended_task.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
parse-expression.js Use backtick syntax to support identifiers in expression language, see examples 2024-02-24 12:59:27 +01:00
parse-expression.terms.js Custom template parser (#672) 2024-02-02 19:19:07 +01:00
parse-query.js Use backtick syntax to support identifiers in expression language, see examples 2024-02-24 12:59:27 +01:00
parse-query.terms.js Custom template parser (#672) 2024-02-02 19:19:07 +01:00
parse_tree.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
parser.test.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
parser.ts Relax hashtag pattern matching (Support Emoji) (#752) 2024-02-26 18:03:55 +01:00
query.grammar Use backtick syntax to support identifiers in expression language, see examples 2024-02-24 12:59:27 +01:00
table_parser.ts Added source of table parser 2023-01-14 16:08:16 +01:00