doc: Add section store/tagging
This commit is contained in:
parent
fa5d1553dd
commit
b4d88c72bf
1 changed files with 13 additions and 0 deletions
13
doc/src/02020-tagging.md
Normal file
13
doc/src/02020-tagging.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Tagging entries {#sec:thestore:tagging}
|
||||
|
||||
A store entry MAY be tagged. A tag is a String which matches the
|
||||
regular expression in @lst:tagging:regex
|
||||
|
||||
```{#lst:tagging:regex .numberLines caption="Regular Expression for Tags"}
|
||||
/^[a-zA-Z]([a-zA-Z0-9_-]*)$/
|
||||
```
|
||||
|
||||
Tags MUST BE stored in the header section "imag" in the key "tags" as an Array
|
||||
of Strings.
|
||||
The tags MUST BE sorted in alphabetical order.
|
||||
|
Loading…
Reference in a new issue