Re: [tw] Re: change font for tiddlers under a certain tag (journal)

2016-05-27 Thread Sean Kelley
Really late, but writing .tc-tagged-201605 p,li {} will work. https://jsfiddle.net/kbvqv1zp/ On Wednesday, May 25, 2016 at 8:32:14 AM UTC-4, Shay Shaked wrote: > > Hi Progetti (and others), > > this is a CSS question. Wondering if you can help. > > I have this code: > > .tc-tagged-201605 p{ >

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread 'Mark S.' via TiddlyWiki
I think that my macros fulfilled your requirements. If not, perhaps the example data and the expected output could be refined. I.e three different macros (presumably using filters) but where each macros > deals with the input as multiple items and where the output is in the same > "format"

[tw] [TW5] Creating a ViewTemplate to show some text above the content

2016-05-27 Thread 'Alexander Eckert' via TiddlyWiki
Hi, I'm new to TW and I try to create my own knowledgebase. Therefore I'm building my own Plugins to use their function in different wikis. ATM I'm trying to create a ViewTemplate to show some text (in this case the author of a book) above the edited content of the tiddler. But every content

Re: [tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread Jeremy Ruston
Hi Mat > Makes sense. But what do you think about this approach; update the original + > make a new post to (only) notify about the updated original. IMO it makes > sense to try and save new readers of the thread from reading the erroneous > stuff. Yes, that's exactly the right approach: make

Re: [tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2016-05-27 Thread Mat
BJ, isn't your StoryTopTabs equivalent to tiddlersbar? <:-) -- 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

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread Mat
c pa and Mark, I'm afraid my question was still poorly phrased (really sorry!) but I think Mark figured out most of my intentions. Will get back on details (in a few days) but big thanks! I've also updated the original post to include this: I.e three different macros (presumably using filters)

[tw] Re: Separating core for browser caching

2016-05-27 Thread PMario
On Friday, May 27, 2016 at 5:09:17 PM UTC+2, Sean Kelley wrote: > > Does anyone know of a good way of separating the core from any additional > tiddlers created by the user? I'd love to have the core cached by the > browser. > The core is a plugin too. So imo the part of TW that can be browser

Re: [tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread Mat
On Friday, May 27, 2016 at 5:32:15 PM UTC+2, Jeremy Ruston wrote: > > Do remember that many of us read this list via email, so it's much better > to repost, and not rely on people visiting the forum directly. > Makes sense. But what do you think about this approach; update the original + make a

Re: [tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2016-05-27 Thread progetti
WOW. That's a brilliant design! On Friday, 27 May 2016 20:40:51 UTC+2, BJ wrote: > > Nope, have a look here > http://tongerner.tiddlyspot.com/ > > cheers > > BJ > > On 24 May 2016 at 00:14, 'MGT' via TiddlyWiki > wrote: > >> BJ, did you ever get around to

Re: [tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2016-05-27 Thread BJ
Nope, have a look here http://tongerner.tiddlyspot.com/ cheers BJ On 24 May 2016 at 00:14, 'MGT' via TiddlyWiki wrote: > BJ, did you ever get around to implementing the tiddlerbar plugin in TW5? > > Cheers, > > Mark > > -- > You received this message because you

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread 'Mark S.' via TiddlyWiki
Hi Mat, I'm sure this isn't what you want, but maybe this will help refine the question. If you want 3 different kinds of output, then you need 3 different macros. \define mymacro1(input) <$list filter="$input$ +[nth[2]]">[[<$view field=title/>]] \define mymacro2(input) <$list

[tw] Re: Query about Makedatauri Macro

2016-05-27 Thread progetti
Great! Many thanks. I am beginning to understand it & it looks like it will do what I need. I did your example with a long tiddler & it worked EXCEPT its prefixed by " *data:text/vnd.tiddlywiki,*" not "*text/plain*"*. *But actually seems to make no functional difference? It worked. Also, do

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread 'c pa' via TiddlyWiki
\define mymacro(first_parameter second_parameter third_parameter) This is the second parameter: $second_parameter$ \end \define mymacro2(first_parameter second_parameter third_parameter) This is the second component of the second parameter: <$set name="part" filter="$second_parameter$

[tw] Re: Query about Makedatauri Macro

2016-05-27 Thread 'c pa' via TiddlyWiki
Josiah, The purpose of a data uri is to encode a web page or some part of a web page into a url. Thus, you don't need to have access to that external resource in order to display it. This is great for single page wikis like TiddlyWiki. Example: Clicking on the following . . .(from the datauri

Re: [tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread Jeremy Ruston
Do remember that many of us read this list via email, so it's much better to repost, and not rely on people visiting the forum directly. Best wishes Jeremy -- Jeremy Ruston > On 27 May 2016, at 09:14, Mat wrote: > > Thanks for input. I rephrased the question so hope

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread Mat
Thanks for input. I rephrased the question so hope it makes sense now. <:-) -- 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

[tw] Separating core for browser caching

2016-05-27 Thread Sean Kelley
Does anyone know of a good way of separating the core from any additional tiddlers created by the user? I'd love to have the core cached by the browser. This has been mentioned in TiddlyWikiDev: https://groups.google.com/d/msg/tiddlywikidev/mNbp7dn4vZk/enIZKjA5DokJ Thanks! Sean -- You

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread PMario
Hi Mat, I don't understand your question. ... If you use [[bb bb]] in your second example ... there is no bb so you can't access it. -m -- 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: IncludePlugin vs MatchTagsPlugin

2016-05-27 Thread Sergey Litvinov
Hi Eric. I have the same problem here... still it exists. Unfortunately current version of MatchTagsPlugin again misses tiddlers from included tiddlywiki using the IncludePlugin (I use tw classic of course). Also the standard "list" macro doesn't see them as well when I switch on the

Re: [tw] Presenting: StretchText - an alternative to links or popups

2016-05-27 Thread progetti
When I read http://www.telescopictext.com I really understood the point. I can see how the power of transclusion in TW lends itself to it. On Thursday, 26 May 2016 11:05:44 UTC+2, Mat wrote: > > @Alex > > thanks for calling me the Paul McCartney of TW... (..no? not quite what > you said? Oh,

[tw] Query about Makedatauri Macro

2016-05-27 Thread progetti
Is the Makedatauri Macro (http://tiddlywiki.com/#makedatauri%20Macro) able to produce properly "percentage encoded" URIs? On first look it appears so but I just can't figure out how to use it. My intent is to pass the text of a tiddler to an URL. I'm out of my depth on this so need some

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-05-27 Thread Mat
@Hegart, thanks for showing this. Funny how a concept that I'm interested in has been there all the time and I've just missed it. Probably partly because I didn't know the term for it. Yes, nesting does seem to complicate it but I hope to come up with something that keeps simplicity for the

[tw] [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread Mat
<> and <> How do I access bb and [[bb bb]] only if I want the result to be: 1a) bb andbb bb 1b) bb andbb bb 1c) [[bb]] and[[bb bb]] Basic question... but I trip on this constantly and get mixed variants (e.g bb but [[bb bb]], or a monolithic result that includes aa

[tw] Re: One source (or aggregator) for downloading plug-ins???

2016-05-27 Thread HC Haase
@Jed thanks for the answer. not enough volunteer manpower to do everything... makes sense. Nice to hear you are cooking something up (when the time is there) to make the updating more smooth maybe something to do with the federation thing... One question though... why is there only some

Re: [tw] [TW5] Pass a formatted Tiddler to GMAIL? Possible?

2016-05-27 Thread progetti
Thanks AlexHough its interesting ... the cross connections thing. I will play with this a bit to try make it work for me. But TBH I still just want to click a button to pass a Tiddler to Gmail to help me serve a mailing list with minimum steps.. Josiah On Thursday, 26 May 2016 00:21:01