Re: [tw] [tw5] Introducing "Internals" plugin for exploring TW5

2016-02-17 Thread Brian Theado
Those preview types look really useful. I think a "transclusion tree" preview type would be another useful addition. Instead of displaying the full widget tree, this preview type would extract only the transclusion widgets and display them as a nested list of tiddler links. It would be much less v

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Tobias Beer
Hi Andrew, > How did you make it so hovering over a link displays a preview of the > linked tiddler? > That would be my plugin tobibeer/preview . :-) Also, if my tiddler title has spaces the plugin isn't recognizing it and > brackets don't do

[tw] widget tree viewer

2016-02-17 Thread BJ
there is an updated version of my widget-tree viewer. It does a similar job to the 'internals' plugin http://bjhacks.tiddlyspot.com/ All the best BJ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiv

Re: [tw] [tw5] MS Edge Compatibility

2016-02-17 Thread Scott Simmons (Secret-HQ)
I can confirm it here, too. At first, I thought it might be an issue with spaces in the _canonical_uri field, but Edge fails on images WITHOUT spaces, too. It'll even fail if you enter the full path preceded by file:/// into the _canonical_uri field. Edge is maddeningly finicky about local HTM

Re: [tw] [tw5] MS Edge Compatibility

2016-02-17 Thread newbie
Am Mittwoch, 17. Februar 2016 19:35:04 UTC+1 schrieb Jeremy Ruston: > > for some unknown reason, external images on my local disk don't show in > W10 and MS Edge. > > > Hmm. A quick check you could try is to download the content of > tiddlywiki.com and then open index.html locally and see if th

Re: [tw] [tw5] MS Edge Compatibility

2016-02-17 Thread Jeremy Ruston
> for some unknown reason, external images on my local disk don't show in W10 > and MS Edge. Hmm. A quick check you could try is to download the content of tiddlywiki.com and then open index.html locally and see if the external images such as "Blurry Lawn.jpg” work ther

[tw] [tw5] MS Edge Compatibility

2016-02-17 Thread newbie
Hi all, for some unknown reason, external images on my local disk don't show in W10 and MS Edge. I tried the "_canonical_uri" and the "[img[ ...]]" way. Both methods work in SeaMonkey and Firefox, but not in MS Edge. May be, it's only a trivial newbie error ? I discovered TW just a few days a

[tw] Re: [tw5] Introducing "Internals" plugin for exploring TW5

2016-02-17 Thread PMario
On Wednesday, February 17, 2016 at 9:45:53 AM UTC+1, Tobias Beer wrote: > > Makes me want to maximize the preview, though. ;-) > Had the same thought. Got a 34inch 21:9 ultra wide screen, some time ago. Especially useful for tiddlymaps and 2 browsers side by side :) The downside is, it invalidate

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
Sorry these are all strung out but I keep finding stuff I want to implement! I'm brand new to TiddlyWiki and coding in general so sorry if these are things I should already know/already know how to figure out. How did you add the little link at the bottom of each tiddler that lets you jump up t

[tw] Re: [TW5] Need help constructing my first "subfilter" run. {{DesignWrite}}

2016-02-17 Thread Hegart Dmishiv
Hi Tobias, Y'know, you're absolutely right! Gosh what a n00b I am! I forgot that there is an intervening level of tags between DesignWrite Readings and Hypertext. (2016, January 9) <

[tw] Re: [TW5] How to create a tag pill from an [[aliased|alias]] link?

2016-02-17 Thread Hegart Dmishiv
Hi Tobias, Wow, that is so cool! That should be part of the core itself. I foresee a PR for that one. Thanks so much for taking the time to create that for me. I have it working from here now, and a

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
Also, if my tiddler title has spaces the plugin isn't recognizing it and brackets don't do anything. Is there a way to make it work still? On Wednesday, February 17, 2016 at 10:16:41 AM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > The plugin tobibeer/inc

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
I also love the tabs. How did you make it so hovering over a link displays a preview of the linked tiddler? On Wednesday, February 17, 2016 at 10:16:41 AM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > The plugin tobibeer/inc may > be of interest to

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
Yes! That's perfect. Thank you Tobias! On Wednesday, February 17, 2016 at 10:16:41 AM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > The plugin tobibeer/inc may > be of interest to you. > > Best wishes, > > Tobias. > -- You received this message becau

[tw] Re: [TW5] Need help constructing my first "subfilter" run. {{DesignWrite}}

2016-02-17 Thread Tobias Beer
hi Hegart I have tiddlers tagged with the week number, in this case *Week #01: > January 18 — 24*, and I have tiddlers tagged with a type of activity, > such as *DesignWrite Readings*. In my example, I am trying to find all > tiddlers that contain both of those tags. Here's my filter: > > [tag[

[tw] Re: Announcing TiddlyWiki in the Sky (with Dropbox)

2016-02-17 Thread Tobias Beer
Hi there, Be sure to always "sort by date" when it comes to search results in the groups: https://groups.google.com/d/msg/tiddlywiki/RcyfI550qTA/tKYdB-qZEwAJ Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Tobias Beer
Hi Andrew, The plugin tobibeer/inc may be of interest to you. Best wishes, Tobias. -- 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, s

[tw] Re: [TW5] How to create a tag pill from an [[aliased|alias]] link?

2016-02-17 Thread Tobias Beer
Hi Hegart, The way things are atm, you're unfortunately going to have to mess with: $:/core/ui/TagTemplate e.g. by changing this: <$transclude tiddler={{!!icon}}/> <$view field="title" format="text" /> to <$transclude tiddler={{!!icon

[tw] Re: [tw5] Introducing "Internals" plugin for exploring TW5

2016-02-17 Thread Tobias Beer
Hi Jeremy, This looks good and useful, especially for prototyping. Makes me want to maximize the preview, though. ;-) Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] TiddlyWiki Hangout #98 will be on Saturday 20th February at 3pm GMT/UTC

2016-02-17 Thread Jeremy Ruston
I hope you will be able to join me for TiddlyWiki Hangout #98 on Saturday 20th February at 3pm GMT/UTC. You are welcome to take part as a guest or you can view the proceedings live or at a later date from the archive. http://hangout-98.tiddlyspot.com/ https://plus.google.com/events/clcjvgvjtouhg8