[tw] Re: Question about >

2016-11-04 Thread Riz



As Mark said, you can achieve the end without using qualify macro and it is 
best you do. But in case your workflow somehow demands using it, here is 
your code so as to achieve your end.


!Select the day of the week you want to edit
This week number is <> 
<$select tiddler=<>  >
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday


<$button>
<$tiddler tiddler=<> >
<$action-sendmessage $message="tm-new-tiddler" 
$param="$:/_ppmt/template/Daily_Records" title=<> 
dayfield={{!!text}} tags="[[Weekly Records]]" />

Edit Week



-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/703d54a9-5b68-4b2f-9556-a42227f7d53d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Question about >

2016-11-04 Thread 'Mark S.' via TiddlyWiki
I think qualify is useful for more complicated situations.

Unless there was a reason to do otherwise, I would tend to just use a field 
in the working macro.

Then your select would be:

<$select field="dayfield"  >

Eliminate the <$set...> tags. In the action-sendmessage make ...

... dayfield={{!!dayfield}}

The only addition might be to add a default <$select> option like "-".  
This forces the user to make a selection. If a selection is not made, the 
"dayfield" field will not be populated.

Good luck,
Mark

On Friday, November 4, 2016 at 3:18:10 PM UTC-7, Philippe Le Toquin wrote:
>
> As time pass I learn more and more about TiddlyWiki.
>
> Reading and asking question on this forum is really useful but so is 
> reading the documentation (who would have thought ;) )
>
> As I go through it I saw the macro qualify and was actually wondering what 
> is the actual use of it as opposed to simply naming explicitly a tiddler?
>
> I wanted to use on some part of my code but found out that it doesn't 
> really work the way I expect it most likley because I am misunderstanding 
> something
>
> for example if I have the following code
>
> !Select the day of the week you want to edit
>>> This week number is <>  
>>> <$select tiddler=<>  >
>>> Monday
>>> Tuesday
>>> Wednesday
>>> Thursday
>>> Friday
>>> Saturday
>>> Sunday
>>> 
>>>
>>> <$button>
>>> <$set name="day" value=<> >
>>> <$action-sendmessage $message="tm-new-tiddler" $param=
>>> "$:/_ppmt/template/Daily_Records" title=<> dayfield=??? 
>>> tags="[[Weekly 
>>> Records]]" /> 
>>> 
>>> Edit Week
>>> 
>>>
>>>
> What should I enter in the dayfield so that I see the day that I selected 
> ? I tried all kind of combination but the best I achieve was to display the 
> title of the qualify tiddler using <>
>
>
> Thanks in advance
>
> Philippe
> I know it sounds like a basic question and there is obviously a concept 
> that I am missing but I can't work it out.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bd75dd12-3a49-492d-8870-21011a5f8391%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Question about >

2016-11-04 Thread Philippe Le Toquin
As time pass I learn more and more about TiddlyWiki.

Reading and asking question on this forum is really useful but so is 
reading the documentation (who would have thought ;) )

As I go through it I saw the macro qualify and was actually wondering what 
is the actual use of it as opposed to simply naming explicitly a tiddler?

I wanted to use on some part of my code but found out that it doesn't 
really work the way I expect it most likley because I am misunderstanding 
something

for example if I have the following code

!Select the day of the week you want to edit
>> This week number is <> 
>> <$select tiddler=<>  >
>> Monday
>> Tuesday
>> Wednesday
>> Thursday
>> Friday
>> Saturday
>> Sunday
>> 
>>
>> <$button>
>> <$set name="day" value=<> >
>> <$action-sendmessage $message="tm-new-tiddler" $param=
>> "$:/_ppmt/template/Daily_Records" title=<> dayfield=??? 
>> tags="[[Weekly 
>> Records]]" /> 
>> 
>> Edit Week
>> 
>>
>>
What should I enter in the dayfield so that I see the day that I selected ? 
I tried all kind of combination but the best I achieve was to display the 
title of the qualify tiddler using <>


Thanks in advance

Philippe
I know it sounds like a basic question and there is obviously a concept 
that I am missing but I can't work it out.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dddb0f72-6d50-4a6e-82c2-cada502c73fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2016-11-04 Thread Riz


>
>
> Can you share whith us your method to adapt this theme ? From scratch with 
> a clean CSS ? Do you have some advice if someone wants to do similar work ?
>
>
I would be only glad to if I can help. But the truth is I don't usually do 
anything beyond the already established method to modify a theme - ie 
1) Find a target, something you want to modify your tiddly wiki to
2) Inspect the element using firefox and find out the relevant styles 
affecting it
3) Copy it to the corresponding parts of TW

Start from the base. A lot of properties will be inherited down. Whenever 
there is a central color, like green for evernote, I usually transclude it 
from a field so that another person can change the theme from a single 
point. For eg; you can change the ghostwriter theme color from Control 
Panel > Appearances >Theme Color.

Probably the only thing I do differently from the classic methods is that I 
apply styles based on values of a field, rather than the documented 
tc-tagged-xxx method. I have furnished the details on how I do that in an 
older thread here 
 in 
case anyone is interested. 


If you are interested in seeing something more:
For my personal use I made an Evernote clone using TW5 

http://imgur.com/a/W0Ae9

Another based on Classipedia theme (a userstyle for Wikipedia) : 
http://imgur.com/a/wnQch

And my most extensive work, the one I spend most time and energy - can be 
see here: https://ibnishak.github.io/hQp/


 

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4eae6208-769c-45b4-95df-cf606da60588%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: What happened to export story river?

2016-11-04 Thread David Gifford
I take that back, the regular exporting thing has the same limitation...

On Friday, November 4, 2016 at 12:40:54 PM UTC-6, David Gifford wrote:
>
> Hi Jan
>
> Finally playing with this. Exporting works great!
>
> Hey just a question: I use a Google font, accessed via tagging raw markup. 
> But the font doesn't show in the exported file, as it does when I use the 
> regular exporting functions of TiddlyWiki. Is there any way to make sure 
> the font gets included?
>
> Dave
>
> On Wednesday, September 14, 2016 at 4:03:52 AM UTC-5, Jan wrote:
>>
>> Hi David,
>> I made a little tool for the Sidebar to add some exportfunctions.
>> -Exporting the last n-tiddlers by the current user,
>> -exporting the story-river
>> -populating the storyriver with tiddlers Tagged x  or containing y  in 
>> order to export it.
>>
>> Alas it is not documented but just drag over the tiddlers in 
>> http://slidesnstories.tiddlyspot.com/#About%20the%20SidebarExporter to 
>> your wiki.
>>
>> Cheers Jan
>>
>>
>> Am 12.09.2016 um 22:55 schrieb David Gifford:
>>
>> Yes, thumbs up!
>>
>> On Monday, September 12, 2016 at 1:33:13 PM UTC-5, Mat wrote: 
>>>
>>> Sorry should have given fuller answer to David. 
>>>
>>> Yeah, why *are* those search icons so small?

>>>
>>> I posted an issue  
>>> about this some time ago. If you agree, give it a thumbs 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 https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/7035c9c1-5854-4c37-9886-69d550874157%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4a20c422-e2d6-4768-9317-97ed4927ed28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2016-11-04 Thread Riz


That's some gr8 looking stuff there, kudos.

Thank You Tobias 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1994aa35-aea7-4d85-bbd6-d961d2043ead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: What happened to export story river?

2016-11-04 Thread David Gifford
Hi Jan

Finally playing with this. Exporting works great!

Hey just a question: I use a Google font, accessed via tagging raw markup. 
But the font doesn't show in the exported file, as it does when I use the 
regular exporting functions of TiddlyWiki. Is there any way to make sure 
the font gets included?

Dave

On Wednesday, September 14, 2016 at 4:03:52 AM UTC-5, Jan wrote:
>
> Hi David,
> I made a little tool for the Sidebar to add some exportfunctions.
> -Exporting the last n-tiddlers by the current user,
> -exporting the story-river
> -populating the storyriver with tiddlers Tagged x  or containing y  in 
> order to export it.
>
> Alas it is not documented but just drag over the tiddlers in 
> http://slidesnstories.tiddlyspot.com/#About%20the%20SidebarExporter to 
> your wiki.
>
> Cheers Jan
>
>
> Am 12.09.2016 um 22:55 schrieb David Gifford:
>
> Yes, thumbs up!
>
> On Monday, September 12, 2016 at 1:33:13 PM UTC-5, Mat wrote: 
>>
>> Sorry should have given fuller answer to David. 
>>
>> Yeah, why *are* those search icons so small?
>>>
>>
>> I posted an issue  
>> about this some time ago. If you agree, give it a thumbs 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/7035c9c1-5854-4c37-9886-69d550874157%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1c39b3b1-0256-40d4-8db6-310307e631b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Usable (pre-beta) version of Cardo - a new TW5 for Getting Things Done

2016-11-04 Thread David Szego

Hi Abramelin,

It sounds like many of your preferences are towards TW Classic itself and 
the plugins available rather than Cardo. I have to agree with some of 
those, I'm especially missing TagglyTagging.

I'll address the Cardo-specific points as I continue development.

For keeping track of your upcoming deadlines, click the word "Calendar" in 
the header, and you'll get a useful dropdown:



-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83384d14-554e-474b-b669-7eb462a0e1de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2016-11-04 Thread Tobias Beer
Riz, 

That's some gr8 looking stuff there, kudos.
>
>
Best wishes,

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/32589c81-1956-4ac0-bf9f-06f03679c73e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2016-11-04 Thread Sylvain Naudin


Le jeudi 3 novembre 2016 09:32:09 UTC+1, Riz a écrit :
>
>
>
> Thank you Sylvain :-)
>


Can you share whith us your method to adapt this theme ? From scratch with 
a clean CSS ? Do you have some advice if someone wants to do similar work ?

Thanks,
Sylvain

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e980cd88-f304-4707-8b78-4b4c5ef53e46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 hosted on a website

2016-11-04 Thread Sylvain Naudin


Le vendredi 4 novembre 2016 15:59:25 UTC+1, Shay Shaked a écrit :
>
> There are a couple of entries here about this question. It seems like 
> hosting TW on a website is not really a problem because people cannot 
> overwrite the html file on the server, but I just want to make sure. 
>
> This seems to be the case for the official TW website as well. 
>
> So, if I host my TW or parts of it on a website, people will be able to 
> change it to whatever they want on the fly and even download and save it 
> (by clicking the save wiki button) but, this will have no affect on the TW 
> on the website, correct? 
>

Hello,
Yes, correct :)

Remember, when you open a TiddlyWki online file, your wiki is offline on 
your computer.
And to complete, if you don't configure a online config to save 
modification (like the php script), there is no option to write over your 
server (because there is no authentification).

Cheers,
Sylvain

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e25a56fc-db30-4dab-b354-b73c00a99ff5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Usable (pre-beta) version of Cardo - a new TW5 for Getting Things Done

2016-11-04 Thread Abramelin the Mage
Thank you. Here are my issues with Cardo:

   - I simply prefer TW Classic over TW5. Classic feels a lot more robust 
   to me, with barely ever any freezes, and I find it a lot prettier. And I 
   like its search better, as it provides contexts for matches rather than 
   just page titles. I'm not missing many features in Classic anyway, except 
   perhaps backlinks.
   - TagglyTagging isn't implemented as extensively in the new version, and 
   it's less accessible. The old one had a beautiful Tags menu where I could 
   quickly tag something, or browse to other tiddlers with the same tags.
   - The new version doesn't have the Quick Add feature.
   - This is probably because it's still in the alpha version, but in its 
   current state, it simply isn't functional for me. There are bugs like new 
   actions defaulting to the wrong project (I can click "new subproject" under 
   project A and yet end up with a subproject of project B), and the dashboard 
   doesn't work.
   
Which is not to say that I'm not glad there's a continued interest in the 
development of GTD implementations. I just prefer more mature projects.

A question: is it possible in dGSD 1.6 to view my upcoming deadlines?

On Thursday, 3 November 2016 16:49:56 UTC+1, David Szego wrote:
>
> Hi Abramelin, I've re-posted it at http://cardo.wiki/dGSD
>
> Would you be kind enough to tell me what you liked better? I'm always 
> looking to improve it...
>
> Cheers,
> David.
>
> On Wednesday, 2 November 2016 17:51:49 UTC-4, Abramelin the Mage wrote:
>>
>>
>> Is it still possible to get version 1.6 of the old dGSD? I liked that one 
>> 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.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97b3e788-642b-4273-8f51-f3c851b13b5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 hosted on a website

2016-11-04 Thread Shay Shaked
There are a couple of entries here about this question. It seems like 
hosting TW on a website is not really a problem because people cannot 
overwrite the html file on the server, but I just want to make sure. 

This seems to be the case for the official TW website as well. 

So, if I host my TW or parts of it on a website, people will be able to 
change it to whatever they want on the fly and even download and save it 
(by clicking the save wiki button) but, this will have no affect on the TW 
on the website, correct? 

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cef14759-34f5-4f33-be98-5eaecb54b2b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to save TW 5 automatically to local file

2016-11-04 Thread Chuck R.
I got it. I just had to reenable my TiddlyFox extension. I forgot it was 
disabled.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/984ecb7d-40a1-42a7-be5e-acf700ac936c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to save TW 5 automatically to local file

2016-11-04 Thread Chuck R.
I've been away from TW for a while. 

I'm using Firefox v47, Windows 7, to save a TW 5 for Markdown to a flash 
drive. Each time I hit Save in the TW file the Save As dialog opens. I just 
want the file to save without opening the Save As dialog. How can I get TW5 
to work this way? 

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.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4afb14ce-70c1-4e24-b3cd-ae83bd189d00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2016-11-04 Thread HC Haase
I see. 
I did look for that, but I was moving my mouse too fast.

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.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/edcd5b23-4a42-43c4-b12e-875560ffb0c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.