I don’t know the plugins, but it seems that TiddlyFlex has a customised ViewTemplate which loads tiddlers tagged $:/tags/TiddlyFlex/ViewTemplate before the default $:/tags/ViewTemplate tagged tiddlers.
You can fix the problem by:
edit $:/plugins/Gk0Wk/notionpage-covericon/body
remove tag $:/tags/ViewTemplate
add tag $:/tags/TiddlyFlex/ViewTemplate
save & then click on the tag and drag $:/plugins/Gk0Wk/notionpage-covericon/body to the top of the list.
Thank you very much, it works very well.
However, the home button with default tiddlers no longer works. I’ve just seen that this is also the case on the official plugin’s Tiddly. Any ideas?
That must be why there’s the notion of “Ensemble”, where you can save page organizations.
In this case, I’ll replace the home button with a link to a “Ensemble” created by TiddlyFLex.
I’m sharing the code to create a new home-made button based on a TiddlyFlex “ensemble”.
$:/core/ui/Buttons/homeTiddlyFlex create from a clone of $:/core/ui/Buttons/home
\whitespace trim
<$list filter="[[$:/Ensemble/ENSEMBLE_NAME]]" variable="ensembleTiddler">
<$button tooltip="Ouvre l'ensemble de la page d'accueil défini avec TiddlyFlex" aria-label="Ouvre l'ensemble de la page d'accueil défini avec TiddlyFlex" class=<<tv-config-toolbar-class>> actions=<<tiddlyflex-load-ensemble-actions>>>
<$transclude tiddler={{{ [<ensembleTiddler>get[icon]] ~$:/core/images/home-button }}}/>
</$button>
</$list>
With fields :
Caption : {{$:/core/images/home-button}} Ouvre l’ensemble de la page d’accueil défini avec TiddlyFlex
Description : Ouvre l’ensemble de la page d’accueil défini avec TiddlyFlex
Tag : $:/tags/PageControls
$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/homeTiddlyFlex create from a clone of $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home