1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 05:19:57 +00:00

Revert to just using $:/tags/Macro for core macros

See #8683
This commit is contained in:
Jeremy Ruston 2024-10-22 13:15:34 +01:00
parent 192fb9794d
commit 0a03ac8219
8 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
title: $:/core/macros/CSS
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
<!-- Needs to stay that way for backwards compatibility. See GH issue: #8326 -->
\define colour(name)

View File

@ -1,5 +1,5 @@
title: $:/core/macros/copy-to-clipboard
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
\whitespace trim

View File

@ -1,5 +1,5 @@
title: $:/core/macros/diff
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
\whitespace trim

View File

@ -1,5 +1,5 @@
title: $:/core/macros/export
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
\function exportButtonFilename(baseFilename)
[<baseFilename>] [<extension>] +[join[]]

View File

@ -1,5 +1,5 @@
title: $:/core/macros/show-filter-count
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
\whitespace trim

View File

@ -1,5 +1,5 @@
title: $:/core/macros/tag-picker
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
first-search-filter: [subfilter<tagListFilter>!is[system]search:title<userInput>]
second-search-filter: [subfilter<tagListFilter>is[system]search:title<userInput>]

View File

@ -1,5 +1,5 @@
title: $:/core/macros/testcase
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
\whitespace trim

View File

@ -1,4 +1,4 @@
tags: $:/tags/Macro $:/tags/Global
tags: $:/tags/Macro
title: $:/core/macros/timeline
<!-- Override one or both of the following two macros with a global or local macro of the same name