mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
Include $:/tags/Macro on core macros for backwards compatibility
This avoids breaking existing code that expects to be able to import the core macros with just $:/tags/Macro @pmario - I suggest that future updates use the same approach Thanks to @ericshulman for reporting the problem
This commit is contained in:
parent
755a09be10
commit
070327cb57
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/CSS
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\procedure colour(name)
|
||||
\whitespace trim
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/copy-to-clipboard
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\whitespace trim
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/diff
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\whitespace trim
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/tag-picker
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
first-search-filter: [tags[]!is[system]search:title<userInput>sort[]]
|
||||
second-search-filter: [tags[]is[system]search:title<userInput>sort[]]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: WidgetMessage: tm-http-request Example - Random Dog
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\procedure download-dog(url)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: WidgetMessage: tm-http-request Example - Zotero
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\procedure select-zotero-group()
|
||||
Specify the Zotero group ID to import
|
||||
|
Loading…
Reference in New Issue
Block a user