silverbullet/common
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
..
hooks Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
markdown_parser Relax hashtag pattern matching (Support Emoji) (#752) 2024-02-26 18:03:55 +01:00
spaces Check if symlink is a file or directory (#758) 2024-02-26 16:29:13 +01:00
syscalls Adds a system.getVersion syscall that returns the current system version (#721) 2024-02-17 22:32:09 +00:00
template Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
PAGE_TEMPLATES.ts Custom template parser (#672) 2024-02-02 19:19:07 +01:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
command.test.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
command.ts Fixes #643 2024-01-25 11:42:36 +01:00
common_system.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
deps.ts Added support for new languages in the code environment (diff, powershell, perl, tcl, verilos, vhdl, docker, cmake) (#718) 2024-02-17 21:19:25 +00:00
languages.ts Added support for new languages in the code environment (diff, powershell, perl, tcl, verilos, vhdl, docker, cmake) (#718) 2024-02-17 21:19:25 +00:00
manifest.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
proxy_fetch.ts Minor bug fix in service worker 2024-02-25 13:46:02 +01:00
query_functions.test.ts add type guards in query functions (#754) 2024-02-26 06:46:03 +01:00
query_functions.ts add type guards in query functions (#754) 2024-02-26 06:46:03 +01:00
settings.test.ts Recognize info string, settings and css after any legal fenced code start (#675, #693) (#694) 2024-02-23 09:03:14 +01:00
settings.ts Recognize info string, settings and css after any legal fenced code start (#675, #693) (#694) 2024-02-23 09:03:14 +01:00
space.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
space_index.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
space_script.test.ts Space script MVP (#685) 2024-02-06 16:51:04 +01:00
space_script.ts Change to registerFunction space script API (backwards compatibility added) 2024-02-23 14:06:55 +01:00
sw_util.ts More moves 2024-02-08 21:16:55 +01:00

README.md

SilverBullet-specific code that is shared between server and client