[tw] Re: Error in macro <>: [Object Error]
I would advise using Firefox v3.6x; if you want a more modern Firefox installed, then use the Portable version of 3.6. -- 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/-/SabFmBhItJkJ. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How to create an email link?
I have a similar question but it might be a bit more complex. I'm wanting to open a url that has a search function in it. [[Search| url\beginning(xyz)end\]]. The brackets are included in the url and the search criteria are inside the brackets, so in this case I'm going to the url to search for xyz. As it is it looks for xyz, but it needs to be dynamic and have an input box write to the space between the brackets. So what I want is something like this [[Search|url \beginning(text from input box)end\]] is this doable? Liam. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Error in macro <>: [Object Error]
I downloaded latest empty tiddlywiki file v2.6.5 and open it at my IE 7 browser. Timeline show Error in macro <>: [Object Error] kindly advise how to resolve the problem. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How to save multiple tiddlers in edit status "en masse"
On Feb 16, 5:37 pm, KeithB wrote: > Is there any way to save all the current tiddlers being edited "en > masse"? > When I have dozens of tiddlers being edited, I'd prefer some way to > avoid clicking "done" repeatedly. Using http://www.TiddlyTools.com/#InlineJavascriptPlugin you can write: story.forEachTiddler(function(tid,elem) { if (elem.getAttribute("dirty")=="true") { story.saveTiddler(tid); story.displayTiddler(null,tid); } }); enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION http://www.TiddlyTools.com/#Donations note: donations are directly used to pay for food, rent, net connection, etc., so please give generously and often! Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] How to save multiple tiddlers in edit status "en masse"
Is there any way to save all the current tiddlers being edited "en masse"? When I have dozens of tiddlers being edited, I'd prefer some way to avoid clicking "done" repeatedly. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How do I remove the Edit Menu, the Tab Menu (under the Edit Menu), and Backstage?
I'm using both viewing options. Regarding the cookies, does that mean that a new user by default will not have backstage open, even if the last user saved TW with BS open, and if the new user never opens BS then there will never be a cookie in his browser either. So he should just remain ignorant of its presence. On Feb 16, 5:49 am, Eric Shulman wrote: > > The only problem for me is that I have a bad habit of saving the TW > > with the Backstage menu open, meaning that it will be open for the end > > user too. > > If the end user is viewing your document remotely (i.e., via http:), > then it will be in "readOnly" mode by default, so the backstage will > *not* be shown. > > Also, the current show/hide state of the backstage is, like all other > TW options, stored as a cookie. Thus, if you leave the backstage > open, it remains open in the next session... however, because it is a > cookie-based setting, it won't be applied to anyone else. > > -e -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How to create an email link?
Hi Eric, thank you for your reply! I did try beforehand the syntax mailto: someb...@mailaddress.com But here 'mailto' appeared in the text as well. I just wanted the email address to show. Now I will try the PW "pretty link" syntax though.. Kind regards V. On 16 Feb., 19:41, Eric Shulman wrote: > > I would like to create an email link within the text that I write in a > > Tiddler. > > want the Outlook window to open. > > What is the right syntax to create the email link? > > Use the "mailto" protocol... > mailto:n...@system.com > > You can also use TW "pretty link" syntax, like this: > [[send a message|mailto:n...@system.com]] > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios > > > WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION > http://www.TiddlyTools.com/#Donations > note: donations are directly used to pay for food, rent, > net connection, etc., so please give generously and often! > > Professional TiddlyWiki Consulting Services... > Analysis, Design, and Custom Solutions: > http://www.TiddlyTools.com/#Contact -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How to create an email link?
> I would like to create an email link within the text that I write in a > Tiddler. > want the Outlook window to open. > What is the right syntax to create the email link? Use the "mailto" protocol... mailto:n...@system.com You can also use TW "pretty link" syntax, like this: [[send a message|mailto:n...@system.com]] enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION http://www.TiddlyTools.com/#Donations note: donations are directly used to pay for food, rent, net connection, etc., so please give generously and often! Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] How to create an email link?
Hi there, I am quite new to Tiddly Wiki and I have a question. I would like to create an email link within the text that I write in a Tiddler. For example: n...@mailaddress.com is written in the text. And when you click on the email address, I want the Outlook window to open. What is the right syntax to create the email link? I googled several online manuals and forums, but did not find the answer. I hope somebody can help me. Thank you.. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How do I remove the Edit Menu, the Tab Menu (under the Edit Menu), and Backstage?
> The only problem for me is that I have a bad habit of saving the TW > with the Backstage menu open, meaning that it will be open for the end > user too. If the end user is viewing your document remotely (i.e., via http:), then it will be in "readOnly" mode by default, so the backstage will *not* be shown. Also, the current show/hide state of the backstage is, like all other TW options, stored as a cookie. Thus, if you leave the backstage open, it remains open in the next session... however, because it is a cookie-based setting, it won't be applied to anyone else. -e -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How do I remove the Edit Menu, the Tab Menu (under the Edit Menu), and Backstage?
> Place the following into a tiddler tagged with "systemConfig": > > config.messages.backstage.open.text="\xa0" > config.glyphs.codes.bentArrowLeft=["\xa0","\xa0"]; Great work around, I like it! The only problem for me is that I have a bad habit of saving the TW with the Backstage menu open, meaning that it will be open for the end user too. Is there a way to set it to Close when the TW opens. Maybe using zzConfig or something? Liam. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How do I remove the Edit Menu, the Tab Menu (under the Edit Menu), and Backstage?
Hi Liam, The backstage won't be visible when the document is readOnly, i.e., when viewed over http:. When viewed locally, the backstage is visible by default. To make the backstage button less "visible" try this (tip from Eric Shulman): Place the following into a tiddler tagged with "systemConfig": config.messages.backstage.open.text="\xa0" config.glyphs.codes.bentArrowLeft=["\xa0","\xa0"]; This replaces the "backstage" (and arrow) with "non-breakable spaces", which don't display as visible text, but are still there to be clicked upon. Cheers, Ton On Feb 16, 9:03 am, Liam wrote: > > To fix it, simply remove the leading/trailing whitespace from each row > > of the table, like this: > > Thanks Eric, you and the other blokes have been a great help. I've > got it working now and am really pleased with it. I'm now looking to > find where I can turn off BackStage visibility. Where does this > reside? I can't find it in the 3 main theme tiddlers, View, Edit and > Page. > > Liam. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
[tw] Re: How do I remove the Edit Menu, the Tab Menu (under the Edit Menu), and Backstage?
> To fix it, simply remove the leading/trailing whitespace from each row > of the table, like this: Thanks Eric, you and the other blokes have been a great help. I've got it working now and am really pleased with it. I'm now looking to find where I can turn off BackStage visibility. Where does this reside? I can't find it in the 3 main theme tiddlers, View, Edit and Page. Liam. -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.