[tw] basic question: list of sub or relevant tags/contents in an expandable way

2015-02-09 Thread László Zsigmond
Hello, I tried to figure this out by my self from http://tiddlywiki.com/#TableOfContentsMacro but I miss something or my TiddlyWiki isn't behaving as supposed to. I have succesfully added a toc tiddler to my sidebar with all the tiddler titles that belongs to a tag. Truely I would like to have

[tw] to paste textNode as html

2015-02-09 Thread sini-Kit
Hi! I making macros which paste some html code.. how to paste currentSum as html? /* Render this widget into the DOM */ AddUpWidget.prototype.render = function(parent,nextSibling) { this.parentDomNode = parent; this.computeAttributes(); this.execute(); var textNode = this.document.createText

[tw] Re: Can I have ribbon on a specific tiddler?

2015-02-09 Thread James
Would it be possible to have the tiddler stick on top left corner of the tiddler? That will avoid the flexible width. On Monday, 9 February 2015 19:30:52 UTC+8, Tobias Beer wrote: > > Is there a way to have the ribbon flexibility follow the width of the >> tiddler? >> > > Only if you tell us t

Re: [tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Tobias Beer
> > A self-closing tag is a shorthand for an opening tag followed by a closing > tag with no intervening content, i.e. > > ** is short for ** > > If a closing tag is omitted, it will be supplied automatically at the end > of the tiddler. > Perhaps there is a way the parser to at least recogniz

Re: [tw] importing ancient TiddyWiki classic content into TiddlyWiki5

2015-02-09 Thread BJ
once you have your tiddlers in, say, 2.8.1, you can (from a file system browser) drag your twfile.html and drop it onto a tw5 to import the tiddlers On Monday, February 9, 2015 at 3:22:13 PM UTC-6, AlexHough wrote: > > BJ, > > Ok what next? > > Alex > > On 9 February 2015 at 13:48, BJ > wrote

Re: [tw] Re: importing ancient TiddyWiki classic content into TiddlyWiki5

2015-02-09 Thread Vikas Singh
Hi BJ, This is extremely helpful and saved me a ton of effort. Thanks again for putting in time looking into a solution for me. --Vikas On Sun, Feb 8, 2015 at 10:23 PM, BJ wrote: > Hi Vikas, > it's a very old version of tw (1.2.32) so it is a bit awkward (to explain > how) to upgrade, so I have

[tw] Re: [TW5] TiddlyMap

2015-02-09 Thread Jon
Hi Felix, I tried registering at GitHub to post this but it said the free personal plan is "chosen" so there didn't appear to be an option to register gratis...? Anyway, I just wanted to suggest the following. Before TW5, I used to use Freeplane (are you familiar with it?) and one of the featu

Re: [tw] Re: Register for updates + lastModified date

2015-02-09 Thread Jeremy Ruston
Hi Erwan On Sun, Feb 8, 2015 at 1:43 AM, Erwan wrote: > I strongly agree with you that automation is not a good answer by itself. > But if somebody is interested in being the "TW journalist", I could > probably help by providing them with a regular list of updates captured by > my system, among

Re: [tw] Re: Image disappear in Node.js version when server is restarted.

2015-02-09 Thread Jeremy Ruston
Hi Don This is all very puzzling. It sounds like you are following the correct procedure for importing the images, and I can't see an explanation for the behaviour you're seeing. > If I import an image, view it and do nothing else, both the tiddler and the image are gone after close the tiddler.

Re: [tw] importing ancient TiddyWiki classic content into TiddlyWiki5

2015-02-09 Thread Alex Hough
BJ, Ok what next? Alex On 9 February 2015 at 13:48, BJ wrote: > HI Alex, > first you have to import to tw2.x - there is an import button on the > backstage area. > cheers > BJ > > On Monday, February 9, 2015 at 1:26:06 AM UTC-6, AlexHough wrote: >> >> BJ, >> >> I was under the impression t

[tw] Re: Monthly View

2015-02-09 Thread Tobias Beer
Hi Rick, > If you planned to prepare a specific dish and it was a favorite, you would > likely prepare more than once per month. Why would one want multiple > copies of the same recipe with different titles? > That is precisely my point and question. If you end up with journal entries havin

Re: [tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Alex Hough
æ, elegant explanation - as always. thank you for this and your continued efforts. Alex On 9 February 2015 at 18:47, Astrid Elocson wrote: > > the strange thing is that the first one is rendered without the "/" > > There are three kinds of tag, for both HTML and widgets: > >- opening ** >

[tw] Re: Monthly View

2015-02-09 Thread Jed Carty
Ahh, yes. I didn't understand what you wanted. Yes, you could make something that works the way you want without too much trouble. It would use a calendar layout similar to what I made to list things, then you would make a tiddler called yoga, or biking or whatever, then you would add a tag for

[tw] Re: Bug: hard linebreaks plus angle brackets plus code block

2015-02-09 Thread Astrid Elocson
The """hard line breaks""" are not actually relevant: you can get the same effect without them. When a sequence of letters and digits (and hyphens and dollar signs) immediately follows a left angle bracket, TiddlyWiki treats this as the start of an opening tag. *abcde* thus gets passed straigh

Re: [tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Astrid Elocson
> the strange thing is that the first one is rendered without the "/" There are three kinds of tag, for both HTML and widgets: - opening ** - closing ** - self-closing ** A self-closing tag is a shorthand for an opening tag followed by a closing tag with no intervening content, i.e. *

Re: [tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Alex Hough
Also I think this could be added to the documentation. I don't know how to add or where it should go. Alex On 9 February 2015 at 16:22, Alex Hough wrote: > maybe there could be an error message of macros? > > > Alex > > On 9 February 2015 at 16:21, Alex Hough wrote: > >> Ah ah! >> >> A miss

[tw] Re: Monthly View

2015-02-09 Thread RickL
I don't think you understand how I want to use this. For instance, if using to track your exercise program one may have a yoga session or a bike ride, etc. This would happen many times per month, hopefully! Sure, you could create a unique tiddler title for each session - but I think that would

[tw] Re: Monthly View

2015-02-09 Thread RickL
Maybe there is a way to accomplish this using tags? Not within my ability here but if so, please share. On Monday, February 9, 2015 at 9:00:14 AM UTC-5, Tobias Beer wrote: > > OK...so in use I found a real drawback that this not useful - if you have >> the same Month Entry more than one time in

[tw] Bug: hard linebreaks plus angle brackets plus code block

2015-02-09 Thread Michael Weiner
There is a bug when combining hard linebreaks plus angle brackets (wi

Re: [tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Alex Hough
maybe there could be an error message of macros? Alex On 9 February 2015 at 16:21, Alex Hough wrote: > Ah ah! > > A missing "/"! > > Birthe - well done! > > the strange thing is that the first one is rendered without the "/" > > > Alex > > On 9 February 2015 at 16:12, Birthe C > wrote: > >> H

Re: [tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Alex Hough
Ah ah! A missing "/"! Birthe - well done! the strange thing is that the first one is rendered without the "/" Alex On 9 February 2015 at 16:12, Birthe C wrote: > Hi Bo > > |<$transclude tiddler="tiddlerA" mode="block"/>|<$transclude > tiddler="tiddlerB" mode="block"/>| > > > > Birthe > > >

[tw] Re: [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Birthe C
Hi Bo |<$transclude tiddler="tiddlerA" mode="block"/>|<$transclude tiddler="tiddlerB" mode="block"/>| Birthe Den mandag den 9. februar 2015 kl. 15.16.29 UTC+1 skrev The Bo: > > Hello, > > I was looking for a way to show two tiddlers side by side to compare them. > > I already tried to transc

[tw] Re: TiddlyWiki 5 and importing e.g. CheckboxPlugin

2015-02-09 Thread Tom
Hi Eric, thank you *very* much for your fast answer! I just wanted to Ask the Autor of TiddlyTools.com to add a good visible note that those tools are incompatible with TiddlyWiki5… Now I assume, you are the one :-) I'm pretty sure I'm not the only one who tries to use your tools in the new Tid

Re: [tw] [TW5] Comparing Tiddlers side by side

2015-02-09 Thread Alex Hough
Yes... i tried the same on TW.com its not a typo ALex On 9 February 2015 at 14:16, The Bo wrote: > Hello, > > I was looking for a way to show two tiddlers side by side to compare them. > > I already tried to transclude them into a new tiddler with a table of two > coloumns but it seems like t

[tw] [TW5] Comparing Tiddlers side by side

2015-02-09 Thread The Bo
Hello, I was looking for a way to show two tiddlers side by side to compare them. I already tried to transclude them into a new tiddler with a table of two coloumns but it seems like this doesn't work. My code so far is: |<$transclude tiddler="tiddlerA" mode="block">|<$transclude tiddler="tidd

[tw] Re: Monthly View

2015-02-09 Thread Tobias Beer
> > OK...so in use I found a real drawback that this not useful - if you have > the same Month Entry more than one time in the same month, it deletes the > previous one...not very useful for a monthly journal. > Simply add a little something at the end. If you ask me, a journal should not be a

[tw] Re: [TW5] Getting started

2015-02-09 Thread Tobias Beer
> > I would like to do the same as Dave in his original post, except *I would > like to edit online. * > Use TiddlySpot @ tb5 Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receivin

Re: [tw] importing ancient TiddyWiki classic content into TiddlyWiki5

2015-02-09 Thread BJ
HI Alex, first you have to import to tw2.x - there is an import button on the backstage area. cheers BJ On Monday, February 9, 2015 at 1:26:06 AM UTC-6, AlexHough wrote: > > BJ, > > I was under the impression that conversion to TW5 was not technically > possible. I have a few I'd like to convert

[tw] Re: (TWC) manipulating tags on closed tiddlers (e.g. as displayed in lists)

2015-02-09 Thread jpt
I guess a better definition for this "%0" in this case would be: "placeholder that refers to the tiddler being represented by this line". On Monday, February 9, 2015 at 7:37:59 AM UTC-5, jpt wrote: > > I was looking for a way to manipulate tiddler tags in lists of tiddlers as > is done in mGSD (

[tw] Re: [TW5] How dow I escape < and > characters

2015-02-09 Thread Branimir Braykov
OK, in your case, I'm not :-) On Monday, February 9, 2015 at 2:11:18 PM UTC+2, Stephan Hradek wrote: > > > > Am Montag, 9. Februar 2015 12:18:28 UTC+1 schrieb Branimir Braykov: >> >> And until suppressed parsing is invented, I just wanted to add that > >> does not have to be escaped if < is escap

[tw] (TWC) manipulating tags on closed tiddlers (e.g. as displayed in lists)

2015-02-09 Thread jpt
I was looking for a way to manipulate tiddler tags in lists of tiddlers as is done in mGSD (http://mgsd.tiddlyspot.com/demo3.html) or TiddlyMarks ( http://tiddlymarks.tiddlyspot.com/). The first, relatively easy solution that pointed me in the right direction was Tobi Beer's "cycleTags" (http://

[tw] Re: [TW5] How dow I escape < and > characters

2015-02-09 Thread Stephan Hradek
Am Montag, 9. Februar 2015 12:18:28 UTC+1 schrieb Branimir Braykov: > > And until suppressed parsing is invented, I just wanted to add that > does > not have to be escaped if < is escaped. > So only is enough :-) > > Are you sure? \define showme(txt) $txt$ # <> - correct # <>">> -

[tw] Re: I need something like ToggleTag, but a little bit more

2015-02-09 Thread johannes-peter
Thank you. Was able to figure it out. Will post the results in a new thread. On Wednesday, August 26, 2009 at 8:14:45 AM UTC-4, MelGrubb wrote: > > I'm trying to implement some basic task management, and would really > like to add some simple buttons or links to my task tiddlers that > would let

[tw] Re: Can I have ribbon on a specific tiddler?

2015-02-09 Thread Tobias Beer
> > Is there a way to have the ribbon flexibility follow the width of the > tiddler? > Only if you tell us the secret of how your tiddler has a flexible width. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: [TW5] How dow I escape < and > characters

2015-02-09 Thread Branimir Braykov
And until suppressed parsing is invented, I just wanted to add that > does not have to be escaped if < is escaped. So only is enough :-) On Sunday, February 8, 2015 at 9:19:43 PM UTC+2, sini-Kit wrote: > > < and > > > > > среда, 4 февраля 2015 г., 17:31:15 UTC+3 пользователь Brani