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:
6
todo.org
6
todo.org
@@ -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
|
||||
|
Reference in New Issue
Block a user