From f370335d15b51ebb26dabddd05cbf9058ec0e3f3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 11 Mar 2019 12:25:14 -0400 Subject: [PATCH] Updated config_text (markdown) --- config_text.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/config_text.md b/config_text.md index d3ac8ff..541df7e 100644 --- a/config_text.md +++ b/config_text.md @@ -4,14 +4,18 @@ The TEXT Based configuration files are pretty straight forward. You just provid # Use pound/hashtag (#) characters to comment lines # The syntax is = or just on each line # -# Here is an example of a very basic entry: +# Here is an example of a very basic entry (without tagging): mailto://someone:theirpassword@gmail.com -# Now here is an example of tag associations to the same URLs -# Simply use a comma (,) and or space to delimit your tags. -# when you're done defining them, specify an equal sign (=) -# and provide your URL after. +# Now here is an example of tag associations to another URL +# The equal sign (=) delimits the tag from the actual URL: desktop=gnome:// + +# If you have more then one tag you'd like to associate with it, +# simply use a comma (,) and or space to delimit your tags. +# The same rules apply afterwards; just use an equal sign (=) +# to mark the end of your tagging definitions and start your +# notification service URL: tv,kitchen=kodi://myuser:mypass@kitchen.hostame tv,basement=kodi://myuser:mypass@basement.hostame ``` \ No newline at end of file