[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-04-10 Thread Thomas Elmiger
TiddlyWiki: Hack your knowledge – share your hacks. 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e8d7bcb0-3f33-4b65-b46d-f51c3da5140d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Way to open certain tiddlers as draft by default?

2017-04-10 Thread Thomas Elmiger
Hi Zyb and Mat

A simple way for a simple edit-text field (no full fledged editor) would be to 
establish a conditional view template like I did for my tiddler-notes recently: 
https://tid.li/tw5/hacks.html#Field%20for%20Notes%20on%20Tiddlers%20with%20a%20Defined%20Tag

You would have to change the start like this: 

<$list filter="[all[current]tag[FooBar]]">
<$set name="tid" value=<>>
<$edit-text tiddler=<> placeholder="Your text goes here" default="" 
rows="3" minHeight="3em" class="te-vt-note-field"/>

Happy hacking!
Thomas 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/71cd66c0-7959-4012-88c4-55b3031ccf9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-10 Thread Thomas Elmiger
Hi Mat,

Very nice! I had a small issue with your demo, when I set the position to 
before: the stamp says 5.1.13 instead of my text then. 

The reason seems to be in another tweek you allready use, that overrides 
.tc-site-title:before

Happy hacking!
Thomas

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a564ec75-a093-46fb-b410-524bd1226a18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-10 Thread j3d1H
I know this may sound weird, but I need to have formatting on other 
sections. text/html format won't work; I need something like the code 
(monospace and no formatting, no whitespace eating), but centered, and only 
a section of the tiddler.

On Saturday, April 8, 2017 at 3:41:14 PM UTC-4, Mark S. wrote:
>
> This works if you set the tiddler type to text/html:
>
> 
> 
>
>  __   __)   / 
> (, )  |  / /)  /  
>| /| /  _  // _  ___   /   
>|/ |/ _(/_(/_(__(_) // (__(/_ o
>/  |
> 
>
>
> The standard tiddler format arbitrarily "eats" whitespace and interprets 
> some of those forward slashes as tag markers. I'm guessing that the TW5 
> parser is getting mixed up by the forward slashes when looking for embedded 
> HTML.
>
> HTH
> Mark
>
> On Saturday, April 8, 2017 at 8:14:45 AM UTC-7, j3d1H wrote:
>>
>> I know this sounds like a contradiction, but what I'm trying to do is 
>> make code (as it has underscores, it's ASCII art) that centers. I want to 
>> have it have the code border, too, so yeah. Here's the ASCII art in 
>> question:
>>
>>  __   __)   /  
>> (, )  |  / /)  /   
>>| /| /  _  // _  ___   /
>>|/ |/ _(/_(/_(__(_) // (__(/_ o 
>>/  |
>>
>> (It's Invita, from Figlet)
>> And I want to surround it with triple whatever-these-are: `
>> But centered. Is there a way to do this? (I do know that it will mess up 
>> a bit, as it tries to center it, but I can use whitespace to mess with 
>> that.)
>>
>> EDIT: I know the ASCII art looks messed up, but it looks fine in 
>> TiddlyWiki, so that *is* correct.
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/74818804-deda-46cd-9b5f-6b42e1a75011%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-10 Thread Thomas Elmiger
Hi Mat

This works, no idea why: 

<$edit-text field="searchwords" class="tc-titlebar tc-edit-texteditor" 
focus="true"/>

I hope you will find the (relevant) difference to your field …

All the best, Thomas

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e833c9ff-4f3e-477e-ab48-17a9463d1005%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Is the Text following a span a child or a sibling?

2017-04-10 Thread Jan Johannpeter
Hi Josiah,
Fountain is a very good Idea... BJ already proposed it some time ago - and
he also furnishes a possible solution:
http://bjtools.tiddlyspot.com/#%24%3A%2Fplugins%2Fbj%2Ftypestemplate
unfortunatly i could not find out out how to implement it.
Can anyone get it to work in TW5?

-Jan
@TiddlyTweeter  schrieb am Mo. 10. Apr. 2017 um
14:04:

> Ciao Jan
>
> Further to my last ...
>
> In a discussion on Twitter
>  @Jermolene
> mentioned this too of possible relevance to screenplays:
> https://github.com/azcoppen/screenplay-parser.
> 
>
> I'm pretty convinced TW can do screenplays well. But I think its best if
> they done in a way that an editor basically only sees plain monospaced
> text, because that is all they are.
>
> Best wishes
> Josiah
>
>
> On Sunday, 9 April 2017 00:22:31 UTC+2, Jan wrote:
>
> Hello!
> I want to realize an editor for screenwriting within TW and during that
> process have come to a formatting/CSS question.
> The dialogue-text after the role shall be indent. Now my question is
> is the Text following a span a child or a sibling?
>
> .role{text-transform: uppercase;}
> .role > p{margin-left: 150px; font-style: italic;}
>
> It shall be used within this construction
>
> {{rolename}} Dialoguetext text..
>  Text Text
>
> Where rolename is a transclude span with the class role...
>
>
> Thanks for help
> Jan
>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/08d6edf3-4ce5-4f3f-9035-4f1ff9d5a0c1%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALdpFy3g1JdPwdrrZbGx-F2%3DamGdYyw_PMrF8oSMWGkzpbbF%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-10 Thread PMario
hi mat,

great idea and implementation!

-m

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c8fe1d3d-d54d-43a6-9e9d-8be039cfc405%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-10 Thread Thomas Elmiger
Hi Josiah and Mark

With the next update you will get an "archive" button in the Done section. 
Here’s a preview: https://tid.li/tw5/hacks.html#ToDoDone – I find it useful 
myself, archived Items get the tag "ToDoArchive" and could thus, in the 
not-so-far future, be managed further e.g. with the tiddler manager 
announced for TW 5.1.14.

I tried also to fix the input field of the work report, but without a 
breakthrough. Preview: https://tid.li/tw5/hacks.html#Work-Report – not 
sure, this is better than before. 

Good night fellas!
Thomas

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/af72b1e0-1906-4614-b373-98a79087211f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Way to open certain tiddlers as draft by default?

2017-04-10 Thread Zyb
Thank you, Mat, for your help! This makes me want to fiddle around with 
code. :)

Am Montag, 10. April 2017 02:06:56 UTC+2 schrieb Mat:
>
>  
>
>> Re EditTextWidget: Do I understand you correctly that your suggestion 
>> would be to actually work with two tiddlers, one content/data tiddler and 
>> one edit tiddler? The latter would contain only the edit widget displaying 
>> the content of the data tiddler, but I would use it for all intents and 
>> purposes as if it were the data tiddler. Yes, okay, that could work. I 
>> haven’t worked with the EditTextWidget before, I give it a try!
>>
>
> Yeah, that basically it. But you can also use a EditTextWidget or perhaps 
> a SelectWidget for the title, meaning that when you enter the title, you 
> get the text in another bigger EditTextWidget field. 
>
>
> (Edit: This works in principle, but because the changes are applied in 
>> real time things become awkward for stylesheets, when everytime I haven’t 
>> yet closed a bracket, parts of the wiki layout disintegrate ... ;) Is there 
>> a way to postpone the changes in the widget and send them on click of an 
>> additional button or something? Yet, the more complex this becomes the more 
>> it simply mimics the normal draft behaviour of TW, doesn’t it ...)
>>
>
> Yes, the trick is to use a temporary tiddler. So basically via a button 
> (e.g the SelectWidget... at least I think that should work) you'd copy the 
> current into the temporary and then when done you click another button that 
> overwrites the temp content into the original.
>  
>
> And what kind of template did you use for this; or more generally: I don’t 
>> understand how templates come into play with the widget at all, could you 
>> explain?
>>
>
> I might use the term sloppily. I merely referred to an old thing based on 
> what I described above with a EditTextWidget for the title and another for 
> the text. (Side note: A cool discovery in that process was that you could 
> create tiddlers *silently *by entering a new title and filling in text. 
> That evolved into QuickTid .)
>
> <:-)
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/09094746-cbd7-44b8-8b7c-edf37ba22a12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-04-10 Thread Zyb
A couple of one-liners I’ve extracted from a mail of praise I wrote to 
Jeremy some years ago; and some additions. ;)

<<<
As a writer, TiddlyWiki makes me more productive and more expressive: I use 
it to take notes, to draft, to structure, to polish.

As a teacher, TiddlyWiki makes me more organised and more creative: I use 
it to collect material, to design seminars and prepare sessions.

As a researcher, TiddlyWiki makes me faster and more innovative: I use it 
to collect ideas and literature, to collate and analyse data, to brainstorm 
and refine my insights, to draft presentations and publications.

TiddlyWiki stores my thoughts in one place, easily accessible and quickly 
editable with a minimum amount of clicks.

TiddlyWiki provides speed and flexibility in cross-referencing, sorting, 
searching, finding – simply *using *– all my notes.

TiddlyWiki is slick and responsive: It follows my line of thinking, it 
takes shape at my fingertips, it empowers my thought processes instead of 
slowing them down.
<<<

All best,
Tyll

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d82aa633-a1c9-450a-a208-e5039c093f6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-10 Thread Mat
And, regarding

I'm going to be interested in how you got the search engine to look in 
> other fields. I would like the standard search engine to check the caption 
> field.
>

If you look in the default About tiddler, in the Components tab, you'll see 
I list two modified core tiddlers. So, unfortunately that is what it took. 
It would be nice if we could hook into the search filter with some 
parameter. If you want, I think that would be a worthy github request or PR 
because people do want to search other fields. And probably simple to 
implement too. 

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/50b152c3-0eda-4641-943f-301dc03e7fb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-10 Thread Mat
Thanks Mark but that is exactly the "trap" I do NOT think is the problem 
here because it is not "each keypress that results in re-rendering". 
Rather, the loss of focus comes after a little while during writing.

Or, might I be misunderstanding something?

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/79c27abb-f4f7-4200-9deb-8937cf4dd3a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 - Simple macro question: If fieldvalue is empty, true or false then render ...

2017-04-10 Thread Måns
Hi

For anyone who has followed this thread - or just found it and wants to see 
how the solution ended up looking like - here's a glimpse at the code:

\define if(value:"_false_",test,true,else,error) 
<$vars value="""$value$""" test="""$test$"""> 
<$set name="result" filter="[!prefix[_false_]]" value="compare" 
emptyValue="if-error">
<$macrocall $name=<> value=<> test=<> true="""$true$""" 
else="""$else$""" error="""$error$""" />
 

\end

\define compare(value,test,true,else,error) 
<$vars value="""$value$""" test="""$test$""" true="""$true$""" 
else="""$else$"""> 
<$set name="result" filter="[prefix]" value=<> 
emptyValue=<>>
<>
 

\end

\define if-error(value,test,true,else,error:"undefined")
//$error$//
\end

\define male() <$macrocall $name="if" value={{!!gender}} test="he" true="male" 
else="female" error="choose gender"/>
\define g() <$macrocall $name="if" value={{!!gender}} test="he" true="he" 
else="she"/>
\define G() <$macrocall $name="if" value={{!!gender}} test="he" true="He" 
else="She"/>
\define g2() <$macrocall $name="if" value={{!!gender}} test="he" true="him" 
else="her"/>
\define G2() <$macrocall $name="if" value={{!!gender}} test="he" true="Him" 
else="Her"/>
\define g'() <$macrocall $name="if" value={{!!gender}} test="he" true="his" 
else="her"/>
\define G'() <$macrocall $name="if" value={{!!gender}} test="he" true="His" 
else="Her" error="gender not defined"/>

<$checkbox field="gender" checked="he" unchecked="she"> <>

<$checkbox field="gender" checked=""> undefined 

!! Gender Test Results

g is ''<>''

G is ''<>''

g2 is ''<>''

G2 is ''<>''

g' is ''<>''

G' is ''<>''


I now have it working in my "teacher's tool for writing student statements" 
here: måns.dk/udtalelser/test 

It's all in Danish I'm afraid. 
The example code is here: http://xn--mns-ula.dk/udtalelser/test/#Helmigers

My danish variant is here: 
http://xn--mns-ula.dk/udtalelser/test/#PronominVariabel

Happy hacking :-)

Cheers Måns Mårtensson

Den lørdag den 8. april 2017 kl. 13.15.24 UTC+2 skrev Måns:
>
> Hi TwWizards
>
> I am attempting to create a couple of global macros which will allow 
> simple text templating.
>
> My question is: How can a create a few simple macros which will render 
> different results depending on a fieldvalue in a tiddler?:
>
> Tagged: $:/tags/Macro
>
> \define name() {{!!surname}}
>
> \define hs() If the value of the field gender is true then show: "he". 
> If gender is false then show: "she". If gender value is empty show: it
> \end
> \define Hs()  If the value of the field gender is true then show: "He". 
> If gender is false then show: "She". If gender value is empty show: It
> \end
> \define hs'()  If the value of the field gender is true then show: "his". 
> If gender is false then show: "her". If gender value is empty show: it's
> \end
> \define Hs'()  If the value of the field gender is true then show: "His". 
> If gender is false then show: "Her". If gender value is empty show: It's
> \end
> \define gender()  If the value of the field gender is true then show: "boy". 
> If gender is false then show: "girl". If gender value is empty show: boy/girl
> \end
>
> <>
>
> <$checkbox field="gender" checked="true" 
> unchecked="false"><>
>
> <>
> <>
> <>
> <>
>
>
> (As usual) I need some kind of "if-logic" ...
>
> Cheers Måns Mårtensson
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ad4b09be-f791-4dd7-8b03-ca39ce832911%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] .tid.tid.tid....

2017-04-10 Thread Florian Cauvin
Thanks for the pointer to the thread! My nodejs is from package manager in 
Ubuntu 14.04 LTS, so it may be why I have the bug. I'm now downloading a 
new version of Nodejs from the website, so this may fix the problem. Thanks.


On Saturday, April 8, 2017 at 2:24:41 PM UTC+3, Xavier wrote:
>
> Hi Florian,
>
> One way to get rid of this issue whithout updating to a pre-release 
> version of TiddlyWiki is to update the version of your nodejs. See the 
> discussion here: 
> https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/tiddlywiki/LK02DUdI-rQ/JGQUjwmLCQAJ
>
> Best,
> X.
>
> -- Xavier Cazin
>
> On Fri, Apr 7, 2017 at 9:37 PM, Florian Cauvin  > wrote:
>
>> Hi! I'm using TW 5.1.13 running on node.js and struggling very much...
>>
>> When I edit some tiddler, I see TW creates new tiddler files named with 
>> several repeated .tid suffix. I have dozen of those tid.tid. and dozen 
>> 'Draft of' ... which never ever get away. I have several concurrent 
>> revisions and drafts and normal editing content becomes impossible.
>> 1) Is there a way to sort this mess automatically?
>> 2) Is there a bug fix coming to prevent this? This is a very severe issue.
>>
>> I saw one post here on this issue in the forum from last september but no 
>> response and TW still has the same version
>>
>> -- 
>> 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 tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/7b9ee47c-86c2-4822-846d-16eff067846e%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fe11664a-e958-4955-a778-de96b6d44c54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-10 Thread 'Mark S.' via TiddlyWiki
Without looking at your code, I'm thinking that it might be a variation of 
this problem (from the <$edit-text> docs:


*One trap to be aware of is that the edit text widget cannot be used to 
> edit a field of the tiddler that contains it. Each keypress results in the 
> tiddler being re-rendered, which loses the cursor position within the text 
> field.*


I'm going to be interested in how you got the search engine to look in 
other fields. I would like the standard search engine to check the caption 
field.

Good luck!
Mark

On Monday, April 10, 2017 at 7:33:34 AM UTC-7, Mat wrote:
>
> This not yet released plugin; searchwords 
>  works very well except that when 
> entering text in the special searchwords field... which is really just a 
> regular field but moved... the focus is lost after a few seconds. (Note, it 
> does *not *loose focus after *each *character like when tiddler refresh 
> is triggered from other contexts.)
>
> Any ideas...? It will be a useful plugin once finished.
>
> <:-)
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/67807ad0-8078-4dbe-bb4d-62b4f1967905%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-10 Thread @TiddlyTweeter
Ciao Mark S.

I completely get that. A major issue with GTDs is for some items, sometimes 
many, "pending" becomes the bulk & clog up the works. The emphasis in many 
GTDs does not cope well with "NOT YET GTD active funded prioroity, but it 
remains important". These type of items both get in the way yet remain 
necessary reminders in GTD's.

FWIW. So far, for my purposes, the fact ToDoNow allows both empty 
priorities and single A-Z character for them, combined with the tag filter, 
is giving me all I need.

Best wishes
Josiah 

On Monday, 10 April 2017 19:23:51 UTC+2, Mark S. wrote:
>
> A feature that I would like, and will probably add to my own 
> implementation if I can figure it out, is how to hide certain priority 
> levels from the view.
>
> The reason for this is that experience with various todo systems has shown 
> me that eventually they are chock-full of things that are in some form of 
> waiting. Either waiting for a calendar date (W) or pending (P) on some 
> resource (time, money, sun, rain, etc.).  There's also maybe/someday (M) 
> items that get periodically reviewed -- items that I feel need to be on the 
> list even if I don't know when I'll be able to get to them. You can sort 
> these items by priority, but there's no division between priority levels 
> and it's easy for the eye to get lost as the list grows longer. 
>
> What I'm doing for the moment is using a field manger button to set and 
> unset a tag "Current" on all items tagged W. Then I use the project filter 
> to show only Current items. This approach is a bit mistake prone. It's easy 
> to forget to tag a recycled item, for instance, as Current. It would be 
> better to hide/unhide todo items based on priority.
>
> Thanks!
> Mark
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3903c375-3fd5-4144-935c-c9035166141d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Noteself Error (for Danielo)

2017-04-10 Thread sini-Kit
I have the same problem in IE but in CHrome it works good. 

вторник, 21 марта 2017 г., 23:18:33 UTC+3 пользователь Alfonso Arciniega 
написал:
>
> Hi Danielo,
>
> After downloading to my PC. Right after changing the MyNotebook to any 
> other name, saving the file, and reloading it; I get the message in a 
> window as shown below. Tried several times on different browsers and on 
> TiddlyDesktop. All the same. Any clues?
>
>
>
> Saludos,
>
> Alfonso
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8431e56a-e685-4d65-80bd-b02bdd6ccd64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-04-10 Thread Lost Admin
TiddlyWiki faster than SharePoint.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4d08eeb8-c460-42fa-88b9-4ebf6bc666b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-10 Thread 'Mark S.' via TiddlyWiki
A feature that I would like, and will probably add to my own implementation 
if I can figure it out, is how to hide certain priority levels from the 
view.

The reason for this is that experience with various todo systems has shown 
me that eventually they are chock-full of things that are in some form of 
waiting. Either waiting for a calendar date (W) or pending (P) on some 
resource (time, money, sun, rain, etc.).  There's also maybe/someday (M) 
items that get periodically reviewed -- items that I feel need to be on the 
list even if I don't know when I'll be able to get to them. You can sort 
these items by priority, but there's no division between priority levels 
and it's easy for the eye to get lost as the list grows longer. 

What I'm doing for the moment is using a field manger button to set and 
unset a tag "Current" on all items tagged W. Then I use the project filter 
to show only Current items. This approach is a bit mistake prone. It's easy 
to forget to tag a recycled item, for instance, as Current. It would be 
better to hide/unhide todo items based on priority.

Thanks!
Mark

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5eb663d-6956-4416-9ee9-ce6583be2ba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Wikitext formatting in ViewTemplate templates

2017-04-10 Thread Thomas Elmiger
Hi

I don’t think that surrounding a title with a paragraph is correct in HTML, so 
I would rather use a div or a span. 

Good luck! 
Thomas 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f528ac97-f616-4d66-92f1-c6675d7c9303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-10 Thread 'Mark S.' via TiddlyWiki
I would agree with that sentiment. I'm sure there's dozens of ways that 
things could be parsed up for reports after archiving. What's important 
here is that they moved out of "Done" so that things that need to be 
recycled aren't lost.

Thanks --
Mark



On Monday, April 10, 2017 at 8:14:29 AM UTC-7, @TiddlyTweeter wrote:
>
> Ciao Thomas & Mark S.
>
> *Ability to natively re-tag items in "ToDoDone" as "ToDoPast" or 
> "ToDoArchived" I do think would be helpful. *
>
> On the other hand the minimalism of the excellent design should NOT need 
> to have to get into what happens to them after they are "archived" and no 
> longer in the list. Part of the brilliance of Thomas' minimalist design is 
> it knows what it should NOT do.
>
> Best wishes
> Josiah
>
> On Saturday, 8 April 2017 21:49:38 UTC+2, Mark S. wrote:
>>
>>
>> Another suggestion. Add a final category for archived actions. This way 
>> the "Done" category at the bottom won't become over-run by finished 
>> activities. Maybe the report could use the "archived" items as well as the 
>> "done" items for completeness.
>>
>> Thanks!
>> Mark
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/45224720-4bbb-4a81-b3e5-8a73b6fccb0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Task Management Example

2017-04-10 Thread Egbert
Jed, runs like clockwork ;-). Thanks *very much.*

On Monday, 10 April 2017 14:44:16 UTC+1, Egbert wrote:
>
> Hi all,
>
> I already looked into the discussions but could not find a solution to my 
> problem. I try to include a checkbox of the Task Management Example also in 
> the relevant Tiddler title (as is done in the GTD plugin). So for example 
> the 'Compose ballad' tiddler; I would like to have also a checkbox right 
> before the title 'Compose ballad', so that I can tick off this task also 
> within the tiddler, and not only in the list of 'Outstanding tasks'. I hope 
> you can help me with it
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/17cfc9de-c6fb-447f-9f1c-136c83e2dbef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-10 Thread @TiddlyTweeter
Ciao Thomas

There is a strange quirk on Work-Report 
 that does NOT occur with 
ToDoNow  main Tiddler. One loses 
focus after typing a character.

(Using Firefox Win ESR Portable 45.8)

Best wishes
Josiah

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4b223420-16c0-4090-9c25-92feb9152742%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Facebook Pixel

2017-04-10 Thread Mike Hollis
Has anyone successfully setup Tiddlywiki to utilize Facebook Pixels, I saw 
there was a plugin for Adwords, I'm looking for something similar for 
Facebook's equivilancy

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac9c8c26-ee5c-43d8-a55d-9286f6c5eb67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-10 Thread @TiddlyTweeter
Ciao Thomas & Mark S.

*Ability to natively re-tag items in "ToDoDone" as "ToDoPast" or 
"ToDoArchived" I do think would be helpful. *

On the other hand the minimalism of the excellent design should NOT need to 
have to get into what happens to them after they are "archived" and no 
longer in the list. Part of brilliance of the design is knowing what is 
should NOT do.

Best wishes
Josiah

On Saturday, 8 April 2017 21:49:38 UTC+2, Mark S. wrote:
>
>
> Another suggestion. Add a final category for archived actions. This way 
> the "Done" category at the bottom won't become over-run by finished 
> activities. Maybe the report could use the "archived" items as well as the 
> "done" items for completeness.
>
> Thanks!
> Mark
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/04341cbe-33cd-4699-95e1-fa276c3502c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Task Management Example

2017-04-10 Thread Jed Carty
For that example you would use a conditional view template.

Make a tiddler with the tag: $:/tags/ViewTemplate

add a field called 'list-after' with the contents 
'$:/core/ui/ViewTemplate/title'

in the text field put

<$list filter='[is[current]tag[task]]'>
<$checkbox tag='done'>Finished


that should do it.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b4b0ee7d-234e-476c-9fd0-c70be02df75b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Field loses focus after a few seconds of editing

2017-04-10 Thread Mat
This not yet released plugin; searchwords 
 works very well except that when 
entering text in the special searchwords field... which is really just a 
regular field but moved... the focus is lost after a few seconds. (Note, it 
does *not *loose focus after *each *character like when tiddler refresh is 
triggered from other contexts.)

Any ideas...? It will be a useful plugin once finished.

<:-)


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c6e2bce-e80f-4080-8486-e7d0cc9ed5b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Task Management Example

2017-04-10 Thread Egbert
Hi all,

I already looked into the discussions but could not find a solution to my 
problem. I try to include a checkbox of the Task Management Example also in 
the relevant Tiddler title (as is done in the GTD plugin). So for example 
the 'Compose ballad' tiddler; I would like to have also a checkbox right 
before the title 'Compose ballad', so that I can tick off this task also 
within the tiddler, and not only in the list of 'Outstanding tasks'. I hope 
you can help me with it

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/089e59f4-2279-414b-a82c-cc79cc2bd7fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-10 Thread @TiddlyTweeter
I was just coveting that gizmo. And there you go, giving it away :-)

On Monday, 10 April 2017 14:06:45 UTC+2, Mat wrote:
>
> The TWaddler proudly presents yet another profoundly world changing 
> gizmo...
>
> Stamper 
>
> So this gives you a stamp kind of thingy next to your TW title. You an 
> customize its message and appearance in Ctrlpanel > Plugins > Stamper,
>
> My main use for it is to stamp "Beta" on stuff, but you may prefer to 
> stamp a copy of Trumps inauguration speech. Up to you. Other examples are 
> provided in the link.
>
> <:-)
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d7351bb9-e382-4433-a685-420e43244d5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Introducing a simple BarChart plugin

2017-04-10 Thread Jed Carty
I am working on some paid work at the moment, but I am hoping to make it so 
that you can put in at least simple wikitext as the labels. I will be able 
to at least add simple strings as labels. Positioning the labels may have 
to wait until later, I will see how it 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 email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/10f31c2d-5eb7-4ba4-8e55-9d91cd8151a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-10 Thread Mat
The TWaddler proudly presents yet another profoundly world changing gizmo...

Stamper 

So this gives you a stamp kind of thingy next to your TW title. You an 
customize its message and appearance in Ctrlpanel > Plugins > Stamper,

My main use for it is to stamp "Beta" on stuff, but you may prefer to stamp 
a copy of Trumps inauguration speech. Up to you. Other examples are 
provided in the link.

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ebd35370-e06b-4fe0-965c-3a80f8a50352%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is the Text following a span a child or a sibling?

2017-04-10 Thread @TiddlyTweeter
Ciao Jan

Further to my last ...

In a discussion on Twitter 
 @Jermolene 
mentioned this too of possible relevance to screenplays:  
https://github.com/azcoppen/screenplay-parser. 


I'm pretty convinced TW can do screenplays well. But I think its best if 
they done in a way that an editor basically only sees plain monospaced 
text, because that is all they are.

Best wishes
Josiah

On Sunday, 9 April 2017 00:22:31 UTC+2, Jan wrote:
>
> Hello! 
> I want to realize an editor for screenwriting within TW and during that 
> process have come to a formatting/CSS question. 
> The dialogue-text after the role shall be indent. Now my question is 
> is the Text following a span a child or a sibling? 
>
> .role{text-transform: uppercase;} 
> .role > p{margin-left: 150px; font-style: italic;} 
>
> It shall be used within this construction 
>
> {{rolename}} Dialoguetext text.. 
>  Text Text 
>
> Where rolename is a transclude span with the class role... 
>
>
> Thanks for help 
> Jan 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/08d6edf3-4ce5-4f3f-9035-4f1ff9d5a0c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-04-10 Thread @TiddlyTweeter
Humble "Tiddlers" are remarkable things: collected fragments from which 
wholes are constructed. 

And yours?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d8d0f94c-0e19-41d7-b2ed-297e186c30e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Publish - a blog tool for TiddlySpot

2017-04-10 Thread magev958
Nice, but I can't seem to get it to work. I get the message "Error while 
saving - username or password do not match" but I know it is the same.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8261900c-5299-4a8e-b329-1b1217017d16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Introducing a simple BarChart plugin

2017-04-10 Thread HC Haase
This also sound great.. 
would it be possible to have text instead of a single letter? I think this 
would make it much more usable. 
and it could be so cool if wiki text was accepted. But maybe that is an 
other level code-work?

My use case:
I am counting categories of stuff in my wiki (e.g. work, academia ...) and 
want to show a percent bar on the left side of the text/count.
This is how it looks now

if the label could be wiki text, I could have my title, count widget, %bar 
for each line. That would be very nice (and much quicker and more elegant 
than using a html table with a progress bar or each category as in the pic 
below (white colour is not a count, just reaming of total))



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0834fae6-450a-4cb5-9832-b57e7bfb3905%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-04-10 Thread @TiddlyTweeter
Over on Twitter Alex Hough  also supplied 
this comment from Croatia ...




On Friday, 7 April 2017 15:42:09 UTC+2, @TiddlyTweeter wrote:
>
> One of the vital things about #TiddlyWiki 
>  is it champions the 
> importance of the #AUTHOR.
>
> And yours ... ?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1e6841ad-e12c-4448-983f-de5633c1c679%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Is the Text following a span a child or a sibling?

2017-04-10 Thread @TiddlyTweeter
Ciao Jan

If you don't know of it--I suggest you have a look at the Fountain project 
which uses a Markdown type system (but its own rulesets devised 
specifically for screenplays) that can then be output to other formats. It 
was devised by a screenwriter. I strongly suspect that the approach they 
take might be adaptable to TW, at least parts of it.

https://fountain.io/faq

Best wishes
Josiah

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c9b92e8b-62c1-433d-b8f5-062400f859e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Wikitext formatting in ViewTemplate templates

2017-04-10 Thread Mal
Thanks Jed.  That did the trick.

Regards,

Mal


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e88f68a-7499-4d0d-87a0-f4ea5bb90be4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Wikitext formatting in ViewTemplate templates

2017-04-10 Thread Jed Carty
If I remember correctly this is because whitespace is trimmed for 
transclusions used by view templates.

If you use



! {{!!title}}


it should work.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56147a4b-77d3-4bec-94d4-9de28d223e9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.