e290245621
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.
|
||
---|---|---|
.. | ||
hooks | ||
markdown_parser | ||
spaces | ||
syscalls | ||
template | ||
PAGE_TEMPLATES.ts | ||
README.md | ||
command.test.ts | ||
command.ts | ||
common_system.ts | ||
deps.ts | ||
languages.ts | ||
manifest.ts | ||
proxy_fetch.ts | ||
query_functions.test.ts | ||
query_functions.ts | ||
settings.test.ts | ||
settings.ts | ||
space.ts | ||
space_index.ts | ||
space_script.test.ts | ||
space_script.ts | ||
sw_util.ts |
README.md
SilverBullet-specific code that is shared between server and client