[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-04-30 Thread Birthe C
Hi Shash
Di you remember to import the newtiddler widget also?

Birthe

Den onsdag den 30. april 2014 20.50.24 UTC+2 skrev Shash:
>
> Hello, 
>
> This is particularly about the Journal buttons created by Stephan. Its an 
> awesome thing I would say. One feature I would like to be implemented is to 
> have the date in the tag field. That would give great flexibility to list 
> all the events of a particular date. I tried doing it but with my limited 
> knowledge could not achieve the same. Help here would be really 
> appreciated. 
> The problems I am facing 
>
>- When I copy the New Staff Meeting button from 
> here I 
>get the following error.
>
>
> Undefined widget 'newtiddler'
>
>
>- The other important aspect is dateTime. 
>
>
> <$set name="tag" value="minutes">
>
> In the above line is it OK if I modify as below once the newtiddler widget 
> gets to work
>
> <$set name="tag" value=<
>
> Please guide me in solving these problems. 
>
> Thanks!
> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Shash
Oops had missed the newtiddler widget. I have imported the same. But when 
trying to open a new tiddler with the journal button I am getting "Draft of 
Undefined" tiddler instead of the one shown in example .Can you please help 
me how to get rid of this. 

Thanks!
Shash

On Thursday, May 1, 2014 1:42:01 AM UTC+5:30, Birthe C wrote:
>
> Hi Shash
> Di you remember to import the newtiddler widget also?
>
> Birthe
>
> Den onsdag den 30. april 2014 20.50.24 UTC+2 skrev Shash:
>>
>> Hello, 
>>
>> This is particularly about the Journal buttons created by Stephan. Its an 
>> awesome thing I would say. One feature I would like to be implemented is to 
>> have the date in the tag field. That would give great flexibility to list 
>> all the events of a particular date. I tried doing it but with my limited 
>> knowledge could not achieve the same. Help here would be really 
>> appreciated. 
>> The problems I am facing 
>>
>>- When I copy the New Staff Meeting button from 
>> here I 
>>get the following error.
>>
>>
>> Undefined widget 'newtiddler'
>>
>>
>>- The other important aspect is dateTime. 
>>
>>
>> <$set name="tag" value="minutes">
>>
>> In the above line is it OK if I modify as below once the newtiddler 
>> widget gets to work
>>
>> <$set name="tag" value=<
>>
>> Please guide me in solving these problems. 
>>
>> Thanks!
>> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Birthe C
Hi Shash
Have a look at the code in your button. Clearly you are missing something. 
Do you have the skeleton tiddler?

Birthe

Den torsdag den 1. maj 2014 09.40.37 UTC+2 skrev Shash:
>
> Oops had missed the newtiddler widget. I have imported the same. But when 
> trying to open a new tiddler with the journal button I am getting "Draft of 
> Undefined" tiddler instead of the one shown in example .Can you please help 
> me how to get rid of this. 
>
> Thanks!
> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Shash
Yes I have even imported the base_skeleton from Stephan's site.  This is 
the code I am using

<$set name="tag" value="minutes">
<$newtiddler title=<> 
skeleton="base_skeleton" edit="yes">New Staff Meeting


Shash


On Thursday, May 1, 2014 1:30:21 PM UTC+5:30, Birthe C wrote:
>
> Hi Shash
> Have a look at the code in your button. Clearly you are missing something. 
> Do you have the skeleton tiddler?
>
> Birthe
>
> Den torsdag den 1. maj 2014 09.40.37 UTC+2 skrev Shash:
>>
>> Oops had missed the newtiddler widget. I have imported the same. But when 
>> trying to open a new tiddler with the journal button I am getting "Draft of 
>> Undefined" tiddler instead of the one shown in example .Can you please help 
>> me how to get rid of this. 
>>
>> Thanks!
>> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Birthe C
Hi Shash
Only thing I can think of isdid you remember the dateTime macro?

Birthe

On Thursday, May 1, 2014 10:07:20 AM UTC+2, Shash wrote:
>
> Yes I have even imported the base_skeleton from Stephan's site.  This is 
> the code I am using
>
> <$set name="tag" value="minutes">
> <$newtiddler title=<> 
> skeleton="base_skeleton" edit="yes">New Staff Meeting
> 
>
> Shash
>
>
> On Thursday, May 1, 2014 1:30:21 PM UTC+5:30, Birthe C wrote:
>>
>> Hi Shash
>> Have a look at the code in your button. Clearly you are missing 
>> something. Do you have the skeleton tiddler?
>>
>> Birthe
>>
>> Den torsdag den 1. maj 2014 09.40.37 UTC+2 skrev Shash:
>>>
>>> Oops had missed the newtiddler widget. I have imported the same. But 
>>> when trying to open a new tiddler with the journal button I am getting 
>>> "Draft of Undefined" tiddler instead of the one shown in example .Can you 
>>> please help me how to get rid of this. 
>>>
>>> Thanks!
>>> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Stephan Hradek
Maybe you can upload a non-working example to tiddlyspot?

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Birthe C
Hi Shash
And you do have the skeleton tiddler? Have a look in your code, something 
must be missing.

Birthe

Den torsdag den 1. maj 2014 09.40.37 UTC+2 skrev Shash:
>
> Oops had missed the newtiddler widget. I have imported the same. But when 
> trying to open a new tiddler with the journal button I am getting "Draft of 
> Undefined" tiddler instead of the one shown in example .Can you please help 
> me how to get rid of this. 
>
> Thanks!
> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Shash
Thanks Folks!!
I got it working. My final code is as follows

<$set name="tag" value=<>>
<$newtiddler title=<> skeleton="base_skeleton" 
edit="yes">New Staff Meeting



Using this I can create a new tiddler with time and list it conveniently. 

Shash 

On Thursday, May 1, 2014 3:43:17 PM UTC+5:30, Stephan Hradek wrote:
>
> Maybe you can upload a non-working example to tiddlyspot?
>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Stephan Hradek
H… What if you accidently press that button on the exact same time on 2 
different dates? Are you happy with the title of the second one being 
"12:34:56-1"?

I also do not understand why you want the date be a tag…

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Shash
Hello Stephan,

On Friday, May 2, 2014 2:19:21 AM UTC+5:30, Stephan Hradek wrote:
>
> H… What if you accidently press that button on the exact same time on 
> 2 different dates? Are you happy with the title of the second one being 
> "12:34:56-1"?
>

Its Ok for me for the second one to be 12:34:56-1. But I really doubt that 
this would happen. 

>
> I also do not understand why you want the date be a tag…
>

The reason why I wanted this is that I can list all my journals in one 
tiddler (for me which is a dashboard) for a particular week. And this would 
also help me in monitoring the time required for a particular job. 

Also further to ask : Is there any way to get font awesome icons in lieu of 
the standard button which is in place. I tried to import the svg code and 
understand how the '+' (new tiddler button in tiddlywiki) work so that I 
can incorporate the same for this button. But could not achieve it. 

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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Alex V
I'm new here, but wouldn't it make more sense to add a field to those 
journal tiddlers "date" "20140502"? That way you don't have a unique tag 
for every journal entry and can still sort in a dashboard etc.

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Shash
Hello Alex,

Welcome aboard


On Friday, May 2, 2014 2:17:07 PM UTC+5:30, Alex V wrote:
>
> I'm new here, but wouldn't it make more sense to add a field to those 
> journal tiddlers "date" "20140502"? That way you don't have a unique tag 
> for every journal entry and can still sort in a dashboard etc.
>

It seems to be a good idea but i am not sure how to get it done. What 
changes needs to be done in the script to get it going 

Thanks!
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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Danielo Rodríguez
I think there is no need to change anything in the widget itself.

I'm not sure but I think it automatically adds a time-stamp at the creation 
field. 

Anyway, the only thing you have to do is to add a field to your skeleton 
with the name that you want. then put inside that field $(yourVariable)$

Then change your button to be like

<$set name="yourVariable" value=<>>
<$newtiddler title=<> skeleton="base_skeleton" 
edit="yes">New Staff Meeting


After that, list those tags like

<$list filter="[yourField[01-MAY]"/>

El viernes, 2 de mayo de 2014 02:39:28 UTC-7, Shash escribió:
>
> Hello Alex,
>
> Welcome aboard
>
>
> On Friday, May 2, 2014 2:17:07 PM UTC+5:30, Alex V wrote:
>>
>> I'm new here, but wouldn't it make more sense to add a field to those 
>> journal tiddlers "date" "20140502"? That way you don't have a unique tag 
>> for every journal entry and can still sort in a dashboard etc.
>>
>
> It seems to be a good idea but i am not sure how to get it done. What 
> changes needs to be done in the script to get it going 
>
> Thanks!
> 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.
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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Alex V

>
> <$set name="yourVariable" value=<>>
> <$newtiddler title=<> skeleton="base_skeleton" 
> edit="yes">New Staff Meeting
> 
>
> I thought that would work, but no field gets set. Is this supposed to 
> work? Is there another way to set fields in the mean time?
>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Birthe C
Hi Alex V
It works perfectly! 

Danielo also wrote:

> Anyway, the only thing you have to do is to add a field to your skeleton 
> with the name that you want. then put inside that field $(yourVariable)$
>

And 
<$list filter="[yourField[01-MAY]"/>

should be; 
<$list filter="[yourField[01-MAY]]"/>

Birthe


On Friday, May 2, 2014 8:56:10 PM UTC+2, Alex V wrote:
>
> <$set name="yourVariable" value=<>>
>> <$newtiddler title=<> skeleton="base_skeleton" 
>> edit="yes">New Staff Meeting
>> 
>>
>> I thought that would work, but no field gets set. Is this supposed to 
>> work? Is there another way to set fields in the mean time?
>>
>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Alex V
That did it! This instantly makes my journal button much better. Thanks!

On Friday, May 2, 2014 9:47:02 PM UTC+2, Birthe C wrote:
>
> Hi Alex V
> It works perfectly! 
>
> Danielo also wrote:
>
>> Anyway, the only thing you have to do is to add a field to your skeleton 
>> with the name that you want. then put inside that field $(yourVariable)$
>>
>
> And 
> <$list filter="[yourField[01-MAY]"/>
>
> should be; 
> <$list filter="[yourField[01-MAY]]"/>
>
> Birthe
>
>
> On Friday, May 2, 2014 8:56:10 PM UTC+2, Alex V wrote:
>>
>> <$set name="yourVariable" value=<>>
>>> <$newtiddler title=<> skeleton="base_skeleton" 
>>> edit="yes">New Staff Meeting
>>> 
>>>
>>> I thought that would work, but no field gets set. Is this supposed to 
>>> work? Is there another way to set fields in the mean time?
>>>
>>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-17 Thread Captain Packers
This doesn't work for me. All it does is turn the save button red. No new 
tiddler is created or opened.

On Friday, May 2, 2014 4:00:55 PM UTC-4, Alex V wrote:
>
> That did it! This instantly makes my journal button much better. Thanks!
>
> On Friday, May 2, 2014 9:47:02 PM UTC+2, Birthe C wrote:
>>
>> Hi Alex V
>> It works perfectly! 
>>
>> Danielo also wrote:
>>
>>> Anyway, the only thing you have to do is to add a field to your skeleton 
>>> with the name that you want. then put inside that field $(yourVariable)$
>>>
>>
>> And 
>> <$list filter="[yourField[01-MAY]"/>
>>
>> should be; 
>> <$list filter="[yourField[01-MAY]]"/>
>>
>> Birthe
>>
>>
>> On Friday, May 2, 2014 8:56:10 PM UTC+2, Alex V wrote:
>>>
>>> <$set name="yourVariable" value=<>>
 <$newtiddler title=<> skeleton="base_skeleton" 
 edit="yes">New Staff Meeting
 

 I thought that would work, but no field gets set. Is this supposed to 
 work? Is there another way to set fields in the mean time?

>>>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-17 Thread Captain Packers
It is creating tiddlers, but it isn't opening them for editing.

On Friday, October 17, 2014 10:48:38 AM UTC-4, Captain Packers wrote:
>
> This doesn't work for me. All it does is turn the save button red. No new 
> tiddler is created or opened.
>
> On Friday, May 2, 2014 4:00:55 PM UTC-4, Alex V wrote:
>>
>> That did it! This instantly makes my journal button much better. Thanks!
>>
>> On Friday, May 2, 2014 9:47:02 PM UTC+2, Birthe C wrote:
>>>
>>> Hi Alex V
>>> It works perfectly! 
>>>
>>> Danielo also wrote:
>>>
 Anyway, the only thing you have to do is to add a field to your 
 skeleton with the name that you want. then put inside that field 
 $(yourVariable)$

>>>
>>> And 
>>> <$list filter="[yourField[01-MAY]"/>
>>>
>>> should be; 
>>> <$list filter="[yourField[01-MAY]]"/>
>>>
>>> Birthe
>>>
>>>
>>> On Friday, May 2, 2014 8:56:10 PM UTC+2, Alex V wrote:

 <$set name="yourVariable" value=<>>
> <$newtiddler title=<> 
> skeleton="base_skeleton" edit="yes">New Staff Meeting
> 
>
> I thought that would work, but no field gets set. Is this supposed to 
> work? Is there another way to set fields in the mean time?
>


-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-17 Thread Captain Packers
And they aren't getting tagged either.

On Friday, October 17, 2014 10:51:08 AM UTC-4, Captain Packers wrote:
>
> It is creating tiddlers, but it isn't opening them for editing.
>
> On Friday, October 17, 2014 10:48:38 AM UTC-4, Captain Packers wrote:
>>
>> This doesn't work for me. All it does is turn the save button red. No new 
>> tiddler is created or opened.
>>
>> On Friday, May 2, 2014 4:00:55 PM UTC-4, Alex V wrote:
>>>
>>> That did it! This instantly makes my journal button much better. Thanks!
>>>
>>> On Friday, May 2, 2014 9:47:02 PM UTC+2, Birthe C wrote:

 Hi Alex V
 It works perfectly! 

 Danielo also wrote:

> Anyway, the only thing you have to do is to add a field to your 
> skeleton with the name that you want. then put inside that field 
> $(yourVariable)$
>

 And 
 <$list filter="[yourField[01-MAY]"/>

 should be; 
 <$list filter="[yourField[01-MAY]]"/>

 Birthe


 On Friday, May 2, 2014 8:56:10 PM UTC+2, Alex V wrote:
>
> <$set name="yourVariable" value=<>>
>> <$newtiddler title=<> 
>> skeleton="base_skeleton" edit="yes">New Staff Meeting
>> 
>>
>> I thought that would work, but no field gets set. Is this supposed to 
>> work? Is there another way to set fields in the mean time?
>>
>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-17 Thread Stephan Hradek
Maybe, if you show what you have, someone can help. At the moment no one 
will be able to help as you do not properly describe anything.

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-24 Thread Captain Packers
I found this thread because I had the same original problem as the creator, 
Sash. 

   - When I copy the New Staff Meeting button from here 
    and open the tiddler get the 
   following error.

Undefined widget 'newtiddler'

Again, following the thread, I did the following:

   1. import the newtiddler widget ($:/plugins/skeeve/newtiddler.js
   2. save and reload
   3. open New Staff Meeting button tiddler
   4. click on New Staff Meeting button
   5. there is no apparent change or action that takes place
   6. import base_skeleton, save and reload
   7. again, clicking the button has no apparent affect
   8. import the dateTime.js macro ($:/macros/skeeve/date
   9. now when I click the New Staff Meeting button, the save icon turns 
   red and a new tiddler, Staff Meeting on 2014-10-24 appears under the Recent 
   tab, but it does not auto open. When I open it manually, it does have a 
   "minutes" tag. 

It seems the only thing I'm missing now is how to get the new tiddler to 
auto-open for editing

here is the code behind the New Staff Meeting button tiddler
<$set name="tag" value="minutes">
<$newtiddler title=<> 
skeleton="base_skeleton" edit="yes">New Staff Meeting


Any help would be appreciated.

Thanks in advance,
Captain Packers

On Friday, October 17, 2014 12:05:37 PM UTC-4, Stephan Hradek wrote:
>
> Maybe, if you show what you have, someone can help. At the moment no one 
> will be able to help as you do not properly describe anything.
>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-24 Thread Danielo Rodríguez
Forget about that, is too old information.

Which Tiddlywiki version are you using? I suggest you to take a brand new 
tiddlywiki from tiddlywiki.com. The ability to create journal entries is 
now a built-in feature.

El viernes, 24 de octubre de 2014 17:22:46 UTC+2, Captain Packers escribió:
>
> I found this thread because I had the same original problem as the 
> creator, Sash. 
>
>- When I copy the New Staff Meeting button from here 
> and open the tiddler get the 
>following error.
>
> Undefined widget 'newtiddler'
>
> Again, following the thread, I did the following:
>
>1. import the newtiddler widget ($:/plugins/skeeve/newtiddler.js
>2. save and reload
>3. open New Staff Meeting button tiddler
>4. click on New Staff Meeting button
>5. there is no apparent change or action that takes place
>6. import base_skeleton, save and reload
>7. again, clicking the button has no apparent affect
>8. import the dateTime.js macro ($:/macros/skeeve/date
>9. now when I click the New Staff Meeting button, the save icon turns 
>red and a new tiddler, Staff Meeting on 2014-10-24 appears under the 
> Recent 
>tab, but it does not auto open. When I open it manually, it does have a 
>"minutes" tag. 
>
> It seems the only thing I'm missing now is how to get the new tiddler to 
> auto-open for editing
>
> here is the code behind the New Staff Meeting button tiddler
> <$set name="tag" value="minutes">
> <$newtiddler title=<> 
> skeleton="base_skeleton" edit="yes">New Staff Meeting
> 
>
> Any help would be appreciated.
>
> Thanks in advance,
> Captain Packers
>
> On Friday, October 17, 2014 12:05:37 PM UTC-4, Stephan Hradek wrote:
>>
>> Maybe, if you show what you have, someone can help. At the moment no one 
>> will be able to help as you do not properly describe anything.
>>
>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-24 Thread Captain Packers
Thanks. Can you tell me how to modify the default date format and the 
Tiddler Title of the new journal tiddlers?

On Friday, October 24, 2014 12:02:07 PM UTC-4, Danielo Rodríguez wrote:
>
> Forget about that, is too old information.
>
> Which Tiddlywiki version are you using? I suggest you to take a brand new 
> tiddlywiki from tiddlywiki.com. The ability to create journal entries is 
> now a built-in feature.
>
> El viernes, 24 de octubre de 2014 17:22:46 UTC+2, Captain Packers escribió:
>>
>> I found this thread because I had the same original problem as the 
>> creator, Sash. 
>>
>>- When I copy the New Staff Meeting button from here 
>> and open the tiddler get the 
>>following error.
>>
>> Undefined widget 'newtiddler'
>>
>> Again, following the thread, I did the following:
>>
>>1. import the newtiddler widget ($:/plugins/skeeve/newtiddler.js
>>2. save and reload
>>3. open New Staff Meeting button tiddler
>>4. click on New Staff Meeting button
>>5. there is no apparent change or action that takes place
>>6. import base_skeleton, save and reload
>>7. again, clicking the button has no apparent affect
>>8. import the dateTime.js macro ($:/macros/skeeve/date
>>9. now when I click the New Staff Meeting button, the save icon turns 
>>red and a new tiddler, Staff Meeting on 2014-10-24 appears under the 
>> Recent 
>>tab, but it does not auto open. When I open it manually, it does have a 
>>"minutes" tag. 
>>
>> It seems the only thing I'm missing now is how to get the new tiddler to 
>> auto-open for editing
>>
>> here is the code behind the New Staff Meeting button tiddler
>> <$set name="tag" value="minutes">
>> <$newtiddler title=<> 
>> skeleton="base_skeleton" edit="yes">New Staff Meeting
>> 
>>
>> Any help would be appreciated.
>>
>> Thanks in advance,
>> Captain Packers
>>
>> On Friday, October 17, 2014 12:05:37 PM UTC-4, Stephan Hradek wrote:
>>>
>>> Maybe, if you show what you have, someone can help. At the moment no one 
>>> will be able to help as you do not properly describe anything.
>>>
>>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-24 Thread Danielo Rodríguez
Sure, it is very easy. The only thing you have to do is open the control 
panel (the gear button at the right) and adjust the title and date format 
to your likings. You can also change the tag. Check out also the new 
journal here. Similar but slightly different.

El viernes, 24 de octubre de 2014 19:29:47 UTC+2, Captain Packers escribió:
>
> Thanks. Can you tell me how to modify the default date format and the 
> Tiddler Title of the new journal tiddlers?
>
> On Friday, October 24, 2014 12:02:07 PM UTC-4, Danielo Rodríguez wrote:
>>
>> Forget about that, is too old information.
>>
>> Which Tiddlywiki version are you using? I suggest you to take a brand new 
>> tiddlywiki from tiddlywiki.com. The ability to create journal entries is 
>> now a built-in feature.
>>
>> El viernes, 24 de octubre de 2014 17:22:46 UTC+2, Captain Packers 
>> escribió:
>>>
>>> I found this thread because I had the same original problem as the 
>>> creator, Sash. 
>>>
>>>- When I copy the New Staff Meeting button from here 
>>> and open the tiddler get the 
>>>following error.
>>>
>>> Undefined widget 'newtiddler'
>>>
>>> Again, following the thread, I did the following:
>>>
>>>1. import the newtiddler widget ($:/plugins/skeeve/newtiddler.js
>>>2. save and reload
>>>3. open New Staff Meeting button tiddler
>>>4. click on New Staff Meeting button
>>>5. there is no apparent change or action that takes place
>>>6. import base_skeleton, save and reload
>>>7. again, clicking the button has no apparent affect
>>>8. import the dateTime.js macro ($:/macros/skeeve/date
>>>9. now when I click the New Staff Meeting button, the save icon 
>>>turns red and a new tiddler, Staff Meeting on 2014-10-24 appears under 
>>> the 
>>>Recent tab, but it does not auto open. When I open it manually, it does 
>>>have a "minutes" tag. 
>>>
>>> It seems the only thing I'm missing now is how to get the new tiddler to 
>>> auto-open for editing
>>>
>>> here is the code behind the New Staff Meeting button tiddler
>>> <$set name="tag" value="minutes">
>>> <$newtiddler title=<> 
>>> skeleton="base_skeleton" edit="yes">New Staff Meeting
>>> 
>>>
>>> Any help would be appreciated.
>>>
>>> Thanks in advance,
>>> Captain Packers
>>>
>>> On Friday, October 17, 2014 12:05:37 PM UTC-4, Stephan Hradek wrote:

 Maybe, if you show what you have, someone can help. At the moment no 
 one will be able to help as you do not properly describe anything.

>>>

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-24 Thread Stephan Hradek


Am Freitag, 24. Oktober 2014 19:29:47 UTC+2 schrieb Captain Packers:
>
> Thanks. Can you tell me how to modify the default date format and the 
> Tiddler Title of the new journal tiddlers?
>

Would you mind telling what's not clear in the explanation you can find 
here? http://tiddlywiki.com/#Creating%20journal%20tiddlers

This is not a blame, but an honest question. Tiddlywiki is constantly 
searching for better documentation and if you find something unclear, maybe 
you can improove the documentation by proposing some other text.

-- 
You received this message because you 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] Feature Request for Journal button by Stephan Hradek

2014-10-24 Thread Captain Packers
I just hadn't seen the documentation or the configuration options 

-- 
You received this message because you 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.