Re: [tw] Re: TW5: How to use CreateTiddlersFromCSV

2016-05-12 Thread 'Mark S.' via TiddlyWiki
Here's another version to try. This version will ENABLE you to include tags with spaces (which I wouldn't advise personally...) Separate the tags with commas, but no spaces or quotes-within-quotes. Like: title,tags,text,birth,death "John Smith","English male,Therapist","Explorer,

[tw] Numeric position info in $list widget and other filters (working implementation)

2016-05-12 Thread Evan Balster
Hello! There's a feature I've wanted to see in TiddlyWiki for a while: The ability, when using the $list widget, to create a variable corresponding to the position of the current item in the list. My interest in this feature is to use it for coordinates when generating SVGs. I took the

Re: [tw] Re: TW5: How to use CreateTiddlersFromCSV

2016-05-12 Thread Amanda L. Goodman
Looks my project is putting up quite the fight! That bit didn't help it either. :-) title,tags,text,birth,death "John Smith","English male","Explorer, Artist","1900","1981" The final tiddler output: Title: "John Smith" Tags: "English, male" <--- notice that the comma separates two tags. Each

Re: [tw] Re: Announcing TiddlyDesktop v0.0.7

2016-05-12 Thread Dave
I'll give you my limited take on it, and then someone else can correct my mistakes. TW Desktop is a TW5 (I think its limited to TW5, but I guess you might be able to do it withTWC) instance that's half way in between the regular single file kind and the full Node.js variety. As far as I can

[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-12 Thread Mat
Much too late, shouldn't write this as it may be just be... not what you want. But at least it works; <$set name="aa" filter="[tag[HelloThere]]"> <$macrocall $name="tabs" tabsList=<> class="tc-vertical"/> I'm aksing my brain how to put inthe name of currentTiddler there but it tells me nto to

Re: [tw] Re: TW5: How to use CreateTiddlersFromCSV

2016-05-12 Thread 'Mark S.' via TiddlyWiki
Ok, here's a slightly different version. Now it's really important that all the data lines have their fields enclosed with quotes. So your first two lines would look something like: name,category,relationship,DOB,DOD "Frank Hudson","English male","husband of Sarah Owens, father of

[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-12 Thread wolfsong
Hi Mat Yes. I want to create a template for a tabbed tiddler where the parent tiddler and each of the tabs have the same title but the tabs will also have a suffix. This way if I need to edit a tab, I will be able to verify which tiddler is the parent. I maybe looking at doing this the wrong

Re: [tw] Re: TW5: How to use CreateTiddlersFromCSV

2016-05-12 Thread Amanda L. Goodman
Here's a sample line: Frank Hudson,English male,"husband of Sarah Owens, father of Nancy",1802,1860 On Thu, May 12, 2016 at 12:01 AM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Are all your fields surrounded in quotes? I forgot to mention that in my > rush. Each data field

[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-12 Thread 'Mark S.' via TiddlyWiki
I think you want a macro like this: \define monitoringtabs() <> \end put that in a tiddler with the tag $:/tags/Macro so that it is globally available. and then invoke it like this in each of your "parent" tiddlers: <> As Mat mentions, the tabs macro will use the caption field for the tab

[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-12 Thread Mat
Hi wolfsong On Thursday, May 12, 2016 at 10:27:18 PM UTC+2, wolfsong wrote: > > After looking through the forum a bit I think I need something that's a > close to this > > where >

Re: [tw] Re: Simple task complex problem

2016-05-12 Thread Ákos Szederjei
Garner Thank you, I missed that, or more to my embarrassment, I forgot that option. @Matabele Thanks, that is even better. Never though of that! Ákos On 5/12/2016 9:08 PM, Matabele wrote: > Hi Ákos Szederjei > > I often misuse the definition syntax for this purpose -- it may be used > to

Re: [tw] Re: Announcing TiddlyDesktop v0.0.7

2016-05-12 Thread iain
I was wondering whether there is an explanation of TW Desktop - what it is, what it is meant to do and its relationship with TW Classic and TW5. I tried searching this group and couldn't find one. Cheers Iain -- You received this message because you are subscribed to the Google Groups

[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-12 Thread wolfsong
After looking through the forum a bit I think I need something that's a close to this where I have a template for a tabbed document that separates each section into it's own

Re: [tw] Re: TEXtAREA is totally open to external editors. NEVER forge4t that.

2016-05-12 Thread Alex Hough
Hi Jeremy, and what do you think of the idea of being able to create tiddlers from Sublime? If it had a feature like the new code snippet button in the prerelease, one could create tiddlers in sublime. It may be minimally practical, but I like the idea of TiddlyWiki spilling out into another

[tw] Re: Simple task complex problem

2016-05-12 Thread Matabele
Hi Ákos Szederjei I often misuse the definition syntax for this purpose -- it may be used to create a title followed by a number of indented lines, or the title may be left blank -- like so. ; Title : Line 1 : Line 2 : Line 3 : Line 4 -- or like so. ; : Line 1 : Line 2 : Line 3 : Line 4

Re: [tw] Re: Announcing TiddlyDesktop v0.0.7

2016-05-12 Thread Dave
Thank you. I can probably live with the underscore naming and the .tid thing, and I'll look into the symlink option (that's always been mysterious to me, so a good project to research) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread 'Mark S.' via TiddlyWiki
Hi Jeremy, Using http://keycode.info/, I find that that site doesn't work at all for Pale Moon. Odd. On Fire Fox, it breaks the sequence into each step. So Shift == 16 Ins == 45 It does not report that Shift-Ins (together) as different from Shift-Ins as two step sequences. Although the

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Rustem
Jeremy, Sorry it came out too harsh. As a user of a bleeding-edge version, I appreciate the off switch immensely, while we work out the kinks. --R. On Thursday, May 12, 2016 at 9:21:55 AM UTC-7, Jeremy Ruston wrote: > > Hi Rustem > > I wanted to like the new editor, but it messes with browser

[tw] Re: Simple task complex problem

2016-05-12 Thread Ton Gerner
Hi, http://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText Cheers, Ton On Thursday, May 12, 2016 at 7:49:02 PM UTC+2, Ákos Szederjei wrote: > > Hello TW users and creators! > > In a tiddler I would like to have the following text: > > Line1 > Line2 > Line3 > Line4 > > Is there any

[tw] Simple task complex problem

2016-05-12 Thread Ákos Szederjei
Hello TW users and creators! In a tiddler I would like to have the following text: Line1 Line2 Line3 Line4 Is there any other solution besides at the end of the line? Thank you for the help! Ákos, wanna be tiddler master :) -- You received this message because you are subscribed to the

[tw] Re: PLUGIN OF PLUGINS -- For Managing Multiple Tiddlywiki? Possible?

2016-05-12 Thread Greg Davis
If I understand correctly, you have several plugins that you would like to have included each time you start a new TiddlyWiki. I had a similar question which applies to plugins as well. [TW5] use JSON as alternative to plugin

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Jeremy Ruston
Hi Mark > When I look at the keyboard shortcuts, I notice that there aren't any for > cut/paste. No, the cut/copy/paste keyboard shortcuts are implemented by the browser. > On FF in Windows, Ctl-V still works, but Shift-INS (which personally I never > use) is not working in the pre-release.

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread 'Mark S.' via TiddlyWiki
Hi Jeremy, When I look at the keyboard shortcuts, I notice that there aren't any for cut/paste. On FF in Windows, Ctl-V still works, but Shift-INS (which personally I never use) is not working in the pre-release. Shift-INS does work in the current full release version, so I assume it has

Re: [tw] Is it possible to make clicking on a missing link create a new draft?

2016-05-12 Thread Jeremy Ruston
Hi Alex It’s a good idea, but I’m afraid I don’t have time to work on it now. Perhaps create a GitHub ticket to keep track of the idea? Many thanks, Jeremy > On 9 May 2016, at 13:51, Alex Hough wrote: > > Hello TW, > > I am finding myself working in edit mode and

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Jeremy Ruston
Hi Rustem > Actually, why not invoke the preview type dropdown from the preview button > itself? Just add "none" to the list of choices. Because then it would take two clicks to turn the preview on or off. Also, the preview type dropdown only appears when additional preview types are loaded

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Jeremy Ruston
> wish: make the toolbar sticky, even if it causes problems with some browsers. Sadly, the peculiar rules governing position: sticky mean that doing so would require a major reorganisation of the HTML generated by the editor. You can experiment with your browser devtools but I couldn’t find a

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Jeremy Ruston
Hi Rustem > Wish: Relocate preview button (and accompanying dropdown) to inside (or next > to) , so it could be used with the simple editor as > well. It doesn’t seem right to make the preview button be part of the tags machinery, but I recognise the problem. I’d rather explore extending the

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Jeremy Ruston
Hi Rustem > I wanted to like the new editor, but it messes with browser keyboard > shortcuts, for example Ctrl-T to open a new tab. I see those can be > reconfigured, I might try that later. TiddlyWiki is a community development. I can’t personally keep track of every interaction on every

Re: [tw] Re: Announcing TiddlyDesktop v0.0.7

2016-05-12 Thread Jeremy Ruston
Hi Dave > I have three questions about hacking tiddlydesktop to work better for my use > case: In fact, all these questions apply generally to the Node.js configuration of TiddlyWiki. > 1) Is there any way to change something in an editable file to make the > "tiddler" folder to be called

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-05-12 Thread Pit.W.
+1 yes please! Am 10.05.2016 um 02:04 schrieb PMario: wish: make the toolbar sticky, even if it causes problems with some browsers. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw] Re: [tw5] Text-Slicer Plugin

2016-05-12 Thread Jeremy Ruston
Hi LG > I took the sample text I posted previously and used Sublime to add break tags > between each paragraph. When outputted in slicer, I got: tags are not recognised as paragraph markers; it’s intentional because the role of in HTML is essentially to permit one to type a linebreak within

Re: [tw] Set widget attributes remotely?

2016-05-12 Thread Jeremy Ruston
Hi Mat Just to confirm that, yes, transcluding widget attributes is pretty efficient. Best wishes Jeremy > On 11 May 2016, at 17:07, Mat wrote: > > Mario, Jeremy, thanks. > > > > We generally introduce transclusions when we identify a portion of a shadow > tiddler

Re: [tw] Re: TEXtAREA is totally open to external editors. NEVER forge4t that.

2016-05-12 Thread Jeremy Ruston
Hi Alex There is a Sublime Text 3 plugin for TiddlyWiki: http://tiddlywiki.com/prerelease/#TiddlyWiki%20extensions%20for%20Sublime%20Text%203%20by%20roma0104 The main thing it provides is syntax highlighting for .tid files. Best wishes Jeremy > On 12 May 2016, at 02:39, Alex Hough

Re: [tw] Re: Text-slicer error

2016-05-12 Thread Jeremy Ruston
Thanks Peuhpeuh and Mark Fixed here: https://github.com/Jermolene/TiddlyWiki5/commit/c5ac10024b79881b14b2c3fc2e8569447a036003 I’ve loaded a new prerelease to http://tiddlywiki.com/prerelease Best wishes Jeremy. > On 12 May 2016, at 08:00, 'Mark S.' via TiddlyWiki >

[tw] Re: Text-slicer error

2016-05-12 Thread 'Mark S.' via TiddlyWiki
Me too. Firefox 43.0.1 and Pale Moon 25.8.1 on Windows 7. Mark On Thursday, May 12, 2016 at 2:01:20 AM UTC-7, peuhpeuh singe wrote: > > When I try to use the text slicer icon at http://tiddlywiki.com/ > prerelease/editions/text-slicer/index.htm,l I get the following message > error: > >

[tw] Text-slicer error

2016-05-12 Thread peuhpeuh singe
When I try to use the text slicer icon at http://tiddlywiki.com/ prerelease/editions/text-slicer/index.htm,l I get the following message error: "

Re: [tw] Re: TEXtAREA is totally open to external editors. NEVER forge4t that.

2016-05-12 Thread Alex Hough
I asked the question about external editors I am using Chrome and Node.js I wondered about editing .tid files in Sublime and the possiblity of an plugin for Sublime to make .tid files. I am not aware of a Chrome plugin for this function Alex On 12 May 2016 at 01:25, infurnoape