[tw] Re: An EPUB ebook Reader, possible?

2011-04-06 Thread octw
I'm using Firefox 3.6.16. But it does work in Chrome. Well done. octw On 4月6日, 下午10時33分, Blaine Cook wrote: > Which browser are you using? It probably won't work on Internet > Explorer, but should work on recent versions of Firefox / Chrome / > Safari. > > cheers, >

[tw] Re: An EPUB ebook Reader, possible?

2011-04-06 Thread octw
It looks great. But I can't make it work to open ANY book listed in the index.html... :( octw On 4月5日, 下午10時19分, Blaine Cook wrote: > Hi octw, > > something like this is absolutely possible. Last year, I wrote > rePublish[1], which isn't integrated with TiddlyWiki, but doe

[tw] An EPUB ebook Reader, possible?

2011-04-01 Thread octw
file. cheers, octw -- 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 opti

[tw] Re: xFieldsPlugin

2011-02-18 Thread octw
Hi Tobias, Looks great. I'm thinking the possibility of sorting. Sorting the fields in-tiddler. Something like a simple fET but focus on fields. For each fields... Cheers, octw On 2月18日, 上午4時51分, Tobias Beer wrote: > Some additions to the concept, as of today... > > * detailed d

[tw] Re: Any example of vertically filled fET tables ?

2011-01-20 Thread octw
Hi Udo, You're back! cheers, octw On 1月20日, 下午10時17分, Udo Borkowski wrote: > Have a look at: > > http://tiddlywiki.abego-software.de/#[[Create%20a%20table%20with%20one%20column%20per%20tiddler%20%28%22Vertical%20Report%22%29]] > > This is an example how to create &qu

[tw] Re: FET for 'has checked checkbox'

2011-01-04 Thread octw
Maybe you'd like to take a look at this: http://goo.gl/riD3Z It uses checkbox to control whether the items should appear or not. You can edit the tabs source to see the fET code. Cheers, octw On 1月4日, 上午6時10分, Dave Parker wrote: > Hi, I'm trying to make a FET that finds certain

[tw] Re: how to modify / change input box in EditFieldPlugin

2010-12-18 Thread octw
Hi Dave, I've an example here: http://dl.dropbox.com/u/10400854/FreeSorting.html The width of the input box is controlled by a new class in StyleSheet like this: .sort input{width: 2em;} Wish it helps. Cheers, octw On 12月18日, 下午2時30分, Dave Parker wrote: > I tried it and it doesn&#x

[tw] EditFieldPlugin "save" file question

2010-11-14 Thread octw
the field, the change can be updated to the target field but it did not trigger the <> macro to save the whole file. Sometimes I lost the updated data for this. I'm wondering if it is possible to save the whole file at the same time when ending the field editing? Cheers, octw -- You re

[tw] Re: Hot to show/hide a button?

2010-11-09 Thread octw
Please take a look here: http://goo.gl/qyh5K Click the "Hide ✍" button in the subtitle to see it toggling the "✍" edit button. Currently I use the code from Saq to do the job. But I'd like to find some more simple way. Cheers, octw On 11月9日, 下午10時26分, whatever wro

[tw] Hot to show/hide a button?

2010-11-09 Thread octw
I have a button with a class: {{myClass{ <> }}} Currently I can use the code copied from Seq's ToggleSideBarMacro [1] to toggle the button. However, as Eric have said, "it's a bit like using a slegdehammer to swat a fly. " I'm wondering is there a simpler way to

[tw] Re: TiddlyLongPost: TiddlyWiki App for writing long post

2010-11-08 Thread octw
drag & drop feature. Hi whatever, I like the key word "drag & drop" however I didn't see it in your link. :( So I'd second Tobias. It's better to have a working example. Cheers, octw -- You received this message because you are subscribed to the Google Groups

[tw] TiddlyLongPost: TiddlyWiki App for writing long post

2010-11-07 Thread octw
characters *Reference area Special Thank for Eric fixing the bug in EditFieldPlugin making the Flickr-like "~Edit-In-Place" close to my idea. Here is the online demo http://goo.gl/qyh5K Please give me comment. Cheers, octw -- You received this message because you are subscribed

[tw] Re: The length of tiddler

2010-11-05 Thread octw
Sorry guys, it's too fun to play with this. I change newTiddler to a fake slider: And it worked with no bad effect. Cheers, octw On Nov 5, 6:19 pm, octw wrote: > OK, I use this weird way, putting this : > > > > in ViewTemplate. It can show the length of every t

[tw] Re: The length of tiddler

2010-11-05 Thread octw
OK, I use this weird way, putting this : in ViewTemplate. It can show the length of every tiddler, but I should remember not to click the button. octw On Nov 5, 6:03 pm, octw wrote: > Since this code shows the length of a tiddler: > >  "tiddler.text.length", > > is

[tw] The length of tiddler

2010-11-05 Thread octw
Since this code shows the length of a tiddler: "tiddler.text.length", is it possible to put it in ViewTemplate or EditTemplate to show the length of every tiddler? Cheers, octw -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gr

[tw] Re: Is it possible to count the length of a field?

2010-11-04 Thread octw
Oops, I made a typo in type the field name. Eric's solution would be worked at first time! I apology for wasting everyone's time, especially to Eric, sorry. octw On 11月5日, 上午6時10分, Tobias Beer wrote: > Would... > > tiddler.fields[fieldname].length > > ...work? >

[tw] Re: Is it possible to count the length of a field?

2010-11-03 Thread octw
Thanks Eric, I've been excited one second, but it seems not working in fET syntax. :( TypeError: tiddler.fields.myfield is undefined octw On Nov 3, 2:13 pm, Eric Shulman wrote: > > But I'd like to count the length of a field, something like > > "tiddler.myfiel

[tw] Is it possible to count the length of a field?

2010-11-02 Thread octw
I know how to count the length of 'tiddler.text'. fET supplied a way to do this: <> But I'd like to count the length of a field, something like "tiddler.myfield.length"... Is ti possible? Thank for any help. Cheers, octw -- You received this message because y

[tw] Re: Display <

2010-10-22 Thread octw
Maybe something like this: .fourcolumns .button {border: 0px; font-weight: bold;} in StyleSheet. Cheers, octw On 10月22日, 下午11時35分, julien23 wrote: > How to display < > thanks > > optional context : to place the link at the top of a remote FeT list : > > [[FetList]

[tw] Re: Transfering parameters into other tiddler

2010-10-16 Thread octw
rk with other plugin (like fET, sorry...). Btw, do you think your wonderful CheckBoxPlugin can add the function to add value to field just like it's function in adding tag value? Or, if I miss something, please forgive me. Cheers, octw > > w > > On Oct 16, 6:16 pm, octw

[tw] Transfering parameters into other tiddler

2010-10-16 Thread octw
in edit mode, which I have to hit "done" to save it, and hit close to close it. I'm wondering if it is possible to force the button transfering the value in background and avoid opening the target? Cheers, octw -- You received this message because you are subscribed to the Google Gro

[tw] Transforming parameter into other tiddler

2010-10-16 Thread octw
in edit mode, which I have to hit "done" to save it, and hit close to close it. I'm wondering if it is possible to force the button transforming the value in background and avoid opening the target? Cheers, octw -- You received this message because you are subscribed to the Google Gro

[tw] Re: Inserting a parameter into <> macro

2010-10-14 Thread octw
Ok, I found the answer: fields:{{"id:'"+config.options.txtNewValue+"'"}} Sorry for bother you. Cheers, octw On 10月14日, 下午8時40分, octw wrote: > I got a problem while inserting a parameter into a <> with > a field value. My code is something l

[tw] Inserting a parameter into <> macro

2010-10-14 Thread octw
rds: "{{config.options.txtNewValue}}", not the value grabbed from the input box. No matter I change the syntax to fields:id:{{config.options.txtNewValue}} or fields:[[id:{{config.options.txtNewValue}}]] They were just not working. Any ideas? Cheers, octw -- You received this mess

[tw] Re: Experiment: "Add-a-slider-into-toolbar-and-edit-text-in-view-mode".

2010-10-06 Thread octw
Thank you for your appreciation. I'm willing to submit it but I did not use tiddlyspace yet, so maybe you'd like to do that? cheers, octw On Oct 6, 11:55 am, passingby wrote: > Hi octw, > Sorry for going off track. I just wanted to say your simpleblue theme > is very good. Ho

[tw] Experiment: "Add-a-slider-into-toolbar-and-edit-text-in-view-mode".

2010-10-05 Thread octw
tton to show the edit box. This experiment is done by using Eric's EditFieldPlugin. I'm wonder if it is possible that force the edit box always grab the text from current tiddler (when it does not specify the tiddler title)? Cheers, octw -- You received this message because you are sub

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-04 Thread octw
However, Please take a look of my TiddlyPacking here: https://dl.dropbox.com/u/10400854/TiddlyPacking.html It should give you some ideas... Cheers, octw On 10月5日, 上午8時44分, octw wrote: > In my limited ForEachTiddlerPlugin knowledge, it is not likely that > you can generate tags you us

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-04 Thread octw
tabbed interface <> to collect them. Cheers. octw On 10月5日, 上午6時02分, TK wrote: > G'day > > The code below renders a multi tabbed 'box'. > > Each tab is labelled with the name of a tiddler. > > I would like to label each tab with the name of a tag an

[tw] EditFieldPlugin: field value did not show in the input box

2010-10-04 Thread octw
pear in the input box. I put an on-line simple test here: http://dl.dropbox.com/u/10400854/EditTest.html I think the original value should be there, right? Cheers, octw -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this g

[tw] Re: TiddlyPacking: an upgrade version from TiddlyPackingList

2010-10-03 Thread octw
k to remove it. All I do is using fET to list the different stats in different tab. > Another small request: > You might want to tag "itemGroupTemplate" with "TiddlyPacking" to get > it into the list of needed tiddlers for installation.. Ah, I forgot to do that. It's

[tw] TiddlyPacking: an upgrade version from TiddlyPackingList

2010-10-03 Thread octw
would also be useful for others. Please enjoy it. Cheers, octw -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to

[tw] Re: Is there a parameter represent the current tiddler title?

2010-10-03 Thread octw
Oh, great, thanks a lot, FND. Documentation, documentation ... :P Cheers, octw On 10月3日, 下午8時09分, FND wrote: > > <> > > [...] > > I'm wonder is there a parameter represent the current tiddler title? > > You can use evaluated parameters, which provide acce

[tw] Is there a parameter represent the current tiddler title?

2010-10-03 Thread octw
lider can't find the correct section to view. I'm wonder is there a parameter represent the current tiddler title? So I can put into the slider syntax which can automatically represent the change of the title? Cheers, octw -- You received this message because you are subscribed to the

[tw] Re: For Each Tiddler Question

2010-10-02 Thread octw
)&& ! tiddler.tags.contains("foo")' Further more, you can do the and/or things like: ! tiddler.tags.containsAny(["foo","hi","stop","ok"])' Btw, why not go to Udo's site? There are tons of examples. http://t

[tw] A solution to sort tiddlers by any order

2010-10-01 Thread octw
y. I came up with a good method to use Eric's EditFieldPlugin to achieve this (and use Udo's fET to do the sorting). Here is it: FreeSorting: https://dl.dropbox.com/u/10400854/FreeSorting.html Cheers, octw -- You received this message because you are subscribed to the Google Groups

[tw] Re: How to force TiddlyWiki opening in edit mode via http?

2010-10-01 Thread octw
Great. Thanks, FND. Cheers, octw On Oct 1, 3:46 pm, FND wrote: > > I need to display the edit function online. > > chkHttpReadOnly alone doesn't suffice - see > here:http://tiddlywiki.org/wiki/Read-Only_Mode > > -- F. -- You received this message because you ar

[tw] How to force TiddlyWiki opening in edit mode via http?

2010-10-01 Thread octw
I can't force TiddlyWiki opening in edit mode via http. No matter I set "config.options.chkHttpReadOnly=false;" or "config.options.chkHttpReadOnly=true;" in a SystemTweak. It always gave me read only. I need to display the edit function online. Did I miss somrthing?

[tw] How about a flickr-like Edit-In-Place?

2010-09-28 Thread octw
d like a flickr-like Edit-In-Place? If this can be done, that would be very very great. (It's a pity that I don't know anything about javascript...) Cheers, octw -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this gro

[tw] Re: Slider in View Template?

2010-09-27 Thread octw
Hi Trey, I've done this. 1. Put a slider in TiddlerA > <> 2. Use macro to grab the content of tiddlerA in ViewTemplate > It should work. octw On Sep 27, 6:29 am, Trey wrote: > Hi all.  Setting up a sweet TW and need some help - I've done my > homework but ca

[tw] a MediaWiki-like section editing solution

2010-09-24 Thread octw
dropbox.com/u/10400854/Edit-Section-AutoButton.html - Please give me comment. Cheers, octw -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To un

[tw] Re: How to put a 'edit form' into a slider?

2010-09-20 Thread octw
n and Udo's ForEachTiddlerPlugin, to do some interesting usage. But failed. Cheers, octw > On 20 Sep., 13:25, octw wrote: > > > Hi all, > > > Currently, TiddlyWiki default 'slider' macro can retrieve the content > > from other tiddler. But the result

[tw] Re: How to put a 'edit form' into a slider?

2010-09-20 Thread octw
can post an example tomorrow. Cheers, octw On 9月20日, 下午7時35分, Måns wrote: > Hi octw> Currently, TiddlyWiki default 'slider' macro can retrieve the content > > from other tiddler. But the result is read-only. Is it possible to put > > the content in an 'edit form&

[tw] How to put a 'edit form' into a slider?

2010-09-20 Thread octw
Hi all, Currently, TiddlyWiki default 'slider' macro can retrieve the content from other tiddler. But the result is read-only. Is it possible to put the content in an 'edit form' and write back the changes to the source tiddler? Cheers, octw -- You received this mes

[tw] Error when loading AutoRefresh plugin

2010-09-19 Thread octw
Hi Eric, I've installed your AutoRefresh plugin with no luck. http://www.tiddlytools.com/#AutoRefresh While reloading my TiddlyWiki, the "PluginManager" showing the error msg: Error: SyntaxError: unterminated regular expression literal Any idea? Cheers, octw -- You receiv

[tw] Interesting Todo app

2010-09-17 Thread octw
ing if it is possible to transform it into a TiddlyWiki plugin? That would be very useful. Cheers, octw -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscr

[tw] Re: Help, transferring the value of a variable into other tiddler

2010-09-04 Thread octw
Wow, it worked! Thanks, Eric, for your kind help. Cheers, octw On 9月5日, 下午1時39分, Eric Shulman wrote: > > Currently I have a "newTiddler" button like this: > > <> > > < >   label:"AddNewProject" > >   title:{{config.options.txtNewP

[tw] Help, transferring the value of a variable into other tiddler

2010-09-04 Thread octw
erwise it won't become the panel tiddler of the new project. I'm wondering if it is possible to automate the process, transferring the value of "txtNewProject" to replace those ""s? I've tried putting "{{config.options.txtNewProject}}" there

[tw] Re: A special "save and keep editing" function, possible?

2010-08-23 Thread octw
t; > That'd be a separate plugin, I suppose - also, it might be considered > dangerous, as there's no way to revert. Saq did a drafts plugin a while > back though, that might be worth digging out of the group archives. I'll dig into it. If I find anything, will report here.

[tw] Re: A special "save and keep editing" function, possible?

2010-08-23 Thread octw
Further one. FND, is it possible that make the plugin auto saving the tiddler every few minutes? octw On Aug 23, 6:59 pm, octw wrote: > Wow, great FND. It worked just the way I want. Great thanks. > Btw, does it support keyboard shout cut? > > Cheers, > octw > > On Aug 23

[tw] Re: A special "save and keep editing" function, possible?

2010-08-23 Thread octw
Wow, great FND. It worked just the way I want. Great thanks. Btw, does it support keyboard shout cut? Cheers, octw On Aug 23, 2:59 pm, FND wrote: > > I'm wondering if it is possible to have a special "save and keep > > editing" button that keeping the tiddler rem

[tw] Re: A special "save and keep editing" function, possible?

2010-08-22 Thread octw
Yes, I know the plugin but it seems giving a preview not saving the tiddler. If I want to save the changes, my problem still the same... Cheers, octw On 8月23日, 上午3時34分, Tobias Beer wrote: > That should do it...http://tiddlytools.com/#PreviewPlugin > > Cheers, Tobias. > > On 22 Au

[tw] A special "save and keep editing" function, possible?

2010-08-22 Thread octw
ve the whole text to the file? Something like writing a gmail draft. One can keep writing the mail in the box and save the text in anytime, no need to change the mail from edit to view mode, or vice verse. Cheers, octw -- You received this message because you are subscribed to the Google Groups &q

[tw] Re: Write down a title and hit create to create a new tiddler

2010-08-17 Thread octw
ause an error when reload my TW: SyntaxError: illegal XML character Any ideas? octw On Aug 18, 9:16 am, octw wrote: > Great thanks Eric, you are the man. > > Cheers, > octw > > On 8月17日, 下午10時48分, Eric Shulman wrote: > > > > I'm wondering if it is possible to p

[tw] Re: Write down a title and hit create to create a new tiddler

2010-08-17 Thread octw
Great thanks Eric, you are the man. Cheers, octw On 8月17日, 下午10時48分, Eric Shulman wrote: > > I'm wondering if it is possible to put an input box in front of the > > 'new tiddler' button, so one can write down some words in the box then > > hit the 'new ti

[tw] [HowTo] Write down a title and hit create to create a new tiddler

2010-08-17 Thread octw
Hi there, I'm wondering if it is possible to put an input box in front of the 'new tiddler' button, so one can write down some words in the box then hit the 'new tiddler' button to open the tiddler with the title 'some words'? Thank for help. -- You received this message because you are subscri