1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-16 07:43:16 +00:00

deprecated the if-macro, since it is not needed anymore. Use <% if %> instead

This commit is contained in:
pmario 2024-03-10 15:39:01 +01:00
parent 8d36ecd6bc
commit 2f7715fd08
2 changed files with 11 additions and 0 deletions

View File

@ -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(){

View File

@ -0,0 +1,6 @@
created: 20240310123422910
modified: 20240310123427872
module-type: macro
tags: $:/deprecated
title: $:/editions/tw5.com/if-macro.js
type: application/javascript