Jeremy Ruston

Results 56 issues of Jeremy Ruston

# Introduction This PR introduces a number of improvements and new features related to some of TiddlyWiki's most fundamental components: macros, widgets, operators, transclusion and globals. The motivation is to...

In order to help make complex filters more readable, I'd like to explore the idea of supporting comments within filters via several alternate syntaxes: ```

There is a simple JavaScript macro that has been used in the documentation since 2015: https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/system/if-macro.js It should now be possible to replace it with a wikitext construction.

There is an extensive collection of useful macros and CSS styles that are used in the documentation on tiddlywiki.com. They are fairly regularly maintained and enhanced, and have remained backwards...

The work in #6666 to implement parameterised transclusion has proved to be substantial, and is not done yet after 2.5 months and more than 100 individual file modifications. It promises...

[Content security policies](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) are a relatively new way to increase the security of web applications by having the server request additional security restrictions to be placed on a site. In...

**UPDATE 29th JUNE 2021**: See [this comment](https://github.com/Jermolene/TiddlyWiki5/pull/3412#issuecomment-870508717) for the current status of this work. --- As @twMat noted in #1938 nearly three years ago, the current "zoomin" storyview suffers from...

The existing RFC 6901 provides a standard way to encode pointers that de-reference items within a JSON object: http://tools.ietf.org/html/rfc6901 The format is pretty simple (apart from the inevitable encoding gotchas)....

newfeature
discussion

VSCode is an immensely popular desktop code editor with an extensive library of extensions. The experience of using the TiddlyWiki 5 repository in VSCode seems is currently poor: * There...

### Discussed in https://github.com/Jermolene/TiddlyWiki5/discussions/6803 Originally posted by **kookma** July 20, 2022 In TW 5.2.2 and older version, I used a template like below to display fields in view mode ```...