[tw] Re: Unable to transclude

2017-01-25 Thread Jed Carty
The behaviour you describe is how tiddlywiki is supposed to work. It has to do with how rendering works. So to transclude the tiddler you may need to use the transclude widget like <$transclude tiddler=<>/> or you may need to use a list widget like this <$list filter=<>><$transclude/> -- Y

[tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread Jed Carty
After seeing what you manage to do with just css I think I need to study css more now. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@goog

Re: [tw] The perils of editing posts to the group

2017-01-25 Thread Danielo Rodríguez
Another very needed and basic functionality that causes troubles with this poor platform. Sometimes I feel that this group is stuck at the nineties. Even IRC seems better . That said,please do not remove the edit functionality or some threads can become really ugly. Regards -- You received

Re: [tw] The perils of editing posts to the group

2017-01-25 Thread Alex Hough
As it happens there is more than one Alex in TiddlyLand -- it not me! Alex On 25 January 2017 at 08:11, Danielo Rodríguez wrote: > Another very needed and basic functionality that causes troubles with this > poor platform. > > Sometimes I feel that this group is stuck at the nineties. Even IR

Re: [tw] Re: [TW5] Computing and using filters within macros

2017-01-25 Thread Xavier Cazin
Hello Tobias, Thank you so much for having put your time and insight on my problem. You even solved the configuration interface issue that I had left aside :-) Your code work beautifully and it just gives me the kick to move forward. Thanks again. -- Xavier Cazin On Tue, Jan 24, 2017 at 11:15 P

[tw] Re: TiddlyWiki Community Challange!

2017-01-25 Thread PMario
On Wednesday, January 25, 2017 at 3:23:53 AM UTC+1, Riz wrote: > > Can we also use this thread for requesting documentation about particular > parts of TW5 so that interested people can create write ups and PRs? I do > not want PMario to feel like this thread is being hijacked. > Everything t

Re: [tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread Webcorerad Bot
Fantastic share. Thanks Mat. I didn’t even know we could make a plugin from a css file (newbie here…). I have to research more about this :) Thank you again :) On Wed, Jan 25, 2017 at 8:07 AM, Jed Carty wrote: > After seeing what you manage to do with just css I think I need to study > css more

[tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread PMario
Hi Mat, Very nice! I did play a little bit with it and can barely see the lines, that's why I did tweak the stylesheet a bit. At the top is a macro, that lets you easily change the line css, in only one line. Have a look. the \rules are needed, to make it "core conform" to stylesheets that u

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-25 Thread Matthew Lauber
Ok, the initial window (that says TiddlyDesktop - Main) is showing for you, so the issue is not with TiddlyDesktop's configuration, but with how TiddlyDesktop is trying to render your file. I assume you do not get the same issue if you open the tiddlywiki file in your browser? Also, if you co

[tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread David Gifford
Nice! On Wednesday, January 25, 2017 at 1:23:48 AM UTC-6, Mat wrote: > > The TWaddler proudly presents... > > ListTree is a stylesheet plugin - no > actual code - to reshape common TW *asterisk/bullet lists* into list > trees. > > Apply the style list-tree by use

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-25 Thread kelsang sherab
Hi Matt, 1. TW works fine on my firefox web browser for Linux. 2 I downloaded an empty TW. this one works fine on my TiddlyDesktop so looks like the problem is not with the TiddlyDesktop 3.I am not sure which file yous suggest I upload for debuging? but I am happy to give it a go Cheers

[tw] Re: node.js issue

2017-01-25 Thread Andrew Lister
um... node version? I will google that and respond in a moment ;) On Tuesday, 24 January 2017 19:07:21 UTC-5, PMario wrote: > > Hi Andrew, > > Which node version do you have? > > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: node.js issue

2017-01-25 Thread Andrew Lister
v0.10.24 On Wednesday, 25 January 2017 09:04:09 UTC-5, Andrew Lister wrote: > > um... node version? I will google that and respond in a moment ;) > > On Tuesday, 24 January 2017 19:07:21 UTC-5, PMario wrote: >> >> Hi Andrew, >> >> Which node version do you have? >> >> -m >> > -- You received t

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-25 Thread Matthew Lauber
The wiki file that you're attempting to import into TiddlyDesktop unsuccessfully. Matt On Wednesday, January 25, 2017 at 8:47:22 AM UTC-5, kelsang sherab wrote: > > Hi Matt, > > 1. TW works fine on my firefox web browser for Linux. > > 2 I downloaded an empty TW. this one works fine on my Tiddl

[tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-25 Thread kelsang sherab
Hi Thank you for your efforts. This will sound silly but : I installed the plugins saved and restarted the browser - what next? How do i actually add the todos ? Thanks ;-) On Sunday, September 11, 2016 at 9:55:04 PM UTC+2, Thomas Elmiger wrote: > > Hello busy multi-taskers! > > After I spent ma

[tw] Re: node.js issue

2017-01-25 Thread Andrew Lister
So, I found this page: https://docs.npmjs.com/getting-started/installing-node which tells me where I can get node.js for the initial install, and how I can update npm, but doesn't say anything about how to update node.js You might wonder why I'm using node.js if I don't understand all of this

[tw] Re: Unable to transclude

2017-01-25 Thread Cully
Thank Jed!!! The list widget worked to tranclude the text. The only issue was that the formatting was wrong as all of the text from the tiddler was on a single line without any . I added mode="block" and it worked great! <$list filter=<>><$transclude mode="block"/> Thanks for the help! On We

[tw] Re: node.js issue

2017-01-25 Thread Tony Grosinger
Hi Andrew, Have you heard of Homebrew? It's a great utility for installing and automatically updating programs on a Mac. If you can remove your existing version of Node, Homebrew would install it for you and help you keep it updated very easily. For reference, I am running my TiddlyWiki under N

[tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-25 Thread Thomas Elmiger
Hi kelsang sherab Not silly at all, this is valuable feedback for me and shows where I will have to improve the documentation! Following the installation instructions you could: B. Set Defaults - Set *ToDoNow * as default tiddler in $:/ControlP

[tw] Can we deal with nested macro calls and how?

2017-01-25 Thread peuhpeuh singe
Hello twexperts ! I have a tiddler "fooTimeLine" with a field "dueto" containing a date in tw format. I then want to create a button that is associated to the creation of a new tiddler having as fields: 1) "dueto" with the value in "fooTimeLine" and 2) "end" with the value corresponding to the

[tw] Re: Can we deal with nested macro calls and how?

2017-01-25 Thread BJ
HI Peuhpeuh, there are may ways to fix this, problably the easiest is to change the macro: \define nextDay(day) <$macrocall $name="dateTime" ts={{$day$}} format="0MM0DD000" add= "+1D"/> \end dateTime <$set name="end" value=<>> all the best BJ On Wednesday, January 25, 2017 at 5:03

[tw] Re: Firefox E10s & TW Firefox Extensions - Compatability Issues

2017-01-25 Thread Josiah
Sorry for the VERY tardy reply. I got your e10s version working on Firefox 52 (with forced acceptance to unsigned extensions) on a PC in 32-bit portable version. It works for me exactly as well as the non-e10s previous version. Firefox accepts it as a proper multi-thingie :-). I know its a has

[tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-25 Thread kelsang sherab
Hi Thomas Thank you for your kind and helpful reply. So now every time i click the empty.html[TW] I get indeed a ToDoNow tiddler opening. When pressing the edit button[pen] an empty text box opens. is there a special manner of writing in the text that i need to do or am I missing an obvious trick

[tw] Re: Using StretchText - multiple stretches, same tiddler, via a <$list>

2017-01-25 Thread Josiah
Tobias I this the start of the *Stretched Text Olympics?* LOL. Josiah On Tuesday, 24 January 2017 19:32:33 UTC+1, Tobias Beer wrote: > > Hi Steven, > > Just to mention it in this context, tobibeer/appear > can not only do > *popups* or *s

Re: [tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-25 Thread Thomas Elmiger
Hi sherab Good you included the plugin list! My tododow plugin ist missing. See step A2 of the installation instructions: First *back up* your TiddlyWiki (TW). – Then drag these plugins to your TW: - $:/plugins/telmiger/todonow

[tw] Re: The perils of editing posts to the group

2017-01-25 Thread Tobias Beer
Hi Jeremy, While I share your concerns over your particular workflow – which I don't practice myself – I very much hope you do not remove the editing capabilities. Instead, I would suggest some sticky "*Group Rules*" post which, indeed, is being edited as we nail down a manifesto for how we hope

[tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread Tobias Beer
Hi Mat, Me too... says: Nice! ;-) Best wishes, Tobias. -- 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

[tw] HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Josiah
Ciao all I have slowly got me head around the fact that the ONLY targets of HREF links to a TW can be to Tiddler TITLES.* As far as I understand it*. Mostly that is fine. But in some important use cases it is NOT good. Here is a USE CASE for a potential e-pub that brings out the downsides ...

[tw] Re: How to filter on index values and a couple more questions..

2017-01-25 Thread Thomas Elmiger
Hi cb, Maybe you have seen this and it is too much for your usecase … I am in the middle of a revision of my ToDoNow project. Of course I would use this tool to solve a task(list) like your’s. The new feature I have prepared is sorting the task lists, you can see a draft version here: http://

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Jed Carty
There has been lots of discussion about this without much resolution. To my knowledge the only result of these discussions is that it isn't reasonable to make something that lets you navigate to a chunk smaller than a single tiddler because in order to do that you end up making an object that ha

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Matthew Lauber
Soemthing else that could be work is to create a ViewTemplate that lets you "add context". When a paragraph tiddler is viewed directly, It displays the preceding paragraph based on the list field of the chapter, or the sort order of the tiddler titles or whatever you're using to transclude all

[tw] Re: node.js issue

2017-01-25 Thread Andrew Lister
Thanks very much, I will look into that. On Wednesday, 25 January 2017 10:12:28 UTC-5, Tony Grosinger wrote: > > Hi Andrew, > Have you heard of Homebrew? It's a great utility for installing and > automatically updating programs on a Mac. If you can remove your existing > version of Node, Homebr

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Tobias Beer
Hi Josiah, I think what you need is two things: 1. a new, custom story view, e.g. a "book view" ...which doesn't show ridiculous titles for "paragraph tiddlers", e.g. CH11-P14 2. where all chapters and paragraphs of a book are already displayed 3. and a way to open that story at a gi

[tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread Danielo Rodríguez
That is awesome and looks stunning on my mobile phone,so you have a 10/10 on my scale. Do you know what would be even more awesome? Turn it into a plugin and add a toolbar button to create a list tree easily. Wow,that would be even more than awesome ... -- You received this message because yo

[tw] Re: Presenting: ListTree - bullet lists to trees

2017-01-25 Thread Danielo Rodríguez
Funny site title by the way ... -- 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 tiddl

Re: [tw] [TW5] Prerelease of v5.1.14

2017-01-25 Thread Tobias Beer
Hi wimm, I think I found a small export tiddler bug, the popup menu for tiddlers > containing two double quotes in their titles e,g, *New Tiddler "test"* With some much appreciated help from Pranav C Balan

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Josiah
Ciao Tobias Yeah. Its making some sense. You are right that they would look like this c01pg001pa01 etc. if exposed singularly. I THINK what you mean is that they are NOT transcluded, just strictly ordered, with headings chopped off (aka hidden headings)? Yes? Best wishes Josiah On Wednesda

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Tobias Beer
Hi Josiah, > I THINK what you mean is that they are NOT transcluded, just strictly > ordered, with headings chopped off (aka hidden headings)? > > Yes? > Precisely, that is what I meant. 1. a different way to display tiddlers in a story 2. a way to load cetain titles into that story, e.

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Josiah
Ciao Matthew Thank you for taking the time to do that example. Its helpful. Its helping me think freshing about what "context" is. It prompted me to think that maybe there could be a way that each Paragraph Tiddler (when gone to via an Href, in its singularity, not its embedded appearance in t

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Jed Carty
The previous and next buttons for each paragraph are easy and I already have what is needed for that for the picture gallery plugin I made. I think that some other people have also made similar things. I am working on making something now that will page between different lists of tiddlers like

Re: [tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-25 Thread kelsang sherab
It works! Many thanks! I enjoy working with it!!! On Wednesday, January 25, 2017 at 7:45:33 PM UTC+1, Thomas Elmiger wrote: > > Hi sherab > > Good you included the plugin list! My tododow plugin ist missing. See step > A2 of the installation instructions: > > First *back up* your TiddlyWiki (TW

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Josiah
Ciao Jed That sounds great. Thank you. Just, FYI, I got a lot clearer today about the issue. Its been tough to understand it not myself being a programmer. Its partly thanks to a programmer friend of mine. One of the thoughts (vague ideas) he had was (IF possible) to use Javascript in some way

[tw] font question

2017-01-25 Thread Andrew Lister
I've imported some new theme-tiddlers into my TW, and now the font when editing tiddlers is Courier. I'd like it to be whatever it was before... Helvetica? How do I control this? thanks, Andrew -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. T

Re: [tw] Re: node.js issue

2017-01-25 Thread Eneko Gotzon
On Wed, Jan 25, 2017 at 4:12 PM, Tony Grosinger wrote: > Have you heard of Homebrew? ​There is also MacPorts ​. -- Eneko Gotzon Ares enekogot...@gmail.com -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Jed Carty
Well, there is a very rough version of my idea available http://ooktech.com/jed/ExampleWikis/TiddlyBook I am sorry if the name tiddlybook is already taken, I am tired and will come up with something better later. Also, at least half of the time spent making that was taken by trying to figure o

Re: [tw] Re: node.js issue

2017-01-25 Thread Andrew Lister
Thanks I think i've got it working using homebrew. Uninstalled node.js, then installed with homebrew. On Wednesday, 25 January 2017 17:28:02 UTC-5, Eneko Gotzon wrote: > > > On Wed, Jan 25, 2017 at 4:12 PM, Tony Grosinger > wrote: > >> Have you heard of Homebrew? > > > ​There is also MacPorts