[tw] Re: Register for updates + lastModified date

2015-02-04 Thread Tobias Beer


 If we ask nicely it may be possible to send out an automated email listing 
 the most recent additions every week or something like that.


It shouldn't be too difficult to run a filter against the aggregated stuff 
that shows the most recent content, something like...

http://tb5.tiddlyspot.com/#Latest

...perhaps with the addition of a source dropdown and / or a tags dropdown.

Best wishes, Tobias.

-- 
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: [TW5] How dow I escape and characters

2015-02-04 Thread Tobias Beer


 Please, don't suggest to use html entities. I know about it, but I want to 
 find a general solution.


 If you prefer a general solution instead of the entities lt; gt;, you 
 can use #60; and #62;


Is there actually a d difference about numbered or textual entities?
To me, both are equally general only that the textual ones are a little 
more recognizable.

Best wishes, Tobias.

-- 
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: [TW5] Community Search

2015-02-04 Thread Danielo Rodríguez
I have to agree with the congratulations.

The new features makes much more powerful this awesome tool.
Thank you.

-- 
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] Image disappear in Node.js version when server is restarted.

2015-02-04 Thread Don Robertson
Hi - just getting to the end of a lengthy description of what is going 
wrong, but figured out how to cause the problem.

I have been using Tiddlywiki for a while - since v 2.4 I think - but today 
I started something new using the node.js version. I have nodejs v0.10.36 
and Tiddlywiki 5.1.7 running on an up to date Kubuntu machine.

If I import an image, view it and do nothing else, both the tiddler and the 
image are gone after close the tiddler. In the tiddlers folder, the image 
and the images meta file remain.

If I import an image, view it, click edit, click save, the image remains 
after restarting the server.

If I import an image, view it, click edit, change the name to 
something.jpg, click save, the image remains after restarting the server.


If I import an image, view it, click edit, change the name to something, 
click save, the tiddler remains but the image is not found.

In all cases, the tiddlers directory contains the image and meta file, and 
the image can be viewed with an image browser.

Is this the expected behavior? An undocumented feature?  It doesn't seem as 
though text tiddlers need to be saved.

Anyway - any help appreciated. Cheers

Don

BTW - have used and enjoyed the single file version of tiddlywiki for ages 
- at least 2.5. Probably longer. 

-- 
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: Image disappear in Node.js version when server is restarted.

2015-02-04 Thread Tobias Beer
Hi Don,

You find them under:

*Sidebar / More / Types*
$:/core/ui/MoreSideBar/Types 
http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FMoreSideBar%2FTypes

I imagine embedded media are hidden on purpose...
by virtue of being considered more like resources
that you use in your wiki rather than standalone content.

~

In the context of this issue...

*Redefine system tiddlers to include specially tagged tiddlers *
https://github.com/Jermolene/TiddlyWiki5/issues/1210

...this makes me think that we already have two kinds of hidden stuff.
So, it would simply be another way to hide stuff, just like images.

Mario likes to point out that he doesn't like hidden stuff
precisely for the type of questions you ask.

To me, the issue is clearly a lack of documentation of that feature and 
that's it:

Imho, we need: http://tiddlywiki.com/#HiddenTiddlers

...and perhaps one or two more options to actually hide tiddlers, e.g. via 
tag (or field).

~

Taking hiding stuff to a whole new dimension...

I would love to see a global filter that is applied on top of everything 
(content-wise).
That way, you could have a filter tab in the sidebar where you can add or 
tick off (predefined / filter) items
to set a global filter whereas all other content is thus constrained to 
only the specified filter,
except system tiddlers, of course... like a global focus filter.

Best wishes, Tobias.

-- 
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: [TW5] How dow I escape and characters

2015-02-04 Thread Stephan Hradek


Am Mittwoch, 4. Februar 2015 17:51:55 UTC+1 schrieb Tobias Beer:

 Please, don't suggest to use html entities. I know about it, but I want to 
 find a general solution.


 If you prefer a general solution instead of the entities lt; gt;, you 
 can use #60; and #62;


 Is there actually a d difference about numbered or textual entities?

Of course there is. The later one are entities and are defined: 
http://www.w3.org/TR/html4/sgml/entities.html

The numbers are not entities but Numeric character references 
http://www.w3.org/TR/html4/charset.html#entities. Branimir was 
explicitly asking for a more general solution than entities. Character 
references are the most general ones I can think of.

-- 
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] Saving in TiddlyWiki 5.1.7 (Node.js) under Linux Mint 17.1 with Firefox and Chromium does not work for me

2015-02-04 Thread peterrun4fun
Hi Tiddlywiki-User,

I am new Tiddlywiki-User and installed the Node.js version 5.1.7 under 
Linux Mint 17.1.

I get the server up and running.
I get the first page in the browser. That means the client-server 
communication is working.

But it did not save any tiddler I add.

I thought it would automatically save the tiddler in text file on the 
server.
But I don't get an error message in the browser, the consolte I startet the 
server or see some new files on the server.

Do I have to configure something in the browser or the tiddlywiki.info file?

Best Regards

Peter

-- 
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: [TW5] Getting started

2015-02-04 Thread Greg Davis
Hi,
Re: Rich. Well, this may not quite be what you are looking for but a single 
tiddler could be exported and shared without the whole tiddlywiki. Whether 
this would work with multiple tiddlers and links or tiddlers with 
transclusions or images or other fancy things ?? Quick try: 
https://dl.dropboxusercontent.com/s/7dh7fr1754p35jq/Lorem-Ipsum-Text.html
Greg

-- 
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: Saving in TiddlyWiki 5.1.7 (Node.js) under Linux Mint 17.1 with Firefox and Chromium does not work for me

2015-02-04 Thread peterrun4fun
Hi Felix,

your help got me on the right way. Now it works Thank you.

I changed the info file.

I tried to start with the node call but the server died ...
peter@linuxmint ~ $ node /usr/lib/node_modules/tiddlywiki/tiddlywiki.js /
home/peter/peterwiki --verbose -server 8080
Boot log:
  Startup task: load-modules
  Startup task: info after: load-modules before: startup
  Startup task: startup after: load-modules
  Startup task: story after: startup
  Startup task: commands platforms: node after: story

But when I start with 
tiddlywiki peterwiki --server
Serving on 127.0.0.1:8080
(press ctrl-C to exit)
syncer-server: Dispatching 'save' task: Draft of 'New Tiddler'
FileSystem: Saved file /home/peter/peterwiki/tiddlers/Draft of 'New Tiddler'
.tid
syncer-server: Dispatching 'save' task: Draft of 'New Tiddler'
FileSystem: Saved file /home/peter/peterwiki/tiddlers/Draft of 'New Tiddler'
.tid
syncer-server: Dispatching 'save' task: Draft of 'New Tiddler'
it works? ;-)

Gruß
Peter


Am Mittwoch, 4. Februar 2015 20:38:17 UTC+1 schrieb Felix Küppers:

 Hi Peter,

 I am using the same setup with Linux Mint 17.

 Try this info file:

 {
plugins: [
  tiddlywiki/tiddlyweb,
  tiddlywiki/filesystem
],
themes: [
  tiddlywiki/vanilla
],
languages: [
  en-US
],
build: {
  index: [--rendertiddler,$:/core/save/all,index.html,
 text/plain]
}
  }


 and start the server via

 node /some/path/tiddlywiki.js /your/wiki/path --verbose --server 8080

 otherwise I don't know...

 -Felix



-- 
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: [TW5] How dow I escape and characters

2015-02-04 Thread Eric Shulman
On Wednesday, February 4, 2015 at 7:14:37 AM UTC-8, Branimir Braykov wrote:

 10x,
 what I didn't think of is exactly that this is html and treated for html 
 tags.
 The solution that is best for me is using the space after it.
 However, it is still strange, because in TWC this works as it is.


TW5 allows mixing of HTML syntax with wiki syntax, so any character 
sequences enclosed in angle brackets are treated as HTML.  In contrast, TWC 
only allows HTML syntax when it is enclosed within html.../html.  Thus, 
if angle brackets occur *outside* the html block, the are treated as 
regular characters.

Note: The TWC core html handler only supports pure HTML syntax (i.e., 
you can't use wiki syntax).
To mix wiki syntax within a TWC html block, you need 
http://www.TiddlyTools.com/#HTMLFormattingPlugin

-e

-- 
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: Saving in TiddlyWiki 5.1.7 (Node.js) under Linux Mint 17.1 with Firefox and Chromium does not work for me

2015-02-04 Thread Felix Küppers
Hi Peter,

I am using the same setup with Linux Mint 17.

Try this info file:

{
   plugins: [
 tiddlywiki/tiddlyweb,
 tiddlywiki/filesystem
   ],
   themes: [
 tiddlywiki/vanilla
   ],
   languages: [
 en-US
   ],
   build: {
 index: [--rendertiddler,$:/core/save/all,index.html,
text/plain]
   }
 }


and start the server via

node /some/path/tiddlywiki.js /your/wiki/path --verbose --server 8080

otherwise I don't know...

-Felix

-- 
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: [TW5] TW5-TeXZilla plugin: latex to mathml via TeXZilla

2015-02-04 Thread Jed Carty
This looks awesome!

I will certainly find it useful, both for my own notes and for helping to 
make math textbooks.

One of the most annoying parts of using TiddlyWiki for my thesis reference 
is that I had to use SVG images for multi-line equations.

Does it require an internet connection? I am hoping that since it is based 
on KaTeX it doesn't, but I am not in a position to test that at the moment.

-- 
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: [TW5] TW5-TeXZilla plugin: latex to mathml via TeXZilla

2015-02-04 Thread Joe Renes
hmm, now the importing works. I think I didn't save/refresh when I tried it 
before...

-joe

On Wednesday, February 4, 2015 at 9:40:58 PM UTC+1, Joe Renes wrote:

 Hi Tobias,

 thanks for your interest. I attempted to make a demo site at tiddlyspot: 
 tw5-texzilla.tiddlyspot.com. 

 But I haven't done it quite right, since my attempts to import the plugin 
 to an empty tiddlywiki have been less than successful...
 I'm running TW5 via node, so my experience with importing plugins is 
 mainly copying files and updating tiddlywiki.info.

 Best,

 -joe

 On Wednesday, February 4, 2015 at 11:58:31 AM UTC+1, Tobias Beer wrote:

 Hi Joe,

 Nice stuff. If it's not too much trouble it would be great to see some 
 demo / example wiki.
 Some say one can even use GitHub pages for that... although I haven't 
 tried yet myself.

 Best wishes, Tobias.



-- 
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: Saving in TiddlyWiki 5.1.7 (Node.js) under Linux Mint 17.1 with Firefox and Chromium does not work for me

2015-02-04 Thread peterrun4fun


 Hi Felix,


 

 The solution is to add the plugins to the info file.


plugins: [
 tiddlywiki/tiddlyweb,
 tiddlywiki/filesystem
   ]

I don't know why but it works. Does someone know why this is an error?

Best Regards

Peter

-- 
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: [TW5] TW5-TeXZilla plugin: latex to mathml via TeXZilla

2015-02-04 Thread Joe Renes
Hi Tobias,

thanks for your interest. I attempted to make a demo site at tiddlyspot: 
tw5-texzilla.tiddlyspot.com. 

But I haven't done it quite right, since my attempts to import the plugin 
to an empty tiddlywiki have been less than successful...
I'm running TW5 via node, so my experience with importing plugins is mainly 
copying files and updating tiddlywiki.info.

Best,

-joe

On Wednesday, February 4, 2015 at 11:58:31 AM UTC+1, Tobias Beer wrote:

 Hi Joe,

 Nice stuff. If it's not too much trouble it would be great to see some 
 demo / example wiki.
 Some say one can even use GitHub pages for that... although I haven't 
 tried yet myself.

 Best wishes, Tobias.


-- 
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: Saving in TiddlyWiki 5.1.7 (Node.js) under Linux Mint 17.1 with Firefox and Chromium does not work for me

2015-02-04 Thread PMario
On Wednesday, February 4, 2015 at 9:42:11 PM UTC+1, peterr...@gmail.com 
wrote:

 The solution is to add the plugins to the info file.


 plugins: [
  tiddlywiki/tiddlyweb,
  tiddlywiki/filesystem
]

 I don't know why but it works. Does someone know why this is an error?


Those 2 plugins are needed, that the server can access the OS file system 
and knows about the TiddlyWeb API. If the plugins are not loaded, the 
mechanism fails silently. ... which is a problem. 

In the future, there are plans to include those functions into the core, 
which will remove this problem. ... But there is no roadmap yet. 

-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.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How dow I escape and characters

2015-02-04 Thread Branimir Braykov
Hi, All,
 and  are not actually wiki characters, but whenever I want to write text 
like this: some of my text I get some text rendered.
Is this a bug? If its not, then I cannot find anything about special usage 
of   (except $ ) in the documentation.

P.S.
Please, don't suggest to use html entities. I know about it, but I want to 
find a general solution.

-- 
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: [TW5] the LeftBar theme (left sidebar / mainmenu )

2015-02-04 Thread Alberto Molina
Hi Mat,

I guess you did know about: http://tw5topleft.tiddlyspot.com/

Is your solution easier/better?

Oooh... naughty student. Should have been focussing on studies but couldn't 
 resist piecing together a thing I've missed: 


Same here :)

I just figured out how to improve the centralised tw theme: when you show 
the right sidebar, its switches to vanilla, and when you hide the sidebar, 
its switches back to centralised. Check it out here: 
http://magictabs.tiddlyspot.com/

Best wishes and stop procrastinating (… I know, me too ;)

Alberto

-- 
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] the LeftBar theme (left sidebar / mainmenu )

2015-02-04 Thread Mat
Oooh... naughty student. Should have been focussing on studies but couldn't 
resist piecing together a thing I've missed: A simple way to get a left 
side bar (or MainMenu to use a TWc term). I believe this currently is the 
easiest and most direct way to get it:

leftbar.tiddlyspot.com

It is ready for use, but if you have guidance for any improvements please 
go ahead.

:-)



Some search words and meta tags for this post:
sidebar side bar mainmenu main menu left side menu leftbar left bar 
left menu left sidebar 


-- 
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] Community Search

2015-02-04 Thread Erwan


Happy that you like it, thank you!

btw these new features (especially the whitelist one) haven't really 
been thoroughly tested, so if you use them please check that it works as 
expected for your wiki. and of course let me know in case it doesn't!


Erwan

On 04/02/15 16:33, Danielo Rodríguez wrote:

I have to agree with the congratulations.

The new features makes much more powerful this awesome tool.
Thank you.
--
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 
mailto:tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com 
mailto: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: Register for updates + lastModified date

2015-02-04 Thread Erwan


good idea! I didn't think of that, it's actually quite simple to do.

The only disadvantage is that it wouldn't be configurable: for instance 
the system could send an email for every new release on tiddlywiki.com, 
or a list of all the updated wikis or tiddlers in the list of referenced 
wikis, or any other combination but the user wouldn't be able to 
select/filter what they want more precisely.


at first sight, I think the most convenient way to implement that would 
be to create a dedicated mailing list (google group, I guess) where the 
system would send the automatic emails, and where anyone can register. 
Does that sound good? Any other ideas? (better if possible!)


It also reminds me of Jim's Atom feed plugin: 
https://groups.google.com/d/msg/Tiddlywiki/lDayriKvtUI/QYOE_T5m9HMJ

I don't know how it works but it seems a good fit for this case as well.

Erwan

On 04/02/15 15:27, Jed Carty wrote:

This seems relevant:

The community search lists the last time one of the wikis there was modified.

https://rawgit.com/erwanm/tw-aggregator/master/tw-community-search.html

It hasn't been implemented yet, but there are plans to expand the community 
search to include plug-ins and possibly personal wikis.

https://groups.google.com/forum/m/#!topic/tiddlywiki/h1h4HSyAQzQ

If we ask nicely it may be possible to send out an automated email listing the 
most recent additions every week or something like that.



--
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: Register for updates + lastModified date

2015-02-04 Thread Jed Carty
I think that a dedicated mailing list would be good. A weekly list of 
updates broken down by either update type or wiki/author would be very 
useful for keeping up with what is going on since I think that people 
mainly post to this group when there is a problem and not as much when they 
make something interesting that may have a limited appeal. If an atom feed 
would work in this context that may be easier to follow. I like atom feeds.

If you are going to start a more general directory listing in addition to 
the search, it would probably need a way to submit wikis to be indexed as 
either personal wikis which probably wouldn't be searchable, or reference 
wikis which would be searchable. Or wikis that are demos of themes and 
plugins where the wiki as a whole is useful but searching the tiddlers 
isn't.

Sorry I feel like I am just spouting more and more features to add, without 
offering anything in the way of assistance. If there is any non-scripting 
work I can do to help don't hesitate to ask.

-- 
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: [TW5] the LeftBar theme (left sidebar / mainmenu )

2015-02-04 Thread James
Hi Mat,

It's great!.. I am looking forward to see some improvement suggest by 
Molina.  Thanks.


On Thursday, 5 February 2015 08:13:49 UTC+8, Mat wrote:

 Oooh... naughty student. Should have been focussing on studies but 
 couldn't resist piecing together a thing I've missed: A simple way to get a 
 left side bar (or MainMenu to use a TWc term). I believe this currently 
 is the easiest and most direct way to get it:

 leftbar.tiddlyspot.com

 It is ready for use, but if you have guidance for any improvements please 
 go ahead.

 :-)



 Some search words and meta tags for this post:
 sidebar side bar mainmenu main menu left side menu leftbar left bar 
 left menu left sidebar 




-- 
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: Can I have ribbon on a specific tiddler?

2015-02-04 Thread James
Hi Tobias,

The banner looks really cool and this is what I want.  However I found a 
problem when I resize my tiddler content size.  The ribbon remain at its 
origin location.  Would it be possible for the ribbon to stick at the width 
of the tiddler?


On Thursday, 29 January 2015 23:58:12 UTC+8, Tobias Beer wrote:

 I mean when you have MANY of those tiddlers opened. Let's say, 20. Does 
 that mean 20 style-sheet tags or maybe there is some kind of mechanism that 
 avoids that? 


 It means that. I simply packaged it into one template so as to not have 
 two spots. But I will mention in the tiddler that it is advisable to 
 actually put all styles into a proper StyleSheet.

 Best wishes, Tobias.


-- 
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: [TW5] BottomTabs plugin (v. 0.1)

2015-02-04 Thread Alberto Molina
Hi Philippe,

Sorry for the late answer. Before trying to create your types and tabs, I 
thought is was better to make the customization process much easier for you 
and other users, so you can do it yourself. And it took me a lot of 
intensive work to achieve something good enough to publish here.

Then, testing my own plugin customization features, I made a little extra 
plugin to create new characters with editable physical description and 
mental description as bottom tabs. I hope it is useful for you. And try 
to do your own types and tabs to see if you get stucked again.

http://magictabs.tiddlyspot.com/

Bien cordialement,

Alberto

Le mercredi 21 janvier 2015 15:08:35 UTC+1, philippe mekal a écrit :

 Hi Alberto,

 I wouldn't let you do all the work !
 What i am trying to do is an help to manage characters for a book to 
 write.

 To my idea, what is needed for a basic set is :

 A way to create one tiddler for each character. (you button 'person' on 
 'scholars' is nice)

 This tiddler would have few fields, like name, surname, and sex, for a 
 basic set. (the idea is,
  that anyone who want to custumize, can add whatever fields he wants, and 
 can report the filling
 of these fields in the creation act)

 Once this character tiddler is created, it would automaticaly have 5 other 
 bottom tab : 
 idea(s) and note(s) (what you already have created, in the same way, 
 saying with the + button to add as many ideas or notes as wanted) and three 
 other
 that would contain many other fields to be filled (basicaly for a writing 
 book : one tab for physical description, one for mental and one for life 
 description)

 These three bottom tab don't need the + button, only a modify button
 In a basic set, i would see bottomtab1, bottomtab2, bottomtab3 and each of 
 them with 3 fields : btf11,btf12 and btf13 for the first bottom tab,
 btf21,btf22 and btf23 for the second bottom tab, and so on.
 These name (bottomtab1, btf11,...) could be easily renamed to fit every 
 need.
 And of course, many other fields could be added on each of these 
 bottomtab123.

 This basic set could be re-used for any purpose.
 I also believe that the macro part is not that easy to adapt (that is also 
 why i am stucked...)

 I don't know if i am clear... i could explain again in french if needed.

 I also would be pleased to help if you want to add a french documentation 
 (but I believe you speak french too).

 Thanks a lot if you have some time to spend on these ideas.

 One again, great job you've done.

 Bien cordialement

 Philippe 


-- 
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] Startup tiddlywiki with node.js 2 instances

2015-02-04 Thread fotomichi444
Hi,

I'm a new user of tiddlywiki and I search a lot in this group but I didn't 
found it.

1. I want to run my Tiddlywiki like this *[myURL] / wiki*

- tiddlywiki mywikiname --server 80 $:/core/save/all text/plain text/html 
User Password my.URL.de /wiki

but this dosn't work.

What else need I to configure? Is there a problem with subdomains and 
pathes?


2. I want to run the same tiddlywiki [mywikiname] on 2 different ports on 
the same url.
One wiki should be saveable and one shoud use the non saveable theme as 
startconfig.

   Is this possible or how can I configure one savable and unsavable 
tiddlerwiki?

Best regards
Michael 


-- 
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: [TW5] BottomTabs plugin (v. 0.1)

2015-02-04 Thread Alberto Molina
Le mercredi 4 février 2015 13:47:31 UTC+1, Alberto Molina a écrit :

 Hi everyone,

 I worked VERY HARD on the MagicTabs plugin over the last two weeks: fixing 
 bugs, cleaning code and improving the code, with special attention to 
 customization.



MagicTabs: http://magictabs.tiddlyspot.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: Any Cooks here?

2015-02-04 Thread Tobias Beer
In fact, especially for cakes,
there have been some recipes floating about for a while
in emails (and who knows where else).

After all, a TiddlyWiki I'll be putting them into...


http://tb-cook.tiddlyspot.com

Best wishes, Tobias.

-- 
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] xlist: link (update: new parameter)

2015-02-04 Thread Tobias Beer
I added a new parameter to *xlist*...

http://xlist.tiddlyspot.com#link

It allows to avoid group categories being rendered as links
which is mostly useful with...

http://xlist.tiddlyspot.com#each

...where you may have field values
for which there are no actual tiddlers,
only discrete, groupable titles / terms, e.g.:

http://tb-cook.tiddlyspot.com/#Berries

Best wishes, Tobias.

-- 
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: Register for updates + lastModified date

2015-02-04 Thread Tobias Beer
Hi Rich,
 

 If(I should say when) you read this Tobias, Is there a way to get a weekly 
 Tobias Update?
 Something that lists all your new stuff from the last week across your TW5 
 collection?


I have added...

http://tb5.tiddlyspot.com/#Latest  http://tb5.tiddlyspot.com/#Latest

...and linked to it from the Welcome http://tb5.tiddlyspot.com tiddler.

Also, if you go to...

http://tb5.tiddlyspot.com/#Solutions

...you will find that below the tags,
the *Latest Solutions* are ordered by creation date.

So that's two ways of finding with what's new.

It would be helpful to use #hashtags for stuff in the TiddlyWikiVerse.


While that is probably not what you meant,
perhaps at some point we even get to explore
using them within TiddlyWiki5 yet again...

http://hashtags.tiddlyspace.com

Best wishes, Tobias.

-- 
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] Linked files are not displayed

2015-02-04 Thread Bernd
Hello,
I have a problem with linked files in TW5.

In the wiki classic, this syntax *[[Perl 
Cookbook|eBooks/PerlCookbook-ebook.pdf]]* called the file and showed it in 
Firefox 
or start the PDF reader. In the wiki TW5, this works only with an absolute 
path specification *[[Logical Volume Manager 
HowTo|file:///E:/Daten/TiddlyWiki_V5/Manuels/LinuxLVMHowTo.pdf]]*. 
A relative path specification for the location of the wiki *[[Logical 
Volume Manager HowTo|file://Manuels/LinuxLVMHowTo.pdf]]* file does not work. 

A TW5 wiki is not portable, can't be used on multiple PC.

Is there a solution?

Regards Bernd

-- 
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] TW5-TeXZilla plugin: latex to mathml via TeXZilla

2015-02-04 Thread Joe Renes
Hi all,

I've made a plugin for using LaTeX in TW5 based on the TeXZilla latex parser 
https://github.com/fred-wang/TeXZilla 
(https://github.com/fred-wang/TeXZilla). 
It's available here https://github.com/joerenes/TW5-TeXZilla
 (https://github.com/joerenes/TW5-TeXZilla). 

TeXZilla is fast, more like KaTeX than MathJax, but supports a wider set of 
LaTeX commands than KaTeX, though not as extensive as MathJax. (Having 
aligned equations with \begin{aligned} ... \end{aligned} was the ultimate 
reason for writing the plugin.) I also included the ability to define LaTeX 
macros and incorporated a block environment delimited by \[ ... \]. The 
plugin is based entirely on the existing KaTeX plugin, so I believe it 
integrates into TiddlyWiki better than just running MathJax on top. 

However, latex input is converted to mathml, so the plugin is only 
immediately useful in firefox and safari (and I'm not really sure about the 
latter). I believe one could run mathjax on top again, converting mathml 
into html+css, but I haven't tried it. 

Perhaps someone else will find it useful! I also ported the macro support 
back to the KaTeX plugin in my fork of TW5 on github in case anyone is 
interested. 

Best,

-joe


-- 
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] Idea for a Hangouts TiddlyWiki

2015-02-04 Thread PMario
On Wednesday, February 4, 2015 at 2:11:04 AM UTC+1, RichShumaker wrote:

 Just finished TiddlyWiki Hangouts #078 
 http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html#TiddlyWiki%20Hangout%20%23078
  
 and it is posted.


cool!
 

 Still need to do #077 and I have a lot of clean up work to do with getting 
 Mario's work copied over and then completing things that have been started.
 I thought I had all of Mario's work over but I checked and I am missing 
 some.


Which reminds me to view some videos. ... Please tell me (private mail) if 
you started to work on a video, so we can sync. I'll inform you, if I start 
to view a missing one :)

-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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Node.js version of tiddlywiki: automatically saved .tid files to specific folders based on condition

2015-02-04 Thread PMario
On Wednesday, February 4, 2015 at 2:26:40 AM UTC+1, Tobias Beer wrote:

 I think it's a great project but I do my development with brackets.io as 
 the editor...


 If it didn't crash on startup even after install X, I'd give it a try. ^^


I didn't have a single crash, yet. ... 

What do you mean with after install X? ... 

I use the windows setup and some plugins: 

- Brackets Git: V0.14.9 - https://github.com/zaggino/brackets-git
- Code Folding: V0.3.0 - 
https://github.com/thehogfather/brackets-code-folding
- JsHint: V2.2.9 - https://github.com/cfjedimaster/brackets-jshint
- Show Whitespace: V2.0.1 - 
https://github.com/DennisKehrig/brackets-show-whitespace

-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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] BottomTabs plugin (v. 0.1)

2015-02-04 Thread Alberto Molina
Hi everyone,

I worked VERY HARD on the MagicTabs plugin over the last two weeks: fixing 
bugs, cleaning code and improving the code, with special attention to 
customization.

Until now, customizing the plugin (creating new types and tabs) was a pain 
in the neck. Now I think (I hope) it is MUCH easier and intuitive. You are 
guided step by step to create new types+templates and new tabs, and many 
processes are automated. 

Other features include:
* Silent tiddlers creation.
* No more need to create ad-hoc forms and buttons for custom types and tabs.
* No more need to create ad-hoc lists in the dashboard.
* Too many things to remember.

Now, it is *very important to associate a template with each type* for 
automated creation of new tiddlers with that type.

The downside of improvements is incompatibilities. Macros and fields have 
changed their names (most with prefixes like mt-). If you didn't create 
custom types and tabs, then it shouldn't affect you. If you did, then I 
think the best way to best way to go is to create new types and tabs using 
the dashboard managers and copy/pasting your stuff in the relevant new 
fields. But remember that this is beta software and that future versions 
might be incompatible with this one. Use it for testing purposes only. 

For those interested in testing it, I would like to know your opinion about 
the customization process: it is easier now, is it intuitive, is there any 
point where you get stuck, any bug?

The reading extra (successor of TW for Scholars) is not available now with 
this new version of MagicTabs because it uses very different and complex 
mechanisms to create custom publications' titles, quotes' titles, etc. It 
could be adapted without too much modifications, but I prefer to rewrite it 
entirely for good, and it might take some time. 

Best wishes,

Alberto







 

-- 
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: [TW5] BottomTabs plugin (v. 0.1)

2015-02-04 Thread Alberto Molina
Hi PMario,
 

 Great stuff!


Thanks!
 

 IMO since you renamed the project from bottom tabs to MagicTabs, you 
 should create a new [TW5] INTRO: MagicTabs plugin - some more text thread 
 for it. 

The INTRO prefix may make it easier to find it :) 


Yes, but I want to do some more testing and debuging before announcing it, 
as version 0.2, in its own thread.
 
Regards,

Alberto

-- 
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: [TW5] BottomTabs plugin (v. 0.1)

2015-02-04 Thread PMario
Hi Alberto, 
Great stuff!

IMO since you renamed the project from bottom tabs to MagicTabs, you should 
create a new [TW5] INTRO: MagicTabs plugin - some more text thread for 
it. 

I think it deserves it!

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.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How dow I escape and characters

2015-02-04 Thread Jed Carty
 and  are being treated as part of an html tag. If you have a space after the 
leading  it should display normally. You say not to tell you to use html 
escape characters, but it is the html doing it. Your other option is to make 
macros like this 

\define lt() $text text=''/

\define gt()  $text text=''/

And put them in a tiddler tagged $:/tags/Macro
Then wherever you put lt or gt it will display  or 

-- 
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: [TW5] How dow I escape and characters

2015-02-04 Thread Branimir Braykov
10x,
what I didn't think of is exactly that this is html and treated for html 
tags.
The solution that is best for me is using the space after it.
However, it is still strange, because in TWC this works as it is.

On Wednesday, February 4, 2015 at 5:02:24 PM UTC+2, Jed Carty wrote:

  and  are being treated as part of an html tag. If you have a space 
 after the leading  it should display normally. You say not to tell you to 
 use html escape characters, but it is the html doing it. Your other option 
 is to make macros like this 

 \define lt() $text text=''/ 

 \define gt()  $text text=''/ 

 And put them in a tiddler tagged $:/tags/Macro 
 Then wherever you put lt or gt it will display  or 

-- 
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: [TW5] TW5-TeXZilla plugin: latex to mathml via TeXZilla

2015-02-04 Thread Tobias Beer
Hi Joe,

Nice stuff. If it's not too much trouble it would be great to see some demo 
/ example wiki.
Some say one can even use GitHub pages for that... although I haven't tried 
yet myself.

Best wishes, Tobias.

-- 
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: Linked files are not displayed

2015-02-04 Thread Tobias Beer
Hi Bernd,
 

 Is there a solution?


In TW5, things are a little more explicit, see... 

   - http://tb5.tiddlyspot.com/#external-links-forced
   - Linking in WikiText http://tiddlywiki.com/#Linking%20in%20WikiText

Best wishes, Tobias. 

-- 
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: [TW5] How dow I escape and characters

2015-02-04 Thread Stephan Hradek


Am Mittwoch, 4. Februar 2015 15:31:15 UTC+1 schrieb Branimir Braykov:

 P.S.
 Please, don't suggest to use html entities. I know about it, but I want to 
 find a general solution.


If you prefer a general solution instead of the rntities lt; gt;, you can 
use #60; and #62;
 

-- 
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: Register for updates + lastModified date

2015-02-04 Thread Jed Carty
This seems relevant:

The community search lists the last time one of the wikis there was modified.  

https://rawgit.com/erwanm/tw-aggregator/master/tw-community-search.html

It hasn't been implemented yet, but there are plans to expand the community 
search to include plug-ins and possibly personal wikis. 

https://groups.google.com/forum/m/#!topic/tiddlywiki/h1h4HSyAQzQ

If we ask nicely it may be possible to send out an automated email listing the 
most recent additions every week or something like that.

-- 
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: [TW5] TW5-TeXZilla plugin: latex to mathml via TeXZilla

2015-02-04 Thread Tobias Beer
Hi Joe,

Thanks for taking the time...
 

 But I haven't done it quite right, since my attempts to import the plugin 
 to an empty tiddlywiki have been less than successful...
 I'm running TW5 via node, so my experience with importing plugins is 
 mainly copying files and updating tiddlywiki.info.


I can see it working in Firefox but in Chrome it looks like this...

https://lh4.googleusercontent.com/-YCc-ISXXUmY/VNKotPBRr4I/BxA/tqX3lFgtR9M/s1600/demo.jpg

Best wishes, Tobias.
 

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