[tw] Re: Question about saving an offline wiki

2018-01-11 Thread 'Mark S.' via TiddlyWiki
There's 17 (more?) ways to save with TW: https://tiddlywiki.com/#GettingStarted Ordinarily, I would say to save using a firefox saver like https://addons.mozilla.org/en-US/firefox/addon/file-backups/ and then use junctions or links down below the downloads directory to connect to your real ta

Re: [tw] Re: Question about tags and list filters

2017-04-04 Thread John Freiberger
Hi, I just tried the code suggestion and it worked!! Thanks!! John Freiberger On Apr 3, 2017 9:02 PM, "Jed Carty" wrote: > {{!!tags}} displays the content of the field, not the separate tags. To do > that this should work: > > <$list filter='[is[current]tags[]]'> > <> > > > > > -- > You recei

Re: [tw] Re: Question about tags and list filters

2017-04-03 Thread John Freiberger
Thanks! I will give that a try. Regards, John On Apr 3, 2017 9:02 PM, "Jed Carty" wrote: > {{!!tags}} displays the content of the field, not the separate tags. To do > that this should work: > > <$list filter='[is[current]tags[]]'> > <> > > > > > -- > You received this message because you are

[tw] Re: Question about tags and list filters

2017-04-03 Thread Jed Carty
{{!!tags}} displays the content of the field, not the separate tags. To do that this should work: <$list filter='[is[current]tags[]]'> <> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: Question about >

2016-11-05 Thread Philippe Le Toquin
Thanks a lot to both of you for your explanation. Based on what you say I don't really need to use qualify. Would you have any example where it would be usefull to use? And thanks also Riz for solving my issue. I can see that I am really missing a lot of experience with TW5. I had seen the Tidd

[tw] Re: Question about >

2016-11-04 Thread Riz
As Mark said, you can achieve the end without using qualify macro and it is best you do. But in case your workflow somehow demands using it, here is your code so as to achieve your end. !Select the day of the week you want to edit This week number is <>   <$select tiddler=<> > Monday Tuesda

[tw] Re: Question about >

2016-11-04 Thread 'Mark S.' via TiddlyWiki
I think qualify is useful for more complicated situations. Unless there was a reason to do otherwise, I would tend to just use a field in the working macro. Then your select would be: <$select field="dayfield" > Eliminate the <$set...> tags. In the action-sendmessage make ... ... dayfield={{

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Matabele
Hi Danielo Yes -- it contains bits of code from the ActionSetfield and ActionListops widgets -- then a bit left over from my old MakeTid widget and gets a great big boost from Tobias's make[] filter. Actually, Tobias's filter was the inspiration for rewriting the widget -- essentially, because

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Danielo Rodríguez
El miércoles, 7 de septiembre de 2016, 8:26:15 (UTC+2), Matabele escribió: > > Hi Rizwan > > I created a plugin for precisely this purpose -- head over to the MakeTid > plugin wiki to see some examples. > > I put this up in a hurry for someone else -- there are

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Rizwan Ishak
Absolutely fantastic. Does the whole thing in a line!. -- 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 gro

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread Matabele
Hi Rizwan I created a plugin for precisely this purpose -- head over to the MakeTid plugin wiki to see some examples. I put this up in a hurry for someone else -- there are brief docs in the Preferences/Plugins tab. The maketid[] filter is a stripped down versi

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread Rizwan Ishak
Thank you!!! -- 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@googlegrou

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread 'Mark S.' via TiddlyWiki
In your first case, you weren't assigning a title. Every tiddler needs a title. This code seemed to do the trick: <$button> <$list filter="[[Fruits]indexes[]sort[title]]" variable="index"> <$action-setfield $field="title" $value=<> /> Multiple Tiddlers, Yay!! getIndex appears to need a prope

[tw] Re: question about using a parameter for the sortBy clause in an FET

2014-08-30 Thread steve
Me again: I figured it out, just use "$5" for the sortBy argument and "$6" for the sort order argument' sortBy "S5" "$6" Steve Wharton On Saturday, August 30, 2014 1:24:51 PM UTC-4, steve wrote: > > Hello: > > Is there a way to use an argument instead of hard coding the sortBy > condit

[tw] Re: Question about a modified tagged box

2013-01-22 Thread Scott Simmons
Messy, but it sounds like it's doing the trick for the moment. Maybe you could try setting the widths of the .viewer and .tagged/.tagging DIVs permanently: .tagging, .tagged { width: 20%; } .viewer {width:80% } I think that will give you a permanent triptych-style tiddler with 40% of the tiddl

[tw] Re: Question about a modified tagged box

2013-01-22 Thread David Gifford
Thanks Scott, I know that doing the display none you suggest won't work because it will make it invisible whether there are tags or not, and obviously I want it visible when there are tags. I tried .tagged .tiddlyLinkNonExisting {display:none;}, but that did not change anything. I tried the 1

[tw] Re: Question about a modified tagged box

2013-01-21 Thread Scott Simmons
Hi, Dave — I'm not in front of my TWs right now to check, but I *think* this will render the tagging (and/or tagged) box invisible if there's nothing to display (which would solve part of your problem): .tagging { display:none; } .tagged { display:none; } As for the other, it might be as simpl

[tw] Re: Question about styling with TaggedTemplateTweak

2011-07-14 Thread Dave Gifford - http://www.giffmex.org/
Cheers indeed! Thanks a bunch, Mans! See the following links to see what the end result looks like http://giffmex.org/GiffmexNTdatabase.html#[[Romans%205%2C%20James%201%2C%20and%201%20Peter%201]] http://giffmex.org/GiffmexNTdatabase.html#[[Forgiveness%20in%20Matthew]] http://giffmex.org/GiffmexNT

[tw] Re: Question about styling with TaggedTemplateTweak

2011-07-14 Thread Måns
Hi Dave >All I would really like to do is have all the external links inside a > tiddler tagged suchandsuch to be a certain color. You can do it in your StyleSheet tiddler - like this: div[tags~="redLink"] a.externalLink{ text-decoration: none; color:red; padding-right: 1em; background: tran

[tw] Re: Question about styling with TaggedTemplateTweak

2011-07-14 Thread PMario
May be this is an option. http://coloredlinks.tiddlyspot.com/ -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr

[tw] Re: Question about styling with TaggedTemplateTweak

2011-07-14 Thread PMario
On 14 Jul., 04:15, "Dave Gifford - http://www.giffmex.org/"; wrote: > Hi guys > > I have been digging through here trying to find this on my own, but I > failed. > > I am using TaggedTemplateTweak to distinguish tiddlers by tag. All I > would really like to do is have all the external links insi

[tw] Re: Question about styling with TaggedTemplateTweak

2011-07-13 Thread Dave Gifford - http://www.giffmex.org/
Sorry Hans, I know there is a way to do what I mentioned without manually adding syntax around every link. It either amounts to tweaking the suchandsuchViewTemplate or adding a secondary Stylesheet. Just don't know how to do either Dave On Jul 13, 10:22 pm, HansBKK wrote: > Warning - I'm not too

[tw] Re: Question about styling with TaggedTemplateTweak

2011-07-13 Thread HansBKK
Warning - I'm not too sure about the below, so if a more knowledgeable TWer sees mistakes, corrections would be appreciated. . . This plugin is designed to change the view/edit *templates* to your customized ones, not change the display of the inline text within your tiddler's content. I think

[tw] Re: Question about EditSectionPlugin

2011-06-29 Thread axelm
Also a question for Eric: How can I change the font in the edit panel? I tried several ways, but it doesn't want to change. thank you, axelm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://gro

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
Yes, that is kind of "double mubble". But that works great now, exactly how I wanted it, totally "inline". Looks great, and people can edit certain parts of a tiddler without having to go into edit mode. When you go into edit mode everything is selected! My wife managed on several occasions to pre

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread Eric Shulman
Addendum: upon careful re-reading of your OP, you want to *display* the section content inline, just without rendering the surrounding section delimiters. This can be done by embedding a <> macro following the <> macro, like this: <><>/% !My Notes some text !%/ Note: By default, the T

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
But I wanted the text "some text" to show, just not the header. axelm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/YJEfypRHMlEJ. To post to this group, sen

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread Eric Shulman
Why did you put comment markers INSIDE the section content? That makes no sense. As I previously indicated in my example, the *entire section* is surrounded by the comment markers. In fact, you *cannot* use comment markers inside the hidden section content, because TW comments don't "nest". As

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
Never mind, this works: <>/% !My Notes %/ some text /% !%/ Now the only minor problem is, in the edit panel the "/%" and "%/" show up like this: %/ some text /% axelm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discus

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
Hello Eric, I put this in a tiddler like you said: <>/% !My Notes%/ some text ! I put the "%/" behind the "My Notes" but now, when I want to edit, the edit panel comes up empty and I can't save any text that I put into it. axelm -- You received this message because you are subscribed

[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread Eric Shulman
> <> > !My Notes > some text > ! > How can I have it just display the text I entered, ie; "some text" > > I don't want: > (1) The empty line between "edit section.." and "My Notes" > (2) The text "My Notes" > (3) The empty line after "some text" You need to create a "hidden section" by us

[tw] Re: Question about "forEachTiddlerPlugin"

2011-04-21 Thread axelm
Hello whatever, that worked!!! Thank you so much, axelm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@goo

[tw] Re: Question about "forEachTiddlerPlugin"

2011-04-21 Thread whatever
Try this: write '"<\>"' Note that there are two single quotes, which contain the write statement, and four double quotes, which contains the literals. Also, when using the <<...>> syntax in fET, you need to escape at least one ending > (ie: <<...>\>) within the fET. w On Apr 21, 4:43 pm, axelm w

[tw] Re: Question about formatting within curly braces

2010-10-03 Thread Ton van Rooijen
Hello TK, It's much easier, using standard TW formatting for "bold" text, i.e. twice a single quote (') before and after the text. Try e.g. this: '' {{{ webdb CHALK 10204 $ ls -l }}} '' {{{ total 56 -rw-r--r-- 1 webdb oinstall1164 Nov 23 2009 arch_backup.template -rw-r--r-- 1 webdb oins

[tw] Re: Question about formatting within curly braces

2010-10-02 Thread Tobias Beer
Hi TK, You could do it this way... {{fl{ {{{ webdb CHALK 10204 $ ls -l }}} }}} {{{ total 56 -rw-r--r-- 1 webdb oinstall1164 Nov 23 2009 arch_backup.template -rw-r--r-- 1 webdb oinstall1203 Nov 23 2009 }}} <> ...wheras "fl" would be the css class which you wrap around your firstline

[tw] Re: question about creating links to local files

2010-01-29 Thread Måns
Hi TB I have no experience with mac filepaths whatsoever.. However I am using a PortableApp derivative called "GeekMenu". In the Advanced Options dialog you can setup shortcuts. In my setup: "$HOSTDRIVE$:\DRO Folder\Tools & Documents\Narratives\Condensed Narrative Nov 2009.dot" would work for any

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-10-01 Thread Iggy
Wow. Thanks Eric. I understand what you say that happens... Now, with the Cookie override, it works perfect! On Sep 30, 1:58 pm, Eric Shulman wrote: > > I have just seen that the SinglePageModePlugin does not work in > > Internet Explorer or in Google Chrome. Is there any chance to make > > them

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-30 Thread Eric Shulman
> I have just seen that the SinglePageModePlugin does not work in > Internet Explorer or in Google Chrome. Is there any chance to make > them work in those browsers as well? SinglePageModePlugin definitely does work in both IE and Chrome (and Opera, Safari, and FireFox, of course, as well). One

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-30 Thread Måns
When I use Eric's QuickStart document basics.html - the SinglePageModePlugin works fine, in GoogleChrome. Also Morris' TwT-Treeview and Dave's NoteStorm, with TiddlersBarPlugin, works well in Google Chrome. Regards Måns Mårtensson On 30 Sep., 11:41, Iggy wrote: > Hi there! > > I have just seen

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-30 Thread Måns
You could also take a look at Eric Shulmans QuiskStart documents: http://www.tiddlytools.com/#QuickStart In his basics.html singlepagemodeplugin is already installed - and you just have to tick the option in the plugin tiddler. http://www.tiddlytools.com/quickstart/basics.html#SinglePageModePlugin

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-30 Thread Måns
Welcome Nacho There are TiddlyWiki-adaptions, which are already setup with TiddlerBarPlugin (and disable Tabs if needed) One of them is NoteStorm by Dave Gifford: http://giffmex.org/NoteStorm.html another exellent example is Morris Gray's TwT-treeview http://twt-treeview.tiddlyspot.com/ They are

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-30 Thread Iggy
Hi there! I have just seen that the SinglePageModePlugin does not work in Internet Explorer or in Google Chrome. Is there any chance to make them work in those browsers as well? All the best. I On 27 sep, 17:27, Iggy wrote: > Thanks both, Wolfgang and Shavinder. Both plugins deal exactly with

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-27 Thread Iggy
Thanks both, Wolfgang and Shavinder. Both plugins deal exactly with that that I was looking for. The TAB plugin in VisualTW is amazing, I love it!! Best. On Sep 27, 6:07 am, shavinder wrote: > Hello Nacho, > First welcome to TW world, its a wonderful thing. > > I also think that too many tiddle

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-26 Thread shavinder
Hello Nacho, First welcome to TW world, its a wonderful thing. I also think that too many tiddlers animating up and down can be potentially confusing initially. Along with wolfgangś excellent suggestion, you may also try TiddlersBarPlugin, found here http://visualtw.ouvaton.org/VisualTW.html , wi

[tw] Re: Question about closing tiddlers automatically, when you click to open another tiddler.

2009-09-25 Thread wolfgang
Hi Nacho, See the documentation on SinglePageModePlugin, which will more than satisfy your need: http://www.tiddlytools.com/#SinglePageModePluginInfo Regards.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Tiddl

[tw] Re: Question about dragging and dropping images

2009-09-15 Thread Dave Gifford
That's alright, you've already helped me quite a bit in the last 24 hours. I can't get greedy now, can I? Dave On Sep 15, 12:36 pm, Eric Shulman wrote: > > Is there a way to make Filedropplugin and Attachfile work like > > Evernote, where you drag and drop an image and what you get is the > > i

[tw] Re: Question about dragging and dropping images

2009-09-15 Thread Eric Shulman
> Is there a way to make Filedropplugin and Attachfile work like > Evernote, where you drag and drop an image and what you get is the > image displayed only, not a big table and usage guides? When you drop images into a TW document, it creates new 'attachment tiddlers' to contain the necessary in

[tw] Re: Question about SearchOptionsPlugin

2009-09-14 Thread François D
OK I found it : .searchResults .button {font-weight:bold;color:#000} Sorry for not having tried enough ... before asking ! FrD On 14 sep, 15:39, FrD wrote: > Hello, > I have a "CSS" question about SearchOptionsPlugin : > I'd like to have more visible buttons on the searchResults panel so > t

[tw] Re: question about matchtags

2009-08-04 Thread Eric Shulman
> I also tried (in a slightly different tact)... > <     where >         'tiddler.tags.containsAll([context.inTiddler.title, "task"])' >     write >          '{{"< [["{{tiddler.title}}"]]>>"}}+"\n"' This approach avoids the problem of tags containing parentheses, and should work. One minor synta

[tw] Re: question about matchtags

2009-08-04 Thread Eric Shulman
> <\> %0"}} "\n" > task {{tiddler.title}}>> > > I get the error: > > looking for 'task Phone call to MichaelVincent (27-Jul-09)' > using expression: '/\~task Phone call to MichaelVincent > \~/.test(tiddlertags) ( /\~27-Jul-09\~/.test(tiddlertags) ) ' > TypeError: /\~task Phone call to MichaelVince

[tw] Re: question about matchtags

2009-08-04 Thread yardbird
I also tried (in a slightly different tact)... <>"}}+"\n"' >> but again don't have it right. On Aug 4, 8:08 pm, Trent Jordan wrote: > Thanks Eric, > > This almost worked. > > If I just use the line: > <\> %0"}} "\n" > {{tiddler.title}}>> > it works a dream. The only problem is that I have other

[tw] Re: question about matchtags

2009-08-04 Thread Trent Jordan
Thanks Eric, This almost worked. If I just use the line: <\> %0"}} "\n" {{tiddler.title}}>> it works a dream. The only problem is that I have other tags and I want to limit it to just the "task" tagged tiddlers that also have the {{tiddler title}}. When I try the line: <\> %0"}} "\n" task {{tidd

[tw] Re: question about matchtags

2009-08-03 Thread Eric Shulman
> below obviously doesn't work, but hopefully you get the gist? > <\> > %0"}} "\n" task [[tiddler.title]]>> You got it almost right... just change [[tiddler.title]] to {{tiddler.title}} so that it uses a computed parameter instead of a literal value of "tiddler.title" enjoy, -e Eric Shulma

[tw] Re: Question about combining thumbnail images, captions and sliders.

2009-01-19 Thread steve
Eric I am looking for an option to the table solution that you suggested earlier. What I am looking for an display:inline versus a display:block solution. This way I could insert one or more images within a line or text or bullet expanding any of the thumb images into the full size images. For

[tw] Re: Question about combining thumbnail images, captions and sliders.

2009-01-15 Thread steve
All: Thanks to Eric's advice I was able to define a macro to display a thumbnail image, caption and slider for any given input tiddler with the appropriate three fields. I went one step further and defined some css styles (borrowing from Rhonda's image caption thread styles) to draw the box and

[tw] Re: Question about combining thumbnail images, captions and sliders.

2009-01-14 Thread steve
Eric I will give it a try and see how it works. Thanks for the help. Steve Wharton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com

[tw] Re: Question about combining thumbnail images, captions and sliders.

2009-01-14 Thread Eric Shulman
> What I would like to be able to do is to display two or more thumbnail > images in a horizontal row (see example below)  and below each > thumbnail display a formatted caption and below that the slider > button. Give this a try: First, create a tiddler called [[ThumbThing]], containing: <> <>