[tw] Re: URIError?

2008-12-24 Thread FND
URIError - malformed URI sequence. I've come across this before: http://tinyurl.com/7xm4n8 (http://groups.google.com/group/TiddlyWiki/browse_thread/thread/5d7f90e2fea5cb9c/879beb3ea8e51ba3#879beb3ea8e51ba3) This started just after a created a simple tiddler with just a line of text and

[tw] Re: tabs with tiddler parameters

2008-12-23 Thread FND
I am trying to create a tabbed display for my twab address book. The tabs are the letters A-Z [...] The programmer in me thinks I should be able to pass a parameter to a tiddler to render the data for a tab. This has been achieved before - for example, take a look at this thread:

[tw] Re: Doubts about using SlideShowPlugin

2008-12-23 Thread FND
let us take as example Garratt Lisi's page [...] That's actually a fairly bad example, as Garrett uses a heavily customized TiddlyWiki. A minimal test case (e.g. a document hosted on Tiddlyspot), as described on the wiki page I'd referenced before, isolates the relevant details. the

[tw] Re: 10 dialogs every save

2008-12-23 Thread FND
Using firefox I get the following warning [...] I assume that's Firefox 3 - as Morris has already suggested, the FirefoxPrivilegesPlugin should solve your problem then. It's worth reading this section about other potential Firefox 3 issues:

[tw] Re: List Problem

2008-12-19 Thread FND
This suggests that it is an IE8-specific problem... Since IE8 is still in beta, I'm not sure we should put too much effort into it at this point. Having said that, I'll see whether we can investigate this a little further after the holidays. -- F.

[tw] Re: jsMath + SpriteFonts

2008-12-19 Thread FND
They say that I have to call SCRIPT SRC=jsMath/plugins/spriteImageFonts.js/SCRIPT [...] But where to I have to use it ? This sort of code usually goes into MarkupPreHead* (make sure the path to the .js file is correct). I'm not familiar with jsMath though, so there might be further steps

[tw] Re: import tiddlers

2008-12-19 Thread FND
how can I import my tiddlers from tiddlywiki to nobrainernotes? You can just use the standard TiddlyWiki import facilities*, which are also available in No-Brainer Notes. HTH. -- F. * http://www.tiddlywiki.org/wiki/Importing --~--~-~--~~~---~--~~ You

[tw] Re: Twitter Update in TW

2008-12-18 Thread FND
How to import a Twitter Update, specifically the html/javascript I'm not quite sure what you mean by html/javascript in this context - but I have been working on a Twitter adaptor: http://tinyurl.com/48kjdv (http://svn.tiddlywiki.org/Trunk/contributors/FND/adaptors/TwitterAdaptor.js

[tw] Re: Twitter Update in TW

2008-12-18 Thread FND
The non-specific options (not for MySpace or other sites) are three, one of them an html/javascript option. Oh, you mean the Twitter badges[1]. This adaptor is using the JSON API[2] to pull in status messages, one tiddler per tweet. I'll certainly need the UI, since going through the code

[tw] Re: Saving from Web

2008-12-18 Thread FND
When I save a Tiddlywiki throug Fire Fox: File - Save as [...] You're not meant to download TiddlyWiki documents like that: http://www.tiddlywiki.org/wiki/TiddlyWiki_has_been_incorrectly_saved This is a common source of confusion, which is why we've revamped the download dialog on

[tw] Re: List Problem

2008-12-18 Thread FND
when I modify it (as below) and click on 'done' then the screen goes all white and the only option is to close it unsaved That's interesting - does this only happen when you're using nested lists, or when the entire bullet point is a PrettyLink? Are you using any plugins or browser

[tw] Re: A Taffytiller database

2008-12-18 Thread FND
I would like to know how would be hard or easy to merge the 10k javascript TaffyDB into a tiddlywiki ? Well, that depends on what you have in mind. I would assume you could stuff the Taffy DB code into a plugin and use the functionality provided for anything you like (e.g. something like the

[tw] Re: TiddlyWiki does not save options.

2008-12-14 Thread FND
I have the same issue in Firefox 3 as well. This is a known Firefox 3 issue; the following page on the community wiki has details and also a few workarounds: http://www.tiddlywiki.org/wiki/Firefox#Cookies By the way, the original posting didn't have enough details for us to properly

[tw] Re: Linking to a non-html file in the same directory

2008-12-12 Thread FND
[[Contacts|file:///contacts.pdf]] Those are absolute links - you should use relative paths: http://www.tiddlywiki.org/wiki/Relative_Paths In this example, that'd simply be [[Contacts|contacts.pdf]]. HTH. -- F. --~--~-~--~~~---~--~~ You received this

[tw] Re: Vista Issues

2008-12-10 Thread FND
I use a Tiddlywiki at work on a vista machine. It was working fine until about a week ago when it stopped saving. Did you maybe install any plugins before it stopped working?* Apart from that, I'm not sure what might be causing this. As a workaround, you could download a fresh TiddlyWiki and

[tw] Re: Doesn't work in Opera

2008-12-09 Thread FND
Doesn't work in Opera. What to do ? Can you be more specific - what doesn't work? These pages might help get you started: http://www.tiddlywiki.com/#Browsers%20Opera http://tinyurl.com/5hh7fq

[tw] Re: Looking for a way to import a spread sheet row to a tiddler

2008-12-08 Thread FND
I am looking for a way to import a spreadsheet into a TW so that each row becomes a tiddler, with different columns becoming custom fields or tags, and one column becoming the standard text field. If it was me, I'd probably write a formula to generate slices, like this: = | A$1 | A2

[tw] Re: YourSearchPlugin: SyntaxError

2008-12-07 Thread FND
Hello, I tried to import YourSearchPlugin plugin version 2.1.3 from http://tiddlywiki.abego-software.de/ but when I reload my wiki the Plugin Manager shows the following error log for this plugin: [...] I've just imported this plugin into a vanilla TiddlyWiki, and it works fine. Can you

[tw] Re: keyboard shortcut from tags to body in edit mode

2008-12-06 Thread FND
or some reason you can't tab from the tags field to the body field I assume you have a customized EditTemplate, as by default the input field for tiddler contents comes before the tags. Tabbing through those fields (title text tags) works fine in a vanilla TiddlyWiki. Is it because I'm

[tw] Re: Problem with getTiddlerPassword.

2008-12-06 Thread FND
I am trying to add TiddlerPasswordPlugin to my TiddlyWiki to password protect individual tiddlers when they are viewed on my website. I'm afraid I'm not familiar with TiddlerPasswordPlugin - however, the following page on the community wiki might be useful:

[tw] Re: Autosave option not working with the DiscussionPlugin

2008-12-04 Thread FND
Also look at this posting on this same subject There's also some info on the community wiki: http://www.tiddlywiki.org/wiki/Reader_Comments -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: CSS no line breaks

2008-12-03 Thread FND
I know that {{{ }}} will give me text with no line breaks, where should I start to replicate that but include tiddler style IE, header, link, bold, etc. I'm afraid I don't understand the question. I am playing with FET, trying to create some reports using tiddler.contents. I might be

[tw] GTD press coverage

2008-12-01 Thread FND
TiddlyWiki derivatives help you get things done http://www.linux.com/feature/152948 TiddlyDu2 Manages Your Tasks on the Go http://lifehacker.com/5100041/tiddlydu2-manages-your-tasks-on-the-go Good job, guys! -- F. --~--~-~--~~~---~--~~ You received

[tw] Re: Latest Version of TiddlyWiki

2008-12-01 Thread FND
Currently this site is down. It states it will be up in a few days. I'm afraid we're having some hosting issues there - should be resolved any day now. In the meantime, try Google's cache: http://tinyurl.com/6gs7ug

[tw] Re: PartTiddlerPlugin in TW version 2.4?

2008-12-01 Thread FND
can't get PartTiddlerPlugin to work - Is it broken in TW version 2.4? I believe PartTiddlerPlugin is mostly obsolete since v2.3.0, which introduced tiddler sections. Assuming a tiddler [[Samples]] like this: --- |Foo|01234| |Bar|56789| !Lorem Lorem ipsum dolor sit amet. !Ipsum

[tw] Re: PartTiddlerPlugin in TW version 2.4?

2008-12-01 Thread FND
is there any replacement in the works for the capability of partTiddlerPlugin to have parts within one paragraph? No - that would indeed be plugin territory then. Maybe all that's needed to make PartTiddlerPlugin work again are the deprecated functions:

[tw] Re: PartTiddlerPlugin in TW version 2.4?

2008-12-01 Thread FND
I use the new section fuctionality also inside tables That's a nice trick - we should document that on the community wiki once it's back up again: http://www.tiddlywiki.org/wiki/Multi-Line_Contents -- F. --~--~-~--~~~---~--~~ You received this message

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread FND
forEachTiddler [...] end I got the following error . . . forEachTiddler ...: Extra parameter behind 'write' You have an incomplete end argument there - either remove it, or complete it by adding a parameter: end '...' Also, I remember that the order of the write, begin and end

[tw] Re: I think I broke MonkeyTagger

2008-11-28 Thread FND
It seems the MonkeyTagger is incompatible with the 2.4.1 TW Now that you mention it, I believe MonkeyTagger has been superseded by TagglyTagger: http://tinyurl.com/58h2mh (http://svn.tiddlywiki.org/Trunk/contributors/SaqImtiaz/plugins/tagglyTaggerPlugin/tagglyTaggerPlugin.js) -- F.

[tw] Re: Bidix's RSSReaderPlugin

2008-11-28 Thread FND
Thanks for the great plugin. I'm trying to use it to display bug lists from Bugzilla, but it doesn't work. That feed appears to be in ATOM format (despite the ctype=rss URL parameter), which I believe is not supported by that plugin. -- F.

[tw] Re: Working with ForEachTiddler Macro

2008-11-28 Thread FND
Working with the ForEachTiddler Macro and trying to understand the capabilities of the 'write' - output of the macro. The FET macro is very well documented - take a look at the Udo's website: http://tinyurl.com/6cs9e2

[tw] Re: Schedule using reminders to provide a hard landscape

2008-11-27 Thread FND
Found the typo causing the problem [in IE6] Out of curiosity, what's that typo? -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: I think I broke MonkeyTagger

2008-11-27 Thread FND
Here is what I have on the ViewTemplate of the non-working file: [...] Could you put that into a simple test case? Would be much easier to analyze that way... -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: Schedule using reminders to provide a hard landscape

2008-11-27 Thread FND
I had change the case of one character in a name, so this new variable was undefined. So you had variables foobar and fooBar, but only wanted fooBar? Firefox appeared to silently ignore the error, whereas IE stopped the macro. In this instance I think I prefer IE's behaviour. Indeed.

[tw] Re: naming and tagging feature - does it exist?

2008-11-27 Thread FND
Q1. I don't want to have to specify a name for my new tiddlers. Is there a plugin that creates the tiddler's name from, let's say, the first 5 words of the tiddler's body, whenever the name field is left blank? You could use the NewJournal macro to generate a (quasi-)unique ID:

[tw] Re: How do I permalink in an email

2008-11-26 Thread FND
My problems accessing a permalink from an Outlook email hyperlink is limited to a TiddlyWiki saved on the local file system. You could try using a localhost URL - e.g. file://localhost/c:/myTW.html#Item1 instead of file:///c:/myTW.html#Item1 -- F.

[tw] Re: Formatting Issues when using blog plugin to post Tiddlers to a Wordpress blog

2008-11-26 Thread FND
TiddlyWiki can use html as long as it is surrounded by html tags [...] Wordpress can understand html too. [...] However, when I created the Tiddler in TiddlyWiki, and then tried to upload the tiddler to the Wordpress blog, only the Title would upload Could you provide a link to the plugin

[tw] Re: A suggestion for making TW more user-friendly

2008-11-26 Thread FND
Big chunks of days have disappeared out of my life trying resolve such mysteries. At the end of the day it's never a good feeling -- whether you've succeded or not. Just for the record, many users report the opposite; yes, it might feel very strange and intimidating sometimes - but solving

[tw] Re: Formatting Issues when using blog plugin to post Tiddlers to a Wordpress blog

2008-11-26 Thread FND
Actually, that would not give the right result either. For some unexplainable reason the plugin will not publish the tiddler body to the body of the Wordpress blog post when there are html tags in the text. There are basically two possibilities here: a) client-side: the contents are not

[tw] Re: Word Cloud

2008-11-26 Thread FND
Q2. Can I somehow hide the systemConfig tag from the TagCloud plugin? And perhaps from the Tags list too. I've got a tiddlywiki of philosophical writings going on and I'd rather not see systemConfig in the middle of tags on metaphysics. Tag the TagCloudPlugin with excludeLists:

[tw] Re: A suggestion for making TW more user-friendly

2008-11-25 Thread FND
Firefox and Thunderbird have a nifty system for installing and managing add-ons. There's a standard interface that is used for installing, customizing, deactivating, uninstalling all add-ons. [...] something corresponding that for TW plugins This sort of thing has been discussed many times

[tw] Re: TiddlyWiki on SharePoint?

2008-11-22 Thread FND
Has anyone worked with a TiddlyWiki when it's stored on SharePoint? Take a look at this recent thread: http://groups.google.com/group/TiddlyWiki/t/d5fbd5b84adc0141 I assume the read only problem can be fixed I'm not at all familiar with SharePoint, but I assume it would have to be

[tw] Re: StyleSheet

2008-11-21 Thread FND
Thanks, but I can't find a StyleSheet. Not sure about the context of this, but take a look at the community wiki: http://www.tiddlywiki.org/wiki/StyleSheet HTH. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[tw] Re: TW is a powerfull tool for so much more than taking notes.

2008-11-21 Thread FND
I second what everyone else has already said - this looks very cool, and I'd love to see it made available as a (single-tiddler?) theme*. 1 Only works fine in Firefox (ok for me but no for all) [...] 3 My CSS modifications are very poor and there are some duplicate definitions, hacks, etc.

[tw] Re: Schedule using reminders to provide a hard landscape

2008-11-20 Thread FND
Just finished a Schedule/timetable plugin which exploits the RemindersMacro.You can see it working and read the documentation at http://schedule.tiddlyspot.com/ Wow, that's very neat - good job! Any feedback (functionality, coding style, best practice etc) would be appreciated. The

[tw] Re: Latest Version of TiddlyWiki

2008-11-20 Thread FND
If I have created a TiddlyWiki file with an outdated release, how can I update the file to the latest release of TiddlyWiki? There are instructions on the community wiki: http://www.tiddlywiki.org/wiki/Upgrading HTH. -- F. --~--~-~--~~~---~--~~ You

[tw] Re: What's the best way to use permalinks with ]] at the end

2008-11-19 Thread FND
thinking it would encode the [['s and ]]'s, but it didn't I assume you're using Firefox 3? That's a known issue: http://www.tiddlywiki.org/wiki/Firefox_3#Permalinks I'm afraid there's no way for us to work around that, as we can't influence how the browser handles this. -- F.

[tw] Re: Hyphen (minus sign) treated as lower case letter in WikiWords

2008-11-19 Thread FND
I'm aware that there is a plugin to disable selected words as WikiWords, but it is also easy to fix the behaviour locally by changing the definition of [config.textprimitives.lowerLetter] [...] As a feature request for future TiddlyWiki releases I suggest to implement [this as] a user

[tw] Re: Code Blocks - How to limit height

2008-11-19 Thread FND
Unfortunetly I am limited to IE6 for the time being. Do you know of a way to do the same thing in IE6? Well, there is that workaround you've mentioned - however, that only works with absolute measurements (pixels): * html .viewer pre, /* IE6 */ *:first-child+html .viewer pre { /*

[tw] Re: Detecting IE in CSS?

2008-11-19 Thread FND
* html body, *:first-child+html body { font-size: 110%; } Silly IE - those two selectors cannot be combined*, so you'll have to repeat the CSS property assignment: * html body { font-size: 110%; } *:first-child+html body { font-size:

[tw] Re: heading confusion

2008-11-19 Thread FND
[...] using css to indent divs 5em, thus we see a step indentation keeping headings and associated content indented to the same level. Can this behaviour be easily implemented? Well, not automatically (not without writing a custom formatter anyway). However, you could use custom wrappers*

[tw] Re: Error while executing macro br no such macro.

2008-11-19 Thread FND
I am getting the above error all over the place: Error while executing macr br no such macro... Take a look at this thread from the archives: http://groups.google.com/group/TiddlyWiki/t/61a3d73f3b703a50 HTH. -- F. --~--~-~--~~~---~--~~ You received this

[tw] Re: 4 Bugs / Questions

2008-11-18 Thread FND
I have (4) questions and only a few minutes . . . I appreciate that you might have been in a hurry, but it's not very fair cramming multiple issues into a single, very curt posting. Also, the subject line is not very helpful: http://www.tiddlywiki.org/wiki/Troubleshooting 2)

[tw] Re: Django UTF

2008-11-18 Thread FND
Has anybody got this app to work with Django? I keep getting the error below when in the manualConvert function Could you elaborate on what it is you're trying to do? -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[tw] Re: Uploading MS 07 Files

2008-11-17 Thread FND
I have reached a bit of a dead end, My Tiddly is uploading microsoft 03 files but not the new 07 files By default, TiddlyWiki doesn't support uploading. Can you be more specific: http://www.tiddlywiki.org/wiki/Troubleshooting -- F. --~--~-~--~~~---~--~~

[tw] Re: How should I publish my cool math macro???

2008-11-16 Thread FND
I wrote this very simple macro to use math on the web. Sounds good - thanks for sharing! If I understand this correctly, you're using an the YourEquations.com online service to generate images on the fly? what is a prefered hosting service for Tiddlywiki's that is free and isn't tiddlyspot

[tw] Re: How should I publish my cool math macro???

2008-11-16 Thread FND
I've never done a TW formatter I suppose it would allow me to do things like Eric Shulman's script/script That's correct; you can create your own custom markup by extending the config.formatters array. I tend to use code examples to write this kind of stuff. now I don't quite see how we

[tw] Re: note to moderator

2008-11-16 Thread FND
Generally speaking, I would advise against deleting or withholding a thread. Since users often check the group archives before posting, it's helpful to have such questions (and solutions) publicly available. -- F. --~--~-~--~~~---~--~~ You received this message

[tw] Re: Google SyntaxHighlighter Plugin for TiddlyWiki

2008-11-15 Thread FND
shPlugin.js included shCore.js, SyntaxHighlighterPlugin.js, all supported languages listed on original web site and some other collections of custom hightlighter by plugin author. [...] In general, we don't need all supported languages Thanks for clarifying that, Bram! -- F.

[tw] Re: ForEachTiddler with CSS for Images

2008-11-15 Thread FND
I would like the photos to display in one long horizontal row that you can scroll across to view. To prevent autmatic line breaks, wrap the images into a container white-space: nowrap; (untested). If required, I can elaborate tomorrow, but now I gotta run. -- F.

[tw] Re: Google SyntaxHighlighter Plugin for TiddlyWiki

2008-11-14 Thread FND
N.B.: Coding-related questions should be discussed on the developers group: http://groups.google.com/group/TiddlyWikiDev/ You're much more likely to get a useful response there. I was able to make this interesting plugin SyntaxHighlighterPlugin work in TW version 2.4. [...] But I have

[tw] Re: iPhone 3G

2008-11-14 Thread FND
I have been using TW for a year or more now and I *really* want this function on my iPhone. I also want to be able to save. I'm not an iPhone user myself, but maybe the community wiki can provide some leads here: http://www.tiddlywiki.org/wiki/IPhone The possibility of setting up a

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread FND
config.commands.copyTiddler.suffixPattern=/ - ([0-9]+)$/; Eric - what change is required to force min 2 digits in 'n'? I'm not familiar with the rest of the code, but it seems like changing [0-9]+ to [0-9]{2,} should do the trick. I always find RegEx to have completely the opposite

[tw] Re: Saving Tiddly Online

2008-11-14 Thread FND
Right now, if i make any changes to my wiki online, it doesnt take. Is there a way to make the Tiddly function like a wiki does online? You'll need a server-side solution for that: http://tinyurl.com/2y8fma

[tw] Re: passwords for users, passwords for Admins

2008-11-10 Thread FND
I want two people (or maybe more) to be able to edit my TW The UploadPlugin is an (intentionally) very basic solution. If you want more fine-grained access control, you should look into server-side solutions: http://www.tiddlywiki.org/wiki/Server-Side_Implementations -- F.

[tw] Re: failed to save backup file

2008-11-07 Thread FND
Is it possible the ignore the file extension and get a backup file anyway. I'm afraid TiddlyWiki expects a file extension - which I believe is the correct thing to do. Nevertheless, omitting .html worked on my machine (Firefox on Ubuntu). The resulting backup file was called

[tw] Re: TW not saving on IE 6

2008-11-07 Thread FND
Hey guys, my wiki doesn't seem to be saving when I use IE 6, yet it does when I use Firefox 3. Does TW not support IE 6 or something? I assume you're using Windows XP then? Do you get any error messages? Take a look at these pages on the community wiki:

[tw] Re: MediaWikiTableFormatterPlugin: multi-line contents within table cells

2008-11-06 Thread FND
It would be nice to be able to use the TableSorting Plugin Thanks for the feedback! After a brief review, this particular issue seems like a tricky one to fix. I'll talk to Martin, but I'm afraid I can't promise that this will be resolved. We'll let you know if/when we have an update. --

[tw] Re: MediaWikiTableFormatterPlugin: multi-line contents within table cells

2008-11-06 Thread FND
I have a table in word that I want to put into a TW. [...] Would this plugin help? I'm afraid that's not what this plugin was designed for. There might be other solutions though; check the group archives or create a new thread. -- F. --~--~-~--~~~---~--~~

[tw] Re: Hide Backstage

2008-11-06 Thread FND
if I remove the readOnly or change it to false then the backstage is no longer hidden That's because of the startup order; plugins are loaded before the backstage status is initialized. Here's a small plugin that will check at the right time: --- //{{{ // hijack restart var

[tw] Re: MediaWikiTableFormatterPlugin: multi-line contents within table cells

2008-11-05 Thread FND
Martin has identified quite a large chunk of code that's not needed, reducing the the size of the plugin by about 50%: http://devpad.tiddlyspot.com/#MediaWikiTableFormatterPlugin -- F. --~--~-~--~~~---~--~~ You received this message because you are

[tw] Re: over-ride (or modify title of) javascript alert?

2008-11-02 Thread FND
How do I make it so that the alert window which opens when leaving/ closing a TW with unsaved saved changes? I'm afraid you cannot customize the standard confirmation dialog. (That dialog is created using a simple function call, and that function only takes a string argument, resulting in

[tw] Re: Errors Using TiddlyWiki under Firefox on Linux

2008-11-01 Thread FND
I did install Epiphany and so far the Tiddlywiki files are opening and working fine, and they are saving there too. Okay, so at least we can assume it's not an OS-level issue. I also have not tried flushing all of my personal data under Firefox, would that be helpful? Let's try it with a

[tw] Re: blank screen with Vista

2008-11-01 Thread FND
Using my new Home Premium Vista SP1 machine I'm getting a blank screen when I try to read any of the tiddlyspot tiddlywikis [...] However when I pull up a saved tiddlyspot wiki from my hard drive it displays correctly. Well, that is baffling indeed. I'm afraid I have no idea what might make

[tw] Re: +login macro

2008-10-31 Thread FND
The problem I had that even after implementing this I was able (without) login find the zzTweak tiddler and determine the login name... That's correct - using the username for switching themes is just a simple tweak; it's not meant to be a fully secure authorization mechanism. If that's

[tw] MediaWikiTableFormatterPlugin: multi-line contents within table cells

2008-10-31 Thread FND
All, Many people have struggled with TiddlyWiki's table markup, as it doesn't allow multi-line contents within table cells. Martin and I have adapted his MediaWikiFormatterPlugin to provide a more flexible table syntax as an alternative to TiddlyWiki's built-in markup:

[tw] Re: Hi

2008-10-30 Thread FND
- eliminate WikiWords linking (TiddlyTools??) Take a look at the community wiki: http://www.tiddlywiki.org/wiki/WikiWords HTH. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: How to format source code in TW ?

2008-10-28 Thread FND
I don't have access to tiddlywiki.org at work, but I wanted to add [...] I've taken the liberty of applying those modifications: http://tinyurl.com/6n3jdt (http://www.tiddlywiki.org/index.php?title=Syntax_Highlightingdiff=6561oldid=6556) Hope that's correct. -- F.

[tw] Re: How to format source code in TW ?

2008-10-27 Thread FND
How do I type in source code (C++, etc.) in to a tiddler so its formatting is verbatim ? Also see the community wiki: http://www.tiddlywiki.org/wiki/TiddlyWiki_Markup#Preformatted http://www.tiddlywiki.org/wiki/Escaping#Wiki_Markup Is it possible to get some syntax highlighting ?

[tw] Re: Creating linked tiddlers pre-tagged

2008-10-27 Thread FND
Is there a way to tell my TW that a tiddler created by clicking on the name of a non-existent tiddler should be tagged as wysiwyg and should open in the HTMLArea editor first time please? Well, you could pre-populate the regular EditTemplate: div class='editor' macro='edit tags foo'/div

[tw] Re: Blinking left line in tiddler area

2008-10-27 Thread FND
I also believe it must be a rendering bug One of my colleagues has just confirmed that he has seen a similar Firefox rendering bug before (unrelated to TW). I'm afraid I can't point you to a specific resource on that - but it's something you should ask the Mozilla team about (they might

[tw] Re: I wish to make TiddlyWiki display like standard wikis

2008-10-26 Thread FND
Open a new tab in the browser. Currently I do not have the option to open a link in a new tab or new window to edit them side by side like most online wikis; I only have bookmarking options. TiddlyWiki was designed specifically so you don't have to do that - that's why you have multiple

[tw] Re: Banner Image Not Showing When Page is Refreshed

2008-10-26 Thread FND
I have and image that is set for the banner at the top of my Wiki. The image shows up upon initial load of the page, but disappears after page refresh. That's really strange - I've done some fiddling with Firebug, but haven't been able to figure this out. However, it worked as soon as I used

[tw] Re: Errors Using TiddlyWiki under Firefox on Linux

2008-10-26 Thread FND
Any other thoughts why I'm getting this error? I'm afraid I'm clueless - everything's working just fine here on Ubuntu. What happens if, instead of copying the respective TiddlyWiki document between partitions, you e-mail it to yourself? Maybe Fedora does odd things with file metadata, similar

[tw] Re: DCTableofContents Plugin IE

2008-10-26 Thread FND
I'm having troulbe getting the DCTableofContents Plugin to work correctly in IE. IE 6 and IE 7. I've just tried this, and can confirm that section links don't work in IE. It's not immediately obvious what's causing this though - so I'm afraid I don't have a solution for you now. That plugin

[tw] Re: Embed a search into a tiddler

2008-10-24 Thread FND
How do I make the search case insensitive? Try this: where 'tiddler.text.toLowerCase().contains(foo)' HTH. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group,

[tw] Re: Embed a search into a tiddler

2008-10-24 Thread FND
search for a word and a specific tag at the same time Yes; try the following: forEachTiddler where 'tiddler.tags.contains(foo) tiddler.text.contains(bar)' This should give you all tiddlers with the tag foo and the term bar in the tiddler contents. Take a look

[tw] Re: Search question

2008-10-21 Thread FND
Is there a way, when you search, to have the tiddlers not expand when you type something in the search box? [...] I was wondering if I could make the search more condensed There are several options here: http://www.tiddlywiki.org/wiki/Enhanced_Search I'm sure one of those plugins will

[tw] Re: Can't import from a tiddlywiki file with a underscore in it.

2008-10-19 Thread FND
Can't import from a tiddlywiki file with a underscore in it. Once I change the TW filename to something without a underscore it works That's interesting - can you provide us with some details (OS, browser and TiddlyWiki version, plugins etc.):

[tw] Re: Opening a TW just once from multiple hyperlinks

2008-10-18 Thread FND
is there a way to have TW A only open a single window for TW B Well, Saq has recently created a Firefox extension to prevent the same page from being opened twice: htttp://fnd.lewcid.org/tmp/noduplicatetabs.xpi It's never been officially announced though, and is still considered an early

[tw] Re: backup directory

2008-10-18 Thread FND
the starting / is being ignored. I'm afraid we'll need some details on this; OS, browser and TiddlyWiki version, plugins etc.* Generally speaking, chances are that this is a browser-level security restriction, allowing you to access only files/folders within the current working directory.

[tw] Re: Download with FireFox 3.0?

2008-10-17 Thread FND
When I click on download to get the blank tiddlywiki.html file... nothing happens... I see the effect, and I am navigated lower on the page... but no DL initiates. I tried a Save As... no luck That's strange - we've tested this with FF3 on OS X, and it worked just fine. Can you try the

[tw] Re: How do I make a calendar entry for 'today' my default tiddler?

2008-10-17 Thread FND
What I want to do is make today's tiddler the default tiddler While I'm pretty sure this has been discussed a few times already - here are two (randomly chosen) candidates from the archives: http://groups.google.com/group/TiddlyWiki/t/27be735e73816efb

[tw] Re: Download with FireFox 3.0?

2008-10-17 Thread FND
Something about my FF 3.0 install, or my OS X 10.5 doesnt like your site This rather sounds like a network issue. Could you run a traceroute[1] and post the results (preferably using a pastebin[2], possibly removing the first few entries for privacy). -- F. [1] *nix: traceroute

[tw] Re: How do I stop TW trying to make a tiddler out of a post code?

2008-10-17 Thread FND
I type TD7 and TW wants to make a tiddler out of it. That's because TiddlyWiki thinks this is a WikiWord: http://www.tiddlywiki.org/wiki/WikiWords HTH. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: Table of Contents based on headers?

2008-10-15 Thread FND
Thanks for the hints, FND. Its coming along nice now. Glad it works. However, please respond to the groups instead of to me directly, so any progress is visible to everyone. I also added the Tables of Content text in a very crude way. i used: createTiddlyButton [...] I could use

[tw] Re: Intermittent problem opening TW on Firefox

2008-10-15 Thread FND
Sometimes it works when opening in a new tab, other times, I jst get a blank tab with no error messages. That's very odd - does the same happen for TiddlyWiki documents stored on your local hard drive, or with other data stored on that thumb drive? Maybe the drive is b0rked... -- F.

[tw] Re: Table of Contents based on headers?

2008-10-15 Thread FND
I like the layout [of TiddlerToCPlugin]. How do I get such a nice box and layout? Would you happen to have any readymade css code for it? Take a look at [[StyleSheetTableOfContents]]*; you probably just need to replace .ToC with .dcTOC and .ToC ol with .dcTOC ul. -- F. *

[tw] Re: Strange behaviour in IE 6

2008-10-15 Thread FND
the line that at least contains the problem text looks like [...] Yup; macro calls' chevrons are replaced with their respective HTML entities - the question is why though, and we still don't have an answer for that I'm afraid. -- F. --~--~-~--~~~---~--~~ You

[tw] Re: Strange behaviour in IE 6

2008-10-15 Thread FND
get something strange in the top right hand corner of the screen below the blue header bar. There I get some text which looks like [...] This sounds like this (still somewhat mysterious) issue: http://www.tiddlywiki.org/wiki/Corruption As suggested in one of the threads listed there,

<    3   4   5   6   7   8   9   >