[tw] Re: Internal Image External Link

2015-02-22 Thread ET
So it's not possible using pure WikiText?


On Monday, February 23, 2015 at 6:46:49 AM UTC+13, ET wrote:

 Hi,

 I'm rather confused about the WikiText syntax for creating an external 
 link with an internal image.
 I have tried the following with without success.

 [img[image.png]ext[tiddlywiki|http://www.tiddlywiki.com]]
 [img[ext[tiddlywiki|http://www.tiddlywiki.com]|image.png]]
 [ext[img[image.png]|http://www.tiddlywiki.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.


[tw] Internal Image External Link

2015-02-22 Thread ET
Hi,

I'm rather confused about the WikiText syntax for creating an external link 
with an internal image.
I have tried the following with without success.

[img[image.png]ext[tiddlywiki|http://www.tiddlywiki.com]]
[img[ext[tiddlywiki|http://www.tiddlywiki.com]|image.png]]
[ext[img[image.png]|http://www.tiddlywiki.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.


[tw] Re: Internal Image External Link

2015-02-22 Thread ET
Right, in that case I'll have to painstakingly type in the longhand form 
for every image link (in my case) and also must include the target='_blank'
bit otherwise opening in the same tab.


On Monday, February 23, 2015 at 9:38:47 AM UTC+13, Jed Carty wrote:

 I am pretty certain that the only other way to have external links without 
 using html tags is to just type in the complete url without any formatting. 
 Just typing http://tiddlywiki.com will be a link, but that isn't very 
 useful.

 Making a macro or widget like the link widget but that works for external 
 links probably wouldn't be very difficult, but it would just be a wrapper 
 on the a tag anyway, so I am not sure how useful it would be. 

 Do you think it would make a significant difference to be able to type 
 something like

 $external-link to='http://tiddlywiki.com'Some text or images 
 here/$external-link


 instead of 

 a href='http://tiddlywiki.com' target='_blank'Some text or images 
 here/a 

 ?

 That is a sincere question, I have gotten used to just using the html and 
 I am not sure if it would be helpful for someone to use one over the other.


-- 
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] Run tiddlywiki using node.js binary only

2014-07-09 Thread ET
Rather than installing node.js the normal way using the installer, is it 
possible to run tiddlywiki using just a copy of tiddlywiki and a single 
node.js binary? (which is offered as a download on nodejs.org)
This would make tiddlywiki even more convenient as it would only require 
two run 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+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: Run tiddlywiki using node.js binary only

2014-07-09 Thread ET
There weren't any notes posted regarding this method of using tiddlywiki, 
so I copied https://gist.github.com/rpflorence/701407 and ran node.js with 
it, plus a copy of tiddlywiki in the same folder. Upon making an edit and 
clicking download, it downloads the tiddlywiki rather than save it. Perhaps 
I'm doing it the wrong way?

On Thursday, July 10, 2014 3:40:44 AM UTC+12, ET wrote:

 Rather than installing node.js the normal way using the installer, is it 
 possible to run tiddlywiki using just a copy of tiddlywiki and a single 
 node.js binary? (which is offered as a download on nodejs.org)
 This would make tiddlywiki even more convenient as it would only require 
 two run 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+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: Run tiddlywiki using node.js binary only

2014-07-09 Thread ET
Oh I see, this requires a copy of 
https://github.com/Jermolene/TiddlyWiki5/archive/v5.0.13-beta.zip which I 
have downloaded and tried, works as expected.

Cheers


On Thursday, July 10, 2014 4:03:44 AM UTC+12, Jeremy Ruston wrote:

 Hi Eric

 On Wed, Jul 9, 2014 at 4:50 PM, ET eric...@gmail.com javascript: 
 wrote:

 There weren't any notes posted regarding this method of using tiddlywiki, 
 so I copied https://gist.github.com/rpflorence/701407 and ran node.js 
 with it, plus a copy of tiddlywiki in the same folder. Upon making an edit 
 and clicking download, it downloads the tiddlywiki rather than save it. 
 Perhaps I'm doing it the wrong way?


 I'm afraid all you were doing there was serving a TiddlyWiki HTML file 
 from a static server. The web server code you pointed to doesn't know how 
 to handle attempts to write changes back by TiddlyWiki.

 Try instead:

 node.exe /path/to/tiddlywiki.js /path/to/newwiki --init server
 node.exe /path/to/tiddlywiki.js /path/to/newwiki --server

 Then visit http://127.0.0.1:8080 in a browser on your machine,

 Best wishes

 Jeremy.

  



 On Thursday, July 10, 2014 3:40:44 AM UTC+12, ET wrote:

 Rather than installing node.js the normal way using the installer, is it 
 possible to run tiddlywiki using just a copy of tiddlywiki and a single 
 node.js binary? (which is offered as a download on nodejs.org)
 This would make tiddlywiki even more convenient as it would only require 
 two run 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 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 javascript:
  

-- 
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] Update to 5.0.9-beta broke my tiddlywiki

2014-04-16 Thread ET
Upon updating from a version of tiddlywiki5 I checked out from github(after 
5.0.8-beta) to 5.0.9-beta I got this error:

Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
by refreshing your browser
Uncaught TypeError: Object [object Object] has no method 'getAllTitles'

Unfortunately as soon as I dropped my tiddlywiki onto the page of an empty 
5.0.9-beta, 
I went and deleted my original copy, thinking everything went fine. I 
clicked the download button and I got a new copy, I went and loaded this 
copy in the browser and the above error shows up. Refreshing does not help. 
So now I have only one copy of my tiddlywiki with all my work in it and it 
doesn't load!
Please help me!!!

-- 
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: Update to 5.0.9-beta broke my tiddlywiki

2014-04-16 Thread ET
I was testing the new version since it was a month out of date, my 
tiddlywiki's only 1.63mb.
I've just tried your suggestion to no avail.

On Thursday, April 17, 2014 1:35:50 AM UTC+12, Danielo Rodríguez wrote:

 Why did you do that? How big is your wiki? 10 megabytes? I have tree 
 versions of my main wiki and an extra one for each plugin that I develop. 

 Try downloading a 5.0.8 version and drop your currently non working copy 
 to it. I'm not sure if this will work 


-- 
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: Update to 5.0.9-beta broke my tiddlywiki

2014-04-16 Thread ET
No I did no use any 3rd party plugins.
console gives:


   1. Uncaught TypeError: Object [object Object] has no method 
   'getAllTitles' et.html:19545 file:///C:/Users/ET/Downloads/et.html
  1. $tw.utils.erroret.html:19545file:///C:/Users/ET/Downloads/et.html
  2. window.onerroret.html:19572 file:///C:/Users/ET/Downloads/et.html
  

   1. Uncaught TypeError: Object [object Object] has no method 
   'getAllTitles' 
$:/core/modules/filters.js:223chrome-devtools://devtools/bundled/$:/core/modules/filters.js
  1. (anonymous 
function)$:/core/modules/filters.js:223chrome-devtools://devtools/bundled/$:/core/modules/filters.js
  2. 
exports.filterTiddlers$:/core/modules/filters.js:155chrome-devtools://devtools/bundled/$:/core/modules/filters.js
  3. 
displayDefaultTiddlers$:/core/modules/startup.js:66chrome-devtools://devtools/bundled/$:/core/modules/startup.js
  4. 
exports.startup$:/core/modules/startup.js:76chrome-devtools://devtools/bundled/$:/core/modules/startup.js
  5. (anonymous 
function)et.html:21071file:///C:/Users/ET/Downloads/et.html
  6. (anonymous 
function)et.html:20102file:///C:/Users/ET/Downloads/et.html
  7. $tw.utils.eachet.html:19493 file:///C:/Users/ET/Downloads/et.html
  8. 
$tw.modules.forEachModuleOfTypeet.html:20101file:///C:/Users/ET/Downloads/et.html
  9. $tw.boot.startupet.html:21069file:///C:/Users/ET/Downloads/et.html
  10. (anonymous 
function)et.html:21088file:///C:/Users/ET/Downloads/et.html
  11. 
$tw.boot.decryptEncryptedTiddlerset.html:20606file:///C:/Users/ET/Downloads/et.html
  12. $tw.boot.bootet.html:21086 file:///C:/Users/ET/Downloads/et.html
  13. _bootet.html:21097 file:///C:/Users/ET/Downloads/et.html
  14. (anonymous function)
  

On Thursday, April 17, 2014 2:23:07 AM UTC+12, PMario wrote:

 On Wednesday, April 16, 2014 3:25:14 PM UTC+2, ET wrote:

 Uncaught TypeError: Object [object Object] has no method 'getAllTitles'


 Did you use 3rd party plugins?
 If yes, from where?
 -m


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