Mario Pietsch

Results 167 issues of Mario Pietsch

make $:/core/macros/export code readable without changing any functionality

Tiddlywiki / TiddlyWiki5 contains 94 branches, which are all visible at VSCode. Most of them are either merged or closed. This makes it hard to see what's going on. See:...

@Jermolene -- On windows it's not possible to checkout tag: v5.3.5 - VSCode error: ``` error: invalid path 'editions/tw5.com/tiddlers/Selection Constructors: Conditional.tid' ``` Is it possible to check-out v5.3.5 -- fix...

This PR fixes - #8228 Change tags operator from object hashmap to ListLinks, so we can show tags using the order, which they where created. Related: - [x] #8392 -...

This PR adds a new `list-links-horizontal-draggable` procedure, which can be used to: - "drag and drop" sort **tags** and **list-like** fields. - It should be able to use it to...

A second try to add some more developer commands to the package.json file. The new commands should also give a nice introduction to what's possible with TW command parameters. @Jermolene...

To reproduce - On the command line run `tiddlywiki --build` - Which can happen, if you have `tiddlywiki %placeholder% --build`, where `%placeholder%` is undefined You will get: ``` PS E:\git\tiddly\tiddlywiki\TiddlyWiki5>...

@pmario - the `GlobalImportFilter` imports the Globals after the Macros and therefor "overwrites" the Macros: ``` [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!is[draft]] [all[shadows+tiddlers]tag[$:/tags/Global]!is[draft]] ``` I believe it should be this way around: ``` [[$:/core/ui/PageMacros]]...

Installing eslint v7.32.0 as configured in package.json I do get a lot of warnings. ``` PS E:\git\tiddly\tiddlywiki\TiddlyWiki5> npm i npm warn deprecated [email protected]: This module is not supported, and leaks...

package.json lists 2 playwright packages as "production" dependencies. IMO they should be dev-dependencies. See: https://github.com/TiddlyWiki/TiddlyWiki5/blob/6dd6b7bef1bcd43a613ddbfedcfb675416c03b35/package.json#L41-L45