From 5c1d7ea9501ff91fc01f4146710b6b0b62734321 Mon Sep 17 00:00:00 2001 From: matthewhchan <37097379+matthewhchan@users.noreply.github.com> Date: Tue, 21 Jun 2022 20:05:16 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c405bf..8f44759 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ You can delete an entry by clicking on the trash can icon to the right of the en ### Default Link Patterns By default, the plugin starts with three example entries: -1. Text matching `g:([a-zA-Z.-]*)` will link to `http://google.com/search?q=$1`, e.g. clicking on "g:obsidian" will search for "obsidian" on Google. -2. Text matching `gh:([a-zA-Z.-/]*)`will link to `http://github.com/$1`, e.g. clicking on "gh:obsidianmd/obsidian-releases" will open the `obsidianmd/obsidian-releases` Github page. -3. Text matching `@([a-zA-Z]*)` will link to `http://twitter.com/$1`, e.g. clicking on "@obsdmd" will open the Obsidian Twitter page. +1. Text matching `g:([a-zA-Z0-9.-]*)` will link to `http://google.com/search?q=$1`, e.g. clicking on "g:obsidian" will search for "obsidian" on Google. +2. Text matching `gh:([a-zA-Z0-9.-/]*)`will link to `http://github.com/$1`, e.g. clicking on "gh:obsidianmd/obsidian-releases" will open the `obsidianmd/obsidian-releases` Github page. +3. Text matching `@([a-zA-Z0-9]*)` will link to `http://twitter.com/$1`, e.g. clicking on "@obsdmd" will open the Obsidian Twitter page.