1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/examples/moduleproperty Operator (Examples).tid
Saq Imtiaz ef2aeac7de
Added modulesproperty filter operator and extended modules operator (#6055)
* Added modulesproperty filter operator and extended modules operator. Docs included

* Removed spurious new line
2021-09-20 08:25:53 +01:00

11 lines
467 B
Plaintext

created: 20210919201407838
modified: 20210919201738739
tags: [[moduleproperty Operator]] [[Operator Examples]]
title: moduleproperty Operator (Examples)
type: text/vnd.tiddlywiki
Get the name of the macro in the module `$:/core/modules/macros/qualify.js`:
<<.operator-example 1 "[[$:/core/modules/macros/qualify.js]moduleproperty[name]]">>
For all macro modules retrieve their name module properties:
<<.operator-example 2 "[[macro]modules[]moduleproperty[name]]">>