From 2f7715fd081d98fc6c9b8eab8e8b98e74618339c Mon Sep 17 00:00:00 2001 From: pmario Date: Sun, 10 Mar 2024 15:39:01 +0100 Subject: [PATCH] deprecated the if-macro, since it is not needed anymore. Use <% if %> instead --- editions/tw5.com/tiddlers/system/if-macro.js | 5 +++++ editions/tw5.com/tiddlers/system/if-macro.js.meta | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 editions/tw5.com/tiddlers/system/if-macro.js.meta diff --git a/editions/tw5.com/tiddlers/system/if-macro.js b/editions/tw5.com/tiddlers/system/if-macro.js index 6c902ed65..c1a3ade17 100644 --- a/editions/tw5.com/tiddlers/system/if-macro.js +++ b/editions/tw5.com/tiddlers/system/if-macro.js @@ -1,7 +1,12 @@ /*\ title: $:/editions/tw5.com/if-macro.js type: application/javascript +tags: $:/deprecated module-type: macro + +DEPRECATED -- Since TW v5.3.x this documentation macro is not needed anymore +Use: https://tiddlywiki.com/#Conditional%20Shortcut%20Syntax instead + \*/ (function(){ diff --git a/editions/tw5.com/tiddlers/system/if-macro.js.meta b/editions/tw5.com/tiddlers/system/if-macro.js.meta new file mode 100644 index 000000000..012377042 --- /dev/null +++ b/editions/tw5.com/tiddlers/system/if-macro.js.meta @@ -0,0 +1,6 @@ +created: 20240310123422910 +modified: 20240310123427872 +module-type: macro +tags: $:/deprecated +title: $:/editions/tw5.com/if-macro.js +type: application/javascript \ No newline at end of file