update example readme v0.9.3
This commit is contained in:
@@ -16,7 +16,8 @@ class AdvancedGroupByPlugin(Plugin):
|
||||
print('inlinetags.regex not valid: ' + str(e))
|
||||
return
|
||||
|
||||
watcher = groupby.add_watcher('testC', config) # tracks dependency
|
||||
# load config directly (which also tracks dependency)
|
||||
watcher = groupby.add_watcher('testC', config)
|
||||
|
||||
@watcher.grouping()
|
||||
def _replace(args: GroupByCallbackArgs) -> Generator[str, str, None]:
|
||||
|
||||
Reference in New Issue
Block a user