[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 G

[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 tiddl

[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 a

[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 a

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

2018-07-20 Thread Jim Farrand
to BST tomorrow where this 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 timesta

[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 simpli

[tw5] sameday filter - off by one?

2018-07-20 Thread Jim Farrand
so I'm 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

[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

[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 R

[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. &g

[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
n a TW (which is 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.

[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 "Tiddl

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

[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&qu

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

2017-11-20 Thread &#x27;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 tiddlywiki+unsu

[tw] Re: Testers needed for TiddlyServer

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

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

2017-09-21 Thread Jim W
ptember 20, 2017 at 7:42:06 PM 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/TiddlyW

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

2017-09-20 Thread Jim W
interesting solution but > 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, Septembe

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

2017-09-19 Thread Jim W
#x27;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

[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 re

[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 f

[tw] Re: Hello and a question.

2017-09-16 Thread Jim
Thanks Mark, You have anticipated some of what I'd like to do. TW's "philosophy of reuse" is appealing. It's the syntax I am getting confused over. The hardest part is letting go of incorrect assumptions of how things should work and trying to understand how things actually work. -- You re

Re: [tw] Hello and a question.

2017-09-15 Thread Jim
thing 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 t

[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

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

2015-03-25 Thread Jim
itial 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

[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] 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 w

[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 "Tid

[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 tiddlers

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 b

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 disting

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 5:51 AM, sini-Kit wrote: it don't work on my http://heeg.ru/heeg.html when I open sitemap tiddler I get a red mistake "substring" NULL version of tw is *5.1.5* Interesting. It looks like your site is a "live" Javascript-enabled TW, not a statically-generated set of pages. I d

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 mat

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 withou

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, fo

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

2015-01-11 Thread Jim Lehmer
nd 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&qu

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

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

2015-01-11 Thread Jim Lehmer
On 1/11/2015 2:44 AM, Neil Griffin wrote: I would strongly argue that one thing that is definitely not TW's strength is user friendliness.. I don't think it ever will be its selling point, and trying maximise user friendliness is likely to be a misplaced effort, and could end up diluting TW's s

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 go

[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: http

[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 Friday

[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 recei

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 t

[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* file. I have verified the results on my web site successfully against Google Webmaster tools. You can see the resulting file here

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

2015-01-04 Thread Jim Lehmer
ary 2, 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 dev

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; Thi

[tw] Re: Fun with Unicode and TiddlyWiki

2015-01-03 Thread Jim Lehmer
On Saturday, January 3, 2015 10:52:19 AM UTC-6, Jim Lehmer wrote: > > Here's something I wrote that someone may find useful, especially > documenting some of TW's special character sequences: > > http://dullroar.com/Fun%2520with%2520Unicode%2520and%2520TiddlyWiki.htm

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

2015-01-03 Thread Jim Lehmer
I have now turned this into an article on my site: http://dullroar.com/Displaying%2520article%2520dates%2520for%2520static%2520pages.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

[tw] Fun with Unicode and TiddlyWiki

2015-01-03 Thread Jim Lehmer
Here's something I wrote that someone may find useful, especially documenting some of TW's special character sequences: http://dullroar.com/Fun%2520with%2520Unicode%2520and%2520TiddlyWiki.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

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 abou

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 s

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

2015-01-02 Thread Jim Lehmer
wiki/highlight" ], "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" ] } However, when I try to start TW with the following command: node tiddlywiki --server 8083 $:/core/save/lazy-images text/p

[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 tiddlywiki+unsu

[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

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 p

[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 p

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

2015-01-01 Thread Jim Lehmer
On Thursday, January 1, 2015 5:07:21 PM UTC-6, Jeremy Ruston wrote: > > > 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. > > Ouch. I'm afraid I'd

[tw] Re: ATOM feed now a plugin

2015-01-01 Thread Jim Lehmer
On Thursday, January 1, 2015 11:04:29 AM UTC-6, Mat wrote: > > 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

[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 fro

[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 anc

[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 r

[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 o

[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: 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 cr

[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: 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 "Ti

[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

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

[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 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 m

[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 require

[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] [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 m

[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 , 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 messa

[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 af

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

2014-12-21 Thread Jim Lehmer
ter *tag. Also 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=<>/> \end <> *Ste

[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

[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 n

[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 . 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
s, again. On Sunday, 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

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

2014-12-07 Thread Jim Lehmer
I replaced the toc macro with a single link widget and it has the same behavior, i.e., it outputs the text contained in the widget, but doesn't wrap it in an anchor tag. Reading in the documentation for the link widget, I note this: tv-wikilinks > > Links are suppressed if the macro tv-wikilink

[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 (esp

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

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 l

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

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

2014-12-03 Thread Jim Lehmer
e generation tool will be easy, 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.

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

2014-11-29 Thread Jim Lehmer
sidebar for a static site for days now - it is a lot of work for what I would think is something many would want. I am trying to document what I am doing so I can write some articles about it, but if someone has already done the heavy lifting, I would appreciate pointers. I've searched this

[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: > >

[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 functionality

[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: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Jim McD
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 to the

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

2014-09-15 Thread jim
() <$macrocall $name="setlowercase" title="$(setsort)$"/> \end <$set name="setsort" value="Rand" > <$button set="!!somefield" setTo=<>/> jim Am Montag, 15. September 2014 09:21:08 UTC+2 schrieb Stephan Hradek: > > The pr

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

2014-09-14 Thread jim
field by the buttonWidget (code down), the last step isn't evaluated anymore (resulting in *<$button set="!!somefield" setTo=Rand/>* in the *somefield *field). <$set name="setsort" value="Rand" > <$button set="!!somefield" setTo=<&

[tw] [TW5] Userfriendly Linking Transclusion

2014-09-13 Thread jim
g tiddlers 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

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

2014-09-12 Thread jim
>> \end \define lower(text) @@text-transform: lowercase;$text$@@ \end \define lowerSortField() <> \end I get *<> *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: >

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

2014-09-12 Thread jim
anged a few times 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 wit

  1   2   >