[tw5] Re: Get Tiddlers with Created Date of Current Month and Day

2019-08-12 Thread Josh Sullivan
Thank you! 

Working perfectly now. I really appreciate it.

Cheers,
Josh

On Monday, August 12, 2019 at 9:51:17 AM UTC-4, BurningTreeC wrote:
>
>
> This is fantastic, thank you @BurningTreeC.
>>
>> A question, when I added it, it didn't give the links to the actual 
>> tiddlers, just the names. At first it had system tiddlers which had live 
>> links, but I was able to filter those out, but the regular Tiddlers links 
>> are not live. I tried to use list-links, but that replicated the results a 
>> ridiculous amount of times and also didn't have the live links. Any 
>> suggestions?
>>
>> Thanks again!
>>
>> On Monday, August 12, 2019 at 6:27:37 AM UTC-4, BurningTreeC wrote:
>>>
>>>
>>> Hello,
>>>>
>>>> Basically I am trying to have something I can look at to see tiddlers 
>>>> from previous years that have the same month and day as today. For 
>>>> example, 
>>>> I could look and see all Tiddlers created on 11 August, from 2018, 2017, 
>>>> etc. 
>>>>
>>>> I've been trying to get it to work, but I'm not having any luck.
>>>>
>>>> Any suggestions?
>>>>
>>>
>>> Hi Josh, this might work:
>>>
>>> <$set name="todayMonthDay" value=<>>
>>> <$list filter="[all[tiddlers]]" variable="tiddler">
>>> <$set name="monthDay" value={{{ 
>>> [get[created]split[]last[13]first[4]join[]] 
>>> }}}>
>>> <$list filter="[match]">
>>>
>>> <>
>>>
>>> 
>>> 
>>> 
>>> 
>>>
>>>
> Here you go with the same but with tiddler-links:
>
>
> <$set name="todayMonthDay" value=<>>
> <$list filter="[all[tiddlers]]" variable="tiddler">
> <$set name="monthDay" value={{{ 
> [get[created]split[]last[13]first[4]join[]] 
> }}}>
> <$list filter="[match]">
>
> <$link to=<>><>
>
> 
> 
> 
> 
>
>
>
>
>>>
>>>> Cheers,
>>>> Josh
>>>>
>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4476fb54-b11b-4537-b69e-ca240e99b1c2%40googlegroups.com.


[tw5] Re: Get Tiddlers with Created Date of Current Month and Day

2019-08-12 Thread Josh Sullivan
This is fantastic, thank you @BurningTreeC.

A question, when I added it, it didn't give the links to the actual 
tiddlers, just the names. At first it had system tiddlers which had live 
links, but I was able to filter those out, but the regular Tiddlers links 
are not live. I tried to use list-links, but that replicated the results a 
ridiculous amount of times and also didn't have the live links. Any 
suggestions?

Thanks again!

On Monday, August 12, 2019 at 6:27:37 AM UTC-4, BurningTreeC wrote:
>
>
> Hello,
>>
>> Basically I am trying to have something I can look at to see tiddlers 
>> from previous years that have the same month and day as today. For example, 
>> I could look and see all Tiddlers created on 11 August, from 2018, 2017, 
>> etc. 
>>
>> I've been trying to get it to work, but I'm not having any luck.
>>
>> Any suggestions?
>>
>
> Hi Josh, this might work:
>
> <$set name="todayMonthDay" value=<>>
> <$list filter="[all[tiddlers]]" variable="tiddler">
> <$set name="monthDay" value={{{ 
> [get[created]split[]last[13]first[4]join[]] 
> }}}>
> <$list filter="[match]">
>
> <>
>
> 
> 
> 
> 
>
>
>
>> Cheers,
>> Josh
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/014a0aa8-b960-4e94-90fc-90e3d2a3cb85%40googlegroups.com.


[tw5] Get Tiddlers with Created Date of Current Month and Day

2019-08-11 Thread Josh Sullivan
Hello,

Basically I am trying to have something I can look at to see tiddlers from 
previous years that have the same month and day as today. For example, I 
could look and see all Tiddlers created on 11 August, from 2018, 2017, etc. 

I've been trying to get it to work, but I'm not having any luck.

Any suggestions?

Cheers,
Josh

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4389a761-97aa-4f3d-b1a0-d2145001ec38%40googlegroups.com.


[tw] Re: Ability to open/save multiple tiddlers ?

2018-01-18 Thread Josh Luitjens
Cool. Thank you

On Thursday, January 18, 2018 at 5:27:18 PM UTC-6, ste...@gmail.com wrote:
>
> Hi,
>
> As I wasn't aware of Tobias' solution, I made a similar tool recently:
>
>
> http://stefct-resources.tiddlyspot.com/#Stories:Stories%20%24%3A%2Ftools%2FStoryListPicker
>
> The UI is slightly different, but the functionality is probably pretty 
> much the same.
>
> Cheers,
>
> Stef
>
>
>
> On Thursday, January 18, 2018 at 4:01:35 AM UTC+1, Josh Luitjens wrote:
>>
>> WOW. Thank you so much for this! Story saving is nice for all the 
>> end-users for an internal system ;)
>>
>> Cheers!
>>
>> edit: looks like permaview/link are the alternatives for the link 
>> shortcut as well https://tiddlywiki.com/#TiddlerFields:Tiddlers 
>> TiddlerTags TiddlerFields ContentType
>>
>> On Wednesday, January 17, 2018 at 8:58:41 PM UTC-6, Mark S. wrote:
>>>
>>>
>>> http://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot
>>>
>>> Tobias has a link to an older version as well, which I've been using for 
>>> a long time now.
>>>
>>> -- 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.
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/839d4bf1-1d9a-4bea-860b-debe9b8a31b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ability to open/save multiple tiddlers ?

2018-01-17 Thread Josh Luitjens
WOW. Thank you so much for this!

Cheers!

On Wednesday, January 17, 2018 at 8:58:41 PM UTC-6, Mark S. wrote:
>
>
> http://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot
>
> Tobias has a link to an older version as well, which I've been using for a 
> long time now.
>
> -- Mark
>
> On Wednesday, January 17, 2018 at 6:34:48 PM UTC-8, Josh Luitjens wrote:
>>
>> Few questions.. 
>>
>>
>> Is there the ability for TiddlyWiki in its base product to open multiple 
>> tiddlers at once via link navmenu on the right? 
>> Saving a 'set' of tiddlers open > for the former process?
>>
>> Akin process to https://tiddlywiki.com/ home page, a whole set of 
>> tiddlers load. Is that possible?
>>
>> 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/d9136f65-cf18-4ac2-a2a0-13321fe530d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Ability to open/save multiple tiddlers ?

2018-01-17 Thread Josh Luitjens
Cool wiki. Few questions..

Is it possible to open multiple tiddlers at once via link navmenu on the 
right? 
Saving a 'set' of tiddlers open > for the former process?


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/12cf02de-99e3-453b-b72a-629a1c44acb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Returning to TW.

2017-11-05 Thread Josh Rollins
Thanks for those of you who read. 

I know this looks a bit like a plug or an attempt to read my stuff. OK 
yeah, sure, and you haven't heard of me before either... I know. So I 
wanted to explain a bit more:

I've been a member of this community as long as I used TW (about two years 
now) under my real name. This is my pseudonym. Why pseudonym? Because some 
of the stuff I write about is NSFW, or not considered SFW. Sometimes I 
write things that could cause conflict with people I work with. I love TW 
and this is an honest post about it. 

There are technical things I could definitely write about more, 
philosophical or technical, and I'm open to suggestions :)

Thanks!


On Saturday, November 4, 2017 at 11:19:42 PM UTC-4, Josh Rollins wrote:
>
> I didn't write much about how I use TW to the outside world, and perhaps I 
> should change that. Here's a story about how I returned to it, last week. 
> Hope it's ok to share personal stories :)
>
> https://medium.com/@Josh_Rollins/the-return-of-tiddlywiki-5bc24ecdbf83
>

-- 
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/fda02190-e611-4009-83f8-afb309f99118%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Returning to TW.

2017-11-04 Thread Josh Rollins
I didn't write much about how I use TW to the outside world, and perhaps I 
should change that. Here's a story about how I returned to it, last week. 
Hope it's ok to share personal stories :)

https://medium.com/@Josh_Rollins/the-return-of-tiddlywiki-5bc24ecdbf83

-- 
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/ab172f46-e76f-4026-98aa-a12a0ab100a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Upgrade incompatibility around "modified" field

2017-05-03 Thread Josh Burton
Thanks Birthe!  This is helpful.  I put the following text 
in $:/core/ui/ViewTemplate/subtitle:

<$reveal type="nomatch" state=<> text="hide" tag="div" 
retain="yes" animate="yes">

<$link to={{!!modifier}}> <$view field="modifier"/>,
<$view field="created" format="date" template="DD MMM "/> -
<$view field="modified" format="date" template="DD MMM "/>



This makes the timestamps look better in the subtitles of each tiddler. 
 But it still doesn't totally solve the problem.  For tiddlers with a 
"modified" field, the subtitle looks like this:

2017-05-01 - 2017-05-02

While tiddlers without a "modified" field look like this:

2017-05-01 -

Furthermore, tiddlers without a "modified" field don't show up in the 
"Recent" tab in the sidebar, which is weird.  I still think the best 
solution would be for all tabs lacking a "modified" field to have the 
"created" field automatically copied into the "modified" field at upgrade 
time.  This should be a simple enough task for a plugin.

-- Josh


On Wednesday, May 3, 2017 at 12:26:52 AM UTC-7, Josh Burton wrote:
>
> Hi all,
>
> I'm a long-time user, first-time writer.  And I recently upgraded my 
> TiddlyWiki from Classic to TW5 by using the online upgrade tool 
> <http://tiddlywiki.com/upgrade.html>.  Everything looked great - except 
> that some of my tiddlers mysteriously stopped displaying their timestamps.
>
> I did some research and I think I've figured out the root of the problem 
> (please someone correct me if I'm wrong):
>
> 1) In TW Classic, a tiddler gets its "created" field and timestamp at the 
> moment when it is first saved.  It does not get a "modified" field and 
> timestamp unless you subsequently change its text and save the changes.  In 
> the river view, a tiddler is displayed with its "modified" timestamp unless 
> it lacks a "modified" field, in which case it's displayed with the 
> "created" timestamp.
> 2) In TW5, a tiddler is first "created" at the moment when its text box 
> first appears.  It gets a "modified" field and timestamp when it is first 
> saved.
> 3) The online upgrade tool doesn't seem aware of the difference between 
> behavior 1) and 2).  It keeps track of each tiddler's "created" and 
> "modified" fields.  But when a tiddler lacks a "modified" field (because it 
> was created in Classic and never modified after its initial save), TW5 
> displays the tiddler with no timestamp in the normal river view.
>
> There's no real loss of information here, because the tiddlers store the 
> same data internally.  But the river display is misleading.  This doesn't 
> seem like intended behavior.
>
> This could be fixed with a tool/plugin that copies the "created" field 
> into the "modified" field for all tiddlers that lack a "modified" field.  I 
> know enough about regular expressions to create a quick hacky version of 
> this fix for my own use, but I don't know any JavaScript so I should 
> probably not be the one to contribute public code.  It would be awesome if 
> this fix were part of the automated upgrade process.
>
> Keep up the great work - I do love TiddlyWiki!
>
> -- Josh
>

-- 
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/14ec814e-2be1-4b5d-85f5-a5f8720dc766%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Upgrade incompatibility around "modified" field

2017-05-03 Thread Josh Burton
Hi all,

I'm a long-time user, first-time writer.  And I recently upgraded my
TiddlyWiki from Classic to TW5 by using the online upgrade tool
<http://tiddlywiki.com/upgrade.html>.  Everything looked great - except
that some of my tiddlers mysteriously stopped displaying their timestamps.

I did some research and I think I've figured out the root of the problem
(please someone correct me if I'm wrong):

1) In TW Classic, a tiddler gets its "created" field and timestamp at the
moment when it is first saved.  It does not get a "modified" field and
timestamp unless you subsequently change its text and save the changes.  In
the river view, a tiddler is displayed with its "modified" timestamp unless
it lacks a "modified" field, in which case it's displayed with the
"created" timestamp.
2) In TW5, a tiddler is first "created" at the moment when its text box
first appears.  It gets a "modified" field and timestamp when it is first
saved.
3) The online upgrade tool doesn't seem aware of the difference between
behavior 1) and 2).  It keeps track of each tiddler's "created" and
"modified" fields.  But when a tiddler lacks a "modified" field (because it
was created in Classic and never modified after its initial save), TW5
displays the tiddler with no timestamp in the normal river view.

There's no real loss of information here, because the tiddlers store the
same data internally.  But the river display is misleading.  This doesn't
seem like intended behavior.

This could be fixed with a tool/plugin that copies the "created" field into
the "modified" field for all tiddlers that lack a "modified" field.  I know
enough about regular expressions to create a quick hacky version of this
fix for my own use, but I don't know any JavaScript so I should probably
not be the one to contribute public code.  It would be awesome if this fix
were part of the automated upgrade process.

Keep up the great work - I do love TiddlyWiki!

-- Josh

-- 
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/CA%2Bk_dyUnY_%3DV0vGFX%3D1jG%2BsSOFUHeU5yjffAeVNBtAf9C_qTtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to repair damaged Tiddlywiki?

2013-12-05 Thread Josh


 Try saving and importing into a new TW5 file.


-- 
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/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh


 Hi Jeremy


Thanks for your reply. 

1. Thanks for explaining the two google hangout products. 

2. I am not sure what you mean by *using whitespace in templates?*However I 
love the sound of *...Hardens 
My Resolve.* 

It always works out very well for all TW5 users. Thanks for all the great 
functionality you keep adding to TW5 and your continual help. 

*Looking at your question to Dylan about Bestrew hardens my resolve to 
make it so that we can use whitespace within templates...*

-- 
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/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh


 Hi Dylan thanks for that example Very much looking forward to trying this. 


-- 
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/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh


 Right, 


Thank you. I understand perfectly. Thanks Jeremy for working on this, and 
Dylan for your explanations. 

-- 
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/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-03 Thread Josh
Hi Dylan, 

I really appreciate your response and all the responses before you. This is 
a great community filled with lots of people who are willing to help. 

I will definitely listen to the hangout. I am curious as to how the hangout 
works actually, does everyone use a webcam and record themselves and the 
someone stitch the feeds together using software so we can see the person 
who is talking. I am not very familiar with the Hangouts feature of Google 
Plus+.

Can you explain this code. For example, in it you refer to different 
classes, such as table class=tw-view-field-table, td 
class=tw-view-field-value, and td class=tw-view-field-name, and  
class=btn-invisible btn-dropdown 

1. Where can I find out more about these different classes and how to use 
them? I would like to implement something similar to bestrew using TW5 to 
manage change requests made by people.

table class=tw-view-field-table tbody tr class=tw-view-field td 
class=tw-view-field-name ID /td td class=tw-view-field-value 
$edit field=sub_id /$edit /td /tr tr class=tw-view-field td 
class=tw-view-field-name Work /td td class=tw-view-field-value 
$edit field=sub_work /$edit /td /tr tr class=tw-view-field 
td class=tw-view-field-name Venue /td td 
class=tw-view-field-value $edit field=sub_venue /$edit /td /tr 
tr class=tw-view-field td class=tw-view-field-nameStatus /td td 
class=tw-view-field-value p$edit-text field=sub_status tag=input 
default= placeholder=sub_status focusPopup=qualify 
$:/state/typeDropdown class=tw-edit-typeeditor/ $button 
popup=qualify $:/state/typeDropdown class=btn-invisible 
btn-dropdown{{$:/core/images/down-arrow}}/$button/p div 
class=tw-block-dropdown-wrapper $reveal state=qualify 
$:/state/typeDropdown type=nomatch text= default= div 
class=tw-block-dropdown tw-edit-type-dropdown $linkcatcher 
to=!!sub_status $list filter=[is[shadow]prefix[$:/docs/statuses/]] 
[!is[shadow]prefix[$:/docs/statuses/]] +[sort[description]]$link 
to={{!!name}}$view field=description/ ($view field=name/)/$link 
/$list /$linkcatcher /div /$reveal /div /td /tr tr 
class=tw-view-field td class=tw-view-field-name Send Date /td td 
class=tw-view-field-value $edit-text field=send_date tag=input 
type=date/$edit-text /td /tr tr class=tw-view-field td 
class=tw-view-field-name Reply Date /td td 
class=tw-view-field-value $edit-text field=reply_date tag=input 
type=date/$edit-text /td /tr /tbody /table

This entry is a skeleton. It represents an example of a single 
''submission''. It is also the template for creating new records of this 
type, described by the various fields. To change the data you want to 
record for each entry of this type, edit the fields associated with this 
skeleton, but be careful. The index list is currently built around these 
default fields. Editing the fields will only change the fields available 
for ''new'' entries, so it's best to make such changes early.

$button message=tw-new-tiddler param=$:/skeletons/submissionEnter New 
Submission/$button

-- 
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/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-03 Thread Josh
I should have made clear I found this in the *$:/skeletons/submission*tiddler 
on* 
http://nocategories.net/tiddlywiki/bestrew.html*

-- 
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/groups/opt_out.


Re: [tw] Re: what is the difference between tagging and referencing a tiddler and what are each supposed to be used for?

2013-12-02 Thread Josh
Hi Jeremy, 

Thanks for the reply, I will test this out and let you know. Sounds like 
the code for tags is generic and will work for each project note.

*Code*
$list filter=tag1 tag2 tag3 variable=tagItem
$checkbox tag=tagItemTag: tagItem/$checkbox
/$list

-- 
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/groups/opt_out.


[tw] Re: what is the difference between tagging and referencing a tiddler and what are each supposed to be used for?

2013-11-28 Thread Josh
Thanks Eric, 

Might they define the Parent / Child relationship to show maybe that a 
tiddler with the tag task is a task that needs to be completed as part of a 
large project?

But I am not sure this would work given in TW5 at least I don't know of any 
way to do tag hierarchy in the way other tools like evernote show it?

Example Hierarchy 

Project Tag - LOTR
Task A - Get the Ring, tagged with project tag LOTR
Task B - Rule them All! tagged with project tag LOTR

Then the project tag LOTR would have links to all the notes tagged with 
LOTR.

Not sure if there is a way to achieve this in TW the way it is done with 
Evernote above?

-- 
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/groups/opt_out.


[tw] Re: what is the difference between tagging and referencing a tiddler and what are each supposed to be used for?

2013-11-28 Thread Josh
Eric Thanks that worked great.

1. Is there a way of getting a list of all tiddlers tagged with the tag 
*task* that are not tagged with the name of another tiddler?

This would in effect show me all tasks I had to complete that I had not 
assigned to a specific project.

2. Is there also a way of showing all tiddlers that show up in the tag 
section of the Info Button, in a checkbox. Similar to the way the default 
Task Management tiddler works in TW5. (see code below). However is there a 
way of writing the query such that I wouldn't have to change the tag to the 
name of the project note each time. I.e. the code might be create 
listcreate checkboxlinkTiddlers in the Tagging Section of the Info 
Notelink/create checkbox/create list.

By using this generic code I would be able to place it in every project 
note and not have to modify any tags. Using the below method I would have 
to for example change the tag *waiting* to be the title of the project 
tiddler.

This would allow me to look at a task list (showing all my tasks) with 
clickable checklists, as well as each project note (a tiddler tagged with 
project) showing only the tasks I need to do for that project. And I 
could tick off each project task 

The code I have used from the Task Management tiddler is:

$list filter=[!has[draft.of]tag[waiting]!sort[modified]]
$checkbox $link to={{!!title}}$view field=title//$link/$checkbox
/$list

-- 
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/groups/opt_out.


[tw] how to create a list of all tiddlers created or modified today?

2013-11-26 Thread Josh
Hi All,

I have found creating a journal of tasks I perform each day beneficial when 
planning for my performance review and other tasks. However at the moment 
recording what I do on a daily basis still takes a while, I have to examine 
the recent task list and copy the names of the tiddlers I created and then 
link to them in my journal tiddler. For today that would be 2013-11-27 and 
I might have a task [[clear email inbox]]. You get the idea.

Is it possible to run a query which:

1. Lists all tiddlers with a created or modified date of today 2013-11-27 
(this would produce a dynamic list, which if left in this format would show 
the things I did tomorrow when it became 2013-11-28)

2. Therefore, Is it possible to run another query which takes the list of 
tiddlers created in [1] and creates not dynamic links out of those tiddlers.

Here is an example of how I envision these two queries working for now:

Today I perform these tasks, dynamically you might see something like 
(simplified syntax)

checkboxlink list tasks performed or modified today /link/checkbox, 
which would create the following list of dynamic tasks:
!These are tasks for wednesday 2013-11-27
task 1
task 2
task 3
task 4
task 5
task 6

However the next day tasks for wednesday 2013-11-27 would change to any 
tiddlers created or modified on the 2013-11-28 unless another script 
enclosed the titles of all the individual tiddlers in links like this 
(static daily task list):
[[task 1]]
[[task 2]]
[[task 3]]
[[task 4]]
[[task 5]]
[[task 6]]

Then I could just copy the list of static links to a new tiddler and name 
it with todays date, the next day the list of tasks I completed today would 
remain the same

-- 
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/groups/opt_out.


[tw] Re: Save Issues with IE9 in company - alternative to browser?

2013-11-26 Thread Josh
try portable FF and Tiddlyfox, and check your company policies carefully. 
We can use portable software provided it's allowed for commercial use but 
we are responsible. How can you get TW on your computer if you can't save?

-- 
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/groups/opt_out.


Re: [tw] Re: [TW5] Upgrading from Alpha to 15 from Alpha 14?

2013-11-26 Thread Josh
Dylan I believe Jeremy also mentioned you won't be able to import the 
special fields values you have used for your venues and writing submissions 
etc, atleast when importing via a json file?

-- 
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/groups/opt_out.


Re: [tw] Re: [TW5] Upgrading from Alpha to 15 from Alpha 14?

2013-11-26 Thread Josh
Jeremy, 

Does importing a HTML file allow you to import tiddlers and their custom 
fields? Unlike the json file currently?

-- 
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/groups/opt_out.


[tw] Re: how to create a list of all tiddlers created or modified today?

2013-11-26 Thread Josh
Not sure what time period the Recent list is for but I would like to be 
able to create a static list out of if it, in the instance that it did show 
only tiddlers created or modified today, so I could store them in a journal.

-- 
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/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-25 Thread Josh
Thanks Jeremy,

I won't be able to attend but I will keenly watch the discussion afterward.

-- 
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/groups/opt_out.


[tw] Re: Dealing with unwelcome visitors during Google Hangouts

2013-11-25 Thread Josh
subscribed

-- 
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/groups/opt_out.


[tw] Re: TW5 plugin request - Allows you to edit tables using a GUI, and or apply formatting such as headings using a GUI, I am finding it really time consuming to create tables using the syntax.

2013-11-22 Thread Josh


 No I like the modular nature of tiddlywiki, it is simple and easy to 
 search and find things from all directions. 

 

 However putting lots of text into tables becomes very complex and 
 difficult to read without a GUI.


-- 
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/groups/opt_out.


[tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-22 Thread Josh
This was how they did it at teamtasks in TWC 
http://teamtasks.tiddlyspace.com/#%5B%5BTeamTasks%3A%20Task%20Controls%5D%5D

There code was |scope |ValueSwitcher type:dropdown 
valuesSource:ScopeDefinitions |

I found the $:/core/ui/EditTemplate/type tiddler in TW5 but I am not sure 
which parts to start modifying to create my own dropdown lists. I want to 
create dropdown lists for the people involved and the stages in the process.

\\p//Type:// $edit-text field=type tag=input default= 
placeholder=type focusPopup=qualify $:/state/typeDropdown 
class=tw-edit-typeeditor/ $button popup=qualify 
$:/state/typeDropdown class=btn-invisible 
btn-dropdown{{$:/core/images/down-arrow}}/$button/p

div class=tw-block-dropdown-wrapper
$reveal state=qualify $:/state/typeDropdown type=nomatch text= 
default=
div class=tw-block-dropdown tw-edit-type-dropdown
$linkcatcher to=!!type
$list filter=[is[shadow]prefix[$:/docs/types/]] 
[!is[shadow]prefix[$:/docs/types/]] +[sort[description]]$link 
to={{!!name}}$view field=description/ ($view field=name/)/$link
/$list
/$linkcatcher
/div
/$reveal
/div

Many Thanks Josh.

-- 
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/groups/opt_out.


[tw] Re: TW5 plugin request - Allows you to edit tables using a GUI, and or apply formatting such as headings using a GUI, I am finding it really time consuming to create tables using the syntax.

2013-11-22 Thread Josh


 Stephan, putting the texts into individual tiddlers and aggregating them 
 would be great, not sure how to put them in a table though, I can only show 
 a list of tiddlers with a tag, can you help me?


1. Is there a TW Developers post somewhere I can read which shows how to 
write javascript queries, so I can ask more intelligent questions for 
things like 

1. 1. creating a list of tiddlers and their titles which have a tag (this I 
can do)

1. 2. aggregating tiddlers into a table? 

1. 3. Adding items to a dropdown

1. 4. adding items to a dropdown dyanamically, say for example if they have 
the project tag? or if they have both the task and done tags add them 
to a dropdown?


Having seen a lot of examples of what people have done with TWC and TW5 I 
am inspired to modify the standard TW5 and create my own for managing tasks 
and projects. One that recently caught my eye was 
http://nocategories.net/tiddlywiki/bestrew.html where Dylan I believe has 
integrated a HTML table with wikitext inside the column and row elements to 
display the tiddler fields.

I have been shown how to create the buttons, but I cannot create a static 
or dynamic dropdown. I also do not know how to in my below example, create 
a list of tasks without an assigned project?

1. a button for new task tiddler (tagged with task), title of tiddler will 
be the task name. From the new Task tiddler you would be able to assign it 
to an existing project using a dropdown or create a new task that doesn't 
have an associated project.

Many Thanks, 

Josh




-- 
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/groups/opt_out.


Re: [tw] Can't save a TW and the file size is zero

2013-11-22 Thread Josh


 Hi Jeremy, 


Thanks for that I just tried it and it works flawlessly as usual :)

If it's not too much trouble could you add the ability to import custom 
fields via the json file. I know Dylan would certainly appreciate this 
having designed http://nocategories.net/tiddlywiki/bestrew.html

I would like to start using custom fields, and I am sure many others who 
already use custom fields would love this feature too.  

Many Thanks,

Josh.

-- 
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/groups/opt_out.


Re: [tw] Help save my Tiddlywiki! Please!

2013-11-22 Thread Josh


 Jeremy, 


I love your solution because it just shows how versatile tiddlywiki is. If 
you stuff up all your tiddlers bar one you can modify that one, use it to 
find the one with an error and fix it. Great Work!

-- 
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/groups/opt_out.


Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-22 Thread Josh
Excellent! Thanks Eric and Jeremy!


 Any idea when 16 is expected to be released?

 Great Idea Eric!

 Best wishes

 Jeremy

  

 -e




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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/groups/opt_out.


Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-21 Thread Josh
I'd like to be able to search for tiddlers with strings like * at the 
front, since those tiddlers refuse to open in edit mode. I've also found 
even TW5 rel 15 doesn't want to save after trying to edit a tiddler with * 
at the front of the tiddler title.

Is it possible to do that given this code?

* {if(/ [0-9]+$/.exec(title))*Many Thanks, 

Josh.

-- 
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/groups/opt_out.


Re: [tw] How to Backup TW5?

2013-11-21 Thread Josh
Great Thanks Jeremy, 

I see how the download functionality works in Chrome to allow you to save a 
backup along side your previous one. Really appreciate your explanation, 
thanks again.

-- 
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/groups/opt_out.


Re: [tw] Can't save a TW and the file size is zero

2013-11-21 Thread Josh
Hi Ton and Jeremy, 

Thanks for these tips, 

*Ton* 

I haven't tried yours yet, but when I set it up and copy the source code of 
the TW can I then save that as a html file, and when I open it it would 
just be like my normal TW right? Sounds Great! Can't wait to try.



*Jeremy*That code is amazing, is there a way of copying it, saving it, and 
then having tiddlywiki recognise all that code and recreate your tiddlers 
with tags? Or is that Javascript just a much faster way of copying the 
contents of your tiddlers into notepad and then rebuilding all the tiddlers 
again. 

For example the other day when mine crashed I copied every tiddler title 
and content into notepad and then manually copied and pasted each one back 
saving as I went. 

1. Jeremy, from what I can see your JS method basically reduces the time 
taken to copy and paste tiddlers into notepad, instead of copying each 
tiddler one by one, you can copy the contents, titles tags and body of all 
the tiddlers in your TW in one swoop. Cool!

2. Is the output from that JS query capable of formatting the tiddlers in 
such a way that I could copy all that text and ask tiddlywiki to import 
them again, creating new tiddlers with those titles tags and content? Or is 
it just a much faster way of saving the contents of all your tiddlers into 
notepad as I described in [1]?

-- 
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/groups/opt_out.


Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-21 Thread Josh
Jeremy, 

After closer inspection I realised that the second query did work, I went 
from 650~ ish tiddlers to 350 which shaved 400+kb off the file size. 

I found that in both cases after running the queries in the console the 
console output this undefined line *[08:00:17.196] undefined *not sure why?

Those queries worked so fantastically! I think I have an idea of what they 
do, however, would you mind giving me a breakdown of what each of the below 
parts of the queries do? #keentolearn

Here is the parts I can break the query up into:

   1. $tw.wiki. 
- *This is my tiddlywiki, it is treated as an object? *
  - *Why is there a dollar sign$? *
  - *Or is this two objects (tw) and (wiki)?*
   2. .forEachTiddler(function(title,tiddler) 
- *This is a method applied to my tiddlywiki, the object, which loops 
  through the title attribute of each tiddler contained in my tiddlywiki? *
  - *Can you substitute title for tag for example or other tiddler 
  attributes like fields?*
   3. {if(/ [0-9]+$/.exec(title)) 
   - *I know this if statement searches each of the tiddlers titles to see 
  if it has a space and then a number, not sure of the exact syntax though? 
*
  - *Is there somewhere specific in the TW5 Dev community I can go to 
  read about these queries and there syntax?*
   4. {console.log(title)}}) *prints the list of tiddlers found by the 
   first query to the web browsers JS Console.*
   5. {$tw.wiki.deleteTiddler(title)}}) *deletes the tiddlers selected by 
   the first query?*

Lastly, instead of outputting these lists to a javascript console is it 
possible to use them in a tiddler to create a list of tiddlers like the 
following code does?









*!Count of Notes by TagTag Task(small class=tw-menu-list-count$count 
filter=[tag[task]]//small)!Notes tagged with TASK$list 
filter=[tag[task]!sort[modified]]$checkbox $link 
to={{!!title}}$view field=title//$link/$checkbox/$list*

-- 
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/groups/opt_out.


Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-21 Thread Josh
Hey Jeremy, 

Thanks, the first query worked great it showed me a list of all the 
duplicates, however when I ran the second query to delete the duplicates I 
got an undefined error:



*--[08:00:17.194] $tw.wiki.forEachTiddler(function(title,tiddler) {if(/ 
[0-9]+$/.exec(title)){$tw.wiki.deleteTiddler(title)}})[08:00:17.196] 
undefined*

-- 
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/groups/opt_out.


Re: [tw] [TW5] TiddlyWiki Application For Submission Tracking

2013-11-21 Thread Josh
Hi Jeremy and Dylan, 

Dylan I love what you have been able to achieve over at 
*http://nocategories.net/tiddlywiki/bestrew.html*

I am inspired to see what I can do with Tiddlywiki!

1. Is there a way to insert a date dynamically into a tiddler field? or 
title? 

I would like to create a skeleton tiddler that creates a journal with 
todays date in the title in the format -MM-DD for now, and eventually 
the format 
-MM-DD Thursday 22nd November 2013 e.g. 

*2013-11-22 Thursday 22nd November 2013*2. Is there a way to increase the 
submission number automatically, using Dylans example?
Dylan might for example have submitted many pieces of writing to publishers.

-- 
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/groups/opt_out.


[tw] TW5 plugin request - Allows you to edit tables using a GUI, and or apply formatting such as headings using a GUI, I am finding it really time consuming to create tables using the syntax.

2013-11-21 Thread Josh


-- 
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/groups/opt_out.


[tw] Re: TiddlyWiki5 5.0.0-alpha.15 released

2013-11-20 Thread Josh


 Thanks Ton and Jeremy


With the release of the version, what is the best way to migrate all 
existing content?

For example transfer tiddlers and extensions over?

I have previously tried importing tiddlers from another file but I just end 
up with two copies of most 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/groups/opt_out.


Re: [tw] Can't save a TW and the file size is zero

2013-11-20 Thread Josh
Jeremy, 

Does this Save As Plugin work for TW5 release 14? I get the below error 
using TW5 release 14. I am going to upgrade to TW5 ver 15 as soon as 
possible, can you suggest the best way to migrate content?


-- 
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/groups/opt_out.


Re: [tw] Can't save a TW and the file size is zero

2013-11-20 Thread Josh
Like Whatever, I am stuck with my TW5 ver 14  currently open in a browser 

-- 
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/groups/opt_out.


Re: [tw] Can't save a TW and the file size is zero

2013-11-20 Thread Josh


On Thursday, 21 November 2013 13:59:20 UTC+11, Josh wrote:

 Jeremy, 

 Does this Save As Plugin work for TW5 release 14? I get the below error 
 using TW5 release 14. I am going to upgrade to TW5 ver 15 as soon as 
 possible, can you suggest the best way to migrate content?




-- 
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/groups/opt_out.


Re: [tw] Can't save a TW and the file size is zero

2013-11-20 Thread Josh
Hi Eric, 

I thought as much (TW5 having a completely new plugin architecture).

My use case is. 

TW5 release 14 occasionally refuses to save (see error), and I need a way 
to save the notes I have added before I last backed up. I know I can copy 
them all manually, and I will do that if there is no other solution. Just 
wanted to check with the community first.

This happened to me once before last friday and this monday and I was still 
in the process of copying stuff back over from notepad. 

Can you please advise on the best way to save my work, or migrate from one 
version of TW5 to another? I would normally import from a file, however I 
have found that to give me duplicate tiddlers like Welcome1 Welcome2 (two 
copies of every note I made before etc).

Any advise much appreciated. Thanks, Josh.

https://lh3.googleusercontent.com/-7wNb8HLEfCE/Uo2H0bqc2yI/BdU/GwVrZFpfaJE/s1600/ScreenShot00319.png

-- 
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/groups/opt_out.


[tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-20 Thread Josh
I have just imported all my tiddlers from many failed backups using TW5 rel 
14. 

I am now using Rel 15 but I have many duplicate tiddlers e.g. note 1 1 note 
2 2

I would like to know how to modify the below list filter to show only notes 
that have a 2, 3 4, 5, etc on the end (these a the duplicates I want to 
find and delete).

*Here is the filter code:*

$list filter=[!sort[modified]]

$checkbox $link to={{!!title}}$view field=title//$link/$checkbox

/$list


Many Thanks, 

Josh.

-- 
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/groups/opt_out.


[tw] Re: Feature Request - updating tiddler titles across links

2013-11-20 Thread Josh
Thanks Mario :)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] How to Backup TW5?

2013-11-20 Thread Josh
Jeremy, 

Can you tell me more about using the Download Saver option in Chrome 
please?

I've been using FF and TiddlyFox, and when I tried to find a download saver 
extension yesterday I couldn't. 

I then tried saving using File Save As in Chrome but that just corrupted 
the file.

Thanks, 

Josh

-- 
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/groups/opt_out.


[tw] How to get tabs to work in tw5 release 15

2013-11-20 Thread Josh
Hi All, found the tabs example, and just copied and pasted the tabs code 
into my wiki, creating a tiddler called test2 tabs Test2, but I am 
missing a system tiddler or something to actually get the tab to show the 
content from the tabs2 tiddler. 

Please help, 

Many Thanks, 

Josh.

-- 
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/groups/opt_out.


Re: [tw] TW5 - tiddlers as field names and field values

2013-11-19 Thread Josh


 Thanks Stephan and 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/groups/opt_out.


[tw] Feature Request - updating tiddler titles across links

2013-11-19 Thread Josh
When you update the title of a tiddler, the links from all the tiddlers 
that link to that tiddler have their titles updated too.

-- 
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/groups/opt_out.


[tw] Re: Feature Request - updating tiddler titles across links

2013-11-19 Thread Josh
Hi Mario, 

Sorry I forgot to include that detail, I wasn't aware of this functionality 
being available in either TWC or TW5, even via a plugin?

-- 
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/groups/opt_out.


[tw] Re: TiddlyWiki5 5.0.0-alpha.15 released

2013-11-19 Thread Josh
Hi Jeremy, 

I would love to try out the new alpha release 15 however I have never used 
github before. 

Do I have to compile something with node.js etc etc or is there still a 
single file like normal that I can download and start using straight away?

Also, I am not a programmer, but I would really like to help, is there some 
way I can contribute to the project? For example documentation (that 
focuses on users and not developers), bug identification 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/groups/opt_out.


[tw] TW5 Plugins

2013-11-18 Thread Josh
Hi All,

I read this great post 
https://groups.google.com/forum/#!searchin/tiddlywiki/plugins$20tw5/tiddlywiki/w8w74S8rums/KjN32a8VOgUJ

However I am still confused about how to install a plugin in TW5, and if 
the plugins I am thinking of will even work with the new architecture.

I lost the tiddlywiki I use at work today (some file on my HDD took up the 
entire HDD so TW couldn't save and it became corrupted 0 bytes).

I have decided I need a better backup solution. I was confused by how TW 
Classic named it's backups, ( I could never tell which was the most recent, 
and had the most updated information). It named them with so many numbers I 
couldn't decipher them into a date and time such as -MM-DD HHMM.

After my loss (my own fault) I have some questions.


   1. How do you install plugins in TW5?
   
   2. Tagging a tiddler with a date and or time, or is this information 
   better kept in a field? Eventually I would like to be able to create a task 
   from a template, and the task will have the attributes:
  1. date created
  2. date finished (at which point it will be tagged done in the way 
  that TW5 already accomplishes this
  3. calculate total time to complete (This way I can work out which 
  were my major pieces of work or achievements for the year
  4. or maybe be able to organise some tasks as projects and other 
  tasks as sub tasks tasks of projects or things I did to complete a larger 
  piece of work or project. The projects tiddler would have a list of all 
  projects, using the below *SortableGridPlugin *you could see the 
  attributes of the project and sort by them. And when you open the project 
  by clicking its title it shows all the sub tasks that were completed to 
  finish the project.
  
  This all hinges on the fact I learn some Javascript css etc. This is 
  a pipedream a vision.
  
  3. Currently clicking a tiddler link expands and shows the contents 
   of that tiddler. Using the internal version of tiddlywiki5 
   *http://tw5gray.tiddlyspot.com/* the tags also expand to show the titles 
   of all tiddlers with that tag. Is there a way of expanding only all 
   tiddlers within the current tiddler, so you could essentially just scroll 
   down to read everything rather than click on each tiddler link in turn and 
   close it. The way it functions at the moment I find myself wanting to open 
   multiple tiddlers grouped inside another tiddler since they are usually 
   related in this way. But each time I click one I am directed to the top. 
   The tiddler I clicked on opens at the top, and to get to the others 
   tiddlers I have to scroll down (repeating this process for each tiddler I 
   want to open).
   
   Examples of this include: wanting to open all tiddlers tagged with XYZ 
   or all the tiddlers in for example the getting started tiddler. Is this at 
   all possible?
   
   4. Is there a backup plugin in TW5 which accomplishes what the 
  1. *BackupOptionsPlugin *from http://rumkin.com/tools/tiddlywiki/ 
  does? 
 1. Limit your backups to one per day, one per minute etc 
 2. Names your backups in a custom-defined format.

* -MM-DD HHMM. *
  2. *SortableGridPlugin* - from http://rumkin.com/tools/tiddlywiki/ - Take 
  any table and make it sortable.
 1. I want this so I can flick between sort by date created and 
 date created in reverse [tag[task]!tag[done]!sort[created]] from 
 https://groups.google.com/forum/#!topic/tiddlywiki/6htGVb3W5Uk
  
Thanks All, 

Regards, 

Josh.

-- 
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/groups/opt_out.


[tw] Re: TW5 Plugins

2013-11-18 Thread Josh
Thanks Mario, 

Looking forward to more plugins for TW5

-- 
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/groups/opt_out.


[tw] Re: TW5 Plugins

2013-11-18 Thread Josh
Mario, 

To drag a plugin as you described do we drag the name of just one shaddow 
tiddler in More Shadow  , as I thought some plugins required multiple 
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/groups/opt_out.


Re: [tw] TW5 - tiddlers as field names and field values

2013-11-18 Thread Josh
Thanks Jeremy, 

can you calculate the days between two dates using a field for example 
DaysTasken = [modified-[created]?

I want to be able to record these are the tasks I have done, and this is 
how long they took?

-- 
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/groups/opt_out.


Re: [tw] TW5 - tiddlers as field names and field values

2013-11-18 Thread Josh
Also can someone help me interpret the times here in the modified date/time:

201311190051249

year 2013

month 11 (november)

day 19

But what is *0051249*?


-- 
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/groups/opt_out.


[tw] How to Backup TW5?

2013-11-18 Thread Josh
There used to be a backup option in Advanced Options tiddler in TWC.

How do we access this in TW5? I don't want to lose my work if possible. 
Have implemented manual backup (copy file) at the moment.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] removing tags from tiddlers using the checkbox

2013-11-18 Thread Josh
Hi, 

Love the Task Management tiddler built into TW5 which allows you to view 
all tasks, and tick them as done when you click the checkbox.

Two questions about this concept and the below associated code from the 
Task Management Tiddler...

*CODE*

$list 
filter=[!has[draft.of]tag[task]tag[urgent]!tag[done]sort[!created]]

$checkbox tag=done $link to={{!!title}}$view 
field=title//$link/$checkbox

/$list


*Questions*
   
   1. Is it possible to remove the strikethrough which is created when you 
   check the checkbox, thus tagging the task as Done?
   
   2. Using the above code if you complete a task, and tick its checkbox, 
   the task will be tagged with the tag Done and moved to the Completed 
   Tasks section. Is there a way to remove tags when the checkbox is clicked 
   in the same way that tags can be added? For example I tag most of my tasks 
   with just the tag task, however sometimes I use something like urgent. I 
   would want to remove the tag urgent when the task is checked.
   
   3. Can you create a field which displays time in days or hours, I want 
   to subtract the task created date from it's modified date, giving me total 
   time spent on task.
   

-- 
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/groups/opt_out.


[tw] Re: What is the difference between tiddlers being in a lust and multiple tiddlers having the same tag?

2013-11-17 Thread Josh
Thanks Dave, 

That's a great distinction. 

However is there a way to automatically add a tiddler to a list?

Because for example I would like to see tasks that I add most recently to 
Task Management tiddler showing at the top and not the bottom (which sort 
by [created] does). Is this possible or would I have to manually add them 
all to a tiddlers list field to do so?

-- 
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/groups/opt_out.


Re: [tw] Re: What is the difference between tiddlers being in a lust and multiple tiddlers having the same tag?

2013-11-17 Thread Josh


 Thanks 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/groups/opt_out.


[tw] What is the difference between tiddlers being in a lust and multiple tiddlers having the same tag?

2013-11-16 Thread Josh
Hi Guys, 

Browsing David's great site here (*http://www.giffmex.org/tw5mall.htm*) I 
came across many interesting articles.One titled *Lists with tiddler 
summaries.*

On this page he displays tiddlers with the tag *maui *and shows the 
contents of the *summary* *field *next to the tiddler. 

He uses this code:

*$list filter=[tag[Maui]sort[title]]$view field=title 
format=link/ $view field=summary 
format=text/$viewbrbr/$list*
He also describes it is possible to do the same with lists instead of tags, 
I am wondering what are lists? and how are they better than tags? Lists, 
uses this code:

*$list filter=[list[Maui]sort[title]]$view field=title 
format=link/ $view field=summary 
format=text/$viewbrbr/$list*
Many thanks Josh.

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
Ton, 

Thanks, 

Having trouble getting the *T *to show up on all tiddlers though?

It only shows up on the ViewTemplate/title one? So I can only create a Task 
Tiddler from there? And it still doesn't tag the tiddler with tag=task 
automatically? 

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
I am currently using that alpha as well. And I tried some things in your 
internal version (where you can resize, and has a larger window for tiddler 
content). I will try again and let you know. Maybe I will download the 
latest version again.

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
On Second thoughts is there a way I can use the alpha from here: 
*https://github.com/Jermolene/TiddlyWiki5/releases* and just extract the 
actual HTML without having to do anything else like compile it etc? 

I am currently using this one: (I saved the file from step 1) 
*http://five.tiddlywiki.com/static/How%2520to%2520use%2520TiddlyWiki5%2520as%2520a%2520standalone%2520HTML%2520file%2520with%2520TiddlyFox.html*

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
Ton, 

Thanks heaps, I tried it again after downloading this and importing all my 
tiddlers and it worked. I used this version. 
*http://five.tiddlywiki.com/static/How%2520to%2520use%2520TiddlyWiki5%2520as%2520a%2520standalone%2520HTML%2520file%2520with%2520TiddlyFox.html
 
http://five.tiddlywiki.com/static/How%2520to%2520use%2520TiddlyWiki5%2520as%2520a%2520standalone%2520HTML%2520file%2520with%2520TiddlyFox.html*

Questions
1. Is there a way to import by tag when importing tiddlers?
2. The settings page tells you the number of *user created *and *system 
tiddlers* is there some javascript I can use to show me a view of just the 
tiddlers I have created?




-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
I would also like to be able to 

1. Sort by title in reverse order or date created in reverse order *$checkbox 
tag=done $link to={{!!title}}$view 
field=title//$link/$checkbox*
2. Tag a task with the day I complete it in the format -MM-DD
3. Create a Journal Note, tagged journal with the title as a date in the 
format -MM-DD. ( I can do most of this I just don't know how to change 
the title dynamically, to the date?)





-- 
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/groups/opt_out.


[tw] Where did the Close All and New Journal buttons go to in TW5?

2013-11-13 Thread Josh
Hi All, 

In Classic TW there is a Close All Button and Close Other But Not This 
Button, where did they go?

Also in Classic was a New Journal Tiddler Button, I presume a customised 
version of New Blank Tiddler? Where did this go?

How can I get these buttons back?

I have never created javascript or a TW macro before but if that is what it 
takes I am willing to try?

Help much appreciated.

Many Thanks, 

Josh.

-- 
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/groups/opt_out.


[tw] Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Hi All, 

Loving TW5 just found it last week. Some great new functionality. 
Previously used and loved TW Classic. 

I need some help modifying how a standard installation of TW5 works. 

I use the task management function heavily, where you can tag a tiddler as 
DONE and TASK and TW5 automatically creates a task list for you?

I would like to modify the Green + which creates a new tiddler. I want to 
duplicate it and whenever it creates a new tiddler I want the button to 
automatically tag the tiddler with Task. I also want to change the button 
picture for my custom New Task Tiddler to a T for task. 

Please advise on how to do this? And or point me to where I should read 
about modifying tiddlywiki in this way?

Many Thanks, 

Josh.

-- 
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/groups/opt_out.


[tw] Finding and using the latest version of tiddlywiki 5?

2013-11-13 Thread Josh
Hi All, 

I watched this video from youtube to try and learn about TW5  
http://www.youtube.com/watch?v=_Ht-ZnidvGY

On there Jeremy seems to be using a version of TW5 which has a Microsoft 
Word Like editor for formatting type options,(20 sec mark). Therefore I am 
wondering which version of TW was he using then? 

I have downloaded the Alpha from 

*http://five.tiddlywiki.com/static/How%2520to%2520use%2520TiddlyWiki5%2520as%2520a%2520standalone%2520HTML%2520file%2520with%2520TiddlyFox.html*I
 
also tried downloading the same version via GITHUB but I have never used 
Git Hub before and could not find just a HTML file (like I get from the web 
download) when I downloaded this zip.
*https://github.com/Jermolene/TiddlyWiki5/releases/tag/v5.0.0-alpha.14*

I would like to be using the latest version of TW5 (even one which is not a 
release yet is fine) which has the Microsoft Office like editing 
functionality, as I would prefer not to remember the markup, I am not that 
good at typing. Could someone point me to how to get that version, or since 
this video was created in 2010 has that functionality been removed?

Also on a side note: Has anyone anywhere developed some plugin that allows 
you to nest tags which are in tiddlywiki, like for example how it works in 
evernote? I would love this feature.  

Many Thanks, 

Josh


-- 
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/groups/opt_out.


Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2013-11-13 Thread Josh
Thanks Jeremy that clears things up, I had forgotten about an internal 
version which makes perfect sense.

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Jeremy, 

Thank you, however I am still having some issues... Is a skeleton tiddler 
simply a new tiddler with no title no content and no tags?

I created a new tiddler, removed the default title and content and then 
tagged it with Task however the button just creates a new tiddler, and it 
doesn't have the task tag. 

Sorry I am very new to creating buttons and being so new I know I am doing 
something wrong but don't know what?

Also is it possible to have this New Task Button sit next to the New 
Tiddler button with the green + Plus Sign? Rather than having the button 
within a tiddler where I have to keep open the Task Tiddler or open it 
every time I wanted to create a task.

-- 
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/groups/opt_out.


Re: [tw] Re: Finding and using the latest version of tiddlywiki 5?

2013-11-13 Thread Josh
Thanks Jeremy, 

I will eagerly await the next release of TW5. Keep up the great work.

On Thursday, 14 November 2013 06:26:06 UTC+11, Jeremy Ruston wrote:

 Hi Josh

 Yes, the version of TiddlyWiki5 you've found was a pre-alpha experiment 
 from back in 2009/10. It did prototype wysiwyg editing, but it wasn't 
 operational. The prototype lives here:

 http://tiddlywiki.com/tiddlywiki5.old/

 And the code is here:

 https://github.com/Jermolene/TiddlyWiki5.2010.alpha

 I decided to abandon the approach early in 2010, in favour of the 
 TiddlyWiki5 that you see today http://five.tiddlywiki.com/

 Best wishes

 Jeremy



 On Wed, Nov 13, 2013 at 7:15 PM, PMario pmar...@gmail.com 
 javascript:wrote:

 btw - latest version atm is a five.tiddlywiki.com
 -m

 -- 
 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 javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Thanks Jeremy I will play around with that version and the internal version.

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Jeremy,

The quoted text view that keeps showing in purple when you post, is that 
because you are responding from Gmail instead of the Google Groups forums? I

haven't used google groups in a while and I am wondering how to do the 
Show Quoted Text view that you always do when you post?

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
David, 

Would you mind giving me a Run Down of how to do exactly that (create 
buttons based on template)? I am looking to create a new button which has 
the new tiddler functionality from TW5 (but a different picture, and also 
tags the tiddler with task)

I see how to create the button by searching for this: 
*$:/core/ui/PageTemplate* here: 
*https://dl.dropboxusercontent.com/u/2638511/TW5_Test.htm*

But I don't know how to create what the button does, I.e. the 
functionality, giving it a title and a tag. 

So If you could help I want to see for example: 

   1. What the default tiddler looks like 
   2. Where it is, so I can duplicate it and modify it to change the title 
   from tiddler 1 to Task 1, and give it a tag Task.?

-- 
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/groups/opt_out.


Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh


https://lh6.googleusercontent.com/-Oxtxqt5jYkY/UoRHO6vK_5I/Bc8/1rkIbHO96d0/s1600/new+button+here.png
Sorry should have said I was looking for more of a detailed explanation as 
to how to put it in the left menu, as I am new. alongside the other three 
buttons with a picture of a T for task. 

But thank you. the button inside a tiddler worked to create a new tiddler, 
but did not tag the new tiddler with the tag Task however?


-- 
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/groups/opt_out.


[tw] Re: Removing the sidebar

2009-03-04 Thread Farmer Josh

Eric,

In my ignorance, I misspoke. But I took your tip and applied it to the
mainMenu, which is what I meant.

You are always so responsive and helpful. Thank you for supporting
this wonderful tool.

Josh


On Mar 4, 11:26 am, Eric Shulman elsdes...@gmail.com wrote:
 On Mar 4, 8:10 am, aspirant hyp3r...@gmail.com wrote:

  I want to remove the sidebar on the left entirely and reclaim that
  space.
  It would be nice to leave just a wee bit of whitespace to the left of
  my tiddlers, so that they aren't flush w/ the left side of the page.

 put the following CSS in [[StyleSheet]]:
    #sidebar { display:none; }
    #displayArea { margin-right:1em; }

 However... once you hide the sidebar, it will be difficult to actually
 work with your document, since all the useful command will be hidden.
 One way around this is to put a TiddlyLink to the sidebar commands
 into the MainMenu, like this:
    [[commands|SideBarOptions]]

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---