1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-30 17:19:47 +02:00

Note on WikiJS Tags

This commit is contained in:
Ryan Greenup
2020-07-16 08:32:55 +10:00
parent 2d4ba2dae4
commit 44104f80fc
2 changed files with 65 additions and 4 deletions

View File

@@ -68,6 +68,12 @@ Take the command query and change white spaces into =|= characters, this way sea
These desperately need to be standardised like search and NoteFind have been
** TODO Move the scripts into PATH
Currently all the tag scripts call a relative script, not in the PATH, maybe this is actually OK? it means 0 install...
** TODO Add support for WikiJS Tags
WikiJS uses a broken yaml implementation but they can be extracted with some ripgrep, this should represent a further option in FilterNotesByTMSUTag.sh.
#+begin_src bash
rg --pcre2 '(?<=[---\n[\s\S]ags:).*[,\s|:\s][a-z]+' -t markdown -o | sd -s ':' ' ' | sd -s ',' ' ' | sed s/^/tmsu\ tag\ /
#+end_src
* TODO [#A] tools
** Link Markdown Notes