[tw5] metatags twitterbot 2MB limit

2022-01-18 Thread Gavin Gamboa
Hi TW Google Group, It seems there is no way to get twitter meta-data to display for my tiddlywiki site, as according to Twitter's documentation: *I get the message, "ERROR: Fetching the page failed because the response is too large."*

[tw5] Re: open multiple tiddlers at once ?

2022-01-15 Thread Gavin Gamboa
t to have rel="noopener noreferrer" I found this to be pretty frustrating and non-intuitive. Putting this here in case it helps anyone else. On Saturday, January 15, 2022 at 10:15:35 AM UTC-8 Gavin Gamboa wrote: > There has to be a simpler way to open multiple tiddlers (a la permaview) &g

[tw5] open multiple tiddlers at once ?

2022-01-15 Thread Gavin Gamboa
There has to be a simpler way to open multiple tiddlers (a la permaview) via a link within TW? Am I missing something? I want a `target` field to point to a permaview (not a url but a TW link of multiple tiddlers … a list maybe via filter?) so that I can trigger multiple permaviews in the

Re: [tw5] Making zoomin story view scroll to the top of the tiddler

2021-12-29 Thread Gavin Gamboa
I am experiencing similar odd zooming behavior Soren is describing with the zoomin story view (TW 5.2.1). If user has scrolled <50% of the viewport, a newly opened tiddler will open towards the bottom of its contents and not at the top of the story view. On Friday, April 2, 2021 at 8:24:31 AM

[tw5] external image handling seems laggy

2021-12-16 Thread Gavin Gamboa
Has anyone implemented a smoother handling of loading and image via _canonical_uri_ in an image widget. Something like a CSS fade animation ? [img width=400 [my-image]] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: customize order of tag display

2021-10-07 Thread Gavin Gamboa
precedence rather than have to arrange ALL tiddlers. I did appreciate Eric's button code which pulled in all the tiddlers, though! :) On Thursday, October 7, 2021 at 1:14:08 PM UTC-7 Gavin Gamboa wrote: > Also I am not sure if I am understanding Eric's suggestion for the tag > ordering in t

[tw5] Re: customize order of tag display

2021-10-07 Thread Gavin Gamboa
PM UTC-7 Gavin Gamboa wrote: > How would we achieve this without altering the core/ui shadow tiddler? Is > there a way to make upgrades less of a nightmare and overriding the > $:/core/ui/ViewTemplate/tags > with our own template ? (I haven't done any deep customization such as this

[tw5] Re: customize order of tag display

2021-10-07 Thread Gavin Gamboa
within the tiddler itself, or do we put our own <$list> widget in the tiddler text body, or do we just list the tags b ? On Thursday, October 7, 2021 at 12:20:17 PM UTC-7 Gavin Gamboa wrote: > How would we achieve this without altering the core/ui shadow tiddler? Is > there a way to m

[tw5] Re: customize order of tag display

2021-10-07 Thread Gavin Gamboa
How would we achieve this without altering the core/ui shadow tiddler? Is there a way to make upgrades less of a nightmare and overriding the $:/core/ui/ViewTemplate/tags with our own template ? (I haven't done any deep customization such as this before so sorry ahead of time if it's an

[tw5] Re: trying to embed gist (github) in tiddler

2021-03-08 Thread Gavin Gamboa
wow. it works! I do so appreciate you figuring this out. I have implemented the gists into the 'Software Notes' on my digital garden. I added a scrolling="no" declaration to the iframe to prevent the embed from having its own vertical scrollbar (horizontal scroll still works). On Monday,

[tw5] trying to embed gist (github) in tiddler

2021-02-19 Thread Gavin Gamboa
Hi TW users, Does anyone know why the embed code for a gist doesn't display in a tiddler? I get an empty box returned. I tried wrapping in an also. This is the code I am trying to add: https://gist.github.com/protrolium/e0dbd4bb0f1a396fcb55.js "> macOS 10.13.6 Firefox 85.0.2 -- You

[tw5] trying to embed from gist (github) into a tiddler

2021-02-19 Thread Gavin Gamboa
Hi TW users, Does anyone know why the embed code for a gist doesn't display in a tiddler. I get an empty box retuned. I tried wrapping in an also. This is the code I am trying to add: https://gist.github.com/protrolium/e0dbd4bb0f1a396fcb55.js";> -- You received this message

[tw5] Re: adding whitespace separating results from a $list filter run

2021-02-06 Thread Gavin Gamboa
Thank you @Eric Shulman. I don't know where I would have found that in the docs. Much appreciated On Saturday, February 6, 2021 at 3:22:06 AM UTC-8 Mat wrote: > you could apply this style > > .commalist .tc-tiddlylink.tc-tiddlylink-resolves:not(:last-child):after > {content:", ";} > > An

[tw5] adding whitespace separating results from a $list filter run

2021-02-05 Thread Gavin Gamboa
I spent some time trying to figure this out. I am trying to format a series of tag with the same parent tag 'author name' that get returned by this list widget: <$list filter="[tag[Bookcase]!!sort[sortdate]]"> <$link><$view field="title"/> <$list