[tw] Re: Using forEach with

2013-10-31 Thread cmari
dlywiki.abego-software.de/#DataTiddlerPlugin There's pretty good documentation in the plugin description, showing how in fET you can either use DataTiddler.getData(tiddler,field) OR tiddler.data("field") cmari On Thursday, October 31, 2013 6:41:50 AM UTC-7, Anton Aylward wrote: &g

[tw] Re: [TWC] sort by defined slice using FET ?

2013-12-04 Thread cmari
Hi Julien, You should be able to use sortBy 'tiddler.title+"::valueByteNumber"' ascending or did I misunderstand what you want? cmari On Wednesday, December 4, 2013 6:48:18 AM UTC-8, julien23 wrote: > > Hi All > > I use ForEachTiddlerPlugin to build electronic

[tw] Re: [TWC] how to get a tiddder's alias with $1

2013-12-04 Thread cmari
; Can you explain a bit more about what you're looking for? cmari On Wednesday, December 4, 2013 9:47:46 AM UTC-8, julien23 wrote: > > Hi all > > Some of my tiddlers have values stored in table : > > |~|value||h >> |defaultValue|4| >> |valueUnit|newtons| >> |

[tw] Re: Andtidwiki and dropbox

2013-12-15 Thread cmari
pdate it). Does that help? cmari On Thursday, December 12, 2013 1:33:40 PM UTC-8, passingby wrote: > > I've just installed Andtidwiki on my samsung galaxy s4. From what I > understand uptil now AndTidWiki can access TW files lying in its local > folder andtidwiki. Is it possible t

Re: [tw] Re: How can I color text?

2014-01-31 Thread cmari
Stephan, in your "small improvements" version, is that a typo in export.name? Should it be "tinto" instead of "tinfo"? cmari On Fri, Jan 31, 2014 at 11:31 AM, Ton Gerner wrote: > The advantage is that you don't have to know javascript to make macros. I &

Re: [tw] Re: How can I color text?

2014-01-31 Thread cmari
oops, I wasn't trying to question the word itself (!), merely (the consistency of) its spelling in the example macro. In order to make the macro work, I had to change the letter "f" to the letter "t" in the word "tinfo" in this line: exports.name = "tinfo"; On Fri, Jan 31, 2014 at 2:54 PM, D

[tw] TW5 Button inside a list?

2014-02-18 Thread cmari
hat I'd really like is to be able to put the text into *either *tiddler1 or tiddler2, depending on which button is clicked). http://cmaritw5.tiddlyspot.com/ Thanks! cmari -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

Re: [tw] Re: TW5 Button inside a list?

2014-02-18 Thread cmari
Interesting. Now I can click the tiddler1 button as many times as I like and the append will continue to work, but it only works once for tiddler 2. In fact, the next time I click the tiddler2, it appends the entire text from tiddler1. On Tue, Feb 18, 2014 at 12:53 PM, Stephan Hradek wrote: > C

Re: [tw] Re: TW5 Button inside a list?

2014-02-19 Thread cmari
Thanks, that's exactly it, though it's rather demoralizing to realize how far away I am from being able to even understand, let alone come up with, such a solution. (Where, for example, should I have been able to find instructions about how to use {{$(tiddler)$}}?) thanks much,

Re: [tw] Re: TW5 Button inside a list?

2014-02-20 Thread cmari
It works for my purposes so far - you can see where I put it into "Another button test" here: http://cmaritw5.tiddlyspot.com/ Where exactly would you think the quotes might be needed? (Maybe that might help me understand exactly what's going on inside that macro call!) On Thursday, February 20,

[tw] Re: [TWC] getTiddlerSlice() problem

2014-02-22 Thread cmari
Hi Anton, One thing that may not be obvious, even if documented, is that slice names can't contain spaces. There was a discussion about this a couple of months ago: https://groups.google.com/forum/?hl=en#!topicsearchin/tiddlywiki/slice$20space|sort:date|spell:true/tiddlywiki/AznYzypPooI cmar

[tw] [TW5] Is it possible to use a dropdown to select tags from within a certain group without affecting the other tags attached to a tiddler?

2014-02-22 Thread cmari
The subject line really says it all. I put up a demonstration of the kind of thing I was trying to do: /http://cmaritw5.tiddlyspot.com/ Thanks! cmari -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

[tw] Re: [TW5] Is it possible to use a dropdown to select tags from within a certain group without affecting the other tags attached to a tiddler?

2014-02-23 Thread cmari
umber of tags, individual checkboxes are also not a bad option. Thanks! cmari On Sunday, February 23, 2014 6:14:18 AM UTC-8, PMario wrote: > > have you had a look, how the EdtiTemplate does it? > -m > -- You received this message because you are subscribed to the Google Groups &

[tw] Re: [TW5] Is it possible to use a dropdown to select tags from within a certain group without affecting the other tags attached to a tiddler?

2014-02-24 Thread cmari
Hi Stephan! I'm really only playing around with things you developed, so I'm not an expert, but I thought: 1. your list splitter is a great way to tell a radio button about its siblings, BUT 2. radio buttons can only affect field values, not tags? cmari On Sunday, February 23, 201

[tw] Re: [TW5] group by field

2014-03-02 Thread cmari
ready existed). <$list filter="[!is[system]has[subtopic]each[subtopic]sort[subtopic]]"><$link to={{!!subtopic}}><$view tiddler={{!!subtopic}} field="title"/> <$list filter="[subtopic{!!subtopic}sort[title]]"> <$link to={{!!title}}><$v

[tw] [TW5] TranscludeWidget vs. transclusion in WikiText

2014-03-03 Thread cmari
rhaps there could even be built-in templates to allow for something like {{A||block}} vs. {{A||inline}}? (or 3, I'm sure cleverer people will think of even better ideas and/or correct my misunderstandings). cmari -- You received this message because you are subscribed to the Google Group

[tw] Re: [TW5] Transclusion to include titles

2014-03-03 Thread cmari
quot;> {{!!title||full}} Alternatively, slide 6 in http://giffmex.org/TiddlyQuickly.html demonstrates how you could just add <$view field="title"/> (and a couple of line breaks) to what you've already got: <$list filter="[tag[A]sort[created]]"> !<$view

[tw] Re: [TW5] TranscludeWidget vs. transclusion in WikiText

2014-03-03 Thread cmari
Or at least collected in an obvious place, with clear instructions for how to deploy them. cmari On Monday, March 3, 2014 1:49:32 PM UTC-8, PMario wrote: > > On Monday, March 3, 2014 8:10:48 PM UTC+1, cmari wrote: >> >> So two things: >> 1. perhaps the documentatio

[tw] Re: [TWC] TagglyTagging setup help?

2014-03-11 Thread cmari
The MPTW blog contains a link to this site where you can play around to see the difference between "Group by tags" and "sitemap": http://animals.tiddlyspot.com/ cmari > > Also, What's the difference between the "Group by tags" and "sitemap" v

Re: [tw] Re: What is your TW5 plugin wishlist?

2014-03-14 Thread cmari
the toolbar: By default, "New here" will appear to the right of the other icons in the toolbar. If you want it somewhere else, open the tiddler $:/tags/ViewToolbar and insert $:/_Newhere into the list in the order you prefer. Optional Step seven, if you always want your newly create

[tw] Re: [TW5] Visual timeline widget plugin v0.8.1 released

2014-03-15 Thread cmari
I too was initially more intrigued by the example than the plugin itself, as I'm in the midst of planning the trip on which we'll be able to check off a fourth item on that list! cmari On Saturday, March 15, 2014 2:18:24 PM UTC-7, Jon wrote: > > Excellent - must fin

[tw] [TW5] Color of text in tag pills

2014-03-16 Thread cmari
#x27;d be happy to accept a different, more automatic adjustment for visibility. Are there still plans for that (or did I perhaps just overlook something)? cmari -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: [TW5] group by field

2014-03-16 Thread cmari
lexibility). cmari On Tuesday, March 4, 2014 1:43:31 PM UTC-8, Scott Kingery wrote: > > Thanks for the quick response, Stephan! I've updated my example wiki and > changed the Books Tiddler to include your code for future reference. > > On Tuesday, March 4, 2014 1:24:15

[tw] Re: [TW5] group by field

2014-03-17 Thread cmari
#x27;m now using "ImportantList" instead of "MyList" at http://cmaritw5.tiddlyspot.com. But what I'm still clueless about is how to actually write the filters to create the outer and inner lists. cmari On Monday, March 17, 2014 1:26:56 AM UTC-7, Stephan Hradek wrote:

[tw] Re: [TW5] group by field

2014-03-17 Thread cmari
Actually, I'm even more baffled now, because in my own local TW, I can click on "important" in the list and it will open the tiddler called "important". That obviously doesn't work in my example on Tiddlyspot. cmari On Monday, March 17, 2014 8:35:23 AM UTC-

[tw] Re: [TW5] group by field

2014-03-17 Thread cmari
Hi Stephan, you are right of course - I had only seen your message with the three-step description, not the reply in which you included the tiddler contents. Your solution works perfectly, thanks very much! cmari On Monday, March 17, 2014 9:42:47 AM UTC-7, Stephan Hradek wrote: > > Why

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread cmari
Yes, I was too quick - what I suggested won't affect "float". It should, however, keep the image inside the tiddler. cmar On Tuesday, March 18, 2014 6:56:37 AM UTC-7, Stephan Hradek wrote: > > No, this is not an TW issue. It's normal HTML/CSS. > -- You received this message because you are sub

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread cmari
Hi Vpl, Can't remember where I found this, but try using this format (in particular, don't use the word "style"): cmari On Tuesday, March 18, 2014 6:25:01 AM UTC-7, vpl wrote: > > Hi, > > I'm concerned by the fact that the image is exceeding the tidd

[tw] Re: TW5 field pres-set value

2014-03-21 Thread cmari
Once you have your list filter, $:/core/ui/EditTemplate/type has an example of setting up the dropdown (sorry if that part was already completely obvious). cmari On Friday, March 21, 2014 12:05:36 PM UTC-7, Stephan Hradek wrote: > > Check the Listselect Widget o

[tw] Re: Dynamically populate the 'param' parameter of $button

2014-04-03 Thread cmari
Does it work like this? (note that the field name can't actually contain uppercase letters). [tag{!!ATag}] cmari On Thursday, April 3, 2014 7:00:05 AM UTC-7, Ulrik Stervbo wrote: > > Thanks - sorry I wasn't clear, I wanted to use the value defined in a > field to dynamica

Re: [tw] Re: Concatenate fields

2014-04-04 Thread cmari
=linkpdf title={{!!filename}}/> cmari On Friday, April 4, 2014 6:39:24 AM UTC-7, Ulrik Stervbo wrote: > > I did try that but that doesn't work ( data={{!!path}}{{!!filename}} type="application/pdf" width="100%" > height="500px"/>). > > The

Re: [tw] Re: TW5 Split operator not working on 5.0.10

2014-04-30 Thread cmari
Thank you, Stephan! cmari On Wed, Apr 30, 2014 at 2:46 PM, Stephan Hradek wrote: > I've posted a fix on tiddlystuff.tiddlyspot.com > > Please not that I'm still not at TW 5.0.10 so you need to copy and paste > the source you will find at the bottom of "Selfmade L

Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-08 Thread cmari
d a Context, Tickler, or Project) I wish I were good enough at debugging to help figure out why cmari On Thursday, May 8, 2014 4:50:50 AM UTC-7, Matabele wrote: > > Hi > > Had a look in Firefox - the scrollbars look better with the Vanilla > palette, and not too bad with the Blu

Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-11 Thread cmari
[]sort[title]]-[field:color[#89C6AF]]" template="$:/core/ui/TagTemplate" storyview="pop"/><$list filter="[all[current]tags[]field:color[#89C6AF]sort[gtid-order]]" template="$:/core/ui/TagTemplate" storyview="pop"/> Thanks aga

Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-11 Thread cmari
list filter="[all[current]tags[]sort[title]]-[field:color[#89C6AF]]" template="$:/core/ui/TagTemplate" storyview="pop"/><$list filter="[all[current]tags[]field:color[#89C6AF]sort[gtid-order]]" template="$:/core/ui/TagTemplate" storyview=&quo

[tw] [TW5] Can't delete fields in 5.0.12?

2014-05-25 Thread cmari
returns. cmari -- 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

[tw] Re: [TW5] Can't delete fields in 5.0.12?

2014-05-25 Thread cmari
ld, make a change in the text of the tiddler or add another field. Then the deletion gets saved. cmari On Sunday, May 25, 2014 12:25:29 PM UTC-7, cmari wrote: > > As best I can tell, removing fields worked in 5.0.10, but no longer works > in an otherwise empty 5.0.12 file. > >

[tw] Re: [tw5]list filter field !value question

2014-05-25 Thread cmari
Hi Hi Måns, Maybe I don't understand what you're doing, but the following seemed to work for me: <$list filter="[!mark[1]]"><$view field="1"/> cmari On Sunday, May 25, 2014 2:11:33 PM UTC-7, Måns wrote: > > <$list filter="[!field:

[tw] Re: [tw5]list filter field !value question

2014-05-25 Thread cmari
Does it help to tag to the filter? <$list filter="[tag[sang]skift[1]]"><$view field="1"/><$list filter="[tag[sang]!skift[1]]"><$view field="1"/> On Sunday, May 25, 2014 2:44:12 PM UTC-7, Måns wrote: > > Hi cmari > >

[tw] Re: [tw5]list filter field !value question

2014-05-25 Thread cmari
sorry, typo: Does it help to *add a* tag to the filter? <$list filter="[tag[sang]skift[1]]">< span class="red"><$view field="1"/><$list filter="[tag[sang]!skift[1]]"><$view field="1"/> On Sunday, May 25, 2014 3:05:

[tw] Re: [TW5] The <$maketid> and <$setfield> widgets

2014-06-03 Thread cmari
Thanks for creating widgets to do exactly what I'd been puzzling over! One thing I still can't figure out: Is is possible to create a single button that simultaneously: 1. sets field info AND 2. removes a (specified) tag? Thanks! cmari -- You received this message because you are

[tw] Re: [TW5] The <$maketid> and <$setfield> widgets

2014-06-03 Thread cmari
sage="tw-set-field"> <$mangletags add="newtag"> <$button message="tw-mangle-tags">button text here (I haven't included a target because I put this in a tiddler called MyButton and then use it inside other tiddlers, e.g., {{!!title||MyButton}} ) Th

[tw] Re: [TW5] The <$maketid> and <$setfield> widgets

2014-06-03 Thread cmari
that I've eliminated an entire <$mangletags> the whole thing is even more satisfyingly elegant cmari On Tuesday, June 3, 2014 12:14:13 PM UTC-7, Matabele wrote: > > Hi cmari > > I don't know what you are trying to achieve, but there's also a 'find and

[tw] Re: [TW5] The <$mangletags> widget

2014-06-07 Thread cmari
Multiple substitutions with a single button - did you ever find a way to do this? I'd be really interested! cmari On Friday, May 30, 2014 9:07:01 AM UTC-7, Matabele wrote: > > Hi > > I have been experimenting -- the <$mangletags> widget can be used to > create a

Re: [tw] Re: [TW5] How to right align tabs and not their content

2014-06-13 Thread cmari
Hi Jeremy, I think the "FilterOperator: listed" tiddler may contain an extra right bracket? [all[current]listed[]]] and now [all[current]listed[my-special-list]]] cmari On Fri, Jun 13, 2014 at 2:59 AM, Jeremy Ruston wrote: > Hi Alberto > > > the reverse filter opera

[tw] Re: [TW5] The <$mangletags> widget

2014-06-19 Thread cmari
uot;btn-invisible">{{!!title}} > Is there any way to automate the generation of the widget message in such a way that all of the substitutions will take place with a single button press? cmari -- You received this message because you are subscribed to the Google Groups "T

Re: [tw] Re: Preview of 5.0.13

2014-06-23 Thread cmari
Still can't delete a field without making another change to the tiddler, correct? On Mon, Jun 23, 2014 at 2:31 AM, Måns wrote: > Hi Jeremy > > >> I've just fixed this problem and uploaded a new prerelease to >> http://tw5test.tiddlyspot.com. If it all looks well I'll release later >> today or t

Re: [tw] Re: Preview of 5.0.13

2014-06-23 Thread cmari
Thanks, Mans and very sorry for the confusion - I was in the wrong tab and thought I was still looking at the preview website. cmari On Mon, Jun 23, 2014 at 6:54 AM, Måns wrote: > In the previous preview of TW 5.13 I couldn't delete a field and save it > without making another ch

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread cmari
add="$newtag$" message="tw-set-field"> <$button message="tw-mangle-tags"> cycle \end \define prepare2() <$macrocall $name="swaptag" to={{!!title}} newtag=<>/> \end <$set name="now" value={{!!current}} > <$set name=&qu

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread cmari
quot; rather than "after"). cmari On Tuesday, July 1, 2014 2:47:46 PM UTC-7, Måns wrote: > > Hi cmari and Stephan > > If I write: > > \define nexttag(now) > [list[Daylist]after[$(now)$]][list[Daylist]first[]]+[first[]] > \end > > seems to work fine :-)

[tw] Re: Help with ForEachTiddler - take 2

2012-02-28 Thread cmari
While this is not an fET-specific answer, maybe what you want is Tobias's ColoredLinksPlugin? http://coloredlinks.tiddlyspot.com/#Welcome cmari On Tuesday, February 28, 2012 6:04:02 AM UTC-6, magev958 wrote: > > Hi, a long time ago I got some help with the code to get a one lin

[tw] Re: The magic of MPTW

2012-03-24 Thread cmari
I'm not sure where it would need to be inserted in your specific use case, but this line in the Stylesheet seems to be the important one: .toolbar { float:right; } cmari On Saturday, March 24, 2012 7:39:15 AM UTC-5, Poul wrote: > > NB: In both cases, it isn't actually Vie

[tw] Re: FET Results with Table Headers

2012-03-31 Thread cmari
ntain the field "author": where 'tiddler.tags.contains("Book")&&tiddler.data("Author")' cmari On Saturday, March 31, 2012 9:14:22 AM UTC-5, James wrote: > > Hi Whatever, > thanks again for the reply, but I

[tw] Re: problem with formTiddler macro

2012-04-09 Thread cmari
Hi seba, I use tiddlers with forms daily and all my tiddler titles include underscores, so I wonder if something else is going on. Could you put up a minimal test case somewhere that we could see? cmari On Monday, April 9, 2012 3:42:32 AM UTC-5, Seba wrote: > > Hi, > > I

Re: [tw] TiddlyWiki really messed up my life this time. Urgent help needed!

2012-06-14 Thread cmari
Hi Dave, In order for the sorting to work correctly, each tiddler needs to have a (defined) call number. cmari On Thu, Jun 14, 2012 at 6:03 AM, David Gifford wrote: > Hi everyone. > > And after all I did for TiddlyWiki, creating a tutorial, a list of > plugins, and various adaptat

[tw] Re: Announcement: TiddlyWiki 2.6.6 Beta 1

2012-08-29 Thread cmari
Hi Eric, Sorry for a really dumb question, but could you explain how to download? Thanks! cmari On Tuesday, August 28, 2012 10:10:49 AM UTC-5, Eric Shulman wrote: > > Greetings All! > > I'm pleased to announce that TiddlyWiki v2.6.6 has been advanced from > ALPHA to BET

Re: [tw] Re: Announcement: TiddlyWiki 2.7.0 Beta 1

2012-10-30 Thread cmari
.Disable the TiddlyFox (1.0alpha3) extension 3. Use ImportTiddlersPlugin (built-in backstage import gave a CORS error) 3. Use the previous version of tiddlysaver.jar This was pretty fiddly and to be honest it makes no sense to me, but I'm reporting in case it means something to others! cmari

Re: [tw] Re: Announcement: TiddlyWiki 2.7.0 Beta 1

2012-10-30 Thread cmari
nks to hints I found here: https://groups.google.com/forum/?hl=en&fromgroups=#!searchin/tiddlywikidev/save$20error/tiddlywikidev/dAWrQ7XrBM4/XruiwOcpQt4J\ I gather that means I'm doomed once the new version of Firefox arrives) cmari On Tue, Oct 30, 2012 at 7:35 AM, cmari wrote: >

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread cmari
haracter "»" After saving and reloading, the tiddler contains "»" Rather amusingly, each new save and reload adds an additional  (or other odd character) to the tiddler text cmari On Sunday, March 3, 2013 1:55:53 AM UTC-8, Jeremy Ruston wrote: > > Hi Arc > > Th

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread cmari
Error: netscape.security.PrivilegeManager is undefined disable any plugins that contain the text netscape.security.PrivilegeManager.enablePrivilege cmari On Sunday, March 3, 2013 11:44:17 AM UTC-8, Jeremy Ruston wrote: > > I've uploaded a new 1.0alpha11 that seems to fix things for me, at lea

[tw] Re: Security in Saving TiddlyWiki

2013-03-21 Thread cmari
restarting. Reading Jeremy's message makes me think that may be important for more than just my own impatience?! cmari On Thursday, March 21, 2013 10:07:09 AM UTC-7, PMario wrote: > > On 21 Mrz., 07:34, TonyM wrote: > > Using the configuration detailed in my first po

[tw] Re: ForEachTiddler by field

2013-04-02 Thread cmari
;"201203010500"&&tiddler.fields.mgtd_date<"201205010500")' sortBy 'tiddler.fields.mgtd_date' write '"[["+tiddler.title+"]] "+tiddler.fields.mgtd_date+" just because we can "+store.getValue("Some Other Tiddler

Re: [tw] title list format in TW5

2013-08-28 Thread cmari
when coming from classic TW. (Though I admit that might be because in the documentation I didn't pay much attention to the "WikiText" tiddler, thinking rather too smugly that I already knew about all of that). cmari On Wed, Aug 28, 2013 at 1:36 PM, Joshua wrote: > If I someh

Re: [tw] Re: TW5 Feature Request: List 'untagged' Tiddlers

2013-09-12 Thread cmari
One (really unsophisticated but quick!) way to find untagged tiddlers is to sort them by their tags: <$list filter="[modifier[MYUSERNAME]sort[tags]]" > <$view field="title" format="link"/> <$view field="tags" /> cmari On Thu, Sep

Re: [tw] Re: Creating tiddler using forms

2013-10-20 Thread cmari
Hi Anton, If you changed the "text" part of your clickify macro to include the formTiddler macro: *<"+">"}}>> * then after saving the tiddler, you'd have a tiddler containing a form that you could fill out. But perhaps I'm not understanding exactly w

Re: [tw] Re: Creating tiddler using forms

2013-10-20 Thread cmari
There's also NewSavedTiddlerPlugin. See this discussion: https://groups.google.com/forum/#!topic/tiddlywiki/Focq49HG2hA cmari On Sun, Oct 20, 2013 at 4:00 PM, Anton Aylward < anton.aylw...@antonaylward.com> wrote: > cmari said the following on 10/20/2013 06:09 PM: > >&

[tw] Re: DisableWikiLinksPlugin

2008-10-10 Thread cmari
It should work in mptw. Can you describe more specifically what you are trying to do that isn't working? cmari On Oct 10, 4:30 pm, Cordell <[EMAIL PROTECTED]> wrote: > The DisableWikiLinksPlugin doesn't seem to work in mptw. Is there any > way to make it work? Shou

[tw] Re: How to escape newlines?

2008-10-17 Thread cmari
Maybe the solution proposed by Wolfgang in an earlier thread would work? http://groups.google.com/group/TiddlyWiki/browse_frm/thread/83a25e1f96c4ec36/7e9a987f69f88814?lnk=gst&q=empty+lines#7e9a987f69f88814 or http://tinyurl.com/create.php cmari On Oct 17, 1:22 pm, Evaldas <[EMAIL PR

[tw] Re: Trying to add new here with newmeansnew functionality

2008-10-23 Thread cmari
can tell, it will give you the last tiddler - alphabetically - in your TW). cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googleg

[tw] Re: DCTableofContents Plugin & IE

2008-10-31 Thread cmari
Just in case you hadn't already seen it, there were useful tips about the DCTableofContentsPlugin in an earlier thread: http://tinyurl.com/62x9yb or http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d25b6d431be2c12c/eba3136e49b6c15a?lnk=gst&q=showtoc#eba3136e49b6c15a cmar

[tw] Re: Tables from Word to TW

2008-11-06 Thread cmari
4. Add a | to the beginning of the very first line and remove the unnecessary | after the last line. Copy and paste the table into TW. cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki"

Re: New Next Action in Project

2008-11-18 Thread cmari
I wondered about parentheses when I saw the original question. I've never been able to use the "+" button way of adding a new action to a project if the project title contains parentheses. cmari --~--~-~--~~~---~--~~ You received this message

[tw] Re: I think I broke MonkeyTagger

2008-11-28 Thread cmari
e not necessary, but not a bad idea!) http://www.tiddlytools.com/#InlineJavascriptPlugin cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send emai

[tw] Re: Possible bug with missing -> Orphan

2008-11-28 Thread cmari
One problem, I think, is the extra space in your link. It should be: [[biotopes|Biotope]] with no space after the vertical bar. cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread cmari
One thing to check: Make sure that there are no hard returns inside the write string (sorry if this only something that I'm seeing because of google groups formatting). cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread cmari
Sorry, my message must have crossed your most recent one - hard returns don't seem to be the problem! At the risk of making another obvious suggestion: Ken's sortable columns are done with the TableSortingPlugin (http://tw.lewcid.org/#TableSortingPlug

[tw] Re: how to exclude certain tiddlers in FET write actions

2008-12-01 Thread cmari
Add a where clause: <http://tiddlywiki.abego-software.de/#WhereClauseExamples cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email

[tw] Re: Using nested forEachTiddler loops

2008-12-05 Thread cmari
Alternatively, you can get all tiddlers tagged with the current tiddler's title by using context.inTiddler.title. For example: <> cmari > > Something like: For each tiddler whose tags contain "Key", list all > > tiddlers whose tags contain a tag of the sam

[tw] Re: Using nested forEachTiddler loops

2008-12-08 Thread cmari
r tiddler without needing to edit the "where tiddler.tags.contains" part. cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@go

[tw] Re: showReminders with negative dates

2008-12-09 Thread cmari
Hi Michael, Here's one suggestion from a previous thread: http://tinyurl.com/63r8zp (you can find more if you search for "leadtime") cmari > Is there a way to show the overdue reminders > (negative DIFF) and to indicate h

[tw] Re: formTiddler, newhere, newSavedTiddler question

2009-01-08 Thread cmari
This may not be the most efficient or elegant way, but here are some ideas: Get CoreTweak #444 from tiddlytools.com. Create your form in a tiddler called "MyFormTemplate". In some other tiddler, or in the ViewTemplate, you can then use the macro: <> cmari On Dec 19 2008, 12:55

[tw] Re: Transclusion + TaskOrganizerPlugin

2009-01-09 Thread cmari
x27;t refresh automatically. Any ideas? cmari --~--~-~--~~~---~--~~ 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

[tw] Re: Table of Contents

2009-01-17 Thread cmari
You could try making the change suggested by Eric in the 6th message in this thread: http://tinyurl.com/62x9yb or http://groups.google.com/group/TiddlyWiki/browse_frm/thread/ d25b6d431be2c12c/eba3136e49b6c15a?lnk=gst&q=showtoc#eba3136e 49b6c15a It did the trick for me. cmari > > I&#x

[tw] Re: if tagged A and B, then auto add tag C

2009-01-17 Thread cmari
eWhen plugins and add something to your ViewTemplateToolbar like: cmari --~--~-~--~~~---~--~~ 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: Table of Contents

2009-01-18 Thread cmari
hanges in your StyleSheet, for example: .dcTOC ul { color: red; } .dcTOC a { color: teal; margin-left: .5em; line-height: 2em; padding:0; } .dcTOC a:hover { background: #eee; } .dcTOCTop { color: teal; } cmari On Jan 18, 5:23 am, overett1 wrote: > > > The question then becomes, how can the DC

[tw] Re: if tagged A and B, then auto add tag C

2009-01-18 Thread cmari
; begin '"|Add the tag foobar|Tiddler Title|Tiddler Tags|h\n"' end 'count+" tiddlers\n"' >> cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki&qu

[tw] Re: FETing tidder title

2009-01-23 Thread cmari
Hi Skye, In the where clause in the FET macro you can use context.inTiddler.title (or context.viewerTiddler.title): <> cmari On Jan 23, 2:24 pm, skye riquelme wrote: > Hi All > > I am trying to get a FET line going that locates tiddlers with a > specific tag name AND the n

[tw] Re: MPTW plugin compatabilitiy

2009-01-27 Thread cmari
ar buttons, as in: This would (obviously) be something to keep in mind when installing other plugins that affect the edit and view templates or toolbars. cmari > specifically I was using the WikiBar plugin for some > formatting help and I couldn't get it to turn up on the MPTW. --~--~

[tw] Re: Getting lists into tables for printing??.. ITW

2009-02-01 Thread cmari
You've already figured out all the hard stuff, so maybe you've figured this one out by now too! If you have the TableSortingPlugin then you can just add |sortable|k to your begin statement: begin '"|sortable|k\n|!#|!Navn|K-gruppe|Gang|Værelse|h\n"' cmari > >

[tw] Re: CopyTiddler

2009-02-13 Thread cmari
e feedback but the jumble of different results has me completely baffled. cmari On Feb 13, 4:53 am, EduardWagner wrote: > Hi, > currently using: > CopyTiddlerPlugin 3.2.1 > tiddlywiki 2.4.3 > tiddlyweb 0.9.12 > TiddlyWebAdaptor 0.5.4 > ServerSideSavingPlugin 0.4.2 >

[tw] Re: CopyTiddler

2009-02-15 Thread cmari
Thank you! cmari (newly baffle-free) On Feb 15, 11:28 am, Eric Shulman wrote: > > The bottom line is that most recent update to the plugin broke things > > for me. I would have liked to give Eric more constructive feedback but > > the jumble of different results has me

Re: Tickler sorting bug in Firefox 3

2009-02-21 Thread cmari
Hi Jacques, I think the problem is that some of your ticklers don't have dates assigned to them. If you add tickler dates, then sorting should work. cmari > In Firefox 3.0.6 on Linux and also on a similar version on Windows the > Ticklers in the dashboard *and* within the project are

[tw] Re: How to fetch tiddlers tagged with THIS tiddlers title - in a template...

2009-02-25 Thread cmari
Hi Måns, I started with the most recent of your messages so I don't know whether this will get you any further toward your ultimate goal, but you can make the last version you posted work by adding back in the word "write" . When I tested that, I noticed that of course using a checkbox to add a t

[tw] References to InlineJavascriptPlugin in other plugins

2009-02-27 Thread cmari
will cause errors in ToDoList and taskorganizer macros). They need to be updated so that they're looking for "version.extensions.InlineJavascriptPlugin" (note the initial upper case letter I, and the full name of the Plugin) cmari --~--~-~--~~~---~--~---

[tw] Re: References to InlineJavascriptPlugin in other plugins

2009-02-27 Thread cmari
Hi Eric, I don't remember when it was, either, but I do remember that you posted a message at the time that made it very easy for me to figure out what was going on in the other plugins - thanks! cmari --~--~-~--~~~---~--~~ You received this message becaus

[tw] Re: CopyTiddler

2009-03-01 Thread cmari
A further note after some fiddling with Chrome, in case it's of interest: Version 3.1.4 of CopyTiddlerPlugin works in Chrome, but the more recent versions do not (once a tiddler has been copied, from either the edit or the view toolbar, the file can no longer be saved). cmari > >

[tw] Re: CopyTiddler

2009-03-01 Thread cmari
Sorry, I thought I had tested in a brand new TW, but apparently I hadn't. Now that I've put the newest CopyTiddlerPlugin into an empty TW and had no trouble in Chrome, I'm left to conclude that my problem must be an interaction between CopyTiddlerPlugin and something else in my fi

[tw] Re: AutoTaggerPlugin not working

2009-03-03 Thread cmari
It worked for me yesterday. However, I did notice that when I installed AutoTagger in a newly downloaded empty TW, the new file automatically "inherited" the default autotag from one of my other TW files that was already open in the browser. Cookies? cmari On Mar 3, 6:37 pm, RA wro

[tw] Re: ReminderPlugin Question

2009-03-04 Thread cmari
Try using three single quotation marks around your link: <http://www.gutenberg.org/files/1365/1365.htm]]''' in 1807">> cmari On Mar 4, 12:16 pm, dpuscher wrote: > Folks, > > I've been using the ReminderPlugin on my calendar TiddlyWiki (http:// >

[tw] Re: Midstream "index" FET

2009-03-05 Thread cmari
Hi Dave, I'm sure there are more elegant ways to do it, but it should be possible to use: < 4 && index < 18) ? "* [["+tiddler.title+"]]\n" : ""' >> cmari On Mar 5, 12:25 pm, Dave Parker wrote: > Hello

  1   2   3   4   >