-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
6 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/library/recipes/library/tiddlers/%24%3A%2Fplugins%2Fflibbles%2Frelink.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |