1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-02 14:29:55 +00:00

Update Filter Run Prefix (Examples).tid

This catches all filter run prefixes. This is superior to the current hardcoded text that doesn't give any clues about non-documented prefixes.

My *actual* wish is to implement the more elaborate changes outlined [here](https://talk.tiddlywiki.org/t/ranty-proposal-for-docs-on-filter-run-prefixes/5772)... but this current PR is at least an improvement meanwhile.
This commit is contained in:
twMat 2023-05-22 14:21:57 +02:00 committed by GitHub
parent 2ab28cc2b8
commit 832d8f701b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,18 +4,9 @@ tags: [[Filter Syntax]] [[Filter Run Prefix Examples]]
title: Filter Run Prefix (Examples) title: Filter Run Prefix (Examples)
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
!! `:filter` examples <$list filter='[all[shadows]module-type[filterrunprefix]] :map[<currentTiddler>split[/]last[]removesuffix[.js]]' variable=pfx>
See [[Filter Filter Run Prefix (Examples)]] !!<code><$text text={{{ [<pfx>addprefix[:]] }}}/></code> examples
!! `:intersection` examples See {{{ [<pfx>sentencecase[]addsuffix[ Filter Run Prefix (Examples)]] }}}
</$list>
See [[Intersection Filter Run Prefix (Examples)]]
!! `:reduce` examples
See [[Reduce Filter Run Prefix (Examples)]]
!! `:sort` examples
See [[Sort Filter Run Prefix (Examples)]]