Updated config_text (markdown)

Chris Caron 2019-03-11 12:25:14 -04:00
parent c691abd1d6
commit f370335d15

@ -4,14 +4,18 @@ The TEXT Based configuration files are pretty straight forward. You just provid
# Use pound/hashtag (#) characters to comment lines # Use pound/hashtag (#) characters to comment lines
# The syntax is <tags>=<url> or just <url> on each line # The syntax is <tags>=<url> or just <url> 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 mailto://someone:theirpassword@gmail.com
# Now here is an example of tag associations to the same URLs # Now here is an example of tag associations to another URL
# Simply use a comma (,) and or space to delimit your tags. # The equal sign (=) delimits the tag from the actual URL:
# when you're done defining them, specify an equal sign (=)
# and provide your URL after.
desktop=gnome:// 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,kitchen=kodi://myuser:mypass@kitchen.hostame
tv,basement=kodi://myuser:mypass@basement.hostame tv,basement=kodi://myuser:mypass@basement.hostame
``` ```