[tw] How to create a description list

2017-11-05 Thread Strider2000
Is there any way to create a description list? I'm thinking something like:


   - MyTiddler1 - this is one of the tiddlers I made
   - SecondTiddler - this is another tiddler


I know how to use <> but can't quite figure out the rest. I 
think I can add a description note in the description field, but I don't 
know how to get it to append to the list item. 
Thanks for any help. 

-- 
You received this message because you are subscribed to 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/5b3cd5c6-c9de-4bb5-815f-76e04d947a6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Any way to change default new tiddler?

2017-11-05 Thread David Gifford
No worries! I guess I forgot that those were "ghost" tiddlers. I got it in
my head that they were actual new tiddlers, just waiting to be edited.

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Sun, Nov 5, 2017 at 8:51 PM, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> That part #3 where you use the tag wasn't clear from your first post. That
> sounds like a bigger project, because effectively you're asking to
> overwrite the "ghost tiddler" code that makes the pseudo tiddler when you
> click on a link to a non-existent tiddler. That might take someone with a
> better grasp of TW innards than yo. Lo siento ;<
>
> Mark
>
> On Sunday, November 5, 2017 at 5:35:24 PM UTC-8, David Gifford wrote:
>>
>> Hi Mark
>>
>> 1. Thank you for your willingness to check this out!
>>
>> 2. The offtopic button is totally unnecessary, part of trying to do
>> things a different way. I can just delete it.
>>
>> 3. It still isn't working the way I envisioned it: to make my usecase
>> crystal clear: I want to tag a tiddler with whatever tag. Then from the tag
>> pill dropdown click the link to what would be the title of the tag, to
>> create the tiddler whose title is the name of the tag. Then I want to edit
>> the tiddler and find the ontopic field already there with a yes in it, and
>> either type no or leave it yes. But when I choose tiddler 2017-11-5-8:44:4
>> and click the tag 'sample taggy' and click the link to sample taggy at the
>> top of the dropdown, the resulting tiddler sample taggy opens, but when I
>> edit it, the ontopic field is not there.
>>
>> My idea is that each file will be to take notes on books on a specific
>> topic, say books on geography. Notes that are on geography will be on topic
>> notes, and will show up in one index. Random helpful notes on other topics
>> are off topic and will show up in a different index. The on topic notes
>> will get built into a course packet of sorts, and off topic notes
>> (ontopic=no) can get transferred to more relevant course packets if needed.
>>
>> Blessings,
>>
>> David Gifford
>> Mexico team leader, Mexico City
>>
>> *Resonate Global Mission*
>> *Engaging People. Embracing Christ.*
>> A Ministry of the Christian Reformed Church
>> resonateglobalmission.org
>>
>>
>> On Sun, Nov 5, 2017 at 8:19 PM, 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com> wrote:
>>
>>> Hi Dave,
>>>
>>> You were close. What it is is there needs to be a bit of code that tests
>>> for the existence of 'additionalFields' and makes sure that the variable
>>> exists before inserting your new field. Without that step it will throw an
>>> error under various conditions. Still only 4 lines of code. So far.
>>>
>>> I wrapped the code in comments starting with "// BEGIN INSERTED SPECIAL
>>> FIELDS CODE" so you should be able to find them easily.
>>>
>>> "So far" because you may want more. I tested cloning, here now and your
>>> existing custom buttons. And it works everywhere. BUT, the thing you might
>>> not like is now is that the offtopic tag button identifies itself as
>>> 'ontopic'. To get around that would require wrapping your code with a
>>> couple more lines of code and not overwrite if it already exists. But I was
>>> thinking that with this new default you might not need the two tag buttons
>>> and could use them to make other custom mods that you don't want universal
>>> (assuming there are some).
>>>
>>> Have fun,
>>> Mark
>>>
>>> On Sunday, November 5, 2017 at 4:43:49 PM UTC-8, Dave Gifford -
>>> http://www.giffmex.org/ wrote:

 Hi Mark

 Thanks for your help.

 The attached file has only one way that I tried to paste it. I also
 tried pasting it just as you had it, both inside and outside the curly
 bracket of the preceding code, and with and without the line " 
 additionalFields
 = {} ; "

 Dave

 On Sunday, November 5, 2017 at 7:13:19 PM UTC-5, Mark S. wrote:
>
> Hi Dave,
>
> Can you post what your tiddler ($:/core/modules/widgets/navigator.js)
> looks like after your patch? What version of TW are you running?
>
> Also, the changes don't take effect until you reload.
>
> My instructions may have seen a little confusing, because Google kept
> wanting to do weird things with the formatting.
>
> Mark
>
> On Sunday, November 5, 2017 at 3:50:20 PM UTC-8, Dave Gifford -
> http://www.giffmex.org/ wrote:
>>
>> Hi Mark
>>
>> I like the idea of your solution, but I am wondering if there is
>> something missing or if I am pasting it wrong. I tried several different
>> ways to paste it and save and reopen, with no results whatsoever.
>>
>> Dave
>>
>> On Friday, November 3, 2017 at 1:15:21 PM UTC-4, Mark S. wrote:
>>>
>>> It would be really nice if tiddlywiki.com gave even a 

Re: [tw] Re: Any way to change default new tiddler?

2017-11-05 Thread David Gifford
Hi Mark

1. Thank you for your willingness to check this out!

2. The offtopic button is totally unnecessary, part of trying to do things
a different way. I can just delete it.

3. It still isn't working the way I envisioned it: to make my usecase
crystal clear: I want to tag a tiddler with whatever tag. Then from the tag
pill dropdown click the link to what would be the title of the tag, to
create the tiddler whose title is the name of the tag. Then I want to edit
the tiddler and find the ontopic field already there with a yes in it, and
either type no or leave it yes. But when I choose tiddler 2017-11-5-8:44:4
and click the tag 'sample taggy' and click the link to sample taggy at the
top of the dropdown, the resulting tiddler sample taggy opens, but when I
edit it, the ontopic field is not there.

My idea is that each file will be to take notes on books on a specific
topic, say books on geography. Notes that are on geography will be on topic
notes, and will show up in one index. Random helpful notes on other topics
are off topic and will show up in a different index. The on topic notes
will get built into a course packet of sorts, and off topic notes
(ontopic=no) can get transferred to more relevant course packets if needed.

Blessings,

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Sun, Nov 5, 2017 at 8:19 PM, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Hi Dave,
>
> You were close. What it is is there needs to be a bit of code that tests
> for the existence of 'additionalFields' and makes sure that the variable
> exists before inserting your new field. Without that step it will throw an
> error under various conditions. Still only 4 lines of code. So far.
>
> I wrapped the code in comments starting with "// BEGIN INSERTED SPECIAL
> FIELDS CODE" so you should be able to find them easily.
>
> "So far" because you may want more. I tested cloning, here now and your
> existing custom buttons. And it works everywhere. BUT, the thing you might
> not like is now is that the offtopic tag button identifies itself as
> 'ontopic'. To get around that would require wrapping your code with a
> couple more lines of code and not overwrite if it already exists. But I was
> thinking that with this new default you might not need the two tag buttons
> and could use them to make other custom mods that you don't want universal
> (assuming there are some).
>
> Have fun,
> Mark
>
> On Sunday, November 5, 2017 at 4:43:49 PM UTC-8, Dave Gifford -
> http://www.giffmex.org/ wrote:
>>
>> Hi Mark
>>
>> Thanks for your help.
>>
>> The attached file has only one way that I tried to paste it. I also tried
>> pasting it just as you had it, both inside and outside the curly bracket of
>> the preceding code, and with and without the line " additionalFields =
>> {} ; "
>>
>> Dave
>>
>> On Sunday, November 5, 2017 at 7:13:19 PM UTC-5, Mark S. wrote:
>>>
>>> Hi Dave,
>>>
>>> Can you post what your tiddler ($:/core/modules/widgets/navigator.js)
>>> looks like after your patch? What version of TW are you running?
>>>
>>> Also, the changes don't take effect until you reload.
>>>
>>> My instructions may have seen a little confusing, because Google kept
>>> wanting to do weird things with the formatting.
>>>
>>> Mark
>>>
>>> On Sunday, November 5, 2017 at 3:50:20 PM UTC-8, Dave Gifford -
>>> http://www.giffmex.org/ wrote:

 Hi Mark

 I like the idea of your solution, but I am wondering if there is
 something missing or if I am pasting it wrong. I tried several different
 ways to paste it and save and reopen, with no results whatsoever.

 Dave

 On Friday, November 3, 2017 at 1:15:21 PM UTC-4, Mark S. wrote:
>
> It would be really nice if tiddlywiki.com gave even a single example
> of how to use paramObject.
>
> With that digression out of the way, you could add this code to
> $:/core/modules/widgets/navigator.js
>
>
> Go down to
>
>
> NavigatorWidget.prototype.handleNewTiddlerEvent
>
> Go further down below where it says:
>
> if(additionalFields && additionalFields.title) {
>   title = additionalFields.title;
>   }
>
> Below these lines, insert:
>
> if(typeof additionalFields == "undefined") {
>additionalFields = {} ;
> }
>
> additionalFields.myfield = "123" ;
>
>
> You can add whatever fields you want here, e.g.
>
> additionalFields.gifford = "true" ;
>
> Save and reload. This should change everywhere that tiddlers are made,
> including new here, clone, and journal.
>
> ABSOLUTELY make a back up before trying this, because this is a very
> ticklish part of the core.
>
>
> Sorry about the bad formatting here -- Google seems to be at war with
> my browser lately.
>
> 

[tw] Re: Any way to change default new tiddler?

2017-11-05 Thread Dave Gifford - http://www.giffmex.org/
Hi Mark

I like the idea of your solution, but I am wondering if there is something 
missing or if I am pasting it wrong. I tried several different ways to 
paste it and save and reopen, with no results whatsoever.

Dave

On Friday, November 3, 2017 at 1:15:21 PM UTC-4, Mark S. wrote:
>
> It would be really nice if tiddlywiki.com gave even a single example of 
> how to use paramObject.
>
> With that digression out of the way, you could add this code to 
> $:/core/modules/widgets/navigator.js
>
>
> Go down to 
>
>
> NavigatorWidget.prototype.handleNewTiddlerEvent
>
> Go further down below where it says:
>
> if(additionalFields && additionalFields.title) {
>   title = additionalFields.title;
>   }
>
> Below these lines, insert:
>
> if(typeof additionalFields == "undefined") {
>additionalFields = {} ;
> }
>
> additionalFields.myfield = "123" ;
>
>
> You can add whatever fields you want here, e.g.
>
> additionalFields.gifford = "true" ;
>
> Save and reload. This should change everywhere that tiddlers are made, 
> including new here, clone, and journal.
>
> ABSOLUTELY make a back up before trying this, because this is a very 
> ticklish part of the core. 
>
>
> Sorry about the bad formatting here -- Google seems to be at war with my 
> browser lately.
>
> Good luck,
> Mark
>
>
>
> On Friday, November 3, 2017 at 7:28:43 AM UTC-7, Dave Gifford - 
> http://www.giffmex.org/ wrote:
>>
>> Hi all
>>
>> One thing I have wanted at times is for all new tiddlers, regardless of 
>> the mode of creating them, to have a certain field. So whether I click on 
>> an empty link or create from a button, the tiddler will already have a 
>> custom field in it. Is there a way to do that? Up till now I have had to 
>> always take the extra step of creating new tiddlers by a custom new tiddler 
>> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5e3e5690-44f8-4606-812b-1a34b66088ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] A working prototype multi-user wiki

2017-11-05 Thread Jed Carty
Well, I never figured out how to make a proper sync adapter, but there are 
almost enough hooks to just use those to trigger sending the web socket 
messages without using a normal sync adapter. It works but I had to make 
some pretty hacky things to make everything fit the way it should and I had 
to add some extra hooks to the navigator widget.

Right now updates propagate almost immediately but I haven't been able to 
find where to add a hook to trigger actions when a tiddler is created by 
something other than the 'create new tiddler' button, so if you create a 
tiddler using something like the action-setfield widget than they aren't 
detected and propagated to the other wikis.

I need to clean up the code a bit before I push the new changes and it is 
bed time now, so expect the update tomorrow sometime.

-- 
You received this message because you are subscribed to 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/50491977-ac50-4de9-ab14-768e21e00171%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread mau loop
Yes, I set the story-filter to have one tiddler at a time. I forgot to
disable it before to load the demo. Just edit
$:/plugins/mau/CustomTemplate/story-filter and set it to
[list[$:/Storylist]] to have the usual default page layout.

I need this single-tiddler mode and I can't use the zooming view, since I
also use Tiddlymap, which doesn't like zooming mode very much, especially
while in full screen.

Il 05/Nov/2017 18:35, "BJ"  ha scritto:

> I am seeing only one tiddler in the story at a time - this is the
> same/similar to the 'zooming' storyview, but I have the 'classic' storyview
> selected from the controlpanel (setting tab), maybe this is what you meant
> to happen.
>
> On Sunday, November 5, 2017 at 11:36:14 AM UTC+1, mauloop wrote:
>>
>> What is not working? I changed the filter that PageTemplate/story uses to
>> select tiddlers to display in order to make it choose just the one listed
>> in {{$:/History list!!current-tiddler}} or alternately the first one in
>> {{$:/Story list!!list}}.
>>
>> This makes more sense if you set new tiddlers opening policies to open
>> always at the top,  so when you close a tiddlers you fall back to last one
>> viewed (in most cases).
>>
>> This works for me, if this was the part you refer as not working, but
>> it's not required for the rest of the template to work.
>>
>> I appreciate your feedback. Thanks in advance,
>>
>> )+(auloop
>>
>>
>>
>> Il 05/Nov/2017 08:47, "BJ"  ha scritto:
>>
>> This is quite  advanced stuff! Your solution looks good, although the
>> storyview seems not to work.
>>
>> It is good to see how some else solves the same problem.
>>
>>
>>
>> On Sunday, November 5, 2017 at 1:33:08 AM UTC+1, mauloop wrote:
>>>
>>> Finally I was able to make your typestemplate working. If I would have
>>> it before it would have saved a lot of work to me.
>>> I did something similar, even if with wiki syntax macros only. If you
>>> would like to take a look here it is
>>> 
>>>
>>> Thanks for your help.
>>>
>>> )+(auloop
>>>
>>> Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto:

 I've put a demo here:

 http://typestemplatedemo.tiddlyspot.com/

 On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote:
>
> @BJ
> Still cannot make your typestemplate plugin work. I tried it directly
> on your site. Maybe for this I should better open a new thread.
>
 --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/tiddlywiki/_nZI7Kt-UR0/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> tiddlywiki+...@googlegroups.com.
>> To post to this group, send email to tiddl...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/tiddlywiki/50fc682d-ec05-4ae0-8293-9eba04dea15f%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/_nZI7Kt-UR0/unsubscribe.
> To unsubscribe from this group and all its topics, 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/c4cb3647-5740-4a6b-a394-da04b01dae36%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAPZC%2BHOZ7m73M-TYo%3DYjf7PQ01pwSsp0txagyZf%3Dc3LmwZbQ6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Testers needed for TiddlyServer

2017-11-05 Thread coda coder


On Saturday, November 4, 2017 at 4:08:36 PM UTC-5, Arlen Beiler wrote:
>
> It took a little to rework the code, but I haven't gotten any feedback on 
> whether or not it works, so I'm guessing maybe it does :) 
>

Yeah, "maybe it does".  Passed 48 hour uptime mark.  No problems.

:)

-- 
You received this message because you are subscribed to 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/f987732a-4969-4ad1-bd86-061d8d3c8873%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: So, TW Desktop?

2017-11-05 Thread coda coder


On Sunday, November 5, 2017 at 10:06:14 AM UTC-6, Shay Shaked wrote:
>
> I saw the Vid. 
>
> To me, it looks a lot like the same thing as the web version. Are there 
> any functional differences?
>

Core TW functionality?  It's the same.  However, if you use ANY 
browser-provided functionality in tandem with your TW workflow, you may 
have issues.  

TiddlyDesktop uses NW.js which uses Chromium (a bare-bones, guts-only 
version of Chrome).  So what you will NOT have is any parts of the browser 
you might ordinarily rely on.  Do you use  Ctrl-F/Find (Cmd-F on Mac?) to 
access the browser's page search facility?  Not available. 
Writing/developing macros/templates can be painful without Ctrl-F.  Do you 
bookmark links in your TWs?  No bookmarks...  Anything else you can think 
of that you would use that is part of the browser shell is likely not 
there, either.

So it depends on your workflow and use case(s).

-- 
You received this message because you are subscribed to 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/76aabc7b-08dd-4153-8f7e-960121123b42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Getting value of dynamically named field into parameter

2017-11-05 Thread Stobot
That's perfect Mark - the wikify was the missing piece from what I had 
tried. I completely misunderstood what that widget did - I come across a 
problem like this all the time and now know what to use. Thanks for the 
reply!!

-- 
You received this message because you are subscribed to 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/a59eed23-8407-486e-b107-24a0432a6cf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: So, TW Desktop?

2017-11-05 Thread Reid Gould
While still listed as "experimental", a neat feature added in 0.0.7 release 
 is the "Add A 
TiddlyWiki Folder" button. It allows you to use a folder of individual tid 
files instead of a monolithic HTML file. This is an advantage for file 
saving because it only has to overwrite the few KB in the tiddlers that you 
changed instead of overwriting a multiple MB file each time. Also, there's 
occasions when I like to just edit one thing with a text editor, and that 
is much easier and safer with individual files.

Only the best for you and your wikis,
[image: Reid Gould]
www.ReidGould.com  
(210) 617-0712 
/in/reidgould  
@rd_gld 


On Sunday, November 5, 2017 at 10:06:14 AM UTC-6, Shay Shaked wrote:
>
> I saw the Vid. 
>
> To me, it looks a lot like the same thing as the web version. Are there 
> any functional differences? I know that with the new Firefox, I'll probably 
> want to use it for fluid saving process... but besides that? What are some 
> good user-case scenarios when it's better to use it than the browser 
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ad6cc517-3cb0-4706-8134-a1b60361eeed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread BJ
I am seeing only one tiddler in the story at a time - this is the 
same/similar to the 'zooming' storyview, but I have the 'classic' storyview 
selected from the controlpanel (setting tab), maybe this is what you meant 
to happen.

On Sunday, November 5, 2017 at 11:36:14 AM UTC+1, mauloop wrote:
>
> What is not working? I changed the filter that PageTemplate/story uses to 
> select tiddlers to display in order to make it choose just the one listed 
> in {{$:/History list!!current-tiddler}} or alternately the first one in 
> {{$:/Story list!!list}}.
>
> This makes more sense if you set new tiddlers opening policies to open 
> always at the top,  so when you close a tiddlers you fall back to last one 
> viewed (in most cases).
>
> This works for me, if this was the part you refer as not working, but it's 
> not required for the rest of the template to work.
>
> I appreciate your feedback. Thanks in advance,
>
> )+(auloop
>
>
>
> Il 05/Nov/2017 08:47, "BJ"  ha scritto:
>
> This is quite  advanced stuff! Your solution looks good, although the 
> storyview seems not to work.
>
> It is good to see how some else solves the same problem.
>
>
>
> On Sunday, November 5, 2017 at 1:33:08 AM UTC+1, mauloop wrote:
>>
>> Finally I was able to make your typestemplate working. If I would have it 
>> before it would have saved a lot of work to me.
>> I did something similar, even if with wiki syntax macros only. If you 
>> would like to take a look here it is 
>> 
>>
>> Thanks for your help.
>>
>> )+(auloop
>>
>> Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto:
>>>
>>> I've put a demo here:
>>>
>>> http://typestemplatedemo.tiddlyspot.com/
>>>
>>> On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote:

 @BJ
 Still cannot make your typestemplate plugin work. I tried it directly 
 on your site. Maybe for this I should better open a new thread.

>>> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tiddlywiki/_nZI7Kt-UR0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/50fc682d-ec05-4ae0-8293-9eba04dea15f%40googlegroups.com
>  
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>

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


Re: [tw] Re: link in a documentation macro doesn't show up as a reference

2017-11-05 Thread Alex Hough
Hi Birthe,

You or anyone else are /is welcome to clone SheepyWiki.
The ideas is to develop a clone-centric TW and a clone centric way of
learning / developing thinking.

here is a new version:
https://alexhough.github.io/SheepyWiki7.html#SheepyWiki%20macros


Alex

On 3 November 2017 at 00:19, @TiddlyTweeter  wrote:

> Ciao *B*irthe
>
> No. This is Alex's work, not mine.
>
> I think his sheep theme is a really good one & want to support it. This
> post is for that.
>
> Josiah
>
> Birthe C wrote:
>>
>> Interesting. You are clearly inspired and I enjoy reading it. You should
>> consider a sheepywiki clone.
>>
> --
> You received this message because you are subscribed to 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/fbdb1bbc-694d-45af-b0f1-5f83302b5502%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

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


[tw] Re: TiddlyDesktop v0.0.9 won't save changes - "Internal Javascript Error"

2017-11-05 Thread ingmar93
I think I've worked around the issue, which was somehow caused by the 
directory and the name of the parent folder (maybe certain characters) of 
the tiddlywiki file.

On Sunday, November 5, 2017 at 5:24:14 PM UTC+1, ingm...@gmail.com wrote:
>
> I'm just starting out with TiddlyWiki and TiddlyDesktop.
>
> I downloaded an empty wiki, changed the name of the wiki in the browser 
> and saved it. Worked fine.
> Then I opened the same file in TiddlyDesktop, added a new tiddler and 
> tried to save it, but I just get this error message each time:
>
>
> 
> I have no idea what might be wrong, so any help is welcome, because as of 
> right now, I can't use TiddlyDesktop at all...
>

-- 
You received this message because you are subscribed to 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/1314230f-5a34-465e-a2c1-c807d35bf76e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyDesktop v0.0.9 won't save changes - "Internal Javascript Error"

2017-11-05 Thread ingmar93
I'm just starting out with TiddlyWiki and TiddlyDesktop.

I downloaded an empty wiki, changed the name of the wiki in the browser and 
saved it. Worked fine.
Then I opened the same file in TiddlyDesktop, added a new tiddler and tried 
to save it, but I just get this error message each time:


I have no idea what might be wrong, so any help is welcome, because as of 
right now, I can't use TiddlyDesktop at all...

-- 
You received this message because you are subscribed to 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/008f0242-1466-487e-9fbc-f928025218c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Getting value of dynamically named field into parameter

2017-11-05 Thread Stobot
Hello everyone,

I'm building a mini-utility for myself as I redesign my project management 
system. I'm trying to allow the user to enter an 'old' field name and 'new' 
field name, and then provide buttons to make the changes. Eventually to be 
a single button, but in two steps until I figure it out...

The below works only because I'm hard-coding the name of the 'old' field 
value as '*context*' (current value of *$:/temp/fieldchanger/from*) in the 
4th code line below. 

Short version: I essentially need the equivalent of 
{{!!{{$:/temp/fieldchanger/from to work, and know it must be a 
combination of <$set> and macros, but I can't figure it out and have been 
trying for hours.

Change from: <$edit-text tiddler="$:/temp/fieldchanger/from" tag="input" 
default=""/> Change to: <$edit-text tiddler="$:/temp/fieldchanger/to" tag=
"input" default=""/>

Step 1: <$button>Add New Field
<$list filter="[has{$:/temp/fieldchanger/from}]">
<$action-setfield $field={{$:/temp/fieldchanger/to}} $value={{!!context}}/>


| Step 2: <$button>Delete Old Field
<$list filter="[has{$:/temp/fieldchanger/from}]">
<$action-deletefield $field={{$:/temp/fieldchanger/from}}/>




Title{{$:/temp/fieldchanger/from}}{{$:/temp/
fieldchanger/to}}
<$list filter="[has{$:/temp/fieldchanger/from}]">

<$link><$view field="title"/>
<$transclude field={{$:/temp/fieldchanger/from}}/>
<$transclude field={{$:/temp/fieldchanger/to}}/>




Hoping someone can help! I've learned a lot about what 'wikifies' and what 
doesn't (macrocall vs <<>> for example), but can't seem to apply that 
knowledge into a parameter where my only option would be <<>> notation. 

-- 
You received this message because you are subscribed to 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/a96fa03f-52c0-44d9-bd70-1deff67bfa12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2017-11-05 Thread Shay Shaked
Wow. Mind blown. *.*

On Friday, October 27, 2017 at 3:34:59 PM UTC-4, Reid Gould wrote:
>
>
>
> 
>
> Dropboard 1.0.0
>
> Dropboard version 1 has arrived! It is now safe, stable, and ready for use 
> as a permanent installation in your wikis.
>
> See the source on GitHub:
> https://github.com/reidgould/tiddlywiki-dropboard
>
> Learn from the examples and documentation in the User Guide:
> http://reidgould.github.io/tiddlywiki-dropboard
>
> Here's a quick overview of the major features.
>
> Kanban like organization in the style of Trello using boards, lists, and 
> cards... But better! 
> Dropboard has:
>
>- Full integration with TiddlyWiki. Drag any tiddler into a board.
>- Collapsible lists that you can still drag cards into.
>- Lots of features to improve workflow and setup the view of your 
>board to be just right for the task at hand.
>
>
>
> 
>
>
>
>
>
> View and edit a huge amount of data at once using window mode and scaling 
> down your font size.
>
>
>
> 
>
>
>
>
> A full Trello style palette for TiddlyWiki called TWello!
>
>
>
> 
>
>
>
>
> Dropboard has been made completely by myself on my own time, and it's 
> taken quite a lot of it! The reason I spent the time to complete this 
> project is to be a key part of my design portfolio as I transition my 
> career into Software Engineering. 
>
> I have a list of features that I would love to add to create a Dropboard 
> version 2.0.0, but unfortunately this is all the time I can spend on this 
> project for free. If you're interested in supporting the next version of 
> this plugin you can support me on Patreon.
>
>
> 
>
> https://www.patreon.com/reidgould
>
>
> Special thanks to all the community members 
>  who 
> offered some great suggestions and helped hunt down bugs!
> Only the best for you and your wikis,
> [image: Reid Gould]
> www.ReidGould.com  
> (210) 617-0712 
> /in/reidgould  
> @rd_gld  
>
>

-- 
You received this message because you are subscribed to 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/ff3359f9-f97a-44ad-8c93-281f5b0143df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] So, TW Desktop?

2017-11-05 Thread Shay Shaked
I saw the Vid. 

To me, it looks a lot like the same thing as the web version. Are there any 
functional differences? I know that with the new Firefox, I'll probably 
want to use it for fluid saving process... but besides that? What are some 
good user-case scenarios when it's better to use it than the browser 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d072ea8-84de-454c-bbbe-8e90e5abab74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Returning to TW.

2017-11-05 Thread Diego Mesa
thanks for sharing Josh I appreciate it! 

On Sunday, November 5, 2017 at 6:43:57 AM UTC-6, Josh Rollins wrote:
>
> 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/230f44e8-2474-4ea9-a482-17d978766b74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Returning to TW.

2017-11-05 Thread @TiddlyTweeter
Ciao Josh

Thanks for this

>From ... 
https://medium.com/@Josh_Rollins/the-return-of-tiddlywiki-5bc24ecdbf83
>
> the most important thing that got me back to TiddlyWiki is that it was 
> completely *mine*.
>

Josh Rollins wrote:
>
>  Hope it's ok to share personal stories :)
>

Yes, it is. I personally like these accounts because it grounds the reasons 
for going TW.

Best wishes
Josiah  

-- 
You received this message because you are subscribed to 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/bdc78354-c8aa-4281-8be2-fa36e9504be6%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] Re: PocketMod version in TW5

2017-11-05 Thread @TiddlyTweeter
Ciao RunningUtes

I had some time and thought that I would try my hand at a TW5 version of 
> TiddlyPocketBook. The old version is still available at 
> http://web.archive.org/web/20120221025510/http://tiddlypocketbook.com:80/
>

FWIW that TiddlyWiki, along with Eric Shulman's TiddlyTools, first got me 
interested in TW. Though I never seriously used them at the time they stuck 
in my mind.
 

> Check out http://pocketmod.runningutes.tiddlyspot.com/ 
> 
>

Unfortunately I can't get it to behave on print layout in Firefox 52.4.1

Best wishes
Josiah 

-- 
You received this message because you are subscribed to 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/5b960085-3cd1-40b3-b4cc-2cfd645f3acd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread mau loop
What is not working? I changed the filter that PageTemplate/story uses to
select tiddlers to display in order to make it choose just the one listed
in {{$:/History list!!current-tiddler}} or alternately the first one in
{{$:/Story list!!list}}.

This makes more sense if you set new tiddlers opening policies to open
always at the top,  so when you close a tiddlers you fall back to last one
viewed (in most cases).

This works for me, if this was the part you refer as not working, but it's
not required for the rest of the template to work.

I appreciate your feedback. Thanks in advance,

)+(auloop



Il 05/Nov/2017 08:47, "BJ"  ha scritto:

This is quite  advanced stuff! Your solution looks good, although the
storyview seems not to work.

It is good to see how some else solves the same problem.



On Sunday, November 5, 2017 at 1:33:08 AM UTC+1, mauloop wrote:
>
> Finally I was able to make your typestemplate working. If I would have it
> before it would have saved a lot of work to me.
> I did something similar, even if with wiki syntax macros only. If you
> would like to take a look here it is
> 
>
> Thanks for your help.
>
> )+(auloop
>
> Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto:
>>
>> I've put a demo here:
>>
>> http://typestemplatedemo.tiddlyspot.com/
>>
>> On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote:
>>>
>>> @BJ
>>> Still cannot make your typestemplate plugin work. I tried it directly on
>>> your site. Maybe for this I should better open a new thread.
>>>
>> --
You received this message because you are subscribed to a topic in the
Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/tiddlywiki/_nZI7Kt-UR0/unsubscribe.
To unsubscribe from this group and all its topics, 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/50fc682d-ec05-4ae0-8293-9eba04dea15f%40googlegroups.com

.

For more options, visit https://groups.google.com/d/optout.

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


[tw] Re: Selecting tiddlers with *only* two tags

2017-11-05 Thread Ste Wilson
Invokes the Hapsburg convention... 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/570892c0-55e2-43d0-ba19-da302893fb31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] PocketMod version in TW5

2017-11-05 Thread Ste Wilson
That looks interesting.. Class handout here I come! 

-- 
You received this message because you are subscribed to 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/67577e85-ce0d-4220-9851-1455bfbe2e0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] A working prototype multi-user wiki

2017-11-05 Thread Jed Carty
Ok, I am going to try this again. As I said before, I have this working, 
the only component that I am having trouble with is the sync adapter.

Is there someone who has time to help and isn't just going to describe the 
structure of the tiddlywiki for 5 posts before concluding that I may need 
to make a sync adapter?

-- 
You received this message because you are subscribed to 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/f69aa3a6-056e-461d-98b8-0247f7598d23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] A working prototype multi-user wiki

2017-11-05 Thread Jed Carty
Yes, a new sync adapter is exactly what I am trying to make. That is why 
when I said I was having trouble I said I was having trouble getting a new 
sync adapter to work. Because everything else works.

-- 
You received this message because you are subscribed to 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/37fd9a77-94af-4a3a-9ea9-6df8568ca10b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] undeletable tiddlers on node.js

2017-11-05 Thread Jed Carty
I don't know the cause of it is this case but I have been running into 
times when deleting certain tiddlers on node the change isn't properly 
propagated back to the file system. I haven't been able to find anything 
consistent about what is happening they way that you have though.

So it may not be only your wiki but I haven't been able to consistently 
reproduce it and I have no idea how to fix it.

-- 
You received this message because you are subscribed to 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/eeecf1bb-5827-4bc2-b38f-ca732d34f67d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread BJ
 This is quite  advanced stuff! Your solution looks good, although the 
storyview seems not to work.

It is good to see how some else solves the same problem.


On Sunday, November 5, 2017 at 1:33:08 AM UTC+1, mauloop wrote:
>
> Finally I was able to make your typestemplate working. If I would have it 
> before it would have saved a lot of work to me.
> I did something similar, even if with wiki syntax macros only. If you 
> would like to take a look here it is 
> 
>
> Thanks for your help.
>
> )+(auloop
>
> Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto:
>>
>> I've put a demo here:
>>
>> http://typestemplatedemo.tiddlyspot.com/
>>
>> On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote:
>>>
>>> @BJ
>>> Still cannot make your typestemplate plugin work. I tried it directly on 
>>> your site. Maybe for this I should better open a new thread.
>>>
>>

-- 
You received this message because you are subscribed to 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/50fc682d-ec05-4ae0-8293-9eba04dea15f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] PocketMod version in TW5

2017-11-05 Thread RunningUtes
I had some time and thought that I would try my hand at a TW5 version of 
TiddlyPocketBook. The old version is still available 
at http://web.archive.org/web/20120221025510/http://tiddlypocketbook.com:80/

Check out http://pocketmod.runningutes.tiddlyspot.com/

I'd love any suggestions or tips. I'm sure there is a more elegant solution 
to the stylesheet.

Ultimately I'd love to have the same results as the original 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8542624a-cad7-45ae-ad37-1bb676b27e82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.