[tw5] Question about node.js and saving

2023-05-04 Thread Jim Barr
I have a TiddlyWiki instance running under Docker using Node.js. Can the entire install be saved out as a single Tiddlywiki file? And likewise, can a standalone Tiddlywiki .html file be saved as a Node.js install? Thanks! -- You received this message because you are subscribed to the Google

[tw5] Re: Can I reference a data tiddler using a field value?

2020-01-19 Thread Jim
Thanks all for the help and hints. Some of the examples I couldn't get to work, but finally managed to do what I wanted. This is, at the moment, just experimenting with workflows and what's possible. The under-lying ideas are separation of data from display, linking a tiddler to a data

[tw5] Remove a tag on command line?

2018-12-31 Thread Jim
Hello. I'm using node to load, modify, and then render a html wiki. Is it possible to remove a tag from a tiddler before rendering it out again? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread Jim
I have been using (getting used to) Firefox Multi-Account Containers which allows you to have different accounts assigned to color-coded tabs. It doesn't use Firefox Profiles, but the result is similar. You can setup

[tw5] Re: Timimi plugin - released for firefox/chrome/chromium in linux/mac/windows

2018-09-03 Thread Jim
On Sunday, September 2, 2018 at 8:27:11 AM UTC-4, Riz wrote: > > Jim, > > Appreciate you taking time to write that note. Would you share your OS and > browser version? > Windows 10 Home 1803 64-bit & Firefox 61.0.2 64-bit -- You received this message because you are su

[tw5] Re: Timimi plugin - released for firefox/chrome/chromium in linux/mac/windows

2018-09-02 Thread Jim
I just wanted to say thanks for this browser extension - it really simplifies TW workflow when you don't need to consider file location or servers before starting. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: sameday filter - off by one?

2018-07-21 Thread Jim Farrand
is bug will impact me a lot less, but I'd still be glad to see if fixed. :) ) Cheers, Jim > -- Mark > > On Friday, July 20, 2018 at 11:51:50 AM UTC-7, Jim Farrand wrote: >> >> >> I have recently created a tiddler, which has created timestamp: >> 2018072018005111

[tw5] Re: sameday filter - off by one?

2018-07-20 Thread Jim Farrand
On Friday, 20 July 2018 21:21:16 UTC-7, TonyM wrote: > > Jim, > > The other way around I would think, all dates utc and when you view them > the local timezone offset is applied. Including daylight. > > This is nessasary for time zone shared wikis. I can say this since

[tw5] Re: sameday filter - off by one?

2018-07-20 Thread Jim Farrand
On Friday, 20 July 2018 20:08:21 UTC-7, TonyM wrote: > > Jim, > > In your examples you use a litteral date, surely you need it to come from > a field a value or something else. How do you plan to actualy use sameday > in your tiddlers? > > Hi Tony, Yes, I

[tw5] sameday filter - off by one?

2018-07-20 Thread Jim Farrand
wondering if I have some confused configuration somewhere which is screwing things up. (I'm trying to create a journal template that includes the list of tiddlers created/modified on that day.) Thanks in advance, Jim -- You received this message because you are subscribed to the Google Groups &

[tw5] Re: Minimal Ruby Server

2018-05-14 Thread Jim
Cool, thanks. On Sunday, May 13, 2018 at 6:39:49 PM UTC-4, Mark S. wrote: > > I've made a PR: > > https://github.com/Jermolene/TiddlyWiki5/pull/3277 > > Thanks! > -- Mark > > On Sunday, May 13, 2018 at 7:32:49 AM UTC-7, Jim wrote: >> >> > You should add t

[tw5] Re: Minimal Ruby Server

2018-05-14 Thread Jim
Sorry Tony I don't have the knowledge to help with that. I agree with Mark - I would only use it locally and as-needed, shutting it down when you no longer need it. On Sunday, May 13, 2018 at 8:29:38 PM UTC-4, TonyM wrote: > > Jim, > > My cpanel account permits the use of Ruby o

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread Jim
to TW directly slows > it down very quickly. > > -- Mark > > On Sunday, May 13, 2018 at 7:32:49 AM UTC-7, Jim wrote: >> >> I've updated the file to create a back-up file on save. It might slow >> things down on large TW's but better to be safe than sorry. >>

[tw5] Re: What happened to my tiddler Type field?

2018-05-13 Thread Jim
Brilliant! Thank you. Is it a bug? On Sunday, May 13, 2018 at 10:37:57 AM UTC-4, Eric Shulman wrote: > > On Sunday, May 13, 2018 at 5:21:17 AM UTC-7, Jim wrote: >> >> Good morning. >> >> I'm not sure what I did but does anyone know how to fix this? >> &g

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread Jim
s just html)? Then yes it works. On Saturday, May 12, 2018 at 10:32:45 AM UTC-4, Jim wrote: > > I use Ruby and so always have it installed. If you do too, here's a > minimal server using Ruby Webrick. It just serves up files from the same > folder and handles saving. > > Once run

[tw5] What happened to my tiddler Type field?

2018-05-13 Thread Jim
Good morning. I'm not sure what I did but does anyone know how to fix this? -- You received this message because you are subscribed to the Google Groups

[tw5] Minimal Ruby Server

2018-05-12 Thread Jim
I use Ruby and so always have it installed. If you do too, here's a minimal server using Ruby Webrick. It just serves up files from the same folder and handles saving. Once running, just point yor web browser at localhost:8000 to view the folder listing, and click on your wiki html file.

[tw5] Re: Extract Tiddler Files From HTML Tiddlywiki

2018-05-12 Thread Jim
You'll need a node executable <https://nodejs.org/en/download/> and the TW5 source <https://github.com/Jermolene/TiddlyWiki5/releases>. I'm using Windows. Here's a batch file example: set node_exe="C:\Users\Jim\Downloads\node-v8.11.1-win-x64\node.exe" set tw_js=&

[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-20 Thread 'Jim McD' via TiddlyWiki
Thanks for this. Version 0.2.1 tested and working on Windows 8.1 Pro, FF 57, Classic Tiddlywiki. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw] Re: Testers needed for TiddlyServer

2017-10-10 Thread Jim
This is what I get : -- You

[tw] Re: Is there a permanent TiddlyFox solution?

2017-09-21 Thread Jim W
UTC-5, PMario wrote: > > On Wednesday, September 20, 2017 at 3:37:20 PM UTC+2, Jim W wrote: >> >> I converted over to Node.js but I guess now I've lost the ability to >> encrypt all my tiddlers >> <https://github.com/Jermolene/TiddlyWiki5/issues/1073>? There's a plu

[tw] Re: Is there a permanent TiddlyFox solution?

2017-09-20 Thread Jim W
some people are having challenges getting set-up the way they want. Without > a CouchDB server you could easily lose everything (clearing all local data > would delete all your saved content if you don't have CouchDB). > > > On Monday, September 18, 2017 at 3:42:52 PM UTC-4, Jim

[tw] Re: Is there a permanent TiddlyFox solution?

2017-09-19 Thread Jim W
ll be looking into converting over to Node.JS or maybe dig into TiddlyServer. On Monday, September 18, 2017 at 4:46:53 PM UTC-5, @TiddlyTweeter wrote: > > > Jim: I don't really like the idea of using something like FirefoxESR > > Why? Has it got diseases? Lol. > > Its just Firefo

[tw] Re: Is there a permanent TiddlyFox solution?

2017-09-18 Thread Jim W
Forgive my ignorance, I've looked for some kind of consensus on what happens when TiddlyFox stops working when Firefox 57 gets here but haven't really found one. For a long time TiddlyWiki/TiddlyFox user what's the best course of action if I'm not willing to give up standard Firefox (I don't

[tw] Re: Hello and a question.

2017-09-16 Thread Jim
An example assumption I made. You use [[ ]] to create links. You use {{!!field}} to include a field. Therefore, [[{{!!field}}]] will create a link using the value of the field. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw] Hello and a question.

2017-09-15 Thread Jim
that that messes me up when trying to use TW. On Friday, September 15, 2017 at 5:21:59 PM UTC-4, AlexHough wrote: > > Hi Jim, > > Welcome. > > have you tried this syntax: {{!!field}} ? > > > Alex > > -- You received this message because you are subscribed to the

[tw] Need help -- have $$$ (well, $)

2016-10-17 Thread Jim Tobias
Hi All, I built a concept map in Freeplane for a complex work project. It worked okay for me, but was not useful to the team I'm working with for several reasons. So I'm looking around again, and noticed that there's TiddlyMap that links a wiki to a concept map. But I need some help evaluating

[tw] (TW5) Save not working in node.js

2015-03-25 Thread Jim
Hi, I'm trying to run TW5 on node. My first attempts involved following the instructions on the TW site for running TW under node.js exactly. Things appear to be working correctly on the server side. I get messages indicating that new tiddlers have been created and they physically exist on

Re: [tw] (TW5) Save not working in node.js

2015-03-25 Thread Jim
view. I'm glad the solution is this simple but a bit embarrassed that it turned out to be lack of knowledge on my part. Thanks much for your incredibly quick and helpful response! Best, Jim On Wednesday, March 25, 2015 at 12:09:28 PM UTC-4, Jeremy Ruston wrote: Hi Jim Those server

Re: [tw] [TW5] Static sites - sitemap and ATOM plugins updated...

2015-01-27 Thread Jim Lehmer
On Monday, January 26, 2015 at 5:49:12 AM UTC-6, AlexHough wrote: Thanks Tobias, The sitemap makes it easier for google to index... A huge topic! Correct. And while there is some discussion about whether they are used much by the search engines any more, both Google and Bing have ways to

[tw] Re: TiddlyWiki Hangout #76 will be on Tuesday 6th January at 4pm GMT

2015-01-27 Thread Jim Lehmer
On Tuesday, January 27, 2015 at 9:51:41 AM UTC-6, Jeremy Ruston wrote: TiddlyWiki Hangout #77 is about to start. Thanks for posting this today or I would've missed the call. I am still not getting invites. -- You received this message because you are subscribed to the Google Groups

[tw] [TW5] Static sites - sitemap and ATOM plugins updated...

2015-01-24 Thread Jim Lehmer
*ATOM feed *- https://github.com/dullroar/TW5-atomfeed *Sitemap *- https://github.com/dullroar/TW5-sitemap Both contain the following bug fixes: 1. Use the approved TW date formatting (/$tw.utils.formatDateString()/), per Mario's suggestion on 1/18 (thanks, Mario). 2. Gracefully handle

Re: [tw] Re: [TW5] New plugin for generating sitemap.xml for static sites

2015-01-18 Thread Jim Lehmer
On 1/18/2015 7:40 AM, Jim Lehmer wrote: So, if the error is happening in my code, that tells me there is a tiddler or tiddlers without a /modified /field. I would have always expected that field to get created (it seems to on any tiddlers I create). I wonder if some system tiddlers are built

Re: [tw] Re: [TW5] New plugin for generating sitemap.xml for static sites

2015-01-18 Thread Jim Lehmer
On 1/18/2015 8:45 AM, Tobias Beer wrote: So, what to do with tiddlers that don't have a modified date and a sitemap? Is it ok for them not having any? I guess you want to use a custom filter anyway, if only to not index system tiddlers ...or just all tagged blog or whatever you use to

Re: [tw] Re: [TW5] New plugin for generating sitemap.xml for static sites

2015-01-18 Thread Jim Lehmer
Good to know. I will log another issue in my repo. :) On 1/18/2015 1:45 PM, PMario wrote: see: core/modules/utlis/utils.js exports.formatDateString = function(date,template) - $tw.utils.formatDateString(new Date, -MMM) will give you 2015-January -m -- You received this message

Re: [tw] Re: javascript macro / macrocall problem

2015-01-12 Thread Jim Lehmer
On 1/12/2015 7:24 AM, 'Stephen Kimmel' via TiddlyWiki wrote: preview pane, the editor is little more than a textarea box. If we could get it to look as good as the editor we use when posting messages to this group, I would be ecstatic. And it would make life a lot easier on the new users

Re: [tw] Re: javascript macro / macrocall problem

2015-01-12 Thread Jim Lehmer
On 1/12/2015 12:36 PM, 'Stephen Kimmel' via TiddlyWiki wrote: Close. Not that it matters at all but... My first job as a programmer started in 1965. In November of 1979, I was a contributing editor of Creative Computing magazine. You win. :) Although even so I realized I am not good doing

[tw] Re: Tiddlyspot - Gallery for TW5

2015-01-11 Thread Jim Lehmer
On Saturday, January 10, 2015 at 7:08:55 AM UTC-6, Atul Grover wrote: There is a tiddlyspot gallery where various Tiddlywikis are showcased ( http://tiddlyspot.com/?page=gallery ). Should we create a page where we showcase different variant of TW5 bottomtabs... scholars. etc. Each

[tw] Tip for serving TW5 on node to local network

2015-01-11 Thread Jim Lehmer
to 0.0.0.0: tiddlywiki --server 8080 $:/core/save/lazy-images text/plain text/html Jim 0.0.0.0 Works great, and now I don't have to worry about what machine I launch it on. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

Re: [tw] Re: Tiddlyspot - Gallery for TW5

2015-01-11 Thread Jim Lehmer
On 1/11/2015 1:30 PM, Tobias Beer wrote: How to protect the tiddler against maleficent? Perhaps watch less Disney. :) That's why in my other post I mentioned curated. Of course, that implies a level of attention to detail that may not be available from anyone to be a curator. Of course, for

Re: [tw] Re: Fun with bookmarks

2015-01-07 Thread Jim Lehmer
On 1/6/2015 10:48 PM, Jed Carty wrote: I did get a red box of doom when I selected c++ as the tag though, I would guess that the ++ part may interact strangely with the regexp filter. Yes, unfortunately I created that tag before I switched over to using regex's. And like the joke about REs

[tw] Fun with bookmarks

2015-01-06 Thread Jim Lehmer
Searching through archives, how-to's and other resources, it seems like bookmarks and associated functionality are one of the more popular uses for TW, especially when first starting out. I decided to try my hand at it, and it was actually quite a learning experience. Consider the TW here:

[tw] Re: TiddlyWiki Hangout #76 will be on Tuesday 6th January at 4pm GMT

2015-01-06 Thread Jim Lehmer
For some reason I keep missing these announcements in the group. Sigh. Since we're using Google Groups, is there a possibility of a TW Google Calendar to which I could then subscribe? Google Calendar (and these TW groups) are about the last two functions I use from The All-Seeing Eye. On

[tw] Re: [TW5] New plugin for generating sitemap.xml for static sites

2015-01-05 Thread Jim Lehmer
On Monday, January 5, 2015 9:31:01 AM UTC-6, Tobias Beer wrote: Cool stuff, Jim. With the increasing information on static pages, I have started to collect some notes on the different tidbits... http://static.tiddlyspot.com Thanks, Tobias! -- You received this message because you

[tw] Re: Color highlighting in a snippet of code

2015-01-04 Thread Jim Lehmer
, 2015 8:45:04 AM UTC-6, Jim Lehmer wrote: On Thursday, January 1, 2015 6:10:27 PM UTC-6, RichShumaker wrote: I love your bottom TW5 reference. I couldn't click it although TiddlyWiki 5 seems like a link. Hmmm...In the words of every developer everywhere, It works for me. :) I use Cloudflare

[tw] [TW5] New plugin for generating sitemap.xml for static sites

2015-01-04 Thread Jim Lehmer
I cloned off my ATOM feed plugin and created one for generating a *sitemap.xml* http://www.sitemaps.org/protocol.html file. I have verified the results on my web site http://dullroar.com/ successfully against Google Webmaster tools. You can see the resulting file here

Re: [tw] Re: Fun with Unicode and TiddlyWiki

2015-01-04 Thread Jim Lehmer
Very cool! I love bookmarklets and have written a few myself. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to

Re: [tw] Re: Fun with Unicode and TiddlyWiki

2015-01-03 Thread Jim Lehmer
On 1/3/2015 12:28 PM, Eric Shulman wrote: I've done the same thing in TWC (which also uses the @@...@@ format for inline CSS). However, rather than using the somewhat obscure Unicode value, I just use an empty block of italics to achieve the same result... like this: @@color:red; This

[tw] I must be doing something wrong...

2015-01-02 Thread Jim Lehmer
, tiddlywiki/snowwhite ] } However, when I try to start TW with the following command: node tiddlywiki --server 8083 $:/core/save/lazy-images text/plain text/html Jim ...I get the following error: fs.js:439 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode

Re: [tw] I must be doing something wrong...

2015-01-02 Thread Jim Lehmer
On 1/2/2015 11:20 AM, Jeremy Ruston wrote: Hi Jim Copied a Basic client-server edition tiddlywiki.info http://tiddlywiki.info file into the root of the repo, to wit: That's the problem: you're trying to re-use the TiddlyWiki repo as a wiki folder. You should either create your wiki folder

Re: [tw] Re: ATOM feed now a plugin

2015-01-02 Thread Jim Lehmer
On 1/2/2015 6:29 PM, Mat wrote: I get at least half of my news via the Feedly reader (and I'm but a young lad at 41). I just subscribed to your channel and, by the way, and I agree it should probably support /content/ elements for a full feed experience ;-) And I +1 that other point about

Re: [tw] Re: Color highlighting in a snippet of code

2015-01-02 Thread Jim Lehmer
On Friday, January 2, 2015 4:22:48 AM UTC-6, Jeremy Ruston wrote: That's looking really good, well done. I just noticed that I don't think tiddlywiki.com links to any of your stuff; is http://dullroar.com the best place to link to? Thanks. Just noticed there was one slight bug on that page

[tw] Re: Color highlighting in a snippet of code

2015-01-02 Thread Jim Lehmer
On Thursday, January 1, 2015 6:10:27 PM UTC-6, RichShumaker wrote: I love your bottom TW5 reference. I couldn't click it although TiddlyWiki 5 seems like a link. Hmmm...In the words of every developer everywhere, It works for me. :) I use Cloudflare to protect/CDN my site and wonder if it is

[tw] Re: ATOM feed now a plugin

2015-01-02 Thread Jim Lehmer
On Thursday, January 1, 2015 5:53:31 PM UTC-6, HansWobbe wrote: So what has the techie crowd moved on to? I'd hate to attract their attention accidentally, just by letting someone see that I still rely on feeds. :-) From what I can tell they have moved on to captive apps on their phones

[tw] Re: ATOM feed now a plugin

2015-01-02 Thread Jim Lehmer
Just put up another bug fix, for correctly formatting URLs of tiddlers with spaces in their names. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw] Color highlighting in a snippet of code

2015-01-01 Thread Jim Lehmer
This is old news for veterans, I am sure, but thought I would pass this along in case anyone else hits it. Let's say you have a tiddler that displays a code block (you're writing an article on some coding technique or whatnot): ``` var foo = 1; var bar = gonculate(foo); alert(bar); ``` Which

[tw] Remember kids, file names are case insensitive on Windows

2015-01-01 Thread Jim Lehmer
TW will alllow you to create both a *Foo *tiddler and a *foo *tiddler, but if you're running under node on Windows, whichever one is saved last will be the sole contents of the single *foo.tid *file. I am sure it has been discussed before but it bit me today and shouldn't have, because I am

[tw] Re: Color highlighting in a snippet of code

2015-01-01 Thread Jim Lehmer
As promised, I made this post a page on my site: http://dullroar.com/Color%2520highlighting%2520in%2520a%2520snippet%2520of%2520code.html -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

[tw] Re: ATOM feed now a plugin

2015-01-01 Thread Jim Lehmer
: Thanks for sharing Jim! I'm not so versed in these things so I hope it's ok with some basic question: Is the purpose of this all to get a way to check+collect tiddlers from whole tiddlywikis, set up in (exclusively) node.js and on any public server? Assuming it is (sounds fantastic!!!) - would

[tw] Re: Node.js

2014-12-31 Thread Jim Lehmer
On Tuesday, December 30, 2014 9:26:21 PM UTC-6, Handoko Suwono wrote: Is there any introductory note on Node.js and how is it related to TW? Yes. Start here: http://tiddlywiki.com/#TiddlyWiki%20on%20Node.js -- You received this message because you are subscribed to the Google Groups

[tw] Re: Cornell's Note Taking Method

2014-12-31 Thread Jim Lehmer
On Wednesday, December 31, 2014 9:14:31 AM UTC-6, Jeremy Ruston wrote: It struck me as an interesting idea for TiddlyWiki. There's been interest in the past in using TiddlyWiki to create and present quizzes; perhaps we can explore creating the necessary features in a way that supports

[tw] Re: ATOM feed now a plugin

2014-12-31 Thread Jim Lehmer
Just posted a small bug fix. I was relying on *$:/status/UserName *to set ATOM's *author *element, but that only works when running in the browser/served from node, and not when generating a static site from the command line (which is really the whole point). So for now I am simply using the

[tw] Static site is working...

2014-12-31 Thread Jim Lehmer
Well, with my ATOM plugin working, I have completed the road map I laid out a few weeks ago: Following is my road map from the other thread, with progress comments: 1. A *simple* sidebar - title, subtitle, simple TOC with categories (tags). 2. Get the tag buttons working, per my Javascript

[tw] Re: Cornell's Note Taking Method

2014-12-31 Thread Jim Lehmer
On Wednesday, December 31, 2014 11:54:40 AM UTC-6, Jeremy Ruston wrote: A multi-column view for the story river is something I'm interested in adding. That would be good. On wide/HD displays especially the two column approach currently in place wastes a lot of real estate. I can think of

[tw] ATOM feed now a plugin

2014-12-29 Thread Jim Lehmer
What am I doing on my Christmas break? Well, I've read all the TW dev documentation http://tiddlywiki.com/dev/index.html as well as all of the code in *boot.js *(plus some of the core code as I was trying to figure various things out). And now I have successfully taken my ATOM feed code and

Re: [tw] [TW5] How best to approach an external dependency?

2014-12-29 Thread Jim Lehmer
On Wednesday, December 24, 2014 2:28:26 AM UTC-6, Jeremy Ruston wrote: One option might be to use the built-in Stanford JavaScript Crypto Library that we use for handling encrypted TiddlyWikis: http://bitwiseshiftleft.github.io/sjcl/ It works in the browser and under Node.js. You can call

[tw] Re: javascript macro / macrocall problem

2014-12-29 Thread Jim Lehmer
On Monday, December 29, 2014 3:18:48 PM UTC-6, Stephen Kimmel wrote: In the general category of I don't know what I did to make the problem go away but... I've got it working now. I suspect there is something flaky about how some of the browsers handle javascript. Thanks again, Eric

[tw] [TW5] How best to approach an external dependency?

2014-12-23 Thread Jim Lehmer
I am working on my Atom feed exporter, with the hope of eventually making it a plugin. Right now it works using the *rendertiddler *command under node, and in fact is depending on a node library (crypto) being in place. This is because the Atom spec http://www.ietf.org/rfc/rfc4287.txt requires

[tw] Re: [TW5] Displaying article dates on a static site

2014-12-22 Thread Jim Lehmer
On Sunday, December 21, 2014 9:56:18 PM UTC-6, Suzanne McHale wrote: Just did this to mine - much better! But when I upgrade my TW, will the changes be overwritten? That's a good question. So far when I have upgraded TW under node my overrides to shadow tiddlers have stayed, but I am not

[tw] Re: [TW5] Tag buttons on static sites

2014-12-21 Thread Jim Lehmer
On Sunday, December 21, 2014 4:04:55 AM UTC-6, Tobias Beer wrote: Not sure if I'm missing something, but your current version does not yet have any jQuery loaded, does it? If you're talking about my public site, no, I haven't uploaded the new, jQuery-enabed pages there yet, because I am not

[tw] [TW5] Generating an Atom feed for a static site

2014-12-21 Thread Jim Lehmer
note the call to an *xmltiddlers *macro. created: 20141221144856475 creator: Jim extension: .xml modified: 20141221173406629 modifier: Jim tags: static $:/tags/Exporter title: XmlFile type: text/vnd.tiddlywiki \define renderContent() $text text=xmltiddlers filter:$(exportFilter)$/ \end

[tw] Chaining node commands in a script file

2014-12-21 Thread Jim Lehmer
This may be old hat for people more experienced than me with node and/or TW's CLI, but I hit something tonight that I thought I would post just in case it saves someone else the time to troubleshoot that it took me. Scenario: I wanted to be able to serve my static files locally on my dev box

[tw] Re: [TW5] Generating an Atom feed for a static site

2014-12-21 Thread Jim Lehmer
And FWIW, serving my static files using node-static https://github.com/cloudhead/node-static, Thunderbird was able to consume the *atom.xml *file as a valid feed. It is still sub-optimal because the summaries are sort of arbitrary, but the XML *is *valid, at least. -- You received this

[tw] [TW5] Displaying article dates on a static site

2014-12-21 Thread Jim Lehmer
[Another post on the ongoing quest for a static site.] One of the other things I've had to override is the subtitle behavior on tiddlers. On a normal TW, when you create a new tiddler and save it, the subtitle will read something like Jim 1 second ago, that is, the last modified time

[tw] [TW5] Tag buttons on static sites

2014-12-20 Thread Jim Lehmer
[This presumes you've been following my saga on using TW5 as a static blogging engine replacement.] So, one of my beefs has been that tag buttons on static pages are given the finger, that is, the mouse pointer indicates they're clickable but clicking on them doesn't do anything because the

[tw] Progress on static site generation with TW5

2014-12-09 Thread Jim Lehmer
Thanks to Jeremy's help (tug o' the forelock in thanks), I now have the TOC generating correctly in a static sidebar. You can see the very limited results so far here http://dullroar.com/Home.html. Following is my road map from the other thread, with progress comments: 1. A *simple* sidebar -

Re: [tw] [TW5] Getting a TOC in the sidebar of static pages...

2014-12-07 Thread Jim Lehmer
, December 7, 2014 1:55:32 PM UTC-6, Jeremy Ruston wrote: Hi Jim My apologies for the late reply. When static templates are rendered, they are saved as plain text. That's why the raw html in the template is enclosed in backticks, to force it to be treated as text rather than interpreted as HTML

Re: [tw] [TW5] Getting a TOC in the sidebar of static pages...

2014-12-04 Thread Jim Lehmer
Some progress. First I moved the opening (but not the closing) $importvariables widget to just after the body tag, followed by the toc macro. Then I ended up duplicating the $importvariables widget (open and closing tags) to there and sticking the toc macro in between. In either case I get

Re: [tw] [TW5] Getting a TOC in the sidebar of static pages...

2014-12-04 Thread Jim Lehmer
On Thursday, December 4, 2014 8:22:14 AM UTC-6, Jeremy Ruston wrote: Hi Jim Terrific. Can you share where you've got? Many thanks Jeremy Following, although I've been trying to figure all this out on my own because it feels like cheating to keep asking Dad for help. :) \define tv

Re: [tw] [TW5] Getting a TOC in the sidebar of static pages...

2014-12-04 Thread Jim Lehmer
At work, so I will keep this brief for now. The roadmap for what I want is as follows: 1. A *simple* sidebar - title, subtitle, simple TOC, a tag cloud *that works* (more on that in a bit), some other fixed text (copyright, pointer to TW, etc., so that isn't repeated in every tiddler). I have

[tw] Using JetBrains WebStorm's spy-js to profile TiddlyWiki 5 under node.js

2014-12-04 Thread Jim Lehmer
While digging into my static site project, I wanted to capture something I got working the other day using WebStorm (I am on the free 30-day trial :) ). They have a profiling tool called spy-js, and it shows some interesting things, although ultimately it didn't give me the detail I wanted

Re: [tw] [TW5] Getting a TOC in the sidebar of static pages...

2014-12-03 Thread Jim Lehmer
, and I plan on documenting and publishing how as I go. Thanks again. On Wednesday, December 3, 2014 11:32:24 AM UTC-6, Jeremy Ruston wrote: Hi Jim My apologies for the late reply. Getting the TOC working for static sites is an excellent idea. I think that the problem is that the core global

[tw] [TW5] Getting a TOC in the sidebar of static pages...

2014-11-29 Thread Jim Lehmer
the heavy lifting, I would appreciate pointers. I've searched this group and the web, but not with much success. Thanks, Jim -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from it, send

[tw] Re: Announcing TiddlyWiki version 5.0.18-beta

2014-09-24 Thread Jim McD
Thank you Eric. I am good with Perl but none of those unfortunately. Actually after clicking around in TW5 I can't see editable code in the same way as classic TW. Has it been foolproofed in some way ? Jim On Thursday, September 18, 2014 9:06:25 PM UTC+1, Eric Shulman wrote: On Thursday

[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-19 Thread Jim McD
Hi Danielo I didn't intend to critisize your suggestions (In fact I did not read your posts yet). I was talking about mGSD users, mainly in 2007 to about 2010, and the suggestions they left in groups and on Simons mGSD blog. My own preference would be a pure GTD tool, with non-GTD

[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Jim McD
they can knock themselves out with. But good GTD apps are very rare. Thankfully Simon resisted that and mGSD remains an efficient, clean GTD tool. I would love Briefcase to take over that role. My 2 cents worth. Thanks again. Jim -- You received this message because you are subscribed

[tw] Re: Announcing TiddlyWiki version 5.0.18-beta

2014-09-18 Thread Jim McD
Hi Jeremy dumb Q1 What skills do I need to develop/customize TW5 ? dumb Q2 In the old tiddlywiki you could edit any tiddler by double clicking. Even tiddlers that contained code, like plugins. How can I edit stuff now ? Not by viing the whole file I am sure. Jim On Thursday, September

[tw] Re: [TW5] How to lower case

2014-09-15 Thread jim
=setlowercase title=$(setsort)$/ \end $set name=setsort value=Rand $button set=!!somefield setTo=lower2/ /$set jim Am Montag, 15. September 2014 09:21:08 UTC+2 schrieb Stephan Hradek: The problem is: You do NOT convert to lowercase! The variable's content is just DISPLAYED in lower case. That's

[tw] Re: [TW5] How to lower case

2014-09-14 Thread jim
(resulting in *$button set=!!somefield setTo=Rand/* in the *somefield *field). $set name=setsort value=Rand $button set=!!somefield setTo=lower2/ /$set What do think about this? jim Am Freitag, 12. September 2014 10:35:07 UTC+2 schrieb jim: Hello I'd need a small macro with no other purpose

[tw] [TW5] Userfriendly Linking Transclusion

2014-09-13 Thread jim
under *References.* Thank you jim -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email

[tw] [TW5] How to lower case

2014-09-12 Thread jim
Hello I'd need a small macro with no other purpose than putting a specified text to lower/upper case. I am sure this isn't difficult to implement; nevertheless I require your help. jim -- You received this message because you are subscribed to the Google Groups TiddlyWiki group

[tw] Re: [TW5] How to lower case

2014-09-12 Thread jim
the emplacement of the variable assignement: I get the definition of the *lower *macro or *true*. (I am working on the Inline Editable Table by Danielo.) jim Am Freitag, 12. September 2014 10:35:07 UTC+2 schrieb jim: Hello I'd need a small macro with no other purpose than putting a specified text

[tw] Re: [TW5] How to lower case

2014-09-12 Thread jim
lowerSortField() lower $(currentFieldSet)$ \end I get *lower a *where *a* is the the *currentField* value. I'll be much obliged for any further help. jim Am Freitag, 12. September 2014 17:09:07 UTC+2 schrieb c pa: In the end the sort-field field of the tiddler should contain the currentField

[tw] [TW5] Popup for Missing Tiddlers

2014-09-11 Thread jim
Hello I would like to have a popup showing the referencing tiddlers when I click on any link to a missing tiddler. Actually, similar to the one already implemented in the *Missing* tab (in the *More* tab). Are there any ideas on how to realize this? Thank you -- You received this message

[tw] Re: [TW5] Theme adjustment request

2014-07-29 Thread jim
Is it possible to have the same sticky-effect in the edit mode? Am Freitag, 25. April 2014 07:31:24 UTC+2 schrieb Leo Staley: For the Open tab on the right, would it be possible to change the default main theme so that it will highlight which tiddler is the one you're currently viewing?

[tw] Re: Backup button, problems with assigning text field to value

2014-06-17 Thread jim
You're absolutely right. Thank you. Am Dienstag, 17. Juni 2014 08:17:20 UTC+2 schrieb Stephan Hradek: Isn't it sufficient to use the tiddler to backup as the skeleton? \define myNewTitle() $:/_backup/$(tiddlerTitle)$/$(todaysDate)$ \end $set name=tiddlerTitle value={{!!title}} $set

[tw] Re: Backup button, problems with assigning text field to value

2014-06-17 Thread jim
I am sorry, this might seem obvious: how do I add the field caption afterwards. Should I use fieldmangler? Am Dienstag, 17. Juni 2014 09:36:50 UTC+2 schrieb jim: You're absolutely right. Thank you. Am Dienstag, 17. Juni 2014 08:17:20 UTC+2 schrieb Stephan Hradek: Isn't it sufficient to use

[tw] Re: Backup button, problems with assigning text field to value

2014-06-17 Thread jim
+2 schrieb jim: I am sorry, this might seem obvious: how do I add the field caption afterwards. Should I use fieldmangler? I have no clue. I haven't yet looked at what fieldmangler does. newtiddler itself can't add fields. -- You received this message because you are subscribed

[tw] Backup button, problems with assigning text field to value

2014-06-16 Thread jim
I'm trying to set up a backup mechanism for individual tiddlers. I think the mechanism is fairly simple: clicking a button in the tiddler's toolbar will copy the tiddler and change the title, so it remains in the background. The idea is to access it later on through a tab in the info panel and

Re: [tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread Jim Weaver
Nice! Thanks Jeremy and Mario for your help. Regards, Jim Weaver On Dec 3, 2013, at 4:17 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Jim On Tue, Dec 3, 2013 at 8:51 PM, James Weaver james.l.wea...@gmail.com wrote: I think that I'm answering my own question here: It seems

  1   2   >