Mario Pietsch

Results 167 issues of Mario Pietsch

**Some more tests needed see text below** The existing tiddlyfox.js saver gives a wrong name to AddOns like file-backups and Timimi. That's why saving with path names like: "Téléchargements" fails...

Add some missing startup info. This will be a way for user, to know, how the wiki was opened. see discussion in GG: https://groups.google.com/forum/#!topic/tiddlywiki/js4dpXZYMDg

**Work in progress - Don't merge atm**! fixes #3004 "TiddlyFox saver tiddlyfox.js doesn't pass on options received from saver-handler.js" See detailed comments in the code. ... The changes implemented here...

This PR fixes #8553 With this PR the tm-new-tiddler message only creates an empty tags field if template tiddler or additionalFields already contain a tags-field - This makes it possible...

This PR fixes #8556 - #8556 - It contains several commits which deal with different elements. - I did check for `tc-tiddler-title`, `tc-subtitle`, `tc-tags-wrapper` and `tc-tiddler-body` for the different core...

To replicate - Copy the following code into a new tiddler at tiddlywiki.com - ![image](https://github.com/user-attachments/assets/815c4d3c-741b-44d8-b840-fb23e7920e4b) ``` /*------------------------------------------*/ /* ASIDE needs float and .clearfixes */ .float-box { width: 40%; padding: .5rem...

`tm-new-tiddler` message does create an empty `tags:` field, if there is no value set to: `$:/config/NewTiddler/Tags` **To reproduce** - Click the NewTiddler button at tw-com - Save the new tiddler...

This PR makes the unfold button icon more prominent See Talk thread: https://talk.tiddlywiki.org/t/feature-request-option-to-automatically-open-folded-tiddlers-when-clicking-a-link-to-them/10418/12 **standard unfold banner** ![9cf9e372a8eb8849bb530f550b8b382df95fed81_2_1035x90](https://github.com/user-attachments/assets/6e5a7a26-ca20-4e04-b894-7f48dabbdaaa) **hover state** ![c537b39a6511c7c7aea6b9086f76c74c0d112ae0_2_1035x90](https://github.com/user-attachments/assets/131b4387-939d-446d-acf8-0c6687428bee)

It is **proposed** that we add Backlinks and Transcluded Into to the end of every tiddler if there is some info. We are loosing a lot of valuable information, because...

This PR does - re-activate tabs-macro tests, - rename expected-* files for easier maintenance - allows us to copy / paste the wiki preparation code into the browser console of...