Re: [tw] Re: Another browser to add to the it works list: luakit!

2012-03-02 Thread Jeremy Ruston
Awesome, and congratulations. There's nothing like the exhilaration of
something working unexpectedly. I hadn't come across Luakit, not being
a Linux user, but it seems like a great fit for TiddlyWiki.

Is there something I can link to from tiddlywiki.com - maybe it would
be worth setting up a github repo with all the bits and pieces?

Best wishes

Jeremy

On Fri, Mar 2, 2012 at 2:14 AM, perlguy perl...@gmail.com wrote:
 Ah... here's a couple of screenshots if you're thinking of trying it
 out:

 my somewhat visually tweaked, lots of plugins version:
 http://dl.dropbox.com/u/45371072/tiddlywiki-luakit.png

 vanilla empty.html from empty.zip downloaded and opened with
 regular luakit configuration: 
 http://dl.dropbox.com/u/45371072/tiddlywiki-luakit-empty.png

 --
 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.


-- 
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.



Re: [tw] Re: Another browser to add to the it works list: luakit!

2012-03-02 Thread Eric Weir

On Mar 2, 2012, at 6:08 AM, Jeremy Ruston wrote:

 Awesome, and congratulations. There's nothing like the exhilaration of
 something working unexpectedly. I hadn't come across Luakit, not being
 a Linux user, but it seems like a great fit for TiddlyWiki.

Will it run in OS X?

--
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net

Hatred destroys. Love heals.

- Eknath Easwaran

-- 
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] Load external tiddlers lazily

2012-03-02 Thread andrew.j.harrison84
Ok, I'm once again trying to incorporate external word documents as
searchable tiddler content. IncludePlugin is great if I save as html and
then copy everything in the body and put between html/html tags and
then export it, but when I try to load 250 external tiddler files it takes
a really long time to display. Is there a way to flush the buffers just
after the defaultTiddlers and then load the rest lazily? Maybe there is a
better way? It has to end up searchable so iframe isn't an option. Maybe
putting something like ?php flush(); ? somewhere? I was hoping
Tiddlywiki5 could solve my 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: Another browser to add to the it works list: luakit!

2012-03-02 Thread Måns
Hi Eric

 Will it run in OS X?

A comment:
http://news.ycombinator.com/item?id=1947036

I guess you'll have to use Linux ...

Can you run Chrome on OS X ? - If you can, then you should be able to
produce mini-applications from webpages, and save them as shortcuts...
I do that in Linux and Windows.

Cheers Måns Mårtensson

-- 
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: automatic editing of tiddlers

2012-03-02 Thread skye riquelme
Hi Again

Thanks Eric. so now I have

script
var ref=???;
var tids=store.getMatchingTiddlers(ref);
for (var t=0; ttids.length; t++)
{
var text=tids[t].text;
var firstreplace=text.replace(tiddler Format##pdf with:',|
Link|);
var endref=firstreplace.indexOf();
var fullref=firstreplace.slice(0,endref);
var newtext=fullref+|\n|Autor||\n|Editora||\n|Fonte|www|\n|Tipo|pdf|\n
\n!!Comentarios\n;
return newtext;
  store.saveTiddler( tids[t].title, tids[t].title, newtext,
tids[t].modifier, tids[t].modified,tids[t].tags, tids[t].fields);
autoSaveChanges();
story.displayTiddler(tids[t].title,null);
}
/script

..yes...in this case I am searching for tag ??? and only want to
change the text..in my code I output newtext.and can see that
the string manipulation of the original text is correctbut it is
still not overwriting the new text.the tiddler still shows the
original text...seems the store.saveTiddler part is not
functioning...thats the part that I cant get right.

You mentioned I could use text.replace(..) ... I am not familiar
with that function...how does it work...syntax...

Thanks
Skye

-- 
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] Catching Ideas....how to start?

2012-03-02 Thread skye riquelme
Hi All

Guess like most people, I often have brilliant ideaswell ideas at
leastin the middle of doing something else...and have that
conflict between needing to concentrate on what I am doing.or stop
and record the idea.

.since I live a reasonable part of my life in Firefox (thats a
strange concept) I am wondering if it would be possible to build a
bookmarkletthat works a bit like TiddlySnip...only instead of
grabbing current page details...it simply opens a window that alllows
me to write my idea (simple text) and the saves it to a TW in my
computadorfor later processing

ok course I could just have a TW loaded with Erics QuickNote
plugin..open at all times.

 but a bookmarklet in Firefox would be much more fun.

AND I have no idea at all about how to go about building a bookmarklet
to do thisany hints/leads/bits of code would be appreciated.

Thanks in Advance
Skye

-- 
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: automatic editing of tiddlers

2012-03-02 Thread Eric Shulman

 var newtext=fullref+|\n|Autor||\n|Editora||\n|Fonte|www|\n|Tipo|pdf|\n
 \n!!Comentarios\n;
 return newtext;

 ^^^ WHY?!?  (this *ends* the script *without saving the
tiddler*... *none* of the code that follows it will *ever* be invoked)

       store.saveTiddler( tids[t].title, tids[t].title, newtext,
 tids[t].modifier, tids[t].modified,tids[t].tags, tids[t].fields);
 /script


 You mentioned I could use text.replace(..) ... I am not familiar
 with that function...how does it work...syntax...

You are *already* using the .replace(...) function, here:

var firstreplace=text.replace(tiddler Format##pdf with:',|
Link|);

Any decent online Javascript reference will have the full syntax and
usage.

-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] TiddlyTemplating and Template Variables

2012-03-02 Thread funkyeah
I am in the process of learning to use the abilities of TiddlyWiki to 
implement templates. I've done some research on this and decided that their 
needs to be a wiki article on tiddlywikidev.tiddlyspace.com or somewhere 
else that explains how to use the templating mechanisms that tiddlywiki 
affords. To this extent I've started on the wikipage while learning it 
through implementing a few examples.

I've run into a limitation that may have an easy answer but was hoping to 
get some help on it.

I am using the TemplatePlugin: 
http://svn.tiddlywiki.org/Trunk/contributors/JonathanLister/plugins/TemplatePlugin.js

I started with a form and specifically a dropdown:
select id=style-select
optionSelect something.../option
optionDrop down 01/option
optionDrop down 02/option
/select

I want the drop-down options auto populated so I changed it to this:

select id=style-select
templateTiddlers template:BeerStyles_selectTemplate
/select

Where the BeerStyles_selectTemplate is:

option
templateTiddlers BeerStyles
/option

And this is where it breaks down... the tiddler BeerStyles is supposed to 
contain at least a list but potentially a list of tiddlers. I realize that 
the templateTiddlers and templateTags macros only iterate through tiddlers 
and tags respectively so trying to get them to iterate through a br 
separated list within a tiddler is not the way its supposed to work, but I 
don't really see an alternative way to do something like this. It seems 
like there should be a way to do this and I'm just not aware of it. If you 
help me I can promise to document it in the dev space. (which on a separate 
note there should be a lot more of in this group)

-- 
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/-/a1jGow8otG8J.
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.



Re: [tw] Re: Another browser to add to the it works list: luakit!

2012-03-02 Thread Eric Weir

On Mar 2, 2012, at 10:58 AM, Måns wrote:

 Will it run in OS X?
 
 A comment:
 http://news.ycombinator.com/item?id=1947036
 
 I guess you'll have to use Linux ...

Thanks, Måns. Interesting. At the luakit page on github it is described as a 
fast, light and simple to use micro-browser framework exensible by Lua using 
the WebKit web content engine and the GTK+ toolkit. 

Googling webkit the first item describes it thus: WebKit is an open source 
web browser engine. WebKit is also the name of the Mac OS X system framework 
version of the engine that's used by Safari, Dashboard, Mail, and many other OS 
X applications.

If it is indeed a problem on OS X, must be GTK+? The GTK+ website describes it 
as a multi-platform toolkit for creating graphical user interfaces. 
Responding to the question, Where can it be used, it says, Everywhere!

Pretty certain it's all beyond me, though. Wouldn't have a clue how to go about 
any of this. And with webkit originating in OS X I wouldn't be surprised if it 
turned out not to solve my apparently OS X-related TiddlyWiki problems.

Thanks again,
--
Eric Weir
Decatur, GA 
eew...@bellsouth.net

What does it mean...that the world is so beautiful? 

- Mary Oliver 






-- 
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: TiddlyTemplating and Template Variables

2012-03-02 Thread Eric Shulman
 I started with a form and specifically a dropdown:
         select id=style-select
             optionSelect something.../option
             optionDrop down 01/option
             optionDrop down 02/option
         /select

 I want the drop-down options auto populated ...
 iterate through a br separated list within a tiddler...
 an alternative way to do something like this. It seems
 like there should be a way to do this and I'm just not aware of it.

http://www.TiddlyTools.com/#ListboxPlugin
http://www.TiddlyTools.com/#ListboxPluginInfo

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,
gas, 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: automatic editing of tiddlers

2012-03-02 Thread skye riquelme
Opa

I was not aware that the return ends the scrip..now you point it
out it seems so obvious !!!

text.replace...I thought you were refering to a TW function and not
the basic javascript

guess I should go back to bed and try again tomorrowwhen my brain
is fully engaged...

thanks for your patience!!!

Skye

On 2 mar, 13:46, Eric Shulman elsdes...@gmail.com wrote:
  var newtext=fullref+|\n|Autor||\n|Editora||\n|Fonte|www|\n|Tipo|pdf|\n
  \n!!Comentarios\n;
  return newtext;

  ^^^ WHY?!?  (this *ends* the script *without saving the
 tiddler*... *none* of the code that follows it will *ever* be invoked)

        store.saveTiddler( tids[t].title, tids[t].title, newtext,
  tids[t].modifier, tids[t].modified,tids[t].tags, tids[t].fields);
  /script
  You mentioned I could use text.replace(..) ... I am not familiar
  with that function...how does it work...syntax...

 You are *already* using the .replace(...) function, here:

 var firstreplace=text.replace(tiddler Format##pdf with:',|
 Link|);

 Any decent online Javascript reference will have the full syntax and
 usage.

 -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] Using ToggleRightSideBar

2012-03-02 Thread Milind Gupta
Hi,
For the past hour I have been trying to install an use the
ToggleRightSideBar transclusion, but it doesn't work. What I would like to
have is 2 arrows on the top to show and collapse both the right side bar
and the left side bar. Any help would be appreciated.

Thanks,
Milind

-- 
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: Using ToggleRightSideBar

2012-03-02 Thread HansBKK
I forgot how I did it, but I've PM'd you my template based on TWT treeview 
executive, core probably needs updating as well.


On Saturday, March 3, 2012 7:51:21 AM UTC+7, Milind wrote:

 Hi,
 For the past hour I have been trying to install an use the 
 ToggleRightSideBar transclusion, but it doesn't work. What I would like to 
 have is 2 arrows on the top to show and collapse both the right side bar 
 and the left side bar. Any help would be appreciated.

 Thanks,
 Milind



-- 
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/-/qKQ_s4jIkBAJ.
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.