[tw] [TW5] button formating

2014-11-18 Thread Andreas
Hi,
I use the button widget to create a new tiddler. This works fine.

<$button message="tm-new-tiddler" param="TemplateTask">New Task

But now I want to put some color in the hole story. The only thing I found 
is, but makes the button very big, unfortunately:

class="tc-btn-big-green"

Are there more possibilities to change the color of the button?

Thanks, Andreas



-- 
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] button formating

2014-11-19 Thread Andreas
Hi PMario,
thanks a lot! That was exactly what I was looking for!

Andreas

-- 
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] Button to add 1 or 7 days to a date

2014-11-24 Thread Andreas
Hi there,

I have a field in a tiddler which holds a date (t_duedate: 2014-11-27).
What I now want to do is to add seven days to this date by simply pressing 
a button.

How can I add a value to a field?
Is there a solution for adding days?

Hope you can help,
Andreas

-- 
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] Button to add 1 or 7 days to a date

2014-11-24 Thread Andreas
Hi cmari,

the dateTime module could be what I was searching for - thanks for this.

The usage is described like this:
The variable "tag" hold the current date.
<$set name="tag" value=<>>

One question I still have:
How do I get the resulting date from the variable "tag" into my field 
t_duedate?
(Sorry if this question is to stupid...)

Andreas

-- 
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] CloseOtherTiddlers should be disabled when you do a search

2011-02-03 Thread Andreas
Hi.

I'm using this nice build-in feature of TiddlyWiki, CloseOtherTiddlers
to selectively show one page at a time. Pages (tiddlers) with this
feature are those linked directly to the Main Menu.

However, there is a drawback, when I want to search for a tiddler
containing a text. Whenever I type something in the search box, all
tiddlers containing the text are supposed to be displayed,
highlighting the text in question. In my case though, tiddlers
displayed are less than those actually found.

The reason is pretty obvious and it's caused by the
<>: each time a new match is made for a tiddler
without the CloseOtherTiddlers directive, it is appended to the
displayed list of tiddlers. But if the tiddler contains the directive,
it causes all other tiddlers to close. The result is a page containing
only the last tiddler found with the directive and those found after
it, without the directive.

I'm looking for a solution to this problem in two directions:
1. Have a check box in the tweak tab above to manually enable/disable
this CloseOtherTiddlers functionality.
2. Be able to specify the behavior of a tiddler from the caller and
not within the tiddler itself. For example, in the Main Menu, I would
be able to define tiddler links like
[[TittlerName::CloseOtherTiddlers]] (the syntax is random), so the
same tiddler, if called normally from another place, won't cause
others to close.

For me, the second option would be much better but I can't afford
loosing time if I have to change a lot of the default TiddlyWiki
behavior.

What do you think? Is there anything else I can use?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: CloseOtherTiddlers should be disabled when you do a search

2011-02-04 Thread Andreas
Thanks PMario,

I installed the SimpleSearchPlugin and it does what it says.
I haven't visited the GotoPlugin since this solved the issue I had.

cheers

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] [TW5] Any way to disable "You have unsaved changes in TiddlyWiki" message?

2014-04-11 Thread Andreas Hahn
Hi Jason,

you can just grab it from the github repository and build it yourself 
(there are scripts which automatically do that for you once you installed 
nodejs, if you haven't already).

On Friday, April 11, 2014 6:33:17 PM UTC+2, Jason Hanford-Smith wrote:
>
> Excellent news.
>
> Shall I wait for a 5.0.9-beta to be released or is there somewhere I can 
> get a standalone "empty" version?
>
> On Thursday, April 10, 2014 10:24:55 AM UTC-6, Jeremy Ruston wrote:
>>
>> Hi Jason
>>
>> That worked for Chrome and Firefox. Unsurprisingly, I have a different 
>>> problem with IE now: I get a pop-up with "Message from webpage: null".
>>>
>>
>> That problem has been fixed for 5.0.9:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/457
>>
>> Best wishes
>>
>> Jeremy
>>  
>>
>>>
>>> This is in IE 11 on Windows 8.1
>>>
>>>
>>> On Thursday, April 10, 2014 2:09:38 AM UTC-6, Jeremy Ruston wrote:
>>>
 Hi Jason

 I just realised that there is in fact a way to suppress the "save 
 changes" warning. We can configure the filter that the sync engine uses to 
 determine if a tiddler should trigger an unsaved changes warning.

 You need to create a tiddler "$:/config/SyncFilter" containing a 
 filter that doesn't return any tiddlers (for example "[!is[tiddler]is[
 tiddler]]").

 Let me know how it goes,

 Best wishes

 Jeremy.



 On Fri, Apr 4, 2014 at 11:37 AM, Jeremy Ruston wrote:

> Hi Jason
>
> > Is there a configuration setting I can make to disable this?
>
> There's no configuration setting for this at the moment, but probably 
> should be. It can also be a problem on tiddlywiki.com; if visitors 
> switch theme or language then they'll get the same prompt when they 
> attempt 
> to navigate away.
>
> I've added a ticket:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/532
>  
> Best wishes
>
> Jeremy
>
>
>
>
>
> On Thu, Apr 3, 2014 at 9:08 PM, Jason Hanford-Smith <
> jason.han...@gmail.com> wrote:
>
>>  Here's my scenario:
>>
>> I'm using 5.0.8-beta as a help system to be run from an internal web 
>> server. I use Tiddly Desktop to create the content and then copy the 
>> updated html file to the server.
>>
>> The problem:
>>
>> Whenever a user views the "site" and then tries to close the browser 
>> window, they get the "You have unsaved changes in TiddlyWiki". This 
>> happens 
>> even if they close it after just opening it. It also happens in all the 
>> desktop browsers we're using (IE, Chrome, Firefox).
>>
>> The users will never make changes to the content and so I don't need 
>> any automatic saving capability, but I also don't want this popup.
>>
>> Is there a configuration setting I can make to disable this?
>>
>> Thanks,
>>
>> --Jason
>>
>> -- 
>> 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...@gmail.com
  
>>>
>>
>>
>> -- 
>> 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.


[tw] Re: [TW5] How to add and use highlight style?

2014-04-12 Thread Andreas Hahn
Hi Jimmy,

here is the link to the 
highlightdemo: http://tiddlywiki.com/highlightdemo.html (there are also 
examples for different languages)
As mentioned there, copy the css into a tiddler and tag it with 
$:/tags/stylesheet (maybe set the tiddler type to text/css) and it should 
work. Also if you tried out more than one highlight style, you might want 
to remove the tags on the styles you are not using.

On Saturday, April 12, 2014 12:08:18 PM UTC+2, Jimmy Liew wrote:
>
> Hi all,
>
> I understand that TW5 Version 5.0.8 has incorporate the famous 
> highlight.js but how to add or use a style (CSS) provided by highlight.js 
> official website into our TW5?
>
> For instance, how can I use the GoogleCode color highlight style?
>
> Kindly advise. Thanks.
>
>
> Regards,
> Jim
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email 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 [New Plugin] JsonEdit

2014-05-15 Thread Andreas Hahn

Sweet! I like that!

And I would really like the 'Value' - Field to contain pretty printed 
JSON too. I think that

would add quite some editing comfort.

/Andreas

Am 15.05.2014 20:31, schrieb BJ:
I have adapted a json editor for TW5. The plugin is called JsonEditor 
<http://bjhacks.tiddlyspot.com/#JsonEditor> and is located  at

http://bjhacks.tiddlyspot.com/

cheers

BJ
--
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] Last call - anyone want tiddlywikiguides.org?

2014-05-26 Thread Andreas Hahn

Hi Daniel,

I am currently thinking about this, can you tell me when those "few 
days" will be over ?


/Andreas


Am 26.05.2014 01:15, schrieb Daniel Baird:


Hi all,

In a few days my domain tiddlywikiguides.org 
<http://tiddlywikiguides.org> will expire.  I don't have time or 
budget to maintain it, so I'm willing to transfer it to anyone who 
wants to have it.


I've mentioned this before on the dev and docs groups; here's my 
once-only post to the "main" TW list.


tiddlywikiguides.org <http://tiddlywikiguides.org> used to run a 
mediawiki instance that collected docs for TiddlyWiki, back when the 
"classic" version was the only version.  Most of that content has been 
moved into the tiddlyspace docs section.


I'd like to see it at least redirected to tiddlywiki.com 
<http://tiddlywiki.com> or somewhere like that, but if you want to 
make something fancier out of it, that's cool too.


Otherwise it'll just expire and probably get bought up by some jerk 
domain spammer.



Post back here if you're interested..


Cheers
;Daniel

--
Daniel Baird
objoke: I had a problem and decided to solve it with threading. Now, 
have problems. two I

--
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] Last call - anyone want tiddlywikiguides.org?

2014-05-27 Thread Andreas Hahn
True. I was thinking of updating it and making it a resource for TW5 not 
unlike tiddlytools, but I haven't worked out any details of what I want 
to do yet. (Which is also because I am relatively new to TW and only 
getting started with it in many regards)


But of course, I won't get in your way, if you want to pick it up Stephan.

/Andreas

@Daniel: If Stephan does not take it, send me the AuthCode and 
everything I else I need to know to transfer it to my Provider and I 
will try to initiate the transfer as soon as possible.


Am 27.05.2014 12:30, schrieb Jeremy Ruston:
As Daniel suggests, it might be reasonable to just redirect to 
tiddlywiki.com <http://tiddlywiki.com>, and avoid having any content 
at all.


Best wishes

Jeremy.


On Tue, May 27, 2014 at 11:05 AM, Stephan Hradek 
mailto:stephan.hra...@gmail.com>> wrote:


I just checked with my 2 providers and it's 14,95€ per year +
9,95€ once (1st. Provider) or 17,40€ per year (2nd Provider).

While this isn't too much, this is the domain only. I have no
Webspace then. And I really do not want to handle the content.

So if someone else would manage the content on a his webspace, I'm
thinking about buying the domains.




--
Jeremy Ruston
mailto:jeremy.rus...@gmail.com <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 
<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: Emkay's visjs (Graph & timelineplugin/graphwidget) doesn't seem to work with TW5.0.12..

2014-05-31 Thread Andreas Hahn

Hi,

if I am not mistaken, the problem is that the graphwidget plugin 
compiles several filters when it is first executed, which fails, because 
the compileFilter-function uses the performance framework which in turn 
has not yet been initialized by startup.js.
So this seems to be a problem with the module execution order. However I 
don't know if this is a bug and the Filter module has to assure that the 
performance framework has been loaded or if this expected behaviour and 
one is not supposed to use the Filter module in such a way.


Anyway, you should be able to get it to work by postposing the Filter 
compilation in graphwidget.js until it is necessary.


Regards,
/Andreas

Am 31.05.2014 13:21, schrieb Danielo Rodríguez:

I removed the plugin from my wiki.

I looked into the code and this seems to be related to TW5 new core. 
Since I'm not familiar on what new features could cause this I'm 
afraid I will not be very useful here.


Sorry.



--
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] keep colors in data tiddler

2014-05-31 Thread Andreas Hahn
Did you specify the correct Tiddler-Type for your tiddlers (if you tried 
to replicate what the shadow tiddlers do) ?
WikiText should be enabled in your stylesheet and the data tiddler 
should be a dictionary.


/Andreas

--
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] keep colors in data tiddler

2014-05-31 Thread Andreas Hahn

Am 01.06.2014 01:19, schrieb Danielo Rodríguez:

Why a dictionary and not a Json tiddler? What's the difference?



Does not really matter... but I wanted to point out that a proper type 
should be set in order to use the data from the data tiddler.

As to what the difference between the two is:

- Syntax is different
- JSON does have the possibility to contain more than one level of data. 
However afaik you can only access the top level right now anyway.


/Andreas

--
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] close all and open one

2014-06-01 Thread Andreas Hahn

Hi Terry,

I think what you want was called "single page mode" back in TiddlyWiki 
classic, which would do excactly what you want.
This mode is/was planned for TW5, however it is currently not 
implemented in any way. But despite this, there is a "close all" 
functionality in tw5, which you can see in '$:/core/ui/SideBar/Open' 
(which is a button that sends a tw-close-all-tiddlers message, likewise 
anything that sends such a message would do the trick)

Maybe it is possible to implement what you want using that.

/Andreas

Am 02.06.2014 08:09, schrieb Terry Jones:
this has probably come up before, but i keep sifting through old posts 
and can't find it. can some one point me to a description of how to


* close all open tiddlers
* then open a specific one

using tw5, i want a link in a tiddler so that when you go from, for 
example, [[chapter 1]] to [[chapter 2]], the chapter 1, table of 
contents, any footnote tiddlers, etc. all close, then chapter 2 opens 
and is the only one open. then chapter 2 will a link to close 
everything and go to [[chapter 3]], etc.


related - is "close all" a separate tiddler in the core? i couldn't 
find it but may not be looking for the right title.


thanks.

tjones
--
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: Last call - anyone want tiddlywikiguides.org?

2014-06-02 Thread Andreas Hahn
No problem, I am currently paying 10.90€/year (without any webspace). 
Also I do want to update the site to focus on TW5, since most of the 
current content should be available on tiddlywiki.org (I hope).
I am planning to put up a site which contains some "Getting started with 
TW", maybe a plugin directory and a blog for a few tipps/tricks with TW, 
but this is still all very theoretical, because I am still working on it.


/Andreas


Am 01.06.2014 22:55, schrieb Stephan Hradek:
Thanks from me too… I just yesterday found "selfhost.eu" who would 
have done it for 12€/year and was again considering taking it, but I 
think this solution is better.

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


[tw] Is there a Widget Guideline ?

2014-06-03 Thread Andreas Hahn

Hi,

I am more or less new to TW and I may not have a good overview or a good 
understanding, but there is something I have been wondering about and 
maybe your answers will help me to deepen my understanding of TW.


From what I can tell widgets are a way to enhance WikiText with the 
goal of displaying content that it would not normally be able to display 
by default. A good example would be the list widget. Many of these 
widgets also provide a little bit of functionality that would otherwise 
not exist. Examples here are the widgets that provide the typical 
HTML-Form elements like a button, a checkbox/radiobox, textareas, etc..


But I notice that an increasing number of widgets just exist to do a 
purely functional task which mostly does not involve rendering things or 
doing something with the child elements of that widget. And most of 
these are not designed to play exceptionally well together.


For example the checkbox widget works on tags, the edit widget on 
fields. To use them for something else, you usually have to do something 
extra, like transcluding the field or checking for tags.
Also widgets make use of different concepts, the $mangletags widget from 
Matabele follows his stacking mechanism where high-level functionality 
is archieved by wrapping AROUND a source element, which propagates the 
target UP the stack. Other widgets like the core set widgets propagate 
variables DOWN the stack and are used to provide the necessary 
parameters for the high-level functionality INSIDE the stack. Some use 
messages as parameters, others solely rely on their attributes as input.


Now my question: Is there a guideline or a core concept which is meant 
to ensure that widgets work well together ? Are widgets even supposed to 
work together ? (How will they do this in the future ?) And finally: 
what was the idea/purpose behind widgets when TW was created ?


I would love a short explanation of the more or less theoretical 
background and concepts of this part of TW.


Thanks
/Andreas

--
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: Is there a Widget Guideline ?

2014-06-03 Thread Andreas Hahn

Hi Ton,

thank you very much, I found his site previously but I didn't really 
read it until now, great help, thanks.
My question however was a little bit more targeted as to how widget 
should interact with other widgets in the grand scheme of things, 
because there is often more than one way of doing it.
Take for example the Unix toolchain. All of those tools have a very well 
defined way of interacting with one another
and thats why people like linux terminals, because most of the stuff can 
be combined pretty easily.


/Andreas


Am 03.06.2014 19:37, schrieb Ton Gerner:

Hi Andreas,

I am not a developer, just an end-user.
Have you see Chris Hunt's guide [1]?
According to Jeremy there is a lot of explanation in it.

Cheers,

Ton

[1] http://cjhunt.github.io/


--
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 In 12-beta visjs seems not to work

2014-06-04 Thread Andreas Hahn

Hi Jochen,

that is a known problem, as you can see here: 
https://groups.google.com/forum/#!searchin/tiddlywiki/emkay/tiddlywiki/KwLcbcZhuiA/vDDMD4UrddkJ


Unfortunately no one posted a working solution yet.

/Andreas


Am 04.06.2014 11:56, schrieb Jochen Frühauf:
I copied all visjs-tiddlers from my 10-beta to a new 12-beta and got 
the error shown in the attachement every time I reload my TiddlyWiki. 
The TW is frozen.

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


[tw] SyntaxHighlighterPlugin Problems with Copy to Clipboard Function

2009-03-18 Thread Andreas Bucher

Hi,

Im Quite new to TiddlyWiki.
I installed the Plugin from  http://www.coolcode.cn/show-310-1.html.

With the an install Doku i found in another Subject
***
How To Install:

1. download syntaxhighlighterplugin.zip from SyntaxHighlighterPlugin
2. unpack the ZIP archive
3. add the contents of the file SyntaxHighlighter.css to a new tiddler
(e.g. StyleSheetSyntaxHighlighter), adding a reference to that tiddler
to the StyleSheet shadow tiddler (e.g. StyleSheetSyntaxHighlighter)
4. add the contents of shPlugin.js to a new tiddler called
SyntaxHighlighterPlugin, tagging it with systemConfig
5. copy the binary clipboard.swf to the respective TiddlyWiki
document's working directory (this works both on the web and on a
local document)
***

Everything works fine, exept that i cannot Copy the Syntax direct to
Clipboard. When i klick i get a Message "The code is in your clipboard
now" but my Clipboard is just empty.

I now tried it with a brand new Tiddly, and i got the same Errors.

Thanks for any Help.
Andreas

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: [tw] Re: must...have...intergrated with TiddlyWiki...gasp!

2014-08-03 Thread Andreas Hahn
Yes, basically their copy shop doesn't get many customers anymore so 
they decided to market it to a wider audience :D


Joking aside. There are however pens that - with the appropriate paper - 
record what you are writing and can then save it to a computer. See: 
https://www.youtube.com/watch?v=J2q8_fR0lTI (which also records audio 
apparently :D)


/Andreas

Am 04.08.2014 04:05, schrieb David Gifford:
ah, never mind, they basically scan it for you. It's basically a 
scanning service...


On Sunday, August 3, 2014 9:01:32 PM UTC-5, David Gifford wrote:

https://www.youtube.com/watch?v=yy6UmplFBrY
<https://www.youtube.com/watch?v=yy6UmplFBrY>

--
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] [TW5] Comprehensive WikiText documentation

2014-08-10 Thread Andreas Hahn

Hi,

to make Jeremy's example even more clear, I think this demonstrates what 
he was referring to:


http://tiddlywikiguides.org/monospace.html

/Andreas

Am 10.08.2014 11:22, schrieb PMario:

On Sunday, August 10, 2014 10:31:52 AM UTC+2, Jeremy Ruston wrote:

Could you use TW5's `inline monospace` but just change the
stylesheet to remove the background colour and border?


I think it's easy to miss in Jeremy's example. The inline monospace 
format is a "backtick" see:  `inline monospace`
see: 
http://tiddlywiki.com/#Formatting%20in%20WikiText:%5B%5BFormatting%20in%20WikiText%5D%5D


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 
<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] [TW5] Styling tooltip?

2014-08-24 Thread Andreas Hahn
Hi Jon,

short answer: No you cannott change the font size of those tooltips.

In order to be able to do that you would need to create your own custom
tooltip, which is a little bit more effort but still relatively easy.

/Andreas


2014-08-24 23:22 GMT+02:00 Jon :

> Hi,
> Is it possible to change the font size of a tooltip? eg.  title="note">Hover here for note
> Thanks, Jon.
>
> --
> 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] Styling tooltip?

2014-08-25 Thread Andreas Hahn
Hi,

I extended Danielo's macros to include footnotes which open tooltips when
hovered over. For this I also copied the standard button widget and created
hover widget which works excactly like the normal button but triggers its
actions when hovered over.

For examples see: http://www.tiddlywikiguides.org/hover.html

/Andreas


2014-08-25 9:50 GMT+02:00 Jon :

> Hi,
>
> I'd previously managed to create a table and style the contents from
> within the same tiddler but when I tried the same approach with the
> excerpt, the class element didn't work.
>
> I think I'm out of my depth now as I know very little about the subject!
>
>
> Thanks, Jon.
>
>
>
> On Sunday, 24 August 2014 22:22:36 UTC+1, Jon wrote:
>
>> Hi,
>> Is it possible to change the font size of a tooltip? eg. > title="note">Hover here for note
>> Thanks, Jon.
>>
>  --
> 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] Styling tooltip?

2014-08-25 Thread Andreas Hahn
Hi Jon,

you were absolutely right, looks like i messed up there. (I only tested it
in chrome)
I just fixed it and tested in it firefox and it should work fine now, let
me know, if you have any further trouble with it.

/Andreas


2014-08-25 17:38 GMT+02:00 Jon :

> Hi Andreas,
>
> This sounds very promising but when I hover over the footnote at,
> http://www.tiddlywikiguides.org/hover.html a message box pops up to
> announce an internal Javascript error: "ReferenceError: event is not
> defined". I'm using Firefox.
>
> Thanks, Jon
>
>
>
>
> On Sunday, 24 August 2014 22:22:36 UTC+1, Jon wrote:
>
>> Hi,
>> Is it possible to change the font size of a tooltip? eg. > title="note">Hover here for note
>> Thanks, Jon.
>>
>  --
> 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] Styling tooltip?

2014-08-25 Thread Andreas Hahn
Hi Jon,
you can put the macros I defined just below the original footnote macros
from Danielo, so you can "add" them to the ones you added before.

(Where you put them depends on whether you want to use them globally in all
tiddlers in which case you would add them to the top of
$:/core/ui/PageMacros as suggested on braintest.tiddlyspot.com, or you can
put them in the top of the tiddler you want to use the macros in.)

/Andreas


2014-08-25 21:59 GMT+02:00 Jon :

> Thanks, Stephan - I'll play around with that.
>
>
> On Sunday, 24 August 2014 22:22:36 UTC+1, Jon wrote:
>
>> Hi,
>> Is it possible to change the font size of a tooltip? eg. > title="note">Hover here for note
>> Thanks, Jon.
>>
>  --
> 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: Last call - anyone want tiddlywikiguides.org?

2014-08-28 Thread Andreas Hahn

Hi Jeremy,

thanks for your encouragement, I'm however still collecting stuff and 
figuring out what to make of the site.
I have a pretty strong interest for real life applications of TW which I 
definitely want to feature on the site and show what people actually do 
with TW and how they do it.

So I am working on a few ideas, but it takes time to do it alone :D

/Andreas

Am 28.08.2014 13:33, schrieb Jeremy Ruston:

Hi Andreas

I'm delighted to see that you've been busy creating resources at 
tiddlywikiguides.org <http://tiddlywikiguides.org>, very good stuff. 
When you've got the front page set up I'll be delighted to link from 
tiddlywiki.com <http://tiddlywiki.com>.


Best wishes

Jeremy



--
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] Do not print tags

2014-08-30 Thread Andreas Hahn

Hi David,

either remove the $:/tags/ViewTemplate tag from 
$:/core/ui/ViewTemplate/tags or hide the tags wrapper:


.tw-tags-wrapper {
display: none;
}

/Andreas

Am 30.08.2014 13:52, schrieb David Gifford:

Hi all

What would be the appropriate CSS to avoid printing ViewTemplate/tags?
--
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] [TW5] Do not print tags

2014-08-30 Thread Andreas Hahn

Hi David,

yes that does not work, you are hiding #tw-tags-wrapper when instead it 
should be .tw-tags-wrapper:


@media print {.tw-tags-wrapper {display: none;}}

When I try it with that, it works.

/Andreas


Am 30.08.2014 14:50, schrieb David Gifford:
Thanks, Andreas, but your solutions eliminate the tags from viewing in 
the TW. I want the tags to appear in the TW. I just don't want them to 
print.


I tried

@media print {#tw-tags-wrapper {display: none ! important;}}

but that didn't work.


On Sat, Aug 30, 2014 at 7:29 AM, Andreas Hahn 
mailto:www.gal...@googlemail.com>> wrote:


Hi David,

either remove the $:/tags/ViewTemplate tag from
$:/core/ui/ViewTemplate/tags or hide the tags wrapper:

.tw-tags-wrapper {
display: none;
    }

/Andreas

Am 30.08.2014 13:52, schrieb David Gifford:

Hi all

What would be the appropriate CSS to avoid printing
ViewTemplate/tags?
-- 
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 a topic in

the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/tiddlywiki/ak-ADjDkBgo/unsubscribe.
To unsubscribe from this group and all its topics, 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.




--
David Gifford
Christian Reformed World Missions, Mexico City
--
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] [TW5] Separate link CSS for table of contents?

2014-08-30 Thread Andreas Hahn

Have a look at the toc macro in $:/core/macros/toc.

As you can see it uses -elements with currently no specific class. 
So you can style those with:


ol>li>a.tw-tiddlylink {
color: red;
}

Alternatively you can change the <>-macro so that the elements have 
css classes.


/Andreas

Am 30.08.2014 15:21, schrieb David Gifford:
I would like the links in the table of contents to be different than 
the standard links.


I have tried

#tw-table-of-contents a.tw-tiddlylink {}

and some similar items to no avail. Any ideas?

Dave
--
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] Changing default (home) page

2014-09-02 Thread Andreas Hahn

Hi James,

what excactly are you trying to do here ?
You can change the default tiddlers within the ControlPanel, but I am 
guessing thats not what you want to archieve here. Can you elaborate on 
what your goal is ?


/Andreas

Am 03.09.2014 02:35, schrieb James Mars:

Hi,
I am using node.js and I would like to replace the default page with a 
custom one. I have the following files setup:

tiddlers/ui/$__DefaultTiddlers.tid
tiddlers/ui/$__SiteTitle.tid
tiddlers/ui/Home.tid

but the original page keeps showing up.
--
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] TOC question

2014-09-02 Thread Andreas Hahn

Hi David,

the toc macro does not actually accept a filter expression as its first 
parameter, but instead just a tag that is then filled into a filter 
expression. Within the toc-macro, the list widget is invoked with the 
following filter exp:


<$list filter="[tag[$tag$]$sort$]">

$tag$ is the first parameter, so your

<>

leads to it being filled in like this:

<$list filter="[tag[[tag[GettingStarted]!tag[$:/Note">

And this is obviously not a well-formed filter expression. However this 
is not the end of the line. To make

your filter work, you can do a filter injection by doing

<>

so that it becomes

<$list filter="[tag[GettingStarted]!tag[$:/Note]">

which will work but doesn't make for good end-user experience whatsoever.

/Andreas


Am 03.09.2014 00:46, schrieb David Gifford:

Why would both this:


<>


and this


<>


result in this:

Filter error: Syntax error in filter expression

and how do I get it to work? (Make a TOC of all tiddlers that have the 
tag GettingStarted but not the tag $:/Note)


p.s. I realize the new CSS is tc-toc. I am using a stylesheet where I 
have changed the old tc-table-of-contents to suit my tastes here.

--
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] Changing default (home) page

2014-09-02 Thread Andreas Hahn

Hi James,

well you can change those from within the wiki in the ControlPanel under 
the 'Basics' tab. I would not recommend doing this within the 
filesystem, since its much nicer to do it in the wiki itself and node.js 
will automatically save it in the right place.



// Ignore the following part, if it confuses you
{{{
The right place would be in
/tiddlywiki-nodejs/YOURWIKINAME/tiddlers/DefaultTiddlers.tid
since all tiddlers associated with your wiki are stored there, including 
system/shadow tiddlers which have been overwritten.


Note that for this you do need to have created a wiki with

> node tiddlywiki.js YOURWIKINAME --init server

first. (And then of course run it and modify it)

}}}

/Andreas


Am 03.09.2014 02:54, schrieb James Mars:

Hi Andreas,

You know the first page that comes up with you start up tiddlywiki, 
well, I am trying to replace that page with a page of my own (based on 
Alberto Molina's tiddlywiki: http://tw5.scholars.tiddlyspot.com/). See 
how he has a custom index page ("What is this"). I have the page 
Home.tid already set up.. I thought all one had to do was to define it 
in DefaultTiddlers.tid in order to have it show up as the index page.



On Wednesday, 3 September 2014 10:46:47 UTC+10, Andreas Hahn wrote:

Hi James,

what excactly are you trying to do here ?
You can change the default tiddlers within the ControlPanel, but I
am guessing thats not what you want to archieve here. Can you
elaborate on what your goal is ?

/Andreas

Am 03.09.2014 02:35, schrieb James Mars:

Hi,
I am using node.js and I would like to replace the default page
with a custom one. I have the following files setup:
tiddlers/ui/$__DefaultTiddlers.tid
tiddlers/ui/$__SiteTitle.tid
tiddlers/ui/Home.tid

but the original page keeps showing up.
-- 
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
<http://groups.google.com/group/tiddlywiki>.
For more options, visit https://groups.google.com/d/optout
<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 
<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] Changing default (home) page

2014-09-02 Thread Andreas Hahn

Hi James,

does the Home tiddler exist within the wiki ? And is "Home" its complete 
name ? Also did you remove the GettingStarted tiddler from the list ?


/Andreas

P.S.: If the tiddler is named Home.tid within the wiki, you would have 
to put "Home.tid" into the list, however there is no point in having the 
.tid extension within the wiki.


--
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] TOC question

2014-09-02 Thread Andreas Hahn

Hi David,

for people starting out with TW it is probably pretty confusing since 
the documentation states that the toc macro expects the first parameter 
to be a tag and not some weird half finished filter expression.


Obviously using that trick yourself is totally fine for all practical 
purposes, it was merely a side note for Jeremy (and others) that those 
filter injection tricks are not user-friendly for new TW users but when 
people tend to do this to get more complex behaviour out of a macro, 
they will inevitably get in touch with this and it will be very 
confusing for them.


On the other hand, please don't ruin this beautiful macro by adding 
useless parameters :D


/Andreas


Am 03.09.2014 03:38, schrieb David Gifford:

Thanks Andreas,

Your

I am curious why you say it will not make for a good end-user 
experience whatsoever, since the end result of the toc will be the same.


Blessings

Dave


On Tue, Sep 2, 2014 at 8:01 PM, Andreas Hahn 
mailto:www.gal...@googlemail.com>> wrote:


Hi David,

the toc macro does not actually accept a filter expression as its
first parameter, but instead just a tag that is then filled into a
filter expression. Within the toc-macro, the list widget is
invoked with the following filter exp:

<$list filter="[tag[$tag$]$sort$]">

$tag$ is the first parameter, so your

<>

leads to it being filled in like this:

<$list filter="[tag[[tag[GettingStarted]!tag[$:/Note">

And this is obviously not a well-formed filter expression. However
this is not the end of the line. To make
your filter work, you can do a filter injection by doing

<>

so that it becomes

<$list filter="[tag[GettingStarted]!tag[$:/Note]">

which will work but doesn't make for good end-user experience
whatsoever.

/Andreas


Am 03.09.2014 00:46, schrieb David Gifford:

Why would both this:


<>


and this


<>


result in this:

Filter error: Syntax error in filter expression

and how do I get it to work? (Make a TOC of all tiddlers that
have the tag GettingStarted but not the tag $:/Note)

p.s. I realize the new CSS is tc-toc. I am using a stylesheet
where I have changed the old tc-table-of-contents to suit my
tastes here.
-- 
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 a topic in

the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/tiddlywiki/gV-J8Nf_oio/unsubscribe.
To unsubscribe from this group and all its topics, 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.




--
David Gifford
Christian Reformed World Missions, Mexico City
--
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] Reduce Font size of tiddler title

2014-09-02 Thread Andreas Hahn

Hi Corey,

as far as I there is no special setting for this, so you would have to 
do this with css. You can do this by adding a tiddler with the following 
content:


.tc-title { font-size: 0.8em; }

and tag it with $:/tags/stylesheet (and adjust the 0.8 maybe)

Note that there is indeed a font-size setting in the control panel under 
Appearance/Theme Tweaks. However this setting affects everything and not 
just the tiddler title.


/Andreas



Am 03.09.2014 03:18, schrieb Corey S:

Like the subject says, I want to make the title of each tiddler smaller.
I've been using Tiddlywiki for about 11 years, but haven't gone on to 
learn TW5 yet.
I'm assuming there is a title like 'ViewTemplate' or some such, just 
not sure of the syntax anymore.

Where do I go to find these things?

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+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] [TW5] Transcluding via filter loses paragraph formatting

2014-09-03 Thread Andreas Hahn

Hi Mark,

try this

<$list filter="[tag[The_Associaters]tag[Part]chapter[07]sort[segment]]" >
<$link to={{!!title}}>{{!!title}}
<$transclude mode="block"/>


/Andreas

P.S.: Maybe someone can explain why that works and whether there is a 
better way or not :D


Am 04.09.2014 00:49, schrieb 'Mark S.' via TiddlyWiki:



If I use a filter and view code like this:

<$list filter="[tag[The_Associaters]tag[Part]chapter[07]sort[segment]]" >
<$link to={{!!title}}>{{!!title}}
<$view field="text" format="htmlencoded"/>


The text pulled in is jumbled together, losing the paragraph 
boundaries. I've tried also <$view/> and two other format options as 
well as plain {{!!text}} but the same thing happens.


If I transclude manually (like {{Tiddler Name Here}} ) the paragraph 
formatting is retained. Is there a trick that will transclude inside a 
list filter and still retain paragraph formatting?


Vsn 5.0.13 beta

Thanks,
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 
<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: Task management

2014-09-04 Thread Andreas Hahn

Hi Pascal, hi BJ,

another approach could be to just show the last 10 ticked off tasks, in 
which case you would have to modify

the TaskManagementExample tiddler like this:
! Completed tasks

<$list 
filter="[!has[draft.of]tag[task]tag[done]!tag[archive]!sort[modified]first[10]]">


Just showing another possibility.

/Andreas


Am 04.09.2014 18:46, schrieb BJ:

Hi Pascal,
change TaskManagementExample tiddler like so:

! Completed tasks

<$list 
filter="[!has[draft.of]tag[task]tag[done]!tag[archive]sort[created]]">


i.e. add a !tag[archive] to the filter

cheers

BJ

On Thursday, September 4, 2014 4:57:06 PM UTC+2, Plerudulier wrote:

Hello all,

   I'm currently using the task management system (found on
http://tiddlywiki.com/#TaskManagementExample
<http://tiddlywiki.com/#TaskManagementExample>). Works great. Now
the problem I anticipate is that the list will, in time, become
rather long and I was wondering if it was possible (and if so,
what would the code be) to tag some old tasks (for instance as
'Archive', provided of course they would be also tagged 'Done') so
that they would no longer show up.

  Thank you in advance,

Pascal Le Rudulier

--
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] TW5 table CSS

2014-09-13 Thread Andreas Hahn

Hi David,

I just tried it in 5.0.17-beta and it works fine. Within older versions 
you would have to change "body.tc-body" to "body.tw-body" since the 
class prefix was changed in 5.0.16 I believe.


I tested it with the altered prefix on 5.0.13-beta and it seemed to work.

/Andreas

Am 14.09.2014 01:30, schrieb David Gifford:

Hi all

This used to work in older versions of TW5, but hasn't now for a few 
months. Was there some change in the TW5 stylesheet that rendered this 
inoperable?


html body.tc-body .bluealtrows tr:nth-child(even) {background-color:#CDF;}
html body.tc-body .bluealtrows tr:nth-child(odd) 
{background-color:#dae9fe;}

--
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] [TWc] What plugins would you prefer me to release/document/implement?

2014-09-13 Thread Andreas Hahn

Hi Yakov,

I took a look at the FancyBox2Plugin and it is actually quite nice and I 
can also imagine something like that for TW5, which brings me to 2 
suggestions I have:


- While it is totally fine to use TWC, there is a lot to be done for TW5 
and I would presume that TW5 currently has a bigger audience than TWC.


- For many plugins it is hard to imagine what to use them for, if it is 
not entirely obvious. The reason al lot of people don't end up using 
certain plugins is because they see no connection to their use case for 
TW. So instead of focussing on individual plugins, which are essentially 
just building blocks, you might want to build entire applications with 
TW so people immediately see what its used for and the value that it 
provides.


/Andreas

Am 14.09.2014 02:17, schrieb Yakov:

Hello guys,
...
--
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] [TW5] Userfriendly Linking Transclusion

2014-09-13 Thread Andreas Hahn

Hi jim,

I can imagine that something to make that easier would be useful. 
However, if it wasn't for [1], you would be able to select
a tiddler title from the sidebar and drag the selection into the editor. 
This way you would only have to add the [[]] (which you could insert 
beforehand and just drag the selection into it).


/Andreas

[1] https://github.com/Jermolene/TiddlyWiki5/issues/841

Am 13.09.2014 11:54, schrieb jim:

Hello

I am proposing an idea for a plugin. Proposing is everything I can in 
this case. Perhaps this meets somebody's developing skills ?:)


Transcluding (or linking) tiddlers is still rather tedious if one uses 
long tiddler titles and/or tries to reorganise certain tiddlers. I 
thought it might be useful dispose of a mechanism similar to the 
import mechanism: one could just drop the link of the sidebar into the 
regrouping tiddler where the link or the transclusion is set at, say, 
the end.
I'd find it very useful too, if transcluding tiddlers are visible, 
just as the linking tiddlers under /References./


Thank you
jim
--
You received this message because you are subscribed to the Google 
Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to tiddlywiki+unsubscr...@googlegroups.com 
<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] Dynamic Modal Lightbox?

2014-09-14 Thread Andreas Hahn

Hi Michael,

under the assumption that you only have one Lightbox open at a time (and 
don't stack them), you could archieve the behaviour you want with this:


<$button message="tm-modal"  param="ModalImage"   set="$:/state/currentImage"  
setTo="http://www.picturesnew.com/media/images/3cc4cc5ef7.jpg";>

[img width="100"  [http://www.picturesnew.com/media/images/3cc4cc5ef7.jpg]]


and create the Tiddler "ModalImage" with this content:



 (..or similiar, this is just the template to display the image)

Also you can then substitute the button widget with a macro like this:

\define lightBox(img,  template)
<$button message="tm-modal"  param="$template$"   set="$:/state/currentImage"  
setTo="$img$">

[img width="100"  [$img$]]

\end

\define lightBoxWithFixedTemplate(img)
<>
\end

Which you then can use like this:

<http://www.picturesnew.com/media/images/3cc4cc5ef7.jpg";  "test">>

or alternatively this:

<http://www.picturesnew.com/media/images/3cc4cc5ef7.jpg";  
>>


/Andreas

Am 15.09.2014 01:16, schrieb Michael Evans:
Thanks to Dave Gifford's TW5 Mall, I learned about using tm-modal, 
which dims and blurs the screen and creates a modal overlay of a 
designated tiddler. In layman's terms, it's a built-in lightbox effect.
I tweaked $:/core/modules/utils/dom/modal.js 
<#%24%3A%2Fcore%2Fmodules%2Futils%2Fdom%2Fmodal.js> to achieve a look 
I am happy with. You can see an example screenshot here: 
http://i.imgur.com/mKk00Bw.png


By adding the code below to a tiddler, where imgtiddler1 is the name 
of a tiddler with an image (or other content) you want displayed 
modally, you can achieve this effect.


<$button message="tm-modal" param="imgtiddler1">

[img width="100" [SomeImage.jpg]]



This is really great. But this means I have to create a tiddler for 
every image I want to lightbox this way.
Is it possible to somehow include a variable placeholder within the 
tiddler which will be displayed modally, passing along the source of 
an image to be displayed?


I'm not sure really how to do it, but if it's possible it means I can 
set up just one image tiddler, instead of dozens.


Thanks,
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 
<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] Dynamic Modal Lightbox?

2014-09-16 Thread Andreas Hahn

Am 17.09.2014 02:43, schrieb Michael Evans:
Is there a way for me to pass a caption to the ModalImage tiddler in 
addition to the image source?


Hi Michael,

yes it is possible using the same kind of approach but in my opinion it 
gets pretty ugly then. Nevertheless there are two possibilities that I 
can think of:


*#1 The persistent one*

Create a tiddler called |$:/lightBox/currentImage| and set its type to 
'Data Dictionary'.

Then the macros can be redesigned like this:

|\define lightBox(img, caption, template)||
||<$button message="tm-modal" param="$template$" 
set="$:/lightBox/currentImage" setTo="||

||img: $img$||
||caption: $caption$">||
||
||[img width="100" [$img$]]||

||\end||
||
||\define lightBoxWithFixedTemplate(img, caption)||
||<>||
||\end|

Of course you would also have to change your template to include a caption:

|||
||
||{{$:/state/currentImage##caption}}|

*#2 The somewhat pretty one*

Some time ago Matabele published a set of various useful widgets that 
are capable of emitting messages. In particular, one could redesign the 
lightbox macro with help of his SetField widget:


|\define lightBox(img, caption, template)||
||
||<$setfield tiddler="$:/state/currentImage" set="!!caption" 
setTo="$caption$" message="tm-modal"||

||param="$template$">||
||<$setfield tiddler="$:/state/currentImage" set="!!img" setTo="$img$">||
||<$button message="tw-set-field">||
||
||[img width="100" [$img$]]||



||\end|

This time I also feel much more comfortable using $:/state/currentImage 
for that, since it does not have to be setup first and only carries 
state information. In your template you can access the image-url and the 
caption like this:


|||
||
||{{$:/state/currentImage!!caption}}|

/Andreas

P.S.: Thanks Jeremy :D

--
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] Dynamic Modal Lightbox?

2014-09-16 Thread Andreas Hahn

Am 17.09.2014 05:22, schrieb Andreas Hahn:
Some time ago Matabele published a set of various useful widgets that 
are capable of emitting messages. In particular, one could redesign 
the lightbox macro with help of his SetField widget:


It might be helpful to include a link here, sorry, I forgot that. You 
can grab and read about the SetField widget here:


http://gwiz.tiddlyspot.com

/Andreas

--
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] SOS! How to do math in TiddlyWiki5

2014-09-17 Thread Andreas Hahn

Hi Yaron,

there are currently 2 possibilities to include math in TW5:

1) Via MathJax (which works similiar to jsmath.. i think :D). You can 
find a plugin and some examples for that here 
http://mathjax-tw5.kantorsite.net/


2) TW has native support for MathML as long as your browser supports it 
too, but I guess it won't be compatible with your current stuff and 
without an external editor is very cumbersome to type.


So try out the MathJax plugin and tell me if it works for you.

/Andreas

Am 17.09.2014 12:31, schrieb Yaron Hadad:

Hello!

I've updated my TiddlyWiki to version 5. The math stopped working 
unfortunately... I am using my TiddlyWiki mostly for math so this is 
essential for me.


Is there a way to make jsMath work in the new TiddlyWiki?

By the way, I love the new interface it is beatiful!

Thanks,
Yaron
--
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] TW5 NODE Syncer-browser error wen creating new tiddler

2014-09-18 Thread Andreas Hahn

Am 18.09.2014 12:59, schrieb Jeremy Ruston:
Can you reproduce the problem as a minimal test case with the stock 
TiddlyWiki code? I'm afraid I don't have time to debug the additional 
code in braintest at the moment.


Understandable. And this is not a TW5 bug, but rather a newtiddler 
widget bug.


However, here is what happens there:

Danielo edited the newtiddler widget to clear the text field (set to 
undefined) of the skeleton tiddler. Coincidentally the text field is 
used to determine whether the tiddler is a skinny tiddler or not. So as 
soon as the text field is cleared and a text reference to 
"$:/temp/table" (the skeleton tiddler) is resolved (since the text field 
of the skeleton tiddler is set to be the title of the new tiddler within 
the newtiddler widget attributes), the core thinks this is a skinny 
tiddler and tries to lazy load it.


This causes an 404 error which in turn creates an alert message. This 
alert message is (surprise) a tiddler itself which triggers a refresh 
event which causes the newtiddler widget to compute its attributes. And 
since one of the attributes is the TextReference to "$:/temp/table" 
(with text: undefined), it triggers the lazy load again which fails 
again => alert message triggers refresh TextReference evaluation => 
triggers lazy load => ...


So I'm afraid Danielo, I think this should be fixed in your code. 
(Suggested fix: set the text field to empty string)


/Andreas

--
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: Using TW for a Geology (or Scientific) Thesis (and creating a mod)

2014-09-19 Thread Andreas Hahn

Am 19.09.2014 12:57, schrieb Alex Hough:
Do you think an integration with Zotero could be built -- like the 
Word and Open Office plugins -- which automatically create bibliographies?

Hi Alex,

I just asked myself the same question and judging from their Web API, 
yes it is possible to do that and parts of the API are even pretty 
simliar to TiddlyWeb (on a superficial level).

But it will surely be a lot of work though.

/Andreas

--
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] request for development direction before starting

2014-09-19 Thread Andreas Hahn

Hi vpl,

you can interpret TiddlyWiki as a Storage coupled with a template 
engine. As such it is pretty easy to generate (static) HTML pages based 
on tiddlers.
So to go from a TW with tiddlers containing your data to a set of HTML 
pages representing that data, you would only need a template where you 
put in the fields of the tiddler in the right place. I assume you are 
working with nodejs, so take a look at the rendertiddler/s commands [1], 
that should get you going into the right direction. You will only need 
new macros/widgets if your data needs to be worked on in some way to 
produce the desired result.


However, not knowing your excact requirements, I can imagine that if it 
is not too complicated, you can probably implement the whole process in 
vanilla TiddlyWiki (maybe with some additional macros)


/Andreas

[1] http://tiddlywiki.com/#RenderTiddlersCommand and 
http://tiddlywiki.com/#RenderTiddlerCommand


Am 19.09.2014 14:33, schrieb vpl:

Hi,

I need to build a web site, similar to a catalog for accessing a large 
number of pages that will be formated the same way (real-estate agency 
portal).
The decision has been taken to use TW5 as a Database. For many reason: 
portability, and ease to create new tiddler following a given template 
(for non developper), portability, price, and ... stability !!
Nevertheless it's too complex for us to develop a front-end UI totally 
based on TW5 to reach the level of look and feel  requested.


My initial intend is to develop a small intermediate script that take 
in input the TW5 export (content & field) and produce the HTML pages I 
need for the web portal.


I've touch the macro development of TW5, not plugin yet .. but all is 
javascript based.
I know also that using external js library of TW5 is not possible as 
long as they are not part of a "packaged" plugin (and they are very 
nice HTML parser Javascript lib available).


So I'm wondering
If I choose to develop this "intermediat" process into TW5 what would 
be the best direction ? Macro, Module, Plugin ?

In this case where Am I limited in term of Js lib when developing ?
Could you sketch me briefly the direction to take for doing that into 
TW5 ?


Would be great to get your inputs

Regards

Vpl

--
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] congrats for TW5! but... markup problems!

2014-09-19 Thread Andreas Hahn

Hi Jean-Pierre,

as far as I know there shouldn't be any charset problems. If you try to 
import tiddlers from TW2 into TW5 or use TW2 wikitext, you should take a 
look at the classic parser plugin [1].
Also I was not able to replicate the behaviour you describe, can you 
specify how one can reproduce the problem ?


/Andreas

[1] http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/index.html

Am 19.09.2014 16:29, schrieb Jean-Pierre Rivière:

Hi!

I'm new to this group, but I've used TWC for quite a long time. I have 
built a system around TWC to create a docbook with it. But today, as I 
needed a clean empty.html, I found out that tomorrow is the release 
day for TW new generation! That's great!!! And I'd better adapt, so I 
quickly installed TW5 on my linux box and launch it. No problem. 
Almost, I had to configure noscript to have ABE let tiddlywiki be 
accessed on http://127.0.0.1:8080


I think I will have it running on my old eeePC 700 as a server if I 
can get it accessed from the outside but not for everyone yet. I have 
yet to fetch clues about that.


but as I tested to see if I could sate text I realised that the markup 
is changed... not cool. I wished it be for wikicreole but it went 
closer to marksdown. not my cup of tea.


but there is a problem: apparently there is a fubar with utf-8 (my 
system is a linux utf-8 system).


See that content:

Les fichiers xsd sont très adaptés à la formalisation d'une sémantique 
parce qu'il permettent de définir précisément les types, les 
inclusions, les occurrences.


and watch out the resuls with 5.0.18beta:
* très is in bold
* the text between the two single quotes is red (une sémantique parce 
qu) but the single quotes are still there.

* TW5 believes my syntax is TWC

regards,

--
Jean-Pierre



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


[tw] Happy Birthday TiddlyWiki from TWGuides.org

2014-09-20 Thread Andreas Hahn

Hi everyone,

just in time for the stable release of TiddlyWiki5 I am done with my 
project TWGuides.org <http://twguides.org> and the website is now online.
Of course there isn't much content yet, but I am confident that that 
will change in the future.


The intent of the project is to encourage people to use and actively 
tweak TiddlyWiki according to their needs. Similar to the old version, I 
also want to encourage people to share their knowledge and help other 
people get the most out of this wonderful piece of wiki software.


And last but not least:
Thank you Jeremy for writing TiddlyWiki, I certainly enjoy using it and 
I appreciate all the effort you and all the contributors have put into it.

Happy Birthday TiddlyWiki !

/Andreas

P.S.: TWGuides is available both under http://twguides.org and 
http://tiddlywikiguides.org


--
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] Happy Birthday TiddlyWiki from TWGuides.org

2014-09-20 Thread Andreas Hahn

Hi Jeremy,

thanks for including a link and yes I would prefer twguides.org since 
its nice and short.


/Andreas

Am 20.09.2014 14:43, schrieb Jeremy Ruston:

Thank you Andreas, much appreciated.

twguides.org <http://twguides.org> looks great, a real boon for the 
community to have such a professional looking resource accompanying 
the release.


You're just in time for me to include a link on tiddlywiki.com 
<http://tiddlywiki.com> - I assume twguides.org <http://twguides.org> 
is your preferred URL?


Many thanks,

Jeremy

On Sat, Sep 20, 2014 at 1:41 PM, Andreas Hahn 
mailto:www.gal...@googlemail.com>> wrote:


Hi everyone,

just in time for the stable release of TiddlyWiki5 I am done with
my project TWGuides.org <http://twguides.org> and the website is
now online.
Of course there isn't much content yet, but I am confident that
that will change in the future.

The intent of the project is to encourage people to use and
actively tweak TiddlyWiki according to their needs. Similar to the
old version, I also want to encourage people to share their
knowledge and help other people get the most out of this wonderful
piece of wiki software.

And last but not least:
Thank you Jeremy for writing TiddlyWiki, I certainly enjoy using
it and I appreciate all the effort you and all the contributors
have put into it.
Happy Birthday TiddlyWiki !

/Andreas

P.S.: TWGuides is available both under http://twguides.org and
http://tiddlywikiguides.org

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




--
Jeremy Ruston
mailto:jeremy.rus...@gmail.com <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 
<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] Happy Birthday TiddlyWiki from TWGuides.org

2014-09-21 Thread Andreas Hahn

Hi Danielo,

thanks for your feedback. To have some initial content on the site I 
restructured some of the answers I previously gave here on the list that 
I thought could be be useful to others and were sizable enough to 
deserve their own writeup. So the fact that I mentioned your tiddlyspot 
is because it was the starting point for the original answer.


I would really like to include more plugins in the customizer, 
especially ones like yours that are already deemed very useful by others 
(e.g. the context search). However a few people made me aware that there 
should be a very clear and explicit licensing structure for the plugins 
that also fits to the BSD-style license of the core.
Also I believe some of your plugins are not compatible with TW5.1 yet, 
but the bottom line is: Yes I would very much like to include some of 
your plugins into the customizer once they're 5.1 compatible and if you 
need any assistance to make them 5.1 ready, I would be honored to help.


@Jeremy:

I've heard that you're planning something like the Customizer and I 
think it really should be integrated into tiddlywiki.com
since it very much belongs there and maybe it doesn't have to be limited 
to just the core plugins (you talked about having third party editions 
maintained on tw.com yesterday, so I don't think it would be 
unreasonable to have a plugin library too .. of course there are a lot 
of details involved).
For now the customizer.html is pretty much a proof of concept and a 
workable solution for the time being which I myself use pretty much all 
the time to grab a wiki with CodeMirror.
However I don't feel particularly great about having such a strong 
connection to the core and I would like to focus more on third party 
plugins that aren't as accessible as the core plugins.


/Andreas


Am 21.09.2014 11:21, schrieb Danielo Rodríguez:

Hello Andreas

Nice to see twguides up and running now. Thank you very much for your time and 
effort.

I didn't know that you mention me in your website. Since I like the idea I 
would like to be notified about it also. The main reason is that your work is 
also useful for me, and the other reason is, well, everybody likes to see that 
his work is useful for others 😉. Maybe you told me and I don't remember it.

Very nice work. I like a lot the TW creator. Sometimes could be a pain to get 
the plugins you love in an empty tiddlywiky. Very very handy, really. You can 
add any of my plugins if you wish.

Regards



--
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] Number of levels in TOC in TW5

2014-09-22 Thread Andreas Hahn

Am 22.09.2014 14:25, schrieb Jeremy Ruston:
No, there's no intrinsic limit to the number of levels, although the 
default theme only styles the entries up to level 4; we can increase 
that if required.


On Mon, Sep 22, 2014 at 1:23 PM, Shash <mailto:skmurth...@gmail.com>> wrote:


Hi All,

Is there a way to limit the number of levels in TOC macro in TW5.
I could not find any documentation for that. Thanks in advance!



While it is true that there is no such functionality built-in, it is 
pretty easy to add such functionality to the toc macro.
The following can be done with any of the toc-* macros, but to make it 
more readable I will do a limiting version of the

simple <> macro:

\define toc-limit(tag,maxdepth,sort:"",depth:"")
<$list filter="$maxdepth$ +[regexp[e$depth$]]">

<$list filter="[tag[$tag$]$sort$]">

<$list filter="[is[current]toc-link[no]]"  emptyMessage="<$link><$view field='caption'><$view 
field='title'/>">
<$view field="caption">
<$view field="title"/>


<$macrocall $name="toc-limit"  tag=<>  maxdepth="$maxdepth$"  
depth="e$depth$"/>




\end

Notice that maxdepth is a required parameter. You can use the macro like 
this:


<>

where the number of 'e's in maxdepth denotes the number of levels, so 
this would do 2 levels, whereas maxdepth:"eee" would display 3. (You can 
ofc choose some other regex, but this demonstrates the concept quite well)


You can copy the macro and the usage into tiddlywiki.com and it will 
display part of the sites toc.


Have fun,
/Andreas

--
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: Announcing TiddlyWiki 5.1.1

2014-09-23 Thread Andreas Hahn

Hi Ed,

great to see new people enjoying TiddlyWiki. To answer your questions:

1) Yes, "empty" is very literally an empty wiki, containing only the 
core. So to install the KaTeX plugin, you can grab it from 
http://tiddlywiki.com/plugins/tiddlywiki/katex/


2) It is true that often times google search result show plugins for TW 
classic. And it is also true that (in my opinion) there currently is no 
comprehensive list for plugins (which is also due to the very nature of 
the TW community). A good start however is the community link list on 
the official tiddlywiki.com site where there are quite a lot of useful 
links: http://tiddlywiki.com/#Community


I hope some of that is helpful to you,
/Andreas

Am 23.09.2014 13:49, schrieb Ed Dixon:

Hi,

I am new here and very much enjoying my journey of discovery into 
everything Tiddly these past few weeks! Great job everyone! I am truly 
stunned at the quality of both code and community and look forward to 
being a bigger part of both. I too prefer the KaTex over the other 
considered options and hope to incorporate that into a TiddlyWiki 
design I am working on. However, its inclusion in git has led to a few 
questions. 1) Am I correct that the inclusion results in the plugin 
being built and available via 
http://tiddlywiki.com/plugins/tiddlywiki/"plugin name" but not 
installed in the "empty" TiddlyWIki by default, requiring import to 
use. This seems to be the case but want to be sure? and 2) I am now 
aware of several TW5.X compatible plugins and customizations from 
googling but in these searches the vast majority returned are 2.X is 
there an "un/official" listing of just TW5.X plugins resources and 
customizations?


Thanks,

On Monday, September 22, 2014 5:16:02 AM UTC-6, Jeremy Ruston wrote:

I'm pleased to announce the release of TiddlyWiki 5.1.1:

http://tiddlywiki.com/

Remember to keep careful backups before upgrading existing wikis at:

http://tiddlywiki.com/upgrade.html
<http://tiddlywiki.com/upgrade.html>

The headline addition is a new plugin to render LaTeX-compatible
mathematics using the new KaTeX library from Khan Academy. See:

http://tiddlywiki.com/plugins/tiddlywiki/katex/
<http://tiddlywiki.com/plugins/tiddlywiki/katex/>

The other big change is the removal of some features that were
deprecated in 5.0.17-beta:

* Removed deprecated title attribute on the ButtonWidget
* Removed support for deprecated $:/tags/stylesheet system tag

There are also further improvements to the documentation.

Thanks to pmario and TheDiveO for their contributions to this release.

As usual, feedback is gratefully received!

Best wishes

Jeremy

-- 
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 
<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] TW5 table CSS

2014-09-24 Thread Andreas Hahn

Am 24.09.2014 13:27, schrieb David Gifford:

Here is an example:

http://recursos.giffmex.org/empty.html#Palabras%20buenas%20y%20malas%20contrastadas%20en%20Proverbios

Has the table class bluealtrows, which is in my stylesheet tiddler 
(http://recursos.giffmex.org/empty.html#%24%3A%2F_aa%2Faa%2FStyleSheet), 
tagged correctly. But it does not appear with blue backgrounds that 
alternate by row.


This used to work up to at least 5.0.12. Now it does not.


Hi David,

the reason for that is that you have the following css in yout 
stylesheet tiddler as well:


|
/*TABLES BASIC*/

table th, table td {padding: 0 0 0 0;border: 1px solid black;}
table th {padding: 10px; vertical-align:top; 
background-color:#ddd;font-weight:normal;text-align:left;}
table td {padding: 10px; vertical-align:top; background-color:#fff;}

|

Therefore all your table cells have a white background and one cannot 
see the row background. The fix to this is to add a transparent 
background to your table cells in .bluealtrows :


html body.tc-body .bluealtrows td {padding: 15px; 
vertical-align:top;border: 2px solid white;background: transparent;}


/Andreas

--
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 table CSS

2014-09-24 Thread Andreas Hahn

And as always, you're just a minute faster than me.

/Andreas

--
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: Tiddlywiki / images & effect

2014-09-24 Thread Andreas Hahn

Am 24.09.2014 18:04, schrieb aamaadmi:

[img[ google docs image url ]]
Is this a good idea ?

Hi aamaadmi,

as long as you can ensure that the image will remain accessible there. 
However, I would just put a folder alongside my wiki and do local file 
url's. That will limit you TW to a specific folder, which you can easily 
copy and carry around and your TW will work when you're offline.


Also, I am currently working on implementing several study techniques 
into TW with the goal of studying textbooks and other resources more 
easily and also making sure it stays in your memory. If you're 
interested, I would be very happy if join me as a tester.


/Andreas

--
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] Can someone please give an example of external image linking

2014-09-24 Thread Andreas Hahn

Hi aamaadmi,

you can either do:

|
[img[file://C:\tiddlywiki\images\anatomy.jpg]]
|

or:

|
[img[images\anatomy.jpg]]
|

/Andreas

Am 24.09.2014 21:45, schrieb aamaadmi:

eg.

i created a folder
|
images
|

in
|
tiddlywiki folder
|

which will hold images

then edited a tiddler to include image
|
anatomy.jpg
|

then i am confused.

Is it ?
|
[img[C:\tiddlywiki\images\anatomy.jpg]]
|

where do i put
|
_canonical_uri
|

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+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] Can someone please give an example of external image linking

2014-09-24 Thread Andreas Hahn
Notice that the second version is independent of where the TW is stored, 
as long as the tiddlywiki file is next to the image folder.


/Andreas

--
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] NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

2014-10-02 Thread Andreas Hahn

Hi Atul,

i would suspect that you entered tiddlyspace or some other server in 
your control panel under tha 'Saving' tab. Thus the wiki tries to save 
itself to the server which apparently fails, since it doesn't have access.

Am I correct ?

/Andreas


Am 02.10.2014 13:01, schrieb Atul Grover:

Hi Jeremy,

Tiddlyfox addon to Firefox has started giving the URI denied error.

Please suggest

Atul Grover
--
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] How to use JS functionality after importing JS file in TW

2014-10-05 Thread Andreas Hahn

Hi Shash,

I don't think there is a mechanism that lets you execute JavaScript 
tiddlers. The only way is through the plugin/module system [1].
However, I was thinking of a plugin that lets you execute JavaScript 
Tiddlers on messages, which basically would let you implement GUI's 
where button clicks or other actions trigger a JS Tiddler to execute. So 
that would be another option.


/Andreas


[1] http://tiddlywiki.com/#Modules:Modules%20ModuleType

Am 06.10.2014 05:34, schrieb Shash:

Hi All,

I want to understand how to use the javascript files in TW. I have 
imported JS file and named the content as Javascript Code 
(application\javascript) but I dont know how to use the functionality 
the JS file gives. Any links to learn and understand this would be of 
great help.


Thanks!

Regards
Shash
--
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] applying filters to lines of a tiddler's text field

2014-10-14 Thread Andreas Hahn

Hi Philip,

you can define a macro that concatenates the text and the "+[sort[]]" to 
build a filter string:


|\define concatFilter(a)
$a$
\end|

You might think this is probably the most easy macro out there and you 
might be right :D. You can use it like this:


|<$set name="filterPrefix" value={{targetTiddler!!text}}>
<$list filter=<>>

//List content


|


That should do what you want.

/Andreas

Note: I find that the $()$ syntax is especially poor documented, which 
is to say: "Not at all"



Am 14.10.2014 22:58, schrieb Philip Coltharp:

I know I can create a list like this:

|
<$list filter={{List of datasets!!text}}/>
|

In between the two help pages:

http://tiddlywiki.com/#TextReference
http://tiddlywiki.com/#FilterOperator%3A%20sort

This doesn't work, but is there a way?

|
<$list filter="{{List of datasets!!text}}+[sort[]]"/>
|



--
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: my experimental fork of TiddlyDesktop

2014-10-17 Thread Andreas Hahn

Hi Eucaly,

I like you fork, I think it is a good idea to make the nodejs-version of 
TW more appealing for less experienced people. Also it makes it easier 
to manage multiple node-TW instances.


I could imagine something like this for the future:

- Instead of having the git repo in a parallel folder structure, let 
TiddlyDesktopQ a dependency on git so that it can clone and manage the 
repo by itself. This way you could also
add a version selector, since you can easily checkout any version of TW. 
(If the user doesn't want the git repo, just fallback to regularly 
downloading the repo w/ git)


- TiddlyDesktopQ really should install its required client extensions by 
itself, which shouldn't be hard to do. Also it might be worth including 
an enhanced --server command as a plugin,

which can do the following:
1. Lazy load tiddlers
2. Offer a more complete TiddlyWeb API
3. Offer external image/resource serving through the server
4. Make adding external resources easier by offering upload 
capabilites which will save the external resource and create a 
representative tiddler with the right conancial uri.


As you might imagine, those 4 points are actually things I would like to 
have and I already implemented most of them for my private use, but I 
think overall those things would be a good addition to your fork and 
would make the node-version of TW a little more self-contained.


/Andreas


Am 16.10.2014 13:34, schrieb Eucaly J:

Hi Danielo,

Thanks for looking into it.
I guess I should post this in "dev" forum, because such steps might 
not be obvious for non-coding people. :(


As for "single executable" ..., let's expect how TiddlyDesktop will go 
in the long run. :)



Danielo Rodríguez:

I readed the github documentation, but I found that there are too
many steps.

Is just a matter of installing the plugin you mention or do I have
to install tiddlywiky too? Seems like helper tool for am already
existing tiddlywiky installation rather than a standalone one.


With portable I mean : single executable that you can carry in an
USB pendrive but with all the node JS tiddlywiky features.

Regards

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


[tw] Install Plugin TW 5.1.4

2014-11-05 Thread Andreas Joelsson
Hi, 

I have read some here and tried different things to import the KateX plugin 
from the example path but all I get is new tiddlers called Untitled, 
Untitled 1, ..., Untitled N.

I have tried both safari and google chrome, I have saved, I have reloaded I 
have opened in another window, but none of the example Latex formats shows 
up other than plain text. I have also tried to go to the link and drag the 
physical tiddler from his homepage, drag it from his System folder and the 
direct link.

Any ideas what more I can try, i'm getting desperate here. I have also 
tried the SyntaxHighlighter plugin and one of the others that is listed as 
official but none work.



// Andreas

-- 
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] Install Plugin TW 5.1.4

2014-11-05 Thread Andreas Joelsson
Hmm I don't see and Introduction Heading, I do however see a Installation 
headeing that has the link available.

Seemed I got it to work now, using chrome browser and holding it over the 
webpage until a link with the text below showed. Ill try some more plugins 
and see if it was SBS, 

feels like I did this over and over, but now that you told me it worked >_<

// Andreas

Den onsdagen den 5:e november 2014 kl. 18:06:24 UTC+1 skrev Jeremy Ruston:
>
> Hi Andreas
>
> I'm sorry to hear you've been having problems.
>
> The link you should be dragging to import the KaTeX plugin is the blue 
> link to "$:/plugins/tiddlywiki/katex" under the heading "Introduction" on 
> the following page:
>
> http://tiddlywiki.com/plugins/tiddlywiki/katex/
>
> Were you by any chance dragging and dropping the link to the page rather 
> than the link to the plugin that is found on that page?
>
> Best wishes
>
> Jeremy.
>
>
>
>
> On Wed, Nov 5, 2014 at 3:30 PM, Andreas Joelsson  > wrote:
>
>> Hi, 
>>
>> I have read some here and tried different things to import the KateX 
>> plugin from the example path but all I get is new tiddlers called Untitled, 
>> Untitled 1, ..., Untitled N.
>>
>> I have tried both safari and google chrome, I have saved, I have reloaded 
>> I have opened in another window, but none of the example Latex formats 
>> shows up other than plain text. I have also tried to go to the link and 
>> drag the physical tiddler from his homepage, drag it from his System folder 
>> and the direct link.
>>
>> Any ideas what more I can try, i'm getting desperate here. I have also 
>> tried the SyntaxHighlighter plugin and one of the others that is listed as 
>> official but none work.
>>
>>
>>
>> // Andreas
>>
>> -- 
>> 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.


Re: [tw] New User Experiment #1 (Long Post)

2014-12-09 Thread Andreas Hahn

Hi Stephen,

very interesting and enlightening experiment, although somewhat 
disillusioning.
Also your suggestions make a lot of sense and I would certainly like to 
see a "beginner" edition of TW. Maybe we should start compiling a list 
of must-have tiddlers for beginners ?
Also, as Dave mentioned, when working with Firefox, people probably want 
to use TiddlyFox, so it might be useful, if such a beginner edition 
contained a plugin, which detects the browser and displays a notice 
based on that (like: "You're using Firefox, we strongly recommend using 
TiddlyFox to ease saving TiddlyWiki!").


A couple of months ago, when Jeremy created the new introduction video, 
there was a discussion on one of the weekly hangouts about creating an 
edition of tiddlywiki that would teach users the basic functionality by 
starting out simple (bare) and then step-by-step building up the 
individual components of the TW UI whilst explaining what they're used for.


Also I want to thank you for putting in the effort for conducting these 
experiments, please continue, I think it will produce a lot of very 
useful results.


/Andreas

--
Personal Note: When I got into TiddlyWiki, the old introduction video 
really helped me a lot, because it just straightforward showed me how to 
start using TW. That is also the only critisism I have towards the new 
video: I can watch the video and still won't be able to use TW on a 
basic level .. also since using TW is what I want, I might stop watching 
the video after 30 seconds. (as a new user)



--
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] Widgets for HTML generation

2014-12-11 Thread Andreas Hahn

Hi,

in the past I have played with the static site generation capabilities 
of TiddlyWiki and it strikes me that (predominantly) there are two ways 
of doing it:


1. You create Tiddlers with all the elements you would like to have 
using  the normal widget/macro/filter mechanisms.
2. You focus on creating the HTML behind what you want to generate. (For 
example to avoid polluting the target with TW css classes or other things)


Specifically when doing the second option, I ran into the problem, that 
widgets and HTML fall into the same wiki parsing rule (as far as I 
know). So there is no good way to generate HTML USING widgets. So my 
question is: Is there another option (when you can't do 1. for some 
reason) and if there isn't, is it possible to seperate widget parsing 
from HTML parsing ? (I think that would advance TW to make it more 
useful as a templating engine)


/Andreas

--
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: Widgets for HTML generation

2014-12-12 Thread Andreas Hahn

Am 12.12.2014 07:04, schrieb Stephan Hradek:

Maybe this helps, putting it at the top of each tiddler:

|
\rules only html
|



Thanks Stephan, I tried that, but I failed. Here is an example of what I 
mean: When using TW as a template engine, you might want to do something 
like this:


|\rules only html

<$list filter="1 2 3">
<$text 
text=<>/>
|

Notice that "\rule only html" also parses the widgets. (Which is because 
internally HTML tags are treated as widgets). Thus the output here is:


|1
2
3

= with this underlying html code in the DOM =

1
2
3|

But ideally it would be like this:

|\rules only widgets

<$list filter="1 2 3">
<$text 
text=<>/>


= Output =

1
2
3|

But from what I have gathered thats not possible.

/Andreas

P.S: You might say: Hey wait a moment Andreas, you can do this:

|\rules only html macrocallblock macrocallinline

<$list filter="1 2 3">
>> <> 
|

And then get to your target HTML by using

|<$view tiddler="targetTiddler" format="htmlwikified"/>|

which will actually work for this instance, but will fail when HTML tags 
like|

Re: [tw] Re: Widgets for HTML generation

2014-12-12 Thread Andreas Hahn

Am 12.12.2014 12:37, schrieb Jeremy Ruston:
The approach that the core uses in the templates that general HTML 
output is to have the HTML tags that you want in the output to be 
plain text, leaving the "invisible" widgets for list widgets etc.


So, you're first example could be done like this:

<$list filter="1 2 3">
``<$text 
text=<>/>``




I didn't know that it would work like that, thanks. I think that gets 
rid of all the problems I had when experimenting with this.


/Andreas

--
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: Widgets for HTML generation

2014-12-12 Thread Andreas Hahn

Am 12.12.2014 15:02, schrieb Tobias Beer:

Hi Andreas,

I didn't know that it would work like that, thanks. I think that
gets rid of all the problems I had when experimenting with this. 



Once you successfully managed that workflow, please share... so that 
the rest of us can understand how you got rid of your problems.


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 
<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.
Sure, I am working on it, I am just writing up an example. Hopefully I 
will be finished in a few hours.


/Andreas

--
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] can I save tid files that get picked up by my wiki under node.js?

2014-12-12 Thread Andreas Hahn

Am 12.12.2014 19:49, schrieb Daniel:
I am running the node.js server on my computer and tried to write a 
tid file in my text editor to see if it gets picked up by tiddlywiki, 
but it doesn't. Is it possible to write tiddlers/.tid files that show 
up in the wiki?


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

Hi Daniel,

assuming the tid files have the right format and are stored in the 
tiddlers directory, any externally created .tid-files should appear as 
tiddlers AFTER the node server is restarted.
If you want them to pop up immediately, you should take a look at the 
API the normal node-server provides to save tiddlers via web-request.


/Andreas

--
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: Widgets for HTML generation

2014-12-12 Thread Andreas Hahn

Am 12.12.2014 15:02, schrieb Tobias Beer:

Hi Andreas,

I didn't know that it would work like that, thanks. I think that
gets rid of all the problems I had when experimenting with this. 



Once you successfully managed that workflow, please share... so that 
the rest of us can understand how you got rid of your problems.


I have published a small article about this on twguides: 
http://twguides.org/introduction-to-static-site-generation-the-basics.html
It is pretty basic, but I hope some people will find it useful, since I 
tried to document every step involved.


/Andreas

--
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: $100 COMPETITION! - Make a poster for TW

2014-12-12 Thread Andreas Hahn

Am 13.12.2014 01:23, schrieb Duarte Farrajota Ramos:
Once again, all proposals are full vector artworks, drawn in Inkscape, 
and available as SVG files for native inclusion in tiddlywiki.
This one had an auxiliary 3D model in Blender to get the diamond shape 
just right.


And once again, it looks very nice. I really like the idea of trying to 
expressing the concept of TiddlyWiki through geometric shapes. I however 
also think that any text included in such
a poster should be easily readable and particularly the bottom text 
might be a bit too much grey on grey ?


/Andreas

--
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: Downloading the Empty.html

2014-12-13 Thread Andreas Hahn

Isn't there already an issue on github discussing this ?
(The filename issue also applies to the node version of TW and Jeremy 
mentioned a possibility to fix it in the last hangout)


/Andreas

--
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: Downloading the Empty.html

2014-12-13 Thread Andreas Hahn

Am 14.12.2014 01:41, schrieb 'Stephen Kimmel' via TiddlyWiki:
I'm working Firefox 34, English version on Windows 7. I had to change 
a setting from the default to get it to ask me where I wanted to save 
the file and I could change the name it used when saving. Part of the 
point is that the user has to change settings to get the acceptable 
behaviour but many (most?) users don't do that.
That is correct, however this setting would also be required when people 
are not using TidlyFox in order to save the wiki to the same file.


As for the github issue, my point was that we don't have to work to 
get the answer. We already have the answer and are using it with TWC. 
My question is why we don't do the same way we're already doing it.
Yes, and I believe it is a fairly simple change and the filename should 
be clearly indicating what it is, as it is done with TWC. However, it 
will not get done, if it isn't on anyones TODO-List.


/Andreas

--
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] GettingStarted tiddler + flexible "help system"

2014-12-16 Thread Andreas Hahn
Someone want to start at the top where I have no idea what to do, ;) 
#heheh


I think it's a better idea to first of all hear what Jeremy thinks. 
Second, I'm sure that procedure could be automated. Would reduce the 
risk for errors also.


Also the first missing tiddlers from the list are almost entirely "if 
you name the tiddler '$:/something', then something happens", so those 
ones can either be ignored and the places where they are mentiones 
encapsulated in ```...``` or similiar. (That pretty much goes for all 
the $:/... tiddlers)


--
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] creating tw5 data using ifttt with some issues

2014-12-17 Thread Andreas Hahn

Am 17.12.2014 14:18, schrieb simon.eigeldin...@vol.at:

i guess you have found the issue. the html stuff with the ".
haven't found a way yet with ifttt or something search/replace thing 
to get rid of that.

tried using a normal text editor.

anyone has a better idea?

simon


Hey Simon,

are you looking for a way to import an RSS feed once or do you want to 
automatically import a feed based on a timer?


/Andreas

--
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: Importing Wikipedia Dumps

2015-01-07 Thread Andreas Hahn

Am 07.01.2015 um 10:18 schrieb Tobias Beer:

So, what's the actual incentive / goal you have in mind other than
"because it would be cool" for TiddlyWiki?

What do you want to do with all this "stuff" in TiddlyWiki?


Well, I can think of several reasons:

- To take ownership of the information you need. (i.e. have them on YOUR 
computer where they belong to YOU, this is a core idea behind TW)

- To have them readily available in the format you work with.
- To fully incorporate a specific piece of information in a specific 
revision into your wiki without relying on external sources (which may 
and will change over time).

- To search them << obviously

For most TW users, it will be obvious that the amount of data we are 
talking about here makes it unfeasable to actually "Import" the data 
into a TiddlyWiki. Instead I imagine that,  after you converted the data 
into a TW-like format, you would need:


- A suitable storage WITH a TiddlyWeb interface on top of it (this is 
comparatively easy actually).

- A suitable lazy loading mechanism within your client TW.
- A proper search mechanism, since the default TW one will not do the job.

/Andreas

--
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] You have got to see this!

2015-01-13 Thread Andreas Hahn

Hi Duarte,

looks pretty cool, though I had to specifically enable WebGL in my 
Browser for it to work. I also know that people can create interactive 
stuff and even short movies in Blender. Does that mean, that the plugin 
can also export those ?
I would imagine that the HTML file gets fairly big then (its not 
excactly small right now), but it would be theoretically possible, 
wouldn't it ?


/Andreas


Am 14.01.2015 um 03:48 schrieb Duarte Farrajota Ramos:
Check out the second opened tiddler in the attached file. Just click 
and drag over it, or use the mousewheel/scroll and middle mouse button
Bet you never expected to see that huh? Fully embedded, no tricks, no 
external files or dependencies, and absolutely no coding.













If you are interested in the more technical details I shed a little 
light on the subject:
What you see there is a WebGL <http://en.wikipedia.org/wiki/WebGL>3D 
model of the /VectorTiddler /used in the community poster I recently 
created.
Since it is a vector SVG file it could be imported into Blender 
<http://www.blender.org/>, an open source 3D modeling application, as 
usable geometry where I worked the 2D shape into a simplistic 3D model 
(adding in the process all other details and animation).
From there all I had to do was export the 3D model using Blend4Web 
<http://www.blend4web.com/en/>'s fantastic plugin which exports 3D 
models into self contained HTML files containing all 3D model geometry 
data, textures, lighting and animation and the required engile to 
render it all (much like TiddlyWiki self is contained).
After that it was only a matter of importing the resulting WebGL 
enabled HTML file into tiddlywiki which promptly rendered it without a 
glitch.


Wonderful what web technologies can do these days without any coding 
knowledge. It should even work on your mobile/tablet fully offline.


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


[tw] Re: [TW5] Cluster story view

2015-02-17 Thread Andreas Hahn

What came to my mind upon reading this was:

- It is possible to have a second story river right next to the original 
one. While there would probably be some logic needed to have those two 
interact, I can imagine it behaving it in a way that supports what you 
are trying to accomplish.


-  Maybe instead of just a list each "browsing session" could be 
recorded and then displayed in  a chart similiar to the piwik flow 
charts of which you can see an example here: 
http://cdn.arstechnica.net/wp-content/uploads/2013/10/webserved9-piwik-flow.png


/Andreas

--
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] Using TiddlyWiki with simultaneous multi-user updates on own server

2015-02-20 Thread Andreas Hahn

Hi José,

while it is possible for multiple users to access a single TW and make 
changes to it, it is currently not possible to have other instances 
updated simutaneously or detect any editing conflicts that arise. 
Therefore it is NOT suited for your very specific needs of being able to 
handle multiple users at the same time.


Any mechanism that may be added in the future will likely work via 
Locking on a per tiddler basis. Also while there is Danielo's Google 
Drive Plugin (and similiar projects) which is designed as a remote 
storage for tiddlers from multiple users, I am pretty sure it does not 
handle arising editing conflicts or clientupdates.


So bottom line is: If you really need to cover the requirements you have 
described, you will have to write a system for that yourself, but there 
are projects that can serve as a guide to you.


/Andreas

Am 20.02.2015 um 12:46 schrieb Jose Araujo:

Hi All,

I have been reading up on the many different approaches for 
multi-users to update and save a TiddlyWiki and having it stored 
privately in your own server. However, since there are so many 
different tools and approaches, I could not make sense of what would 
be the best solution for my case. Also, much of the information 
appears to be quite old and I cannot make sense of what would be the 
easiest and most efficient solution for this. My interest would be to 
have access to the TiddlyWiki features but allowing multiple users to 
edit and save updates simultaneously, and I would like to have the 
information to be private and implemented on my local server. If that 
would not be possible, I would be happy with a feature like the 
TiddlyLock plugin, where a TiddlyWiki page would be locked while a 
user is editing it, but from what I understood, this is no longer 
supported in TW5.


Any suggestions and comments would be great appreciated!

Best wishes,
José
--
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] Static Site Generation

2015-02-21 Thread Andreas Hahn

Hi James,

thank you for sharing, I really like it and it will be very useful to 
me. Especially your work with changign the links, so they fit a better 
folder structure is really good.
 I also thought about how to best generate static sites a while back, I 
ran into a few hurdles:


- I didn't find an automatic solution for Pagination of posts (which 
will probably be impossible with TW's vanilla commands)


- It makes sense to generate the blog from within TW, without using 
something like node.js or your twexe, since all the necessary
  components are present in TW. However this will require a plugin with 
a javascript .zip or other archive format library.


- Most dynamic widgets don't work, sometimes because their entire 
meaning becomes somewhat undefined.


Also, have you got a solution for images ? (so have them copied over 
automatically ?)


/Andreas


Am 21.02.2015 um 18:30 schrieb James Anderson:
This might be of interest to some people here. I've made a plugin for 
creating static blog like webpages: https://github.com/welford/staticlinks


Included in the plugin is a sample tiddlwiki containing instructions 
on how to export the blog. As well as a batch file for exporting posts 
from said tiddlywiki: 
https://github.com/welford/staticlinks/tree/master/example


I have uploaded the explanation and the exported results for reference 
here:.


http://welford.github.io/static-sample/explanation.html
http://welford.github.io/static-sample/index.html <- the blog

I also generate my blog ( http://phasersonkill.com/ ) using this 
method from a HTA version of tiddlywiki where i tend to keep various 
notes. If Using a hta TW you can use the twexe plugin to be able to 
generate the blog from within the tiddlwiki :)


It uses my theme for static 
sites https://github.com/welford/phasersonkill-static


The explanation was written rather hastily, i'll try to improve it 
when i have more time.


James
--
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] Can't use TiddlyWiki running on Nodes.js from a network PC

2015-02-21 Thread Andreas Hahn

Hi Henry,

that is because of one simple reason:
TiddlyWiki on node only accepts connections on your local machine .. by 
default. So you can think of it as a security mechanism that nobody on 
LAN can access your TW

when you are working on it. To change that behaviour, start TW with:

node tiddlywiki.js  --server 8080 $:/core/save/all text/plain 
text/html "" "" 0.0.0.0


or

node tiddlywiki.js  --server 8080 $:/core/save/all text/plain 
text/html "" "" 192.158.1.83


You can read about the details (with examples) here: 
http://tiddlywiki.com/#ServerCommand


/Andreas


Am 22.02.2015 um 00:42 schrieb Henry Padilla:
I am doing something wrong. But it must be a simple something because 
it seems that everyone else simply starts up Nodes.js and starts 
tiddling.


I have Windows 8 Home. I have tried to set my firewall. I have added 
rules to my firewall. I have turned OFF my firewall. I am using the 
instructions 
at http://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Node.js.html 
 to setup and start the Nodes.js TiddlyWiki server.


Is there an instruction page I have not found yet? I tried browsing 
from another computer and from the computer running Nodes.js. If I 
browse 127.0.0.1:8080 I can get TW. If I try 192.168.1.83:8080 I get 
nothing.


Any help will be appreciated.

Tom P.
--
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: TiddlyWiki Saturday Hangout (#81) on 21st February at midday GMT/UTC

2015-02-22 Thread Andreas Hahn

Hey Neil.

I think it is exactly the right place to discuss the hangout. Also, I 
can relate to what you say, putting people in silos might put them off 
of developing further and you are
right that people should always be aware of the possibilities they have 
and how they get there (you will never use excel to plot diagrams and 
approx. function, when all you are told about excel is that you can use 
it for static tables of numbers) (similiarly: I did not advance in vim, 
because they told me that I can write text with it)


(Note: here comes what I think about the discussion)
However, I also think that the discussion missed parts of the problem. I 
don't think TW has the problem that users find it hard or overwhelming 
to get into TW, because people aren't stupid, they are smart, and 
everyone can be a total pro at TW in a couple of days (and by that i 
also mean filters/widgets and all the nice stuff), if they know what 
their goal is.


I think the problem is that TiddlyWiki has no use cases. People simply 
don't know what to use TW for, because it isn't good at anything else 
other than itself.
And part of the reason might be: It is to complex to be used for simple 
note-taking (and therefore not optimized), yet it is too restricted to 
be used for more (like Evernote).


Let me expand on that. For me, I feel like TiddlyWiki is a bubble. It is 
essentially isolated from the rest of the world and the people who enter 
the bubble see how nice and powerful TW is and imagine all the wonderful 
ways it can be used. But it is hard to actually use TW in practice.

To give an example of what I mean:

- TW is used for presenting structured information to others, but 
wordpress and other cms software/apps are much more successful at that.
- TW is used for documenting things, however, you have to put in a lot 
of work to get a system that works good. (Thats why sysadmins use it)
- TW is used to archive information, but only good at doing so with 
textual information.
- Traditional wikis are used to collaboratively work on information, yet 
TW isn't good at that.


So it seems its not "TiddlyWiki - use me for wiki stuff" but rather 
"TiddlyWiki - Find out what to use it for, then find out how to make it 
do that".


Here is a little experiment I did: Search for "Why is Evernote great?" 
on Google and read through the lifehacker articles and whatnot, but 
replace the word 'Evernote' with 'TiddlyWiki' in your head. You will 
notice that not one of them talks about TiddlyWiki and that not because 
they originally talk about Evernote, but its because not one of them 
says: "I like Evernote because it is good at note-taking, 
linking/tagging information and writing/editing".

They all say: "I like Evernote because it is well connected with the world".

/Andreas

P.S.: In fact there are quite a few articles with sentences like: "I 
prefer a simpler, more streamlined note taking app over Evernote."


--
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: Embed a ZIP for download?

2015-02-23 Thread Andreas Hahn

Hey Stephan,

at the moment TW is incapable of handling binary files (i.e. zip files). 
Unless you want to make big changes to various parts of the core, I 
suggest you do the following:


1. Convert your .zip into a base64 string
2. Place it inside a plain text tiddler (for reference)
3. Place a specially crafted link pointing to the url: 
"data:application/zip;base64,"


That should initiate a file dowload onClick is is currently the easiest 
way of doing it. Of course you can imagine writing a widget that reads 
the tiddler and crafts such a link,
clicks it and removes the link (that is how the download saver does it), 
but you can manually craft the link as well.


/Andreas

--
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] exporting tiddlywiki file to multiple html files

2015-02-23 Thread Andreas Hahn

Hi Ray,

that is the reason why PMario suggested to use the nodejs version of 
TiddlyWiki. There are commands available, namely the renderTiddler[1] 
and saveTiddler[2] commands to export tiddlers (based on a filter) into 
individual files.


/Andreas

[1] http://tiddlywiki.com/#RenderTiddlersCommand
[2] http://tiddlywiki.com/#SaveTiddlersCommand

Am 23.02.2015 um 09:47 schrieb Raymond McDowell:
Having played about a bit with the offered suggestions, it looks like 
TiddlyWiki cannot readily export a body of tiddlers into individual 
discreet files. At least, not yet. Too bad. Something to keep looking for.



Monday, February 23, 2015 at 8:18:42 AM UTC+8, Raymond McDowell wrote:

Consider me a novice.

After years of reluctance, I started using TiddlyWiki. I am now
invested and my TW5 is my pkm. I use it for writing, tasks,
projects, catalogs, brainstorming and journals. All
inter-connected in a many to many structure and neatly accessible
via TW's tags, sophisticated search, outlined TOCs and Checkboxed
lists. Having said that, one of the deal breakers of the past (but
which I ignored because TW5 can now import plain text files and
since I can use TW5 across all my 5 Windows devices and 7 Android
devices) is the ability to export the entire body of my tiddlywiki
as individual plain text or html files.

This is important because I hate marrying any tool that I cannot
divorce should it cease development, become proprietary, or
suddenly blow up in my face.  Backups are cool, but I would like
to have an option whereby I can export, fiddle with, re-import or
use a a plain-text wiki if no other options are available.

Is this possible?

Thanks,

Ray

--
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: Embed a ZIP for download?

2015-02-23 Thread Andreas Hahn
Yes, it is unfortunately it is the only way to do it, without editing 
core source code.


I btw use powershell with a function I found online[1], that makes it 
kinda easy to do (since it even copies it to the clipboard).


/Andreas

[1] 
https://mnaoumov.wordpress.com/2013/06/20/how-to-reach-unreachable-or-copy-files-to-rdp/


Am 23.02.2015 um 10:01 schrieb Stephan Hradek:
Thanks Andreas - So Mario is right with his hint that I need to 
convert to base 64.

--
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: Embed a ZIP for download?

2015-02-23 Thread Andreas Hahn

Hi Jeremy,

thanks for the change in boot.js. I have a question though:

Wouldn't it be possible to handle all unkown MIME types as binary data ?
That would ensure that people could for example embed word or excel 
files or a bunch of other file types (at the expense of some txt/ascii 
based formats). I am not sure if that is a good idea, or if that is 
possible to implement since most other systems seem to access 
contentTypeInfo as hashmap.


/Andreas

Am 23.02.2015 um 11:58 schrieb Jeremy Ruston:

Hi Stephan

Just to be clear, TW5 does indeed support binary tiddlers (images 
being a good example). You can drag a ZIP file into TW and the right 
thing happens. The limitation at the moment is that there's no 
built-in way to download the file afterwards. You can use something 
like the following code to create a download link for a binary tiddler:


\define download-inner(title)
> 
download="download">Download "$title$"

\end

\define download(title)
<$set name="type" value={{$title$!!type}}>
<$set name="text" value={{$title$!!text}}>
<>


\end

<>

However, the .ZIP file extension needs to be registered in boot.js 
before this will work:


$tw.utils.registerFileType("application/zip","base64",".zip");

I've commited ZIP support here:

https://github.com/Jermolene/TiddlyWiki5/commit/a2493f80a973b24ad3d3affda945c437b98c2d2e

Best wishes

Jeremy.






On Mon, Feb 23, 2015 at 9:35 AM, Stephan Hradek 
mailto:stephan.hra...@gmail.com>> wrote:




Am Montag, 23. Februar 2015 10:06:00 UTC+1 schrieb Andreas Hahn:

Yes, it is unfortunately it is the only way to do it, without
editing core source code.

I btw use powershell with a function I found online[1], that
makes it kinda easy to do (since it even copies it to the
clipboard).


I think I have something similar for jEdit.
-- 
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.




--
Jeremy Ruston
mailto:jeremy.rus...@gmail.com <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 
<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: [TW5] will the search get quicker?

2015-02-24 Thread Andreas Hahn

Hi,

Mat is right though: TiddlyWiki is not optimized for speed. In almost 
all cases TiddlyWiki prefers structural quality, correctness and 
simplicity of implementation over speed. Also a lot of features are only 
implemented just so they are available, but noone optimized them yet.
The search for instance (correct me if I am wrong with the following) 
applies a regex to all tiddlers in which it searches, which in simple 
cases (like most searches) means quadratic runtime at minimum. (So to 
explain it: if you double the tiddler count, the search will take 4 
times the time, provided all tiddlers are equal length).
So to answer the question: I guess Jeremy is aware that at some point 
the search becomes very slow in larger TW files and that there are 
significant speedups possible, however they will require work and are 
currently not important enough to be worked on. So it will probably get 
quicker, when TW gets more mature.


/Andreas

P.S.: Also, I have a question: Provided I would have lazy loading set up 
for most of my tiddlers. Does doing a search mean that all tiddlers will 
be loaded when I do the search ? Because .. It sure seems that way.


--
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] tiddlyclip for chrome

2015-02-24 Thread Andreas Hahn

THANK YOU BJ!

I have been waiting for this, since chrome is my default (and preferred) 
browser.


/Andreas


Am 24.02.2015 um 18:03 schrieb BJ:
I have added a chrome addon for tiddlyclip - install instruction at 
http://tiddlyclip.tiddlyspot.com/. I have also put it under the mit 
license.

cheers

BJ
--
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] Advice for maxing the width?

2015-02-24 Thread Andreas Hahn

Hi Dave,

TiddlyWiki automatically expands the width of a tiddler to 100%, when 
the sidebar is hidden (or the screen isn't wide enough). To limit that, 
you can, as you said, set max-width for the .tc-tiddler-frame css class:


div.tc-tiddler-frame {
max-width: 600px;
}

If you want to make it work with the tiddler width set in the control 
panel (assuming you are using a theme based on the vanilla theme), you 
can take the value for the tiddler width as you max-width:


div.tc-tiddler-frame {
max-width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};
}

/Andreas

Am 25.02.2015 um 02:06 schrieb David Gifford:

Hi guys

Sorry to bombard with so many questions since Saturday. This should be 
the last one for a while.


I have a TiddlyWiki in which the screen will be shown full width, so 
that it expands for mobile screens and the sidebar is hidden. But on 
laptop screens the text goes the whole width of the screen, which is 
hard to read. I tried wrapping the text in a div and specifying in the 
CSS width:600px, but nothing happened. Tried max-width, too.


Any CSS or other advice to limit certain selected texts in my TW to 
600px width, even when the tiddler gets expanded as the sidebar is hidden?


Dave
--
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] [TW5] Formatting text and other features

2015-02-24 Thread Andreas Hahn

Hi Alessia,

I believe you are looking for a visual editor. There is no stable one at 
this point, but there is an experimental visual editor which you can 
read about (and install) on this website: http://tw5editor.tiddlyspot.com/


Note that it is still an experimental editor and is probably not 
finished yet, but I hope it is of help to you.


/Andreas

Am 24.02.2015 um 22:35 schrieb ale...@gmail.com:

Hallo to everyone,
I'm really new to Tiddlywiki and this is a very basic question so 
please apologize me. But this question is quite important for me. If 
i've correctly understood, once created a new tiddler you can format 
your text with a wiki-like markup. I wonder there is a way to format 
the text, create links and so on  without writing the markup but with 
something like a button (like in a Text editor)?
Sorry for the basic question but it seems I can't find the answer on 
my own. Maybe I'm just looking to the wrong point?

Thanks
Alessia

--
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] [TW5] Lernkartei / Zettelkasten

2015-02-27 Thread Andreas Hahn

Thats cool, thanks Stephan.

Do you think it would be possible to only display one card (or question) 
at a time ? And furthermore, I think it should be possible to type in an 
answer into a textfield and then let you compare that to the correct one ?
Typing the answer would make you remember it faster as well as making in 
clearer whether you got the answer correct or not (and thus makes it 
less likely for you to mark a card with "answered correctly", although 
the answer you thought of is actually a near miss).



/Andreas

--
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] Autocollaps TOC categories

2015-03-03 Thread Andreas Hahn

Hi,

yes that is very possible and here is how you would do it:

|\define toc-selective-single-expandable(tag,sort:"",itemClassFilter)

<$list filter="[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]">
<$list filter="[all[current]toc-link[no]]" variable="ignore" 
emptyMessage="<>">
<>



\end

\define toc-linked-selective-single-expandable-body(tag,sort:"",itemClassFilter)
<$set name="toc-state" value=<>>
<$set name="toc-item-class" filter="""$itemClassFilter$""" value="toc-item-selected" 
emptyValue="toc-item">
>>
<$link>
<$list filter="[all[current]tagging[]limit[1]]" variable="ignore" emptyMessage="<$button 
class='tc-btn-invisible'>{{$:/core/images/blank}}">
<$reveal type="nomatch" state=<> text=<>>
<$button set=<> setTo=<> class="tc-btn-invisible">
{{$:/core/images/right-arrow}}


<$reveal type="match" state=<> text=<>>
<$button set=<> setTo="x-all-close" class="tc-btn-invisible">
{{$:/core/images/down-arrow}}



<>

<$reveal type="match" state=<> text=<>>
<$macrocall $name="toc-selective-single-expandable" tag=<> sort="""$sort$""" 
itemClassFilter="""$itemClassFilter$"""/>




\end

\define 
toc-unlinked-selective-single-expandable-body(tag,sort:"",itemClassFilter)
<$set name="toc-state" value=<>>
<$set name="toc-item-class" filter="""$itemClassFilter$""" value="toc-item-selected" 
emptyValue="toc-item">
>>
<$list filter="[all[current]tagging[]limit[1]]" variable="ignore" emptyMessage="<$button 
class='tc-btn-invisible'>{{$:/core/images/blank}} <$view field='caption'><$view 
field='title'/>">
<$reveal type="nomatch" state=<> text=<>>
<$button set=<> setTo=<> class="tc-btn-invisible">
{{$:/core/images/right-arrow}}
<>


<$reveal type="match" state=<> text=<>>
<$button set=<> setTo="close" class="tc-btn-invisible">
{{$:/core/images/down-arrow}}
<>



<$reveal type="match" state=<> text=<>>
<$macrocall $name="""toc-selective-single-expandable""" tag=<> sort="""$sort$""" 
itemClassFilter="""$itemClassFilter$"""/>




\end|

Copy and append this either in|$:/core/macros/toc|or make a new tiddler 
copy this into it and tag it|$:/tags/Macro|. Then use it with:


|<>|

Alternatively you can just drag&drop the attached file and import the 
tiddlers.


/Andreas


Am 03.03.2015 um 09:23 schrieb magev958:
Hello, I was wondering if it is possible to auto-collapse open 
categories in the TOC when you click on another.
I have 800 *links* in 40 or 50 subcategories, making a very long list 
if everything is open


category (TOC link: no)
subcategory (TOC link: no)
  sub-sub-category (TOC link: no)
*link*
--
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.
[
{
"created": "20150303113913148",
"text": "\\define 
toc-selective-single-expandable(tag,sort:\"\",itemClassFilter)\n\n<$list 
filter=\"[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]\">\n<$list 
filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" 
emptyMessage=\"<>\">\n<>\n\n\n\n\\end\n\n\\define
 
toc-linked-selective-single-expandable-body(tag,sort:\"\",itemClassFilter)\n<$set
 name=\"toc-state\" 

Re: [tw] Re: [TW5] Lernkartei / Zettelkasten

2015-03-03 Thread Andreas Hahn

Am 03.03.2015 um 14:54 schrieb Tobias Beer:
Playing around a bit, when I click on a word in *box1* and chose 
WRONG... what happens to it?

Hi Tobias,

it stays in Box1, but since it is sorted by the modified field (and the 
action counts as a modification), it appears on the other end of the 
list (which you can't see, since limit[10] is applied to it).


/Andreas

--
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] Autocollaps TOC categories

2015-03-05 Thread Andreas Hahn

Am 05.03.2015 um 11:00 schrieb Tobias Beer:

Can you see to it that this doesn't get buried in a discussion thread.
To me this feels like the best default behaviour,


Maybe this can be added as an "example" to the official documentation, 
much like the TaskManagement example.


/Andreas

--
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] Autocollaps TOC categories

2015-03-05 Thread Andreas Hahn

Am 05.03.2015 um 12:45 schrieb Tobias Beer:
You could sort by title first and then caption, in case there was no 
caption...


Am I wrong, or does this at most result in the tiddlers with an empty 
caption being sorted alphabetically by title ? And even that might not 
be guaranteed by the TW sort algorithm.
So what would be the advantage to sort it by title first ? (It does not 
produce a perfectly sorted output, does it ?)


/Andreas

--
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] Source of SVG visualizations (slightly off-topic)

2015-03-05 Thread Andreas Hahn

Hi Peter,

very interesting workarounds to get  charts into TW, I think for now 
that is about the best way to do it.
There are d3 widgets (namnely a bar chart and a cloud chart) available 
as a plugin in TW, however, they are very difficult to use in terms of 
input data formatting. Currently they require a specific json input, 
maybe someday they can handle csv data that could be pasted straight 
from excel. I think I also saw other widgets offering other chart types, 
but I am not sure.


/Andreas

Am 05.03.2015 um 15:35 schrieb Peter Miller:
In similar vein, you can convert charts in Excel to SVG format in a 
slightly roundabout way, viz move them to their own tab, save to PDF, 
use cloudconvert.com to generate an SVG file and add it to Tw5 by 
drag-and-drop. I'm not sure whether that has any significant 
advantages but may be of interest until such time as a charting plugin 
becomes available.


bw

Peter

On Wednesday, March 4, 2015 at 3:09:45 PM UTC, Peter Miller wrote:

I don't know how long it will be there but RAW at
http://app.raw.densitydesign.org/
<http://app.raw.densitydesign.org/> provides some nice
visualizations and specimen data. The exported SVG plays nicely
with TiddlyWiki as far as I can tell though I've yet to work out
how to make it editable in SVG-Edit.

--
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] mathematically manipulating tiddler fields during $list operation

2015-03-06 Thread Andreas Hahn

Hi Nathan,

I am pretty sure the let filter operator from Tobias [1] will help you 
out there. There are even some examples for calclulating averages [2].


/Andreas

[1] http://let.tiddlyspot.com
[2] http://let.tiddlyspot.com/#AVG


Am 06.03.2015 um 18:29 schrieb nathan.mcel...@gmail.com:
I've read over several posts regarding using some javascript macros to 
manipulate fields as numerical values, but I haven't found an answer 
to whether or not the following is possible:


I'm working on a wiki to publicly display results of water sample 
analyses for a project. I create a tiddler for each sample, and each 
tiddler has a number of custom fields (i.e., site ID, pH, total 
dissolved solids, ppm chloride, etc.).  Now, I've figured out a way to 
create tables that brings in data from all tiddlers of a specific tag 
(e.g., site ID, sample date, chemical parameter) and each time I add a 
new sample, the table tiddlers automatically add that information.


Example of table:
 ''Summary of Field Data for Gaut Pad Site G-01 to Date''


@@.center
YearQtrDateCollector(s)TimepHTDS 
(ppm)Cond. (μS)Temp. °Calign="left">Comments

*<$list filter="[tag[Gaut]tag[G01]!tag[summary]sort[02a-yr]sort[03-qt]]">*
{{!!02a-yr}}{{!!03-qt}}{{!!02-yr}}/{{!!04a-mmdd}}{{!!06-who}}{{!!05-hr}}_*{{!!08-ph}}*_{{!!09-ftds}}{{!!10-con}}{{!!11-tem}}align="left">{{!!07-note}}


would like to then add a row where averages of each column could be 
displayed (e.g., from each {{!!08-pH}} value from /n/ tiddlers tagged G01)

@@


What I want to find out here is ... during the $list call that 
populates my table, is there a way (using Tiddly or javascript macro) 
to set up a variable that will store information of a particular field 
and do something with it.


Specifically, for a table that contains pH values, etc. for a host of 
sample sites, is there a way as the list is sorted, to grab each pH 
value and when the list is over, take those values and create an 
average value that I can display at the bottom of the table?


I'm slowly learning JavaScript but have done lots of Python 
programming ... I just don't know if it's possible to do this, and if 
so, how do I grab/store individual values from the $list? to 
manipulate them after 


Thanks for reading.
Nate McElroy
--
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: HELP URGENT- the TW for #1 Lirpa is running amok!!!

2015-04-01 Thread Andreas Hahn

Am 01.04.2015 um 13:08 schrieb Eric Shulman:

OMG!!! --

OMG, indeed.

Having just talked with the EU Commissioner for education and some 
members of the Website task force over the phone, they are setting up an 
emergency hangout to resolve this issue as soon as possible. However, 
they were unable to reach you, Mat, on your cellphone. Can you report 
back to them asap to ensure that you also get to the hangout in time to 
fix this ?
Also anyone familiar enough with TW to help out is welcome to join the 
hangout, so we can get this running in the next 2 hours.


/Andreas

--
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/551BD784.7030909%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >