Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-10-30 Thread Michele Zaffalon
On top of the multiple .tid extension, I also had the Sync/ENOENT error 
reported at 
https://groups.google.com/d/msg/tiddlywiki/bYcHP3gyiT4/xd1I_EEJWo0J
This is on Debian with nodejs v0.10.29. After updating to the current 
version of node 6.9.1, both problems disappear.

michele

On Monday, July 25, 2016 at 4:42:53 PM UTC+2, Xavier wrote:
>
> Jeremy,
>
> Bingo. Not sure whether it was a Linux or a NodeJS bug, but after I 
> installed the 4.4.7 binaries found on the nodejs site 
> https://nodejs.org/en/download/, it worked again as expected! Don't know 
> what to do of this, but users of popular Ubuntu and Debian installations 
> will probably see the bug if they use the default packages.
>
> Best,
>
> -- Xavier Cazin
>
> On Mon, Jul 25, 2016 at 4:03 PM, Xavier Cazin  > wrote:
>
>> Hi Jeremy,
>>
>> I may have found something related to Linux vs MacOS nodejs versions: 
>> https://github.com/nodejs/node-v0.x-archive/issues/685. I'm did my tests 
>> on Debian Jessie, which is I believe the stable Debian, that ships with 
>> v0.10.29 of nodejs :-(
>>
>> X.
>>
>> -- Xavier Cazin
>>
>> On Mon, Jul 25, 2016 at 3:22 PM, Jeremy Ruston > > wrote:
>>
>>> Hi Xavier
>>>
>>> That’s very strange. I’m not seeing the repeated file extension on my 
>>> Mac. I’m wondering if it is somehow an OS difference? Can anyone else 
>>> confirm the problem?
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>> On 25 Jul 2016, at 13:50, Xavier Cazin  
>>> wrote:
>>>
>>> Hello Jeremy,
>>>
>>> I believe the extraneous .tid extension still appears in server mode (at 
>>> least in the npm version):
>>>
>>> xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test
>>> xavier@hautbois:/tmp/my-test$ which tiddlywiki
>>> /usr/local/bin/tiddlywiki
>>> xavier@hautbois:/tmp/my-test$ 
>>> xavier@hautbois:/tmp/my-test$ tiddlywiki --version
>>> 5.1.13
>>> xavier@hautbois:/tmp/my-test$ tiddlywiki . --init server
>>> Copied edition 'server' to .
>>> xavier@hautbois:/tmp/my-test$ tiddlywiki . --server 4242
>>> Serving on 127.0.0.1:4242
>>> (press ctrl-C to exit)
>>> syncer-server: Dispatching 'save' task: $:/StoryList
>>> FileSystem: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid
>>> ^Cxavier@hautbois:/tmp/my-test$ 
>>>
>>> Regards,
>>> -- Xavier Cazin
>>>
>>> On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston >> > wrote:
>>>
 I'm delighted to announce that TiddlyWiki version 5.1.13 has been 
 released to:

 http://tiddlywiki.com/

 Remember to keep careful backups before upgrading existing 5.x.x wikis 
 at:

 http://tiddlywiki.com/upgrade.html

 This is a minor bug fix release that mostly deals with issues 
 introduced in 5.1.12:

 * Fixed (and refixed) problematic stricter external link matching rules 
 introduced in 5.1.12
 * Fixed problem with tiddlers titled "undefined"
 * Fixed rendering problem with KaTeX Plugin
 * Removed unneeded border in print stylesheet
 * Fixed problem with extraneous .tid extension added to tiddler 
 filenames
 * Updated Portuguese (Portugal) translation

 See the release note at http://tiddlywiki.com/#Release%205.1.13 for 
 more details.

 As usual, feedback and questions are gratefully received.

 Best wishes

 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com 

 -- 
 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+...@googlegroups.com .
 To post to this group, send email to tiddl...@googlegroups.com 
 .
 Visit this group at https://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJaeAkcOTkU%2BUZU3%2BFLFwfuOQm1rK%2BQdGR-TQK378QiiTA%40mail.gmail.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>> -- 
>>> 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+...@googlegroups.com .
>>> To post to this group, send email to tiddl...@googlegroups.com 
>>> .
>>> Visit this group at https://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/CADeSwYONdCv0A%3DYi9ZXdu%2B%2BBvFVzcY-CLtuUdHj6okG9zTHGng%40mail.gmail.com
>>>  
>>> 
>>> .
>>> For more options, visit 

[tw] Re: [TW5] HTML Video Tag - 404 with Tiddlywiki/Nodejs

2015-08-07 Thread Michele Zaffalon
Hi David,

This discussion 
https://groups.google.com/d/msg/tiddlywiki/qI3FM_umbKI/qdE6r7ad7OMJ may 
be relevant for you.

Best,
michele

On Thursday, August 6, 2015 at 6:33:23 PM UTC+2, David B. wrote:

 Community,

 I've been experimenting with TW5 for a few weeks. I initially started with 
 the single file (i.e., empty.html) Chrome setup and was able to test that 
 all the features I needed worked including playing MP4 video clips using 
 the HTML5 video tag as follows:

 video controls
   source src=Credits.mp4 type=video/mp4
   Your browser does not support the codevideo/code element.
 /video

 For actual use I decided to use the Node.js setup. I am able to 
 access/edit my tiddlers from the host PC as well as my laptop running on 
 the same network. However, I am not able to playback any videos. The Chrome 
 console shows GET http://192.168.1.67:8080/Credits.mp4 404 (Not Found).

 The Credits.mp4 file exists in the same folder as tiddlywiki.info as well 
 as the tiddlers folder.

 *Questions*

 Is this scenario supported by TW5?

 If so, any suggestions on why the 404 error?

 Thank you,

 David




-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f48adea1-8b7c-4c53-b0e1-6ed501b1bac9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to use images with node.js ?

2015-05-13 Thread Michele Zaffalon
Thanks for sharing the macro. I use a slightly different one

\define img(img, img_url)
a href=http://localhost:8084/$img_url$; target=_blankimg src=
http://localhost:8084/$img$//a
\end



because I want to link to the image: the image I display is a scaled-down 
version of the linked one. Even on the portable edition of TW5, I could 
never manage to get the right combination of ext and img to do the right 
thing.
michele

On Monday, May 11, 2015 at 1:12:06 AM UTC+2, Mark S. wrote:


 Ok, using Michele's idea for http-server running on port 8084, I can 
 define a macro like this:

 *\define images(image:Bugs Bunny)*
 *$macrocall $name=imagepath image=$image$ path={{imagePath1}} /*
 *\end*
 *\define imagepath(image:a,path:b)*
 *[img[$path$$image$]]*
 *\end*

 Then with tiddler imagePath1 like this:

 http://192.168.1.103:8084/TW-Images/



 *I can insert an image like this*
 *images myimage.jpg*

 It serves up on my desktop and local device OK. Presumably I could change 
 the path whenever I needed.

 But this would mean changing all my image references to macros. And the 
 _canonical_uri thing doesn't work. What I would prefer is if there was a 
 way to hook a macro to the existing image links and insert the path 
 before the image is rendered.

 Mark



-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/71e10a08-9472-4443-bab1-1e4df1397b15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to use images with node.js ?

2015-05-10 Thread Michele Zaffalon
Hi Mark,

I have asked the same question here
https://groups.google.com/d/msg/tiddlywiki/MBuzDDEpIPw/_uTxW0HT6CkJ and
other people are interested in this.
I agree that not having to install a webserver is very convenient and
unfortunately my coding skills are not sufficient to add the feature
myself. Probably if enough people ask for this feature, it may be added one
day or the other.

If TW on nodejs was meant to be a text-only system then someone should say
 so up front. It should be right in there with the nodejs documentation on
 tiddlywiki.com.


TW5 on node.js can embed pictures already, so it is not a text-only system.

michele


 A workaround would be to provide condition-specific image file paths. Then
 you could use a second server or location to serve up images. Is there a
 plugin or technique that will change image paths on the fly, so that the
 base path can be changed depending on platform? (doesn't have to be changed
 automatically -- can happen manually).

 Thanks!
 Mark


 On Saturday, May 9, 2015 at 3:59:06 PM UTC-7, PMario wrote:

 On Saturday, May 9, 2015 at 7:32:33 PM UTC+2, Mark S. wrote:

 I'm wondering if there's a way that I redirect image links based on a
 path tiddler. This way I could manage images separately and just change the
 path when operating from a different platform. Pretty sure Eric had a
 plugin for something like that on the old TWC. That is, I could set the
 path tiddler, and all the images would look in a particular directory on
 the local hard-drive or use a separate server without having to change each
 and every link every time.


 If you want file server functionality, you need a file server software.
 ... That's how the web works. ... You can do what ever you want, to access
 files from a server directory. If there isn't a software on the server that
 is configured to send it to you, you get nothing.

 Someone could extend the nodejs server, so it could handle files from
 subdirectories. .. But imo that doesn't make sense. ... There are existing
 solutions that are battle tested and are used from hundreds of million
 sites. ... So it doesn't make sense to reinvent the wheel and introduce
 security holes.

 -mario

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/4538a2aa-5e5b-46d5-8bd0-0a871853a615%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/4538a2aa-5e5b-46d5-8bd0-0a871853a615%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADox18zuwvQi2wmjB9iOdcFPhc253x9M9Y_adwXObyg_v%3DQp3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread Michele Zaffalon
I use http-server https://www.npmjs.com/package/http-server, (because
node.js is already installed for TiddlyWiki5) and img src=
http://localhost:8084/image.jpg/.

On Sat, May 9, 2015 at 11:21 AM, PMario pmari...@gmail.com wrote:

 TW node server is no general purpose file server. So it doesn't serve
 files.
 If you want to serve files from your HD and have access to TW you'd need
 to add a proxy server in front of TW. eg. nginx
 This may be interesting:
 https://groups.google.com/d/msg/tiddlywiki/z8emI6_oKbw/KLfRhbYCDB8J

 have fun!
 mario

 --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/bf412d79-b1ae-48b8-b5f0-a2a359d86674%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/bf412d79-b1ae-48b8-b5f0-a2a359d86674%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADox18wvj_Uo0UzxqvWGXoHwAMnnuncfVx8e7F36CyJHfWeGZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Suggestions for Learning More

2015-04-16 Thread Michele Zaffalon
Hi David,

Thank you for the upload.
michele

On Thu, Apr 16, 2015 at 6:19 PM, David Gifford dgiff...@crcna.org wrote:

 Hi Michele,

 I just remembered I can upload it this way. Sorry I didn't think of that
 earlier

 Dave

 On Monday, April 13, 2015 at 7:33:18 AM UTC-5, Michele Zaffalon wrote:

 Hi David,

 I remember this link being very useful. Could you post it again?

 Thank you,
 michele

 On Saturday, August 2, 2014 at 3:09:38 PM UTC+2, Michele Zaffalon wrote:

 Hi David,


 Here is SOME info, not nearly all, in my unfinished
 http://giffmex.org/TiddlyQuickly.html

  Thank you for making this available, very useful for a beginner like
 myself.
 Regards,
 michele

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/77276b76-6e9e-4327-b953-5d9842812808%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/77276b76-6e9e-4327-b953-5d9842812808%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADox18we%2Bm1KCssT938DpLqvgsm6nbJX9Lp_qE-6A3zu5_V7Jg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] sorting of tagged tiddlers when tag is clicked

2015-04-15 Thread Michele Zaffalon
Hello,

I am keeping a diary where (almost) each tiddler has a field journal-date 
MMDD using TiddlyWiki5. These tiddlers have one or more tags, say tagA, 
tagB...

Currently, when I click on the tag tagA, I get a list of tiddlers tagged by 
tagA sorted in alphabetical order. I read in here 
http://tiddlywiki.com/#Tagging that I can use ListField in the tiddler tagA 
to sort the tiddlers, but the ordering is easily done with 
sort[journal-date] and I would like to avoid to add them by hand.
I tried to add to the tiddler tagA the statement $list 
filter=[all[current]tagging[]sort[journal-date]] in the text field but 
this just prints the list. On the other hand, the instructions 
http://tiddlywiki.com/#Tagging seem to state that only alphabetical order 
is allowed.

I see that the ordering is defined in the system tiddler 
:/core/ui/TagTemplate. When I modify the following line $list 
filter=[all[current]tagging[]sort[journal-date]] 
template=$:/core/ui/ListItemTemplate/, I sort all tiddlers according to 
journal-date as I would like, for all tags.

Which one is the right way of doing it? Creating tiddlers tagA, tagB... and 
defining a filter in there, or modifying the system tiddler 
:/core/ui/TagTemplate?

michele

-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/deb911cf-e7bd-4172-92ef-73e25faa66ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] sorting of tagged tiddlers when tag is clicked

2015-04-15 Thread Michele Zaffalon
Thank you, Richard and PMario for the explanation.
I hoped for a standard way of doing this but after searching the mailing
list, I could not find much. Will passing a filter to ListField be
supported sometimes in the future?
Regards,
michele

On Wed, Apr 15, 2015 at 10:13 AM, Richard Smith 
richardwilliamsmit...@gmail.com wrote:

 Hi Michele,

 The tag-tiddlers are treated the same as other tiddlers, so they can
 contain their own content, so putting your filter into the text field of a
 tag-tiddler will render the list correctly there, but it won't have any
 effect on the filter expression inside the tag-template. As you say, the
 list field does affect the order of the list but there's no great way to
 populate it automatically - you can use the taglist plugin to re-order the
 list by dragging and dropping and this will populate the list for you but
 it still seems like overkill to be manually managing this at all when you
 have the info to do it automatically.

 The second method seems to be ok, as far as I know. When you edit the
 .../TagTemplate tiddler you are creating a copy of it that takes precedence
 over the version in the core - if the tag template gets updated in the
 future you won't see the change because you'll still be using your own copy
 but that's not likely to be a big problem.

 Regards,
 Richard

 --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/a9fc507a-e81d-4ed3-81f9-84ccd37048b3%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/a9fc507a-e81d-4ed3-81f9-84ccd37048b3%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADox18yUvw3412nQrb2_KR2UDZDNESDrChxs%2BPwk4hDUCZKXWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Suggestions for Learning More

2015-04-13 Thread Michele Zaffalon
Hi David,

I remember this link being very useful. Could you post it again?

Thank you,
michele

On Saturday, August 2, 2014 at 3:09:38 PM UTC+2, Michele Zaffalon wrote:

 Hi David,


 Here is SOME info, not nearly all, in my unfinished 
 http://giffmex.org/TiddlyQuickly.html

  Thank you for making this available, very useful for a beginner like 
 myself.
 Regards,
 michele



-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/572e7773-7322-4097-a98e-77b7dac394b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] syntax [img[imagefile.jpg]] in node.js

2014-10-15 Thread Michele Zaffalon
Hi Kyrylo,

The answer is not yet for node.js. I am also waiting for it.
michele

On Wed, Oct 15, 2014 at 6:47 PM, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

 Hi Kyrylo

  Hi! Have things changed? It seems like I still cannot reference local
 images, which is annoying.

 The [img[url]] syntax has indeed been implemented:

 http://tiddlywiki.com/#Images%20in%20WikiText

 Best wishes

 Jeremy


 On Wed, Oct 15, 2014 at 5:43 PM, Kyrylo Silin kyrylosi...@gmail.com
 wrote:

 Hi! Have things changed? It seems like I still cannot reference local
 images, which is annoying.

 % tiddlywiki --version
 5.1.2


 On Tuesday, June 3, 2014 3:14:45 PM UTC+3, Jeremy Ruston wrote:

 Hi Michele


 I take it that (yet) means there is the plan to support it in the
 future. Will it be near future? Will the syntax be
 [img[path/to/local/file]]?


 Yes, it should be working in the next couple of months. The syntax will
 definitely use [img[]], and the plan would be to set up the base path so
 that images can be referenced directly by their tiddler title.

 Best wishes

 Jeremy



  By the way for me also the link syntax a 
 href=file:///home/michele/imagefile.jpgimage/a
 is not working for me (see https://groups.google.com/d/
 msg/tiddlywiki/EmJFLV1XAD0/ZL7_W8Jsa18J)


 Does it work if you link to a http:// website?


 Yes, a href=http://...;link/a works on 5.0.12 for me.

 Best regards,
 michele

  --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] tiddlywiki / nodejs issues

2014-09-17 Thread Michele Zaffalon
Hi Paula,

I saw this when calling node.js on a non-existing tiddlywiki like the
following
nodejs node_modules/tiddlywiki/tiddlywiki.js wrong/path/to/mytiddlywiki
michele

On Wed, Sep 17, 2014 at 7:14 PM, Paula Te pigwidgeonpa...@gmail.com wrote:

 {
 plugins: [
 tiddlywiki/tiddlyweb,
 tiddlywiki/filesystem,
 tiddlywiki/codemirror,
 tiddlywiki/highlight
 ],
 themes: [
 tiddlywiki/vanilla,
 tiddlywiki/snowwhite
 ]
 }

 thanks :)

 On Wednesday, September 17, 2014 7:09:40 PM UTC+2, Jeremy Ruston wrote:

 Hi Paula

 Could you give the contents of the `tiddlywiki.info` file in the root of
 your wiki folder?

 Many thanks,

 Jeremy


 On Wed, Sep 17, 2014 at 6:01 PM, Paula Te pigwidg...@gmail.com wrote:

 Hi all,

 I'm new to nodejs. I got the tiddlywiki w/ nodejs working in July, and
 the whole process worked smoothly. I stopped using the tiddlywiki for a few
 months, though, and when i came back to it today, I see this:


 https://lh6.googleusercontent.com/-WFgTh34KXK8/VBm9sJeotnI/Ja0/rDP1WVhY56U/s1600/Screen%2BShot%2B2014-09-17%2Bat%2B18.58.10.png

 The styling is gone, but also I am not able to view any of my old
 tiddlers that i saved in July and also it does not save new tiddlers...
 this leads me to believe there's something wrong with node, but where
 should I start debugging?

 I also tried updating to the latest version 5.0.17 and did that
 successfully, but I see the same thing.

 Thanks!



  --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Game design template

2014-08-06 Thread Michele Zaffalon
If you add tiddlers in random places inside your TW5, how can the TOC know
where they should exactly appear?


On Wed, Aug 6, 2014 at 10:09 AM, berous...@gmail.com wrote:

 I've maybe miss explained.
 I'm looking for a way to add tiddlers is such a way they will be
 automatically inserted into a TOC. For large scale editing/commonly
 modified content, it's not trivial to keep a static TOC.
 Is such a thing possible with TW5 ?

 Thank you in advance.


 Le lundi 4 août 2014 12:19:56 UTC+2, bero...@gmail.com a écrit :

 Dear all,

 First of all, i would like to thank all who made tw such a great tool.

 I'm a developper, with no background in Javascript area, have never used
 TW before,  and looking for any documentation that will optimize my use of
 tw (single user use case).
 The possibility of using mathjax just fulfits 50% of my requirements for
 instance.

 I'd like to experience the use TW5 as :

 1- A design document : e.g https://drive.google.com/previewtemplate?id=
 1K8JKFPtEA08EutfHK3U_3wDDn2SWvJdpue0rmjiX4a0mode=
 publicurp=https://www.google.fr/pli=1ddrp=1#

- I would like to be able to create/update sections in such a way to
have the Table Of Content updated automatically, what could be the best 
 way
to achieve this ?
- I would like to be able to export the whole DD as a printable (e.g
pdf), is this currently possible ?

 2- I would like to use TW5 to manage all my game text/translation. I use
 GNU_gettext, i manly need to track the translation status of each string

- What could be the workflow to adopt in this case ? creating
tag/tiddlers that correspond to String/Locales ?

 Any links to TW5 tutorial are more than welcome.
 Thank you all in advance.

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Suggestions for Learning More

2014-08-02 Thread Michele Zaffalon
Hi David,


 Here is SOME info, not nearly all, in my unfinished
 http://giffmex.org/TiddlyQuickly.html

  Thank you for making this available, very useful for a beginner like
myself.
Regards,
michele

-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] syntax [img[imagefile.jpg]] in node.js

2014-06-03 Thread Michele Zaffalon
Hi Jeremy,

Thank you for the clarification: I look forward to the feature.

Best regards,
michele


On Tue, Jun 3, 2014 at 2:14 PM, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

 Hi Michele


 I take it that (yet) means there is the plan to support it in the
 future. Will it be near future? Will the syntax be
 [img[path/to/local/file]]?


 Yes, it should be working in the next couple of months. The syntax will
 definitely use [img[]], and the plan would be to set up the base path so
 that images can be referenced directly by their tiddler title.

 Best wishes

 Jeremy



   By the way for me also the link syntax a
 href=file:///home/michele/imagefile.jpgimage/a is not working for me
 (see
 https://groups.google.com/d/msg/tiddlywiki/EmJFLV1XAD0/ZL7_W8Jsa18J)


 Does it work if you link to a http:// website?


 Yes, a href=http://...;link/a works on 5.0.12 for me.

 Best regards,
 michele

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] syntax [img[imagefile.jpg]] in node.js

2014-06-02 Thread Michele Zaffalon
Thank you, Jeremy.


  The problem here is that the TW5 server components cannot (yet) serve
 individual image tiddlers over HTTP. ie, you can't display the image
 tiddler myimage.jpg by visiting http://127.0.0.1/tiddlers/myimage.jpg.


I take it that (yet) means there is the plan to support it in the future.
Will it be near future? Will the syntax be [img[path/to/local/file]]?

 By the way for me also the link syntax a
 href=file:///home/michele/imagefile.jpgimage/a is not working for me
 (see https://groups.google.com/d/msg/tiddlywiki/EmJFLV1XAD0/ZL7_W8Jsa18J)


 Does it work if you link to a http:// website?


Yes, a href=http://...;link/a works on 5.0.12 for me.

Best regards,
michele

-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] syntax [img[imagefile.jpg]] in node.js

2014-05-31 Thread Michele Zaffalon
Hello,

I am a new user of TW5 on node.js (I am new to tiddlywiki in general) and I 
would like to display images in the wiki, directly and not as trasclusions, 
using the [img[path/to/folder/imagefile.jpg]] syntax. I read in the 
roadmap http://tiddlywiki.com/static/RoadMap.html that [img[url]] has been 
implemented, but there is no mentioning of files in the local filesystem. 
In TW5 standalone, the standard syntax 
[img[relative/path/to/folder/imagefile.jpg]] works. I have also read that 
node.js has full access to the filesystem, so it doesn't obey the same 
security restrictions as Javascript in the browser.

I am not sure this is the relevant commit, but the manual seems to be clear 
about it: 
https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/wikitext/Images%20in%20WikiText.tid
 
so this exchange 
https://groups.google.com/d/msg/tiddlywiki/u0pcaOIOdA4/9CesEgAHq7UJ does 
not seem to be valid anymore...

And finally img src=... also does not seem to be an option 
https://groups.google.com/d/msg/tiddlywiki/dIrdnKRfmj8/XQ94kJm5NIkJ 
unless images are served from http as well.

By the way for me also the link syntax a 
href=file:///home/michele/imagefile.jpgimage/a is not working for me 
(see https://groups.google.com/d/msg/tiddlywiki/EmJFLV1XAD0/ZL7_W8Jsa18J)

Thank you,
michele

-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Change node.js server port?

2014-05-30 Thread Michele Zaffalon
Thank you Jeremy, for your detailed answer.

Best regards,
michele


On Fri, May 30, 2014 at 9:59 AM, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

 Hi Michele

  I meant to ask how in the code the parameter port is passed to
 node.js.

 The port parameter is handled in server.js, which contains the HTTP server
 functionality:


 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Fmodules%2Fcommands%2Fserver.js#L283

 As you can see, the port number is passed to TW on the command line as the
 final parameter to the --server command.

 Best wishes

 Jeremy




 On Fri, May 30, 2014 at 4:38 AM, Michele Zaffalon 
 michele.zaffa...@gmail.com wrote:

 Hi,

 Thank you for the reply but evidently I posed the question in a terrible
 way: I meant to ask how in the code the parameter port is passed to
 node.js.

 I start the three tiddlywikis I use from the command line.

 Best,
 michele


 On Thu, May 29, 2014 at 9:12 PM, Matabele matabele.b...@gmail.com
 wrote:

 Hi

 There's a handy cross platform utility called 'zenity' for creating
 dialog boxes in shell scripts: https://en.wikipedia.org/wiki/Zenity

 I use the following script (in Linux) to load my various wikis -- this
 allows me to choose both a wiki to serve and a port for the server:

 #!/bin/sh
 wiki=$(zenity --title=Start Wikis --list --height=300 --text=Choose
 which wiki to start --radiolist --column= --column=Wiki a wiki1 b
 wiki2 c wiki3 ... x blank)
 port=$(zenity --title=Select Port --list --height=300 --text=Choose
 which port --radiolist --column= --column=Port a 8080 b 8081 c 8082
 d 8083 ...)
 cd /path/to/wikis/$wiki; tiddlywiki --server $port || exit 1

 -- where each of the parameters wiki1, wiki2 etc is the name of the
 folder containing the wiki.

 regards

 On Wednesday, January 8, 2014 12:53:55 AM UTC+2, Jeremy Canady wrote:

 Is it possible to change the port the node.js server uses? 8080 is very
 common. It would be extremely handy to change the port with a simple
 command line switch.

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Change node.js server port?

2014-05-29 Thread Michele Zaffalon
Jeremy,

Thanks for the pointer, that is interesting.

Could you point me to where in the code port is passed to node? From my 
question, you have guessed right, I am not familiar with Javascript...

Thank you,
michele

On Wednesday, January 8, 2014 2:04:12 PM UTC+1, Jeremy Canady wrote:

 Thanks RA.

 I am using the node module and the tiddlywiki --server switch to start the 
 server. After digging through the source code, I found I can actually just 
 place the port after the --server switch.

 tiddlywiki --server port


 On Tuesday, 7 January 2014 20:29:54 UTC-6, RA wrote:

 On Linux:
 Edit node_modules/tiddlywiki/serve.sh, replacing literal 8080 with 
 $1, then start with serve.sh your_port

 I'm sure you can adapt the above for Windows.

 On Tuesday, January 7, 2014 2:53:55 PM UTC-8, Jeremy Canady wrote:

 Is it possible to change the port the node.js server uses? 8080 is very 
 common. It would be extremely handy to change the port with a simple 
 command line switch. 



-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Change node.js server port?

2014-05-29 Thread Michele Zaffalon
Hi,

Thank you for the reply but evidently I posed the question in a terrible
way: I meant to ask how in the code the parameter port is passed to
node.js.

I start the three tiddlywikis I use from the command line.

Best,
michele


On Thu, May 29, 2014 at 9:12 PM, Matabele matabele.b...@gmail.com wrote:

 Hi

 There's a handy cross platform utility called 'zenity' for creating dialog
 boxes in shell scripts: https://en.wikipedia.org/wiki/Zenity

 I use the following script (in Linux) to load my various wikis -- this
 allows me to choose both a wiki to serve and a port for the server:

 #!/bin/sh
 wiki=$(zenity --title=Start Wikis --list --height=300 --text=Choose
 which wiki to start --radiolist --column= --column=Wiki a wiki1 b
 wiki2 c wiki3 ... x blank)
 port=$(zenity --title=Select Port --list --height=300 --text=Choose
 which port --radiolist --column= --column=Port a 8080 b 8081 c 8082
 d 8083 ...)
 cd /path/to/wikis/$wiki; tiddlywiki --server $port || exit 1

 -- where each of the parameters wiki1, wiki2 etc is the name of the folder
 containing the wiki.

 regards

 On Wednesday, January 8, 2014 12:53:55 AM UTC+2, Jeremy Canady wrote:

 Is it possible to change the port the node.js server uses? 8080 is very
 common. It would be extremely handy to change the port with a simple
 command line switch.

  --
 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 to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.