Mohammad Rahmani

Results 285 comments of Mohammad Rahmani

Thank you for clarification Saq. I am closely following the progress of issue #8544.

As this is an issue with docs I submitted a PR here: https://github.com/jermolene/TiddlyWiki5/pull/8390

> Perhaps it would make sense to devise some kind of mechanism for the core to support named sets of rules. Would be great!

Option to set certain tags on import is useful.

@saqimtiaz This is a really useful idea! Is there any chance to partially implement it? I post a workaround for select/unselect and unselect existing on Import! https://talk.tiddlywiki.org/t/select-unselect-tiddlers-on-import/10174

> In no way should the sort order of tags cause incompatibility. If that is a problem the code which is incompatible needs to be adjusted. Would you please tell...

Thank you @Jermolene. That is fair. One proposal is: Tiddler: $:/core/ui/ViewTemplate/tags ```xml \whitespace trim ``` Here: - The filter is changed from `[all[current]tags[]sort[title]]` to: `[all[current]tags[]] :sort:alphanumeric:caseinsensitive[subfilter{$:/config/Tags/Sort}]` - The hidden setting...

This has been addressed in https://github.com/Jermolene/TiddlyWiki5/pull/8351

@twMat Sorry! Yep, it partially resolves the issue! I reopen this ticket.