Mario Pietsch

Results 167 issues of Mario Pietsch

While messing with the transclusion detection I did find this one. The cause is the import-button font-size is 999px, which was introduced 10 years ago. See: https://github.com/Jermolene/TiddlyWiki5/commit/7816c1d944dd92a1ff83210d82357154d646e1c5 @Jermolene Can you...

This PR will allow us to "copy / paste" tabs macro definitions into new tiddlers, without the need to adjust the "explicitState" parameter in the macro. - It will be...

This PR is docs only. There should be no difference in the TOC-structure Some tiddlers tagged "Concept" got new tags with their "matching" reference tiddler eg: "Message" got a new...

``` //[[Internal link|example in italics]]// ''[[Internal link|example in italics]]'' ``` - The current TW version does style the link in italic as it should, because the user defined it that...

- Add type "number: (default)" to compare operator - Add a new example: [[-2]compare::lt[-1]] --- Submitted using https://saqimtiaz.github.io/tw5-docs-pr-maker/.

The "Shopping List Example" tiddler does not exist anymore. It may have been replaced by the new checkbox-widget docs. But these tiddlers are used with [reduce Operator (Examples)](https://tiddlywiki.com/#reduce%20Operator%20(Examples)) --- Submitted...

This PR adds a new column to the ControlPanel -> Advanced -> Tiddler Fields tab. It will copy the filter into the AdvancedSearch, so users get an overview. ![grafik](https://github.com/Jermolene/TiddlyWiki5/assets/374655/bac60df2-09c2-4506-bc33-808774e0985d)

This PR fixes #8144 It is intended to stop nesting buttons, because HTML spec clearly states, that button in button is not allowed. It also prevents transclusion recursion problems if...

As shown at: https://talk.tiddlywiki.org/t/seeking-guidance-on-adding-a-formatting-toolbar-to-a-note-taking-text-area/9524?u=pmario The first thing new users want to create is a "ViewTemplate" that actually should be an EditTemplate with less "chrome". So I think, we should add...