On Tuesday, February 11, 2020 at 8:38:47 AM UTC-8, David Gifford wrote:
>
>
> My understanding is that* tags slow TiddlyWiki down faster than links* if
> you want to tag everything and create a giant hierarchy. That would be a
> good topic for discussion to clarify if that is the case or not. Part of
> the slowdown, if I am understanding correctly, is the elaborate CSS of tag
> pills and dropdowns for each one, and the often convoluted list filters we
> use for listing tiddlers by tag. But then perhaps links slow it down just
> as much. I don't know, but TiddlyBlink is in part to avoid tagging as much
> as possible.
>
>
I hadn't heard about CSS slowing tags down. When I tried to make a TW with
37000 vocabulary entries, it slowed to a standstill because the tag
operator apparently isn't optimized for large numbers of tagged tiddlers.
It turned out to be faster to do a search in the tag list field, which is
surprising.
>
> *Note to Mark:* Try the following in your Stylesheet to overcome the
> vertical list of tags problem:
>
> ```
>
> /*TAG EDITOR AND DROPDOWNS*/
>
> html body.tc-body .tc-block-dropdown-wrapper {width:800px;color:#2200bb;}
> html body.tc-body .tc-block-dropdown
> {width:800px;white-space:normal;color:#2200bb;}
> html body.tc-body .tc-block-dropdown a {display: inline-block;color:#2200bb;}
> html body.tc-body .tc-block-dropdown svg {height:
> 1.2em;fill:#ccc;display:inline;color:#2200bb;}
>
> /*TAG LABELS*/
>
> html body.tc-body .tc-tag-label {font-family: 'Arial'; font-size:10pt;
> color:#2200bb;background-color:#eee;margin-bottom:6px;font-weight: bold;}
> html body.tc-body .tc-menu-list-item {font-weight: bold; color:#2200bb;}
>
> ```
>
>
Thanks for that! Now that I've seen it in action, I'm not sure it's an
improvement. Back to tag subsets.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/942c9f32-a4e6-4d82-b458-1ba48b24c9b6%40googlegroups.com.