Re: [tw] Re: Customizing TiddlyWiki tables

2011-05-26 Thread Paul
Thanks that worked perfectly. I had thought of doing it that way. But, mistakenly thought I had to build the table between and as well. But I played with your example and I see it is enough just to define it above the tiddly markup and everything works fine. Paul On 5/20/2011 5:10 PM, axs

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread axs
Yakov, Thanks for the suggestions. I've updated the plugin to allow live edits/updates to the style. Regards, axs -- 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

[tw] Re: How can I get the search function to ignore accented foreign words?

2011-05-26 Thread Yakov
> So really I want to do a fuzzy search. > Is it possible? Since TW uses UNICODE, this would require hardcoding the treating of such symbols by the search engine (as I understand this is done by so- called hijacking); this means that someone should either code treating of each symbol ("ǎ" as "a",

[tw] Re: How can I get the search function to ignore accented foreign words?

2011-05-26 Thread PMario
Hi kev, There is no plugin I know off, at the moment, that supports fuzzy search. But there is a "diff-match-patch" library form google [1], where the match part is fuzzy. Can you test the demo link [2] if it can find your search pattern? More important, can you provide an example text and some ex

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread Yakov
Also, you should probably make the Source slice in the description. I mean, |Source|http://axs.tiddlyspot.com/#LineBreakPlugin| -- 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 u

[tw] Re: show different contents based on user?

2011-05-26 Thread Yakov
> The only other way round I can think of Well, there is one more thing -- there are some encrypting plugins (like [1]), but it would be too complicated to make this work as a general privacy managment tool (groupId etc). Just a password for some part of content. Actually, Mario is right, it's eas

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread PMario
Hi Grant, Notestorm [1] seems to use the following CSS in the StyleSheet tiddler. If you could point me to the initial version, of notestorm you are using, I can verify. [[StyleSheet]] .viewer li {padding-top: 0.5em; padding-bottom: 0.5em;} Just change it to /* .viewer li {padding-top: 0.5em; pa

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread Yakov
> Hi folks, > > There is a new plugin [1] out that replaces consecutive line breaks with a > single linebreak whose styling can be controlled. Check it out! > > Regards, > axs > > [1]http://axs.tiddlyspot.com/#LineBreakPlugin Fast response. Good work. Nice illustration for newbie developers. Thank

[tw] Re: How can I get the search function to ignore accented foreign words?

2011-05-26 Thread kev
What a pity, it just doesn't find the word if it has an accent mark - which all Chinese words do. Google will find words with and without the accent. It's that kind of search I need. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this

[tw] Re: Use Tiddlywiki to make a blog

2011-05-26 Thread kev
But have any of your blogs been successfully indexed by Google? Maybe a server version rather than a peronal one does get indexed? -- 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

[tw] Re: show different contents based on user?

2011-05-26 Thread PMario
Hi Jerry, If you are quite new to TW, changing the PageTemplate may be a task, which seems to be tricky and a little bit scary. Right? If you let us know a little bit more about your requirements, it will be easyer for us to provide even step by step instructions, if needed. You need access rights

Re: [tw] Re: show different contents based on user?

2011-05-26 Thread Alex Hough
> But you should of'course keep in mind that this only hides content > from those who don't want to see it; otherwise the visitor can change > the cookie (or just open the code of TW which This is true. The only other way round I can think of is to create a separate TW containing only the tiddler

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread axs
Hi folks, There is a new plugin [1] out that replaces consecutive line breaks with a single linebreak whose styling can be controlled. Check it out! Regards, axs [1] http://axs.tiddlyspot.com/#LineBreakPlugin -- You received this message because you are subscribed to the Google Groups "Tiddl

[tw] Bug Report: tw2.6.2 randomly adds html code to tiddlers

2011-05-26 Thread packetlevel
I'm finding things like: added to my tiddlers more or less randomly - Details: FF 3.6.17 OSX 10.6.7 I often create them in text editor - plain text - then paste in, and later double click and add more notes. I also use TiddlySnip (greatest thing since TW). I use ctrlsh enter to keep the date

[tw] Re: "TypeError: w.tiddler is undefined" when using Import

2011-05-26 Thread whatever
Hi! While I can't tell you what exactly the error itself means, I'm guessing that one of your existing plugins breaks something. At least that's what happened to me. Try to disable all your plugins and then reenable them one by one to see when the error starts occuring. w On 25 maj, 05:10, Andrew

[tw] Re: show different contents based on user?

2011-05-26 Thread Yakov
> yes. > I used this on a project. > First make a ConfigTweak tiddler, tag it systemConfig.Then add the following > > if(config.options.txtUserName != "YourName") { >         readOnly = true; >         showBackstage = false; > > } But you should of'course keep in mind that this only hides content

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread Yakov
As for paragraphs, it seems that the only way is to make a plugin which would convert the double elements to some spacer. As for lists, axs has answered the question. Keep in mind that the ordered lists need another definition ("ol" selector instead of "ul"). You can also make space between lists

[tw] Re: Use Tiddlywiki to make a blog

2011-05-26 Thread Yakov
I think if you want to use TW as a blog, for better navigation you should try the engine from [1] which is based on fET ([2]) and allows to show a bunch of entries -- latest N, with ability to scroll to previous/next N; and also SinglePageModePlugin ([3]; I mean that the engine from [1] should be i

[tw] Re: Use Tiddlywiki to make a blog

2011-05-26 Thread rakugo
@hatgem: The limit filter was added in version 2.6.2 available at: http://tiddlywiki.com/empty.html Worth an upgrade for! -- 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 unsubsc