Skip to content

Commit

Permalink
Version release: 2.3.6
Browse files Browse the repository at this point in the history
Added more support for TiddlyWiki v5.3.x.
Fixed some issues I discovered while writing that support.
Addressed issues #48 and #49
  • Loading branch information
flibbles committed Nov 22, 2023
1 parent 28c9a20 commit ec31196
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 deletions.
19 changes: 11 additions & 8 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"title": "$:/plugins/flibbles/relink",
"description": "Flexibility when relinking renamed tiddlers",
"author": "Flibbles",
"version": "2.3.5",
"version": "2.3.6",
"core-version": ">=5.1.22",
"source": "https://github.com/flibbles/tw5-relink",
"demo": "http://flibbles.github.io/tw5-relink/",
Expand Down
2 changes: 1 addition & 1 deletion docs/library/recipes/library/tiddlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "$:/plugins/flibbles/relink",
"description": "Flexibility when relinking renamed tiddlers",
"author": "Flibbles",
"version": "2.3.5",
"version": "2.3.6",
"core-version": ">=5.1.22",
"source": "https://github.com/flibbles/tw5-relink",
"demo": "http://flibbles.github.io/tw5-relink/",
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/relink/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "$:/plugins/flibbles/relink",
"description": "Flexibility when relinking renamed tiddlers",
"author": "Flibbles",
"version": "2.3.5",
"version": "2.3.6",
"core-version": ">=5.1.22",
"source": "https://github.com/flibbles/tw5-relink",
"demo": "http://flibbles.github.io/tw5-relink/",
Expand Down
14 changes: 14 additions & 0 deletions tiddlers/demo/Versions/2.3.6.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
created: 20230722132104177

\rules except wikilink

* Implemented a little more of v5.3.x features. In this case, the `\widget`, `\function`, and `\procedure` should now be fully implemented.
* Switched all external links in readme, configuration, etc to use target=_blank, so they open the external links in a new tab.
* Relink now looks at definitions in <<tag $:/tags/Global>> as well as <<tag $:/tags/Macro>>.
* Corrected issue where the parameters of locally defined and relink-ready macros were not being reported.
* Corrected issue where filteredtranscludes would not report uses of locally-defined macros.

''Not implemented yet''

* `\parameters` and `<$parameters>` remain entirely unimplemented.
* Probably some esoteric uses of `<$transclude/>` which were introduced in v5.3.0.

0 comments on commit ec31196

Please sign in to comment.