[tw] Re: reply to calendar plugin not working

2017-11-29 Thread TonyM
Bj,

no presure and that work around will help, thanks.

Tony

-- 
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/263b914f-0d09-4b1c-ab88-c87f18f2890e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-28 Thread BJ
the solution to passing in parameters to macros is to use the macocall 
widget

<$macrocall $name="diary" year={{!!title}}/>

I am quite busy at the moment so it will be some time until I can add extra 
features.



On Wednesday, November 29, 2017 at 1:12:31 AM UTC+1, TonyM wrote:
>
> BJ,
>
> I have come across another problem you may be able to help with.
>
> I am unable to pass a variable into the <> macro, where 
> say ((!!title)) is a year, or even a year-month,
>
> I want to create an ability for the user to enter a year and create a year 
> tiddler, from there they can create an entry for any day in that year. This 
> will also allow them to tag other tiddlers with a particular year.
>
> The Background is my Father needs to enter historical records from his 
> diary. But it will take time, so creating a year tiddler and view as he 
> progresses makes sense. 
>
> In addition I am going to use the timeline (
> http://kixam.github.io/TW5-visjsTimeline/) to allow selective addition of 
> journal entries to the time line, or tiddlers without date names that 
> specify a time period.
>
> If you were interested in new features do consider;
>
>- Clickable year and Month links in calander
>   - which open/create a tiddler  tagged year, or -0MM tagged 
>   Month, or even a week tiddler
>- Previous and Next year or month (in Diary) 
>- A Three month display with the selected month in the middle (A 
>Quarter tiddler Q1 Q2 etc)
>
>
> Thanks in Advance
>
>
>
> On Monday, 20 November 2017 00:04:56 UTC+11, BJ wrote:
>>
>>
>>
>> Your  ExtendableCalendar
>> Seems to need a little update as well. Creating a new day journal from 
>> the Diary Year view is giving  
>> Internal JavaScript Error
>> In the 5.1.14 version.
>>
>>
>>
>> I am not seeing problems, what system/browser are you using?
>>
>

-- 
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/0890497a-ea3a-424f-8152-6dda310f31ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-28 Thread TonyM
BJ,

I have come across another problem you may be able to help with.

I am unable to pass a variable into the <> macro, where 
say ((!!title)) is a year, or even a year-month,

I want to create an ability for the user to enter a year and create a year 
tiddler, from there they can create an entry for any day in that year. This 
will also allow them to tag other tiddlers with a particular year.

The Background is my Father needs to enter historical records from his 
diary. But it will take time, so creating a year tiddler and view as he 
progresses makes sense. 

In addition I am going to use the timeline 
(http://kixam.github.io/TW5-visjsTimeline/) to allow selective addition of 
journal entries to the time line, or tiddlers without date names that 
specify a time period.

If you were interested in new features do consider;

   - Clickable year and Month links in calander
  - which open/create a tiddler  tagged year, or -0MM tagged 
  Month, or even a week tiddler
   - Previous and Next year or month (in Diary) 
   - A Three month display with the selected month in the middle (A Quarter 
   tiddler Q1 Q2 etc)


Thanks in Advance



On Monday, 20 November 2017 00:04:56 UTC+11, BJ wrote:
>
>
>
> Your  ExtendableCalendar
> Seems to need a little update as well. Creating a new day journal from the 
> Diary Year view is giving  
> Internal JavaScript Error
> In the 5.1.14 version.
>
>
>
> I am not seeing problems, what system/browser are you using?
>

-- 
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/ff9372bf-8b79-4ad6-9698-01f3beb804a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-20 Thread TonyM
Thanks bj, I can work around that

ta
tony

-- 
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/14b1a710-e8d5-4955-8927-8d50cf5d35ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-20 Thread BJ
The problem is incompatibility with the active content in 

$:/config/NewJournal/Tags 

ie

Journal [[$(currentTiddler)$]]

unfortunately this cannot be used with the calendar extension


On Monday, November 20, 2017 at 9:21:54 AM UTC+1, TonyM wrote:
>
> Bj,
>
> I have the plugin version 1.11.0 add to the previous error message (you 
> re-posted) "too much recursion".
> $:/plugins/bj/Calendar from 
> http://bjtools.tiddlyspot.com/#ExtendableCalendar
>
> Test line `<>`
>
> Does it have any dependencies?
>
> Running in Firefox 57.0 (64bit) on Windows 10, 
>
>- I have observed this fault in TiddlyWiki 5.1.14 After disabling all 
>plugins (except core of course)
>- This has occurred in two different 5.1.14  wikis
>
> It is working in one of my TiddlyWiki 5.1.15 that was upgraded, and 
> working in a new empty 5.1.15
> It is not working in the two that failed above after upgrading to 5.1.15
>
> In Chrome the Wiki throws a different message Uncaught RangeError: 
> Maximum call stack size exceeded
>
> I have attached the problem wiki here if it helps.
>
> I am at a loss to understand.
>
> Regards
> Tony
>
>
>

-- 
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/cf724f2f-b5c4-4f64-94d6-a8882647855a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.