[tw] Conditional styling in list widget?

2017-11-25 Thread HarleyM
Hi, I'm really new to TiddlyWiki and have what seems to me an embarrassingly simple question (I have a programming background). Basically, I want to create a list of tiddlers within a tiddler, but to style each list item based on the presence or absence of a tag on that tiddler. Specifically

[tw] Hard Linebreaks not appearing with some text formatting

2017-11-25 Thread AndrewMc
Hi All I need to have hard linebreaks appear in some of my text (a quoted part a poem). I followed the instructions at https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and successfully had the line breaks appear. However, as soon as I added italics or bold formatting to the entire

[tw] [TW5] A bug in list-after field behavior

2017-11-25 Thread Arkady Grudzinsky
This TiddlyWiki is an example of a bug in the tagged tiddler sorting algorithm . I created 4 tiddlers: New Tiddler , New Tiddler 1

[tw] Tiddlydrive not working on Android

2017-11-25 Thread AlanBCohen
My reason for making this post was to let the developers and documenters know that Tivoli Drive does not work for Android. -- 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

[tw] Re: What is the easiest way to save/clone an active (full) TW as an empty TW with all its plugins/settings?

2017-11-25 Thread 'Mark S.' via TiddlyWiki
A quick and dirty approach that will *usually *work. You could copy your original file, and then in the copy make a tiddler $:/kill <$button>SCRUB <$action-deletetiddler $filter="[all[tiddlers]!is[system]]"/> Be sure to close this tiddler so that it's title is $:/kill and not "New tiddler

[tw] Re: What is the easiest way to save/clone an active (full) TW as an empty TW with all its plugins/settings?

2017-11-25 Thread PMario
Hi, You could use the bundler plugin [1]. It allows you to export any combination of plugins and content tiddlers as a xxx.json file. These files can be drag and drop imported to a newly downloaded empty.html file. It should get you started very fast, once you did manage to configure your

[tw] Re: Plattform independed 3D Html presentations with strut.io

2017-11-25 Thread PMario
Hi, The "player" is impress.js [2] which may be relatively easy to implement as a TW theme. The closest successor, that I could find, is ShowPrepper [1]. It's a complete SPA on its own. So it contains a lot of components, that you don't rally want to embed into TW. ... ... but it has an

[tw] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2017-11-25 Thread Robert Barker
Heh...nevermind - I found the fold-bar in the control panel! On Saturday, November 25, 2017 at 1:53:23 PM UTC-5, Robert Barker wrote: > > Hi! I recently gave DropBoard a try. Very Clever! > > I posted the question to the group regarding the Fold/Unfold borders on > your demo's tiddlers.

[tw] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2017-11-25 Thread Robert Barker
Hi! I recently gave DropBoard a try. Very Clever! I posted the question to the group regarding the Fold/Unfold borders on your demo's tiddlers. Would you mind sharing how that is done? Your site is the only example I've seen of it. I incorporated Dropboard with as many useful plugins I

[tw] Fold/Unfold bars on border of Tiddlers?

2017-11-25 Thread Robert Barker
I cannot figure out how DropBoard's demo site has fold/unfold "bars" on each tiddler? (for lack of better description). Is it a custom view template or something I'm missing? I've experimentally installed a lot of plugins while exploring TiddlyWiki, and this is the only example of it I've

[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread AndrewMc
Thank you Jed. That was just what I needed. I especially appreciated being able to play with settings in your reference wiki. It is excellent! Cheers Andrew Mc On Saturday, November 25, 2017 at 9:33:48 PM UTC+13, Jed Carty wrote: > > Make a tiddler named whatever you want, give it the tag

[tw] Re: Presenting: RichLinks - external links presented as objects

2017-11-25 Thread Ste Wilson
No.. Much simpler question :) <> all works fine. <> or <> Or any other combination of " and >> I have tried don't get me an iframe :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: Opinion: Usage, Encouragement & Numbers

2017-11-25 Thread Ste Wilson
There was a pull request for an update the Google analyitics plugin to do better tracking. Don't know how far that goes. -- 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

[tw] Re: HTML cleaner / sanitizer

2017-11-25 Thread BJ
I am just finish a new release of tiddlyclip, to work with firefox 57, and will include dompurify, On Thursday, November 2, 2017 at 1:26:51 PM UTC+1, Paul Netsaver wrote: > > Hi, > I'm currently using TW for importing web pages, snippets, etc (but I'ld > like using it also as a CMS). > I'm

[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread Jed Carty
Make a tiddler named whatever you want, give it the tag $:/tags/Stylesheet and put this is the body: .tc-tiddler-frame .tc-tiddler-body { font-family: serif; } .tc-tiddler-frame .tc-tiddler-body > h1 { font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }