1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 02:37:14 +00:00

Merge 832d8f701bfe46bc8d31233e278c151f89885503 into 8bda28afd5082bbf3f77482990f476ca6764df17

This commit is contained in:
twMat 2025-03-28 02:33:30 +00:00 committed by GitHub
commit 119ed415d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,18 +4,9 @@ tags:
title: Filter Run Prefix (Examples)
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 [[Intersection Filter Run Prefix (Examples)]]
!! `:reduce` examples
See [[Reduce Filter Run Prefix (Examples)]]
!! `:sort` examples
See [[Sort Filter Run Prefix (Examples)]]
See {{{ [<pfx>sentencecase[]addsuffix[ Filter Run Prefix (Examples)]] }}}
</$list>