Updated config_yaml (markdown)

master
Chris Caron 2023-11-19 16:41:38 -05:00
parent 45ea5dbe94
commit d10493f1b1
1 changed files with 15 additions and 15 deletions

@ -119,7 +119,7 @@ New in v1.6.0 is Tag Grouping! This allows you to assign a group to previous ta
# Define your Groups # Define your Groups
groups: groups:
friends: user1, user2 - friends: user1, user2
# Define your URLs # Define your URLs
urls: urls:
@ -137,8 +137,8 @@ Another great thing about groups is you can assign groups to groups to recursive
# Define your Groups # Define your Groups
groups: groups:
finance: user1, user2 - finance: user1, user2
devteam: user3, user4 - devteam: user3, user4
# Here we create another group and assign it groups # Here we create another group and assign it groups
# We also can mix and max tags in line with group assignments too # We also can mix and max tags in line with group assignments too
@ -170,8 +170,8 @@ You can also assign tags to multiple groups:
groups: groups:
# Multiple Group Assignments; reuse of a tag causes existing assignment # Multiple Group Assignments; reuse of a tag causes existing assignment
# to stack on the previous value. # to stack on the previous value.
TeamA, Friends: user1, user3 - TeamA, Friends: user1, user3
TeamB, Friends: user2, user4 - TeamB, Friends: user2, user4
# Define your URLs # Define your URLs
urls: urls:
@ -197,18 +197,18 @@ groups:
# Another way you can define your groups # Another way you can define your groups
# This defines a group called 'friends' and allows you to place comments # This defines a group called 'friends' and allows you to place comments
# That you can place to make your configuration file easier to read: # That you can place to make your configuration file easier to read:
friends: - friends:
- user1: Place an optional comment here; this is ignored and only tagX is retrieved - user1: Place an optional comment here; this is ignored and only tagX is retrieved
- user2: Another spot to place an optional comment - user2: Another spot to place an optional comment
- user3: Another spot to place an optional comment - user3: Another spot to place an optional comment
- user4: Another spot to place an optional comment - user4: Another spot to place an optional comment
# You can define it the same way as above as a list too): # You can define it the same way as above as a list too):
buddies: - buddies:
- user1 - user1
- user2 - user2
- user3 - user3
- user4 - user4
# Define your URLs # Define your URLs
urls: urls: