[tw5] sending email from a tiddler

2018-06-18 Thread Joe Armstrong
I find myself more and more composing emails in TW5. Having composed an email I then go into gmail start composing a new email then cut-and-paste the tiddler text into the email (not the rendered text - the raw tiddler text) It would be nice to automate this - is this possible? /Joe -- You

[tw] Quine

2018-02-16 Thread Joe Armstrong
I just bought Quine - very nice - where should ask questions about it? Cheers /Joe -- 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] Presentation

2018-02-16 Thread Joe Armstrong
Is there a plugin to turn a tiddly wiki into a presentation? (like Keynote, Powerpoint, etc.) I can imagine a having a tiddlers tagged as "slide" containing a "next slide" point and a "start slide" (or a tiddler with a list of topics) Cheers /Joe -- You received this message because you are

[tw] Scrolling to opened tiddlers

2018-02-16 Thread Joe Armstrong
One thing I love about the TW is you don't lose context when you click on a link. In regular HTML when you click on a link the current page is *replaced* by a new page. So it's easy to forget where you can from and you can't see it on the screen. In the TW the new tiddler is opened below the

[tw] reordering on-screen tiddlers

2018-02-16 Thread Joe Armstrong
Can I reorder on-screen tiddlers - I'd like an up and down button to move them up or down in the display order. Then I'd like to save a "view" - ie having ordered the tiddlers I'd like to dump the order information into a new tiddler so I could recover the order later. Cheers /Joe -- You

Re: [tw] Presentation

2018-02-16 Thread Joe Armstrong
Brilliant - thanks /Joe On Friday, 16 February 2018 10:23:16 UTC+1, Jeremy Ruston wrote: > > Hi Joe > > Is there a plugin to turn a tiddly wiki into a presentation? > > (like Keynote, Powerpoint, etc.) > > I can imagine a having a tiddlers tagged as "slide" containing > a "next slide" point and

[tw] Introducing TW5 to a beginner

2018-02-19 Thread Joe Armstrong
Suppose I was trying to explain the TW to a complete beginner who is *not* a programmer. In the old TW, if I remember rightly, there was a tiddler called 'Title' - if you changed the content of the 'Title' tiddler to 'Joes Blog' - then the TW would magically be named 'Joe Blog'. This is easily

[tw] How to add buttons if tiddler has a tag

2018-02-21 Thread Joe Armstrong
I want to make a triage system in TW5 - tasks are tagged 'now' 'later' and 'done' My simple minded approach is as follows: 1. A tiddler can be tagged 'now' 'later' or 'done' 2. if a tiddler has the tag 'now' its background should be red and it should have two buttons 'Move to Later'

[tw] Re: How to add buttons if tiddler has a tag

2018-02-21 Thread Joe Armstrong
Goodness you're right I'd missed that -- now it says I have to feed the cats on every single tiddler - not what I wanted. So the rule <$list filter="[is[current]tag[Now]]"> is applied to every tiddler - How do I say (In pseudo code) if currentTiddler has tag 'Now' then add a

[tw] Re: How to add buttons if tiddler has a tag

2018-02-21 Thread Joe Armstrong
$message="tm-remove-tag" $param="Now" /> Move to later The result of this is that the tiddler FeedTheCats now says I must feed the cats I must feed the cats ie the text is repeated - not exactly though, the lower line is in a slightly smaller

[tw] discussing a tiddler

2018-03-08 Thread Joe Armstrong
A couple of questions: 1) Is there a "definitive" TW (definitive in the sense that it serves as some kind of master reference copy for documentation of how TW works -- I'm assuming this is at https://tiddlywiki.com/ 2) Every wikipedia has a Talk page - for discussions about a page. This seems

[tw] Re: Writing a book

2018-03-08 Thread Joe Armstrong
m focusing on interactive work instructions rather than > books. > > > Happy to discuss further. > > Regards > Tony > > > > > > > On Monday, March 5, 2018 at 2:53:45 AM UTC+11, Joe Armstrong wrote: >> >> Hello, >> >> I'd like to mock up a book in TW

[tw] Silent and Noisy errors

2018-03-12 Thread Joe Armstrong
I have just discovered a bug in a tiddler. I misspelled a macro name and didn't notice it – this is actually a common error of mine. In all programming languages I tend to see what I hoped to see rather than what is there. I'm pretty bad at spelling. Mispellling a macro name is a serious

[tw] Re: Silent and Noisy errors

2018-03-12 Thread Joe Armstrong
, 12 March 2018 06:23:01 UTC-7, Joe Armstrong wrote: > > I have just discovered a bug in a tiddler. > > > I misspelled a macro name and didn't notice it – this is actually a common > error of mine. > > In all programming languages I tend to see what I hoped to see rather th

[tw] Getting the input and output of a tiddler

2018-03-12 Thread Joe Armstrong
Hello, I've made a lot of very small tiddlers (one liners) with the tag 'testcase' Now I want to do the following: list the text of each tiddler expand each tiddler into HTML (I want to see the HTML of the tiddler - pre rendering) (similar to what is done in the HTML view of the internals

Re: [tw] Re: A few questions about macros/widgets/functions

2018-03-13 Thread Joe Armstrong
t > they can get to that language if they want to. I'm not sure that there are > platforms other than TiddlyWiki that offer this possibility. > > Anyway, thanks Joe for starting off an interesting thread... > > //steve. > > > On Saturday, March 10, 2018 at 8:08:52 PM UTC-5, PMa

[tw] Re: Issue: I'd like to talk about Markup---broadly

2018-03-12 Thread Joe Armstrong
Markdown solves the problem "make the input easy" The problem(s) I want to solve are "make the output beautiful" and "make the output programmatically" when this makes sence TW seems a pretty good compromise at these - For beautiful output I'd have to turn TW in LaTeX of something - but I'll

Re: [tw] Re: Getting the input and output of a tiddler

2018-03-12 Thread Joe Armstrong
Very nice Seeing the HTML produced by one liners explains a lot The muddy waters are becoming clearer /Joe On Monday, 12 March 2018 08:15:34 UTC-7, Xavier wrote: > > Hi Joe, > > if you want Jed's code to display HTML instead of wikitext, you may use > the format attribute of the View widget:

[tw] Re: Getting the input and output of a tiddler

2018-03-12 Thread Joe Armstrong
Brilliant Thanks /Joe On Monday, 12 March 2018 08:03:24 UTC-7, Jed Carty wrote: > > Dumping it into a file would take something else (although you can export > tiddlers in various formats so that may help), but to get the raw text you > can use the text widget like this probably overly

[tw] Re: discussing a tiddler

2018-03-08 Thread Joe Armstrong
g all old edits - I suspect the overheads are rather small since the author and licence will presumably not change often between edits /Joe > -- Mark > > On Thursday, March 8, 2018 at 4:45:38 AM UTC-8, Joe Armstrong wrote: >> >> A couple of questions: >> >

Re: [tw] Re: discussing a tiddler

2018-03-08 Thread Joe Armstrong
one else" >> >> I hope this was helpful to our ongoing discussion in this thread. >> >> >> //steve. >> >> >> >> On Thursday, March 8, 2018 at 11:38:52 AM UTC-5, Mark S. wrote: >> >>> Setting up an independent Wiki about

[tw] How do I debug a tiddler?

2018-03-10 Thread Joe Armstrong
I have a pretty good idea how to debug almost any language by writing functions calling the code and adding print statements to the code. But I'm unclear as to how I would do this in TW. I wanted to take a few tiddlers i don't understand and add a few print statement to clarify what is

Re: [tw] A few questions about macros/widgets/functions

2018-03-10 Thread Joe Armstrong
cro* under Avanced > Search / Shadows tab. You will find there > https://tiddlywiki.com/#%24%3A%2Fcore%2Fmacros%2Flist, which contains the > definition of the list-links macro. > > Cheers, > Xavier. > > -- Xavier Cazin > > On Sat, Mar 10, 2018 at 7:25 PM, Joe Armstrong

[tw] Re: How do I debug a tiddler?

2018-03-10 Thread Joe Armstrong
On Saturday, 10 March 2018 14:00:30 UTC-8, Mat wrote: > > On Saturday, March 10, 2018 at 7:29:47 PM UTC+1, Joe Armstrong wrote: > >> I have a pretty good idea how to debug almost any language by writing >> functions calling the code >> >> and adding prin

[tw] Re: Issue: I'd like to talk about Markup---broadly

2018-03-10 Thread Joe Armstrong
Just thinking out loud here .. Tiddlers contain far more than markup. There's wiki text with an embedded programming language and an implicit environment (the DOM) to consider. Some tiddlers are pure JS - which would make it difficult to port to a non-JS system - some tiddlers with simple markup

[tw] A few questions about macros/widgets/functions

2018-03-10 Thread Joe Armstrong
TW seems to have three types of code: JS functions, TW macros, and TW widgets. It's not clear to me how these are evaluated, nor what the order of evaluation is. 1) macros - what are they? How do they differ from regular JS functions - how are they evaluated? what do they return? Is the

[tw] strange search problem

2018-03-10 Thread Joe Armstrong
I have a strange problem. I've downloaded and saved a copy of tiddlywiki.com which I run stand-alone I also have a node version of TW5 running. If I search for things in the stand-alone version I find them. The same search in the node version does not find them - but they are present only the

[tw] Re: How do I debug a tiddler?

2018-03-10 Thread Joe Armstrong
On Saturday, 10 March 2018 14:00:30 UTC-8, Mat wrote: > > On Saturday, March 10, 2018 at 7:29:47 PM UTC+1, Joe Armstrong wrote: > >> I have a pretty good idea how to debug almost any language by writing >> functions calling the code >> >> and adding prin

[tw] Re: strange search problem

2018-03-10 Thread Joe Armstrong
ifies my thoughts writing things down and has the advantage that the results will be there for people to read in the future. Cheers /Joe > Regards > Tony > > > On Sunday, March 11, 2018 at 3:35:30 PM UTC+11, Joe Armstrong wrote: >> >> I have a strange problem. &

Re: [tw] Re: Writing a book

2018-03-08 Thread Joe Armstrong
On Thu, Mar 8, 2018 at 2:44 PM, Ton Gerner wrote: > Hi Joe, > > - but I want to be able to easily change the order >> so I'd like to add an up and down arrow to the collapsed tiddler to >> change the position in the >> story. >> > > Are you aware of the drag & drop

Re: [tw] Re: Issue: I'd like to talk about Markup---broadly

2018-03-13 Thread Joe Armstrong
ayout that is ITSELF the > TEMPLATE for format. This allows sophisticated styling without any > explicit markup at all. > > I slightly exaggerate. But not much. > > Joe Armstrong wrote: >> >> The problem(s) I want to solve are "make the output beautiful" >&g

[tw] Re: TW equivalents of some simple expressions in common programming langauges

2018-03-19 Thread Joe Armstrong
I should explain my question a little more. What I wanted to in pseudo code was something like this: If (this_tiddler_has_tag("foo")) { Hello I'm a foo Click } else { Hello } Now there are 10 quadzilion template languages that can do this. For example in django I might write {% if

[tw] Re: TW equivalents of some simple expressions in common programming langauges

2018-03-19 Thread Joe Armstrong
On Monday, 19 March 2018 10:41:20 UTC+1, PMario wrote: > > On Sunday, March 18, 2018 at 11:01:58 PM UTC+1, Joe Armstrong wrote: >> >> >> 4) Execute a loop >> > > In TW everything, that needs looping is done with the <$list widget > <https://tiddly

[tw] Width of a tiddler

2018-03-19 Thread Joe Armstrong
Hello, I have written a few blog articles in TW which I want to publish on github. These are tiddlers with the tag 'post' One or two small problems remain: When I export a tiddler using export tiddler -> static HTML the tiddler is too narrow for my liking. Now I can change the width etc. of

[tw] TW equivalents of some simple expressions in common programming langauges

2018-03-18 Thread Joe Armstrong
I am having trouble relating what I know in a large number of programming languages to the syntax and semantics of the tiddler language. For example, after searching for about half an hour I could not find out how to perform an if-then-else operation. Since 95% of all imperative programs are

[tw] Writing a book

2018-03-04 Thread Joe Armstrong
Hello, I'd like to mock up a book in TW - the input would be a TW the output a nicely formatted book in HTML (or PDF -- but I'll be happy with HTML for now) To fix my ideas I'd like the output to look like http://book.mixu.net/distsys/index.html Any tips of tag structures and so on to achieve

[tw] Re: Can I write protect a tiddler

2018-03-04 Thread Joe Armstrong
r and change "none" > to "inline". > > HTH > -- Mark > > > On Saturday, March 3, 2018 at 1:48:14 AM UTC-8, Joe Armstrong wrote: >> >> I want to write protect a tiddler - is this possible - so I cannot >> accidently change it >> is t

[tw] Can I write protect a tiddler

2018-03-03 Thread Joe Armstrong
I want to write protect a tiddler - is this possible - so I cannot accidently change it is this possible? /Joe -- 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

[tw5] Re: How can I get <> to be evaluated now?

2019-01-02 Thread Joe Armstrong
h gets rendered sometimes on Wednesdays. > > This worked in my test: > > \define appendButton(old,add) > <$wikify name="stamp" text="$old$ At <> $add$"> ><$button set="Log1" setTo=<>> add to log > > \end &g

[tw5] How can I get <> to be evaluated now?

2019-01-02 Thread Joe Armstrong
I have made a tiddler called [[Log1]] this is supposed to be a log file. I have a second tiddler [[AddToLog]] which is supposed to add a time-stamped entry to the end of the log. It has a little text box to enter text with and a button AddToLog is like this: \define

[tw5] Re: folding editor

2019-01-03 Thread Joe Armstrong
Wow - that was very clever - I shall study this with interest. But it's not quite right. <> Should initially display a fancy styled link saying "Tiddler" (just a single line) When clicked it should unfold in place (ie not in a new tiddler) with the wikiText of Tiddler in an editor so I can

Re: [tw5] Re: How can I get <> to be evaluated now?

2019-01-03 Thread Joe Armstrong
he date time stamp, and current tiddler > into a line in a data tiddler, the log is wikified so can include links > etc... The list log functions reverse it to be most recent first. > > Regards > Tony > > > On Thursday, 3 January 2019 04:28:34 UTC+11, Joe Armstrong wrote: >> >

Re: [tw5] Re: How can I get <> to be evaluated now?

2019-01-03 Thread Joe Armstrong
;" add="""$add$""" nows=<>> ><$button set="Log1" setTo=<>> add to log > > \end > > -- Mark > > On Wednesday, January 2, 2019 at 11:32:06 AM UTC-8, Joe Armstrong wrote: >> >> UUm - this didn't work

[tw5] folding editor

2019-01-03 Thread Joe Armstrong
In my blog https://joearms.github.io/#2018-12-26%20Fun%20with%20the%20TiddlyWiki I have a code fragment like this: {{ChandlerButtons}} {{ChandlerNow}} {{ChandlerLater}} {{ChandlerDone}} I rather liked this. Is there a "folding editor" macro - could I write something like: <> <> <> <>

[tw5] Re: folding editor

2019-01-06 Thread Joe Armstrong
On Sunday, 6 January 2019 12:05:02 UTC+1, tony wrote: > > On Friday, January 4, 2019 at 1:25:19 PM UTC-8, Joe Armstrong wrote: >> >> >> It seems to me you can come a long way with tags and filter operations >> over tags. >> > > Indeed! That is why your

[tw5] strange behaviour in $list

2019-01-20 Thread Joe Armstrong
$list seems to create an unclickable link (I think this is a bug) I have a tiddler called "What is the TiddlyWiki?" with tag book <> finds this and creates a correct link to the tiddler But <$list filter="[tag[book]]"> <$link> <> Makes an incorrect link - the tiddler is found but

Re: [tw5] strange behaviour in $list

2019-01-20 Thread Joe Armstrong
You mean like this :-) <$list filter="[tag[chandler]tag[now]]"> <$link> <$text text=<>/> This now works - thanks Jeremy /Joe On Sun, Jan 20, 2019 at 3:32 PM Jeremy Ruston wrote: > Hi Joe > > > <$list filter="[tag[book]]"> > > <$link> > <> > > > > > > > The problem here is that

Re: [tw5] A beginners question about nested macros

2019-01-20 Thread Joe Armstrong
nce old code would never have used a |> symbol :-) I'm not sure if this is possble - but a pipe notation often beats nested function calls for simplicity :-) And pipes are nice as abstractions for different reasons. Cheers /Joe > Best wishes > > Jeremy > > > -- > Jer

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-21 Thread Joe Armstrong
The code I wrote was a bit messy and just as an experiment. Good enough for proof of concept but not for production - it was just written to test a few ideas. I don't mind sending you a private copy - but explaining how it works would be low priority. A better idea would be for me to put it

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread Joe Armstrong
this regard - what do you think? > > -Rob > > On Monday, January 21, 2019 at 12:03:09 PM UTC-6, Rob Hoelz wrote: >> >> Thanks, Joe! I'll read over that PDF you sent over; as far as the code >> goes, I think the PDF documentation describing the methodology should

[tw5] A beginners question about nested macros

2019-01-19 Thread Joe Armstrong
I have two macros \define text() A line of text \end \define foo(x) fooStart $x$ fooStop \end So <> is replaced by "A line of text" and <> is replaced by "Start abc fooStop" But <> >> is replaced by "fooStart <>" And NOT "fooStart A line of text fooStop" as I had expected. After a

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-12 Thread Joe Armstrong
On Wed, Dec 12, 2018 at 5:10 PM @TiddlyTweeter wrote: > Ciao Tony > > Thanks for this ... > > TonyM wrote: >> >> ... Perhaps we could say that every field including the text field in a >> tiddller should be related to the tiddler title, the whole title and >> nothing but the title ... >> > > Its

[tw5] Nine failed attempts to make a permalink

2018-12-22 Thread Joe Armstrong
I want to make a permalink - I've tried 9 different methods all of which have failed all I need to do is concatenate a fixed string with the title of the tiddler which should be easy - but everything I've tried has failed. The following is the content of a tiddler that I've experimented with:

Re: [tw5] Nine failed attempts to make a permalink

2018-12-22 Thread Joe Armstrong
$:/info/url/full}] > }}}>Click me > > The triple braces syntax for an attribute evaluates as a filter and > returns the first element of the resulting list. > > The $:/info/url/full shadow tiddler is one of a slew of information > tiddlers that the core sets up. > > Best

Re: [tw5] Nine failed attempts to make a permalink

2018-12-23 Thread Joe Armstrong
Oh sorry - I'd misinterpreted your reply. What I'd really like is for the expansion of the literal string {{XX}} to be unconditionally expanded in *all* contexts - even inside backtick and hrefs and strings and everywhere - but I realise this is not the case. As it is the expansion of {{...}}

Re: [tw5] Nine failed attempts to make a permalink

2018-12-23 Thread Joe Armstrong
On Sunday, 23 December 2018 16:11:49 UTC+1, Mark S. wrote: > > > > On Sunday, December 23, 2018 at 4:15:04 AM UTC-8, Joe Armstrong wrote: >> >> As it is the expansion of {{...}} gets turned on and off inside macros >> and strings and widgets >> in a

[tw5] Re: Nine failed attempts to make a permalink

2018-12-24 Thread Joe Armstrong
links. > > I plan to share this one I do it, but not soon. > > Regards > Tony > > > On Sunday, 23 December 2018 04:41:38 UTC+11, Joe Armstrong wrote: >> >> I want to make a permalink - I've tried 9 different methods all of which >> have failed >> all I

Re: [tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Joe Armstrong
I was actually searching for the tiddler that created the tabs in the sidebar. My current method is to use a unix command like find . -name '*.tid' -exec grep -H "< wrote: > Hi, > > IMO you are searching for the core/ui/buttons. > > Open the AdvancedSearch

[tw5] How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Joe Armstrong
In the sidebar there are several buttons with names like Open, Recent,Tools etc. and in More buttons called All, Recent, Tags etc. When I click on these things happen - How can I easily find the name of the underlying tiddler or code that gets executed when I press the button. I want to

Re: [tw5] Nine failed attempts to make a permalink

2018-12-23 Thread Joe Armstrong
On Sunday, 23 December 2018 10:27:27 UTC+1, Thomas Elmiger wrote: > > Here’s a very simple explanation why this is not allowed to work as you > expected: > > http://www.x.y/a.html#{{!!title}} >>

[tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-11 Thread Joe Armstrong
Thinking out loud here ... I've been thinking more about tags. One problem is that tags are rather vague and are written in different human languages. One way out of this might be to adopt the wikidata word definitions. For example, I am, unambiguously

Re: [tw5] Re: Nine failed attempts to make a permalink

2018-12-24 Thread Joe Armstrong
As I said "this has defeated all my attempts" ... so sadly I have no clue - well actually I have several clues but non worked. /Joe On Mon, Dec 24, 2018 at 5:04 PM @TiddlyTweeter wrote: > well what is the code behind your <> thing? > > On Monday, 24 December 2018 17:0

[tw5] Re: Nine failed attempts to make a permalink

2018-12-24 Thread Joe Armstrong
It should be as easy as saying <> at the start/end of the tiddler but how to do this has defeated all my attempts to do this. /Joe On Monday, 24 December 2018 13:10:24 UTC+1, @TiddlyTweeter wrote: > > Joe Armstrong wrote: >> >> Actually, I never mentioned what the original

[tw5] Re: Joe Armstrong's Christmas ....

2018-12-24 Thread Joe Armstrong
On Monday, 24 December 2018 12:57:19 UTC+1, @TiddlyTweeter wrote: > > > > [image: Capture.PNG] > > > TiddlyWiki Cat honoured ... (do you notice Joe's chandelier? --- he must > be Posh?) > How did you guess? The chandelier is from India - cheap and cheerful :-) /Joe -- You received this

Re: [tw5] Re: Nine failed attempts to make a permalink

2018-12-25 Thread Joe Armstrong
Yes - I looked on my iPad The problem is when you open the control panel by pressing the chevron. at the top right of the screen - then the display messes up. I need two layouts one with the control panel open the other with it closed With the control panel closed, I want the story river (is

Re: [tw5] Re: Nine failed attempts to make a permalink

2018-12-24 Thread Joe Armstrong
f > strings to become expanded. > > -- Mark > > On Monday, December 24, 2018 at 8:49:03 AM UTC-8, Joe Armstrong wrote: >> >> >> As I said "this has defeated all my attempts" ... so sadly I have no >> clue - well actually I have >> several c

Re: [tw5] Re: Nine failed attempts to make a permalink

2018-12-24 Thread Joe Armstrong
ess this button" button then spring into life in regular TW mode Cheers /Joe On Monday, 24 December 2018 20:09:29 UTC+1, Joe Armstrong wrote: > > I finally got the thing working > > This page works > > > https://joearms.github.io/tw/share/output/index.html#TweetTest%20

[tw5] Re: What does actions={{Tiddler}} mean in a $button????

2019-01-10 Thread Joe Armstrong
On Wednesday, 9 January 2019 22:07:09 UTC+1, TonyM wrote: > > Joe, > > Some mussings that may help your learning path. > > Just to keep it clear {{Tiddler}} > Means transclude Tiddler, by default the text field. You could transclude > the content of fieldname as well eg {{Tiddler!!fieldname}} >

[tw5] Formatting widgets

2019-01-10 Thread Joe Armstrong
I've been trying to format widget code in a way that (to my eye) is remotely readable: This was my starting point (this code is taken from the comments plugin) and is in a single tiddler <$set name="username" value={{$:/status/UserName}} emptyValue="(anonymous)"> <$set name="target"

[tw5] Re: Formatting widgets

2019-01-10 Thread Joe Armstrong
On Thursday, 10 January 2019 11:15:25 UTC+1, TonyM wrote: > > Joe, > > Newlines in filters do not work, however if you passed fieldname="value" > pairs to the create new tiddler action you could use newlines. That is do > not use the triple curly braces. You may need more set widgets, but it

[tw5] Re: Formatting widgets

2019-01-10 Thread Joe Armstrong
luding leading spaces on a line (so each item can be indented) > > Regards > Tony > > > On Thursday, January 10, 2019 at 9:59:37 PM UTC+11, Joe Armstrong wrote: >> >> >> >> On Thursday, 10 January 2019 11:15:25 UTC+1, TonyM wrote: >>> >>> Joe, >

[tw5] Re: Formatting widgets

2019-01-10 Thread Joe Armstrong
On Thursday, 10 January 2019 11:15:25 UTC+1, TonyM wrote: > > Joe, > > Newlines in filters do not work, however if you passed fieldname="value" > pairs to the create new tiddler action you could use newlines. That is do > not use the triple curly braces. You may need more set widgets, but it

[tw5] Simplest possible comment button

2019-01-10 Thread Joe Armstrong
I want to make the simplest possible comment system - to allow me to add comments to a tiddler Adding this button to a tiddler makes a new tiddler with a unique name when I click it <$button> <$action-createtiddler $basetitle="comment" role="comment" parent=<> /> Click to

[tw5] Re: TW for writers: How to concatenate the contents of different tiddlers in one tiddler?

2019-01-10 Thread Joe Armstrong
I don't know how to create a single text file - but you can make a single PDF as follows I did export-tiddler in the drop down menu of the master tiddler - then exported this as static HTML. Then I read the HTML into firefox and exported it as PDF. The result was OK but I don't have fine

[tw5] How do I create a hashmap

2019-01-10 Thread Joe Armstrong
The tm-new-widget has an argument called paramObject the documentation says "Optional hashmap of additional tiddler fields" But I can't find how to build a hashmap in a widget. Any ideas /Joe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] slideshow (presentation) TW

2019-01-10 Thread Joe Armstrong
Has anybody pointers to a slideshow plugin? I found this https://tiddlywiki.com/talkytalky/ Might be fun to give my next talk with the TW - Can we make a "keynote" or "powerpoint" lite ? /Joe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

Re: [tw5] Re: folding editor

2019-01-07 Thread Joe Armstrong
criptor deliver-on takes <2 days> tell me <3 weeks> before and let these produce appropriate reminders ... /Joe > On Monday, 7 January 2019 07:09:35 UTC+11, Joe Armstrong wrote: >> >> >> >> On Sunday, 6 January 2019 12:05:02 UTC+1, tony wrote:

[tw5] Re: folding editor

2019-01-03 Thread Joe Armstrong
On Thursday, 3 January 2019 13:15:07 UTC+1, Watt wrote: > > Hey Joe, where you going with that ChandlerDone in your hand?' - Hendrix > meets The Big Sleep? I'm doing this to learn the TW - I want to write all the code myself and understand every line which is why I don't want to use plugins

[tw5] Re: folding editor

2019-01-03 Thread Joe Armstrong
On Thursday, 3 January 2019 17:15:02 UTC+1, Watt wrote: > > This any help Joe? I copy pasted it from somewhere on the forum a long > time ago, I think it was Mark S. who wrote it. Unlike you I understand less > than 20% of what I put into TW so I can't explain anything. Think monkeys > with

[tw5] Re: folding editor

2019-01-03 Thread Joe Armstrong
a few years ago - it was a very fun project. The design notes are great to read (if you can find them, they are buried somewhere on the web :-) /Joe > > -- Mark > > On Thursday, January 3, 2019 at 12:36:34 AM UTC-8, Joe Armstrong wrote: >> >> >> In my blog >

[tw5] Re: Simplest possible comment button

2019-01-10 Thread Joe Armstrong
:/temp/temptitle}}/> > > A Quick FYI since you are working with Comments, Have you used the new > comment plugin? > > Control Panel > Plugins > Get More Plugins > Open Public Library > Locate > "Comments" > Install > Reload > > Regards > Tony &g

[tw5] Re: Simplest possible comment button

2019-01-10 Thread Joe Armstrong
Such as <$action-navigate $to={{$:/temp/temptitle}}/> > > A Quick FYI since you are working with Comments, Have you used the new > comment plugin? > > Control Panel > Plugins > Get More Plugins > Open Public Library > Locate > "Comments" > Install

[tw5] Popularising the TW

2019-01-13 Thread Joe Armstrong
I was having a discussion with my wife about the TW -- I was saying how great it was and so on and how useful it would be for her to learn and use. She was unconvinced - she said "only programmers are interested in things like this" I tried to convince her - but she wasn't convinced by all

[tw5] Re: slideshow (presentation) TW

2019-01-13 Thread Joe Armstrong
One thing I'd like to know is now to trap keybindings - for slideshows I want to advance slides by pressing right-arrow etc. not clicking on anything How can I do this? /Joe On Thursday, 10 January 2019 21:07:06 UTC+1, Joe Armstrong wrote: > > Has anybody pointers to a slideshow

[tw5] Comment on the TW

2019-01-13 Thread Joe Armstrong
I'd like to help improve the quality of the information at https://tiddlywiki.com/ Conversations/questions/comments about tiddlers are taking place at the wrong place. Discussion about tiddlers should take place *at the tiddler* as a comment appended to the tiddler and not in this mailing

[tw5] What does actions={{Tiddler}} mean in a $button????

2019-01-09 Thread Joe Armstrong
I'm trying to understand the comment code plugin at https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/comments So I've been cutting and pasting trying to create a minimal example I'm now down to two tiddlers: One is a test tiddler which contains this: <$button

[tw5] Re: What does actions={{Tiddler}} mean in a $button????

2019-01-09 Thread Joe Armstrong
on actions={{Tiddler}} ..>... The documentation said action is a string containing actionwidgets So {{Tiddler}} must mean "the string formed from the contents of Tiddler" I suppose I think I'm ok with this now. Thanks /Joe > -- Mark > > On Wednesday, January 9, 2019 a

[tw5] Re: folding editor

2019-01-04 Thread Joe Armstrong
- http://www.tiddlytools.com/#CalendarPlugin >- http://simplecalendar.tiddlyspot.com/ >- > > http://inmysocks.tiddlyspot.com/#Calendar%20Plugin:%5B%5BCalendar%20Plugin%5D%5D%201-2-1991 > > Thanks - this is added to my "Later" list :-) > >- >

[tw5] Re: Comment on the TW

2019-01-14 Thread Joe Armstrong
Processing such mails would open a range of possibilities. /Joe On Monday, 14 January 2019 08:57:45 UTC+1, Joe Armstrong wrote: > > I'd like to help improve the quality of the information > at https://tiddlywiki.com/ > > Conversations/questions/comments about tiddlers > are tak

[tw5] How can I make a form with a button that does something?

2018-12-09 Thread Joe Armstrong
I want to make a simple form with three fields and a button The fields are regular html input fields (like ) The fields contain the name of a new tiddler and two text strings. Call these fields 'tiddler-name' text1 and text2 When I press the button I want to execute some custom JS code which I

[tw5] Re: SonicPi, TiddlyWiki and OSC?

2018-12-09 Thread Joe Armstrong
Absolutely. By coincidence, I've been collaborating with Jeremy and Sam - personally, I think SonicPi and TW are soul-mates - on the surface they a different, but under the covers, they are very similar. Jeremy is combining fragment of knowledge through transclusion, Sam is making music by

[tw5] Some old code that didn't work - and a tiny change to make it work

2019-01-31 Thread Joe Armstrong
Hello, I wanted to make a button that adds a tag to a tiddler when pressed. I googled a bit and found some code from 2013 in https://groups.google.com/forum/#!topic/tiddlywiki/P_E9WPdGLoc This was in a thread entitled [TW5] - Is it possible to toggle a tag with a button? It had this code

[tw5] two ways to do things in a button

2019-01-31 Thread Joe Armstrong
I wrote this code to do two things when you click on a button - it adds a tag and closes the sidebar <$fieldmangler> <$button> <$action-setfield $tiddler="$:/state/sidebar" text ="no" /> <$action-sendmessage $message="tm-add-tag" $param="wow"/> Add tag `wow` and collapse the sidebar It

[tw5] Re: Some old code that didn't work - and a tiny change to make it work

2019-01-31 Thread Joe Armstrong
That makes sense - thank you. /Joe On Thursday, 31 January 2019 12:33:52 UTC+1, TonyM wrote: > > Joe, > > As per S s answer but if I can explain the use of parameters occur when a > widget or message may be used to pass other paramters to a macro or widget. > By insisting on say $name= it

[tw5] Named story rivers (or trails)

2019-02-05 Thread Joe Armstrong
I want to provide different reading 'trails' through my TW. A 'trail' is an ordered set of tiddlers on screen. (Sun used this term in the java documentation - the entire documentation was huge so they built different trails through the docs intended for different readers) So I'd like a

Re: [tw5] Re: Named story rivers (or trails)

2019-02-05 Thread Joe Armstrong
> Cheers, > > Ton > > On Tuesday, February 5, 2019 at 12:49:19 PM UTC+1, Joe Armstrong wrote: >> >> I want to provide different reading 'trails' through my TW. >> A 'trail' is an ordered set of tiddlers on screen. >> >> (Sun used this term in the java docume

[tw5] explain it to me like I'm a five year old

2019-02-05 Thread Joe Armstrong
I want to fold all tiddlers Should be easy - there's even a message to do this https://tiddlywiki.com/#WidgetMessage%3A%20tm-fold-all-tiddlers BUT there's a big warning triangle - sounds like it's dangerous, so I'll wait a bit before trying I've read the documentation several times and do not