[tw] [TWC] Search no longer highlights tiddler text

2014-03-06 Thread Steve Rutter
I have heavily customized my TWC for work purposes, but I just noticed that search will no longer highlight words within the content of a tidder. It will still highlight the tittle of a tiddler, and it's not an issue with it being the same color as the text background. I'm not sure where I need to

[tw] [TWC] Tiddler height

2014-02-25 Thread Steve Rutter
I'm using the tabs plugin so that I only see 1 tiddler at a time. I would like to make it so that the tiddler uses only the height of the viewable area and gets a scrollbar for the tiddler. Which plugin does this? -- You received this message because you are subscribed to the Google Groups

Re: [tw] [TW5] vs [TWC] for new wikis?

2014-01-16 Thread Steve Rutter
The question here is: can you develop any modules that you might need? TWC, having been around for so long, as a TON of plugins, and many of them are top-notch quality. Some of them are still being developed. BUT, the architecture of TWC is dated, which means learning to build plugins would not

Re: [tw] [TW5] vs [TWC] for new wikis?

2014-01-16 Thread Steve Rutter
I forgot to add, TWC is still a beastly workhorse of an app. It all depends on what you need. Layout the needs requirements, and we could guide you from there. On Thu, Jan 16, 2014 at 4:07 PM, Steve Rutter gswrut...@gmail.com wrote: The question here is: can you develop any modules that you

Re: [tw] Re: Announcing TiddlyWiki 5.0.2-beta

2014-01-03 Thread Steve Rutter
I work in an environment where no executables can be launched unless approved by a really paranoid bureaucracy (basically, nothing can be requested). On Tue, Dec 31, 2013 at 2:00 PM, Stephan Hradek stephan.hra...@gmail.comwrote: Why not use a portable Firefox? http://portableapps.com/ --

Re: [tw] Re: Announcing TiddlyWiki 5.0.2-beta

2013-12-31 Thread Steve Rutter
? I can't reproduce it with IE10; TiddlyWiki5 doesn't work on older versions of IE as far as I know (there's just not enough of HTML5 implemented in IE 6 to 9). Best wishes Jeremy On Fri, Dec 27, 2013 at 2:44 AM, Steve Rutter gswrut...@gmail.com wrote: Jeremy, When I save the TW

Re: [tw] Re: Announcing TiddlyWiki 5.0.2-beta

2013-12-26 Thread Steve Rutter
Jeremy, When I save the TW and change it to HTA, then I get an error: Line: 3376 Char: 2 Error: 'console' is undefined I went to this line in source, and console is nowhere to be found in that area. Any ideas? On Sun, Dec 15, 2013 at 5:48 PM, jb dallas...@gmail.com wrote: Congratulations!

Re: [tw] Re: [TW5] @ James Weaver: Example for a parent-child relationship with TW5 (my version).

2013-12-11 Thread Steve Rutter
Isn't this basically an implementation of MPTW for TW5? On Wed, Dec 11, 2013 at 8:51 AM, James Weaver james.l.wea...@gmail.comwrote: Gracias David! I have already studied the parent-child-related topics example in your excellent set of TW5 resources. Your examples have been of great help

Re: [tw] TW5 and attachments

2013-11-14 Thread Steve Rutter
In a nutshell, yes. However, I don't think all the support is there yet. Images are natively supported and are encoded in base-64 in in the TW. On Thu, Nov 14, 2013 at 2:28 PM, karho...@gmail.com wrote: Does TW5 support attachments? I don't mean supporting attachments as external files, by

[tw] TW5 Lazy Loading

2013-08-03 Thread Steve Rutter
Hopefully Jeremy, or someone intimate with TW5 code will respond. Can you explain how lazy loading works in the context of a TW being used to store searched-for information? I don't get how the tiddlers can be searched across if they are lazily loaded, or OTOH, how lazy loading is not destroyed

Re: [tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-06-18 Thread Steve Rutter
Yakov, could you do me a favor and begin attaching your html file to this thread when it is updated? I primarily only reference this thread at work, and your domain is blocked here, so I can't see the new code without pulling it down from home (which I frequently forget to do . . . family and

Re: [tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-31 Thread Steve Rutter
Everything should look as it is in the original tiddler, regardless of whether it is an external link or embedded base64 encoding. On Fri, May 31, 2013 at 7:13 AM, luca.fio...@gmail.com wrote: Hi, thanks for the beautiful Plugin. I have a aquestion: it is possible to see images that belongs

[tw] Working around large numbers of tiddlers

2013-05-30 Thread Steve Rutter
One of the things I want to do with my TW is to compile report data that we write here at work. I project that we will have about 1000 reports this year, plus our past years. We have about half a page of Word data per report. Compiled, this would not be much data, but I know TW slows down loading

[tw] Re: Working around large numbers of tiddlers

2013-05-30 Thread Steve Rutter
Hmm... Looking over the information for foreachtiddlerPlugin, it looks like it can work directly against another file. Can someone tell me if it loads that other TW in memory and parses it, or does it just look at the text itself? On Thu, May 30, 2013 at 3:21 AM, Steve Rutter gswrut...@gmail.com

[tw] Re: Working around large numbers of tiddlers

2013-05-30 Thread Steve Rutter
I answered my second question: forEachTiddler where ''tiddler.text.contains(part definition)' write '[[+tiddler.title+]]: tiddler [[+tiddler.title+/definition]]\\ \n' I still need the answer to the first question, however. Thanks On Thu, May 30, 2013 at 3:35 AM, Steve Rutter gswrut

Re: [tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-30 Thread Steve Rutter
I'm looking forward to that import: 2 option. Until then, I'll probably just remove the Alert (haven't looked at code yet, assuming it's an Alert) for the time being. In my scenario, every TW must see every user created tiddler, so no tag filtered inclusions. However, it would be great to have

Re: [tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-29 Thread Steve Rutter
Yakov, I am using your plugin to perform some collaboration magic at my work. I may have missed it, but I need to make sure all the following are possible. Given 3 files, a source TW containing a large amount of content, and 2 user files, which are blank using a customized TW as a template. The

Re: [tw] Discussion and Comment Plugins

2013-05-22 Thread Steve Rutter
On Tue, May 21, 2013 at 9:32 PM, Steve Rutter gswrut...@gmail.com wrote: MPTW already does this. I figured Eric would know how that works, and since he built the discussion plugin, I figured he would know how to quickly patch. I may delve into the code myself, but I have never had the time

Re: [tw] Discussion and Comment Plugins

2013-05-21 Thread Steve Rutter
Bumping this. On Thu, May 16, 2013 at 1:16 PM, bluespire gswrut...@gmail.com wrote: Is there a way to get these plugins (I guess specifically the Comment plugin) to follow name changes of Tiddlers? I'm building a collaborative wiki, and it is quite possible that the name of a tiddler might

Re: [tw] Re: LaunchApplicationPlugin no longer works

2013-05-21 Thread Steve Rutter
Bumping this for Eric. On Thu, May 16, 2013 at 7:25 PM, Lyall lyall.pea...@gmail.com wrote: I am happy to participate in any efforts to restore functionality, however, I am not a firefox plugin developer, but am happy to modify LaunchApplication. ...Lyall On Friday, May 17, 2013 4:49:43

Re: [tw] Discussion and Comment Plugins

2013-05-21 Thread Steve Rutter
MPTW already does this. I figured Eric would know how that works, and since he built the discussion plugin, I figured he would know how to quickly patch. I may delve into the code myself, but I have never had the time to really get into the inner working of the TW. On Tue, May 21, 2013 at 7:39

Re: [tw] Re: HTML Parsing and Output

2013-04-26 Thread Steve Rutter
or external processing. Of course, getting regex done correctly can be tricky, especially if HTML was created with Word. But it can be done. Not sure if there's a simpler way. But if you can provide a sample of input and output formats, I'm sure we can help you out. w On 26 apr., 05:52, Steve

[tw] HTML Parsing and Output

2013-04-25 Thread Steve Rutter
I have a problem with where I work not having the appropriate tools to properly parse some HTML documents that we have, and the security is so high, that is not going to change. As such, is there a way to get TW to parse out information from HTML stored in another tiddler. I'm starting with the

[tw] Re: Banner

2013-04-19 Thread Steve Rutter
bump . . . On Wed, Apr 17, 2013 at 6:11 AM, Steve Rutter gswrut...@gmail.com wrote: How can I place a banner at the top of the base TW. Basically, I want to eat about 30 pixels (vertical) of the big blue banner at the top, and replace it with a specific color, and then center a phrase

[tw] Banner

2013-04-17 Thread Steve Rutter
How can I place a banner at the top of the base TW. Basically, I want to eat about 30 pixels (vertical) of the big blue banner at the top, and replace it with a specific color, and then center a phrase in it. I would like it to be its own tiddler. Color must span 100% horizontal. Thanks in

Re: [tw] Re: Default search-box not live

2013-04-04 Thread Steve Rutter
Thanks. That worked. On Thu, Apr 4, 2013 at 1:16 AM, Eric Shulman elsdes...@gmail.com wrote: I am using the *TiddlyWiki v2.5.0 with BasicsPackage* from TiddlyTools. When making a search from the default search-box, it is NOT live. However, once the dynamic search-results box has been made

[tw] Default search-box not live

2013-04-03 Thread Steve Rutter
Hello, I am using the *TiddlyWiki v2.5.0 with BasicsPackage* from TiddlyTools. When making a search from the default search-box, it is NOT live. However, once the dynamic search-results box has been made from doing a normal search, that NEW search-box is live. I need the default box to be live

Re: [tw] Re: TagglyTagging with BasicsPackage

2013-01-20 Thread Steve Rutter
The TT plugin appears to be working. Maybe I was wrong in not wanting a little bit of the MPTW theme. I still prefer the way MPTW lays out the tags vice just having them on the side as in yours. On Sun, Jan 20, 2013 at 8:51 AM, Scott Simmons goo...@secret-hq.com wrote:

Re: [tw] New alpha of TiddlyWiki5

2012-06-25 Thread Steve Rutter
For some reason, viewing the new TW causes my scroll bars to show as if what I am seeing is huge, yet the whole wiki fits on my screen. Theme problem? On Mon, Jun 25, 2012 at 6:24 AM, Eric Weir eew...@bellsouth.net wrote: On Jun 22, 2012, at 5:52 PM, Jeremy Ruston wrote: I made a little

Re: [tw] Re: MPTW Documentation Best Practice

2012-04-28 Thread Steve Rutter
I'm sorry I didn't make myself clear. The document is text AND screenshots. I'm only mentioning them, because I have to deal with them, and like you mentioned, I don't want them to bog down the TW. The pics are stored on the network drive in a sub-folder. My concern is how to organize the content

Re: [tw] Re: MPTW Documentation Best Practice

2012-04-28 Thread Steve Rutter
Hans, I don't understand what you mean by this: The top level navigation can drill down into more specific manually-created ToC tiddlers, and glossary/index pages can also assemble tiddlers based on topic term tags. -- You received this message because you are subscribed to the Google Groups

Re: [tw] TW5 and its style

2012-04-13 Thread Steve Rutter
RE: Styling Oh, ok. That makes sense. I guess you are considering targeting mobile platforms, as well. That's a good idea. RE: Built-in Editing Yeah, that is what I was talking about. RE: Node.js Let me see if I understand what Node.js does. It's a javascript that still runs under the browser,

[tw] TW5 and its style

2012-04-12 Thread Steve Rutter
Question about TW5. Is it going to be pushed to the public in its current style? I really don't like it, having that pop-up, scrolling, menu on the side. I was hoping TW5 would look similar to the current TW, but be much better on the back side and have that built-in editing present. Is there any

Re: [tw] Re: MPTW and FCKeditor

2012-03-26 Thread Steve Rutter
Still, no one has an answer to why this is happening? On Mon, Mar 19, 2012 at 10:25 PM, Steve Rutter gswrut...@gmail.com wrote: Yeah, it's real easy to test. Just open a new TW at TS, then add the FCKeditor tiddler as normal, and change NOTHING (except adding the HEAD script, and the toolbar

Re: [tw] MPTW and FCKeditor

2012-03-18 Thread Steve Rutter
No one? On Sun, Mar 18, 2012 at 7:55 AM, bluespire gswrut...@gmail.com wrote: I have a problem getting MPTW to work with FCKeditor. Here's what I did to make sure I didn't mess anything up. I started a fresh MPTW at tiddlyspot. Created a new tiddler and exactly copied the FCKeditorPlugin

Re: [tw] Re: Full TiddlyWiki Encryption

2012-03-05 Thread Steve Rutter
The problem is that none of those solutions are portable. And the portable solutions require me to have to manually encrypt the file and copy over the file in my dropbox. The problem with this is that, inevitably, I have to unencrypt the file to disk, and then have FF open it. What would be nice

Re: [tw] Re: Full TiddlyWiki Encryption

2012-03-05 Thread Steve Rutter
, Steve Rutter gswrut...@gmail.com wrote: The problem is that none of those solutions are portable. And the portable solutions require me to have to manually encrypt the file and copy over the file in my dropbox. IMO this is not true. I'm referring to EncFS works on Linux as well as Mac

Re: [tw] Sub-structuring TiddlyWikis

2012-01-29 Thread Steve Rutter
There is even a plugin that will allow you to search across all your wiki's from your top one. On Sun, Jan 29, 2012 at 8:59 AM, hpon peter.norli...@gmail.com wrote: Hi, A humble suggestion.. Some TiddlyWikis, such as www.tiddlywiki.com, present a somewhat cluttered structure of