[tw] Re: Bullet points stripped out when using SubStories

2017-11-14 Thread Birthe C
Thank you from me too, Mark. Exactly what I needed.


Birthe


-- 
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/14548d9d-c470-4c09-b0b7-e35cd7b786e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Bullet points stripped out when using SubStories

2017-11-14 Thread 'Mark S.' via TiddlyWiki
Try adding 

mode=block

to the <$transclude/> (e.g. <$transclude mode=block/>)

Good luck!
Mark

On Tuesday, November 14, 2017 at 6:36:19 PM UTC-8, johnraekwon wrote:
>
> The screen shot below shows how a particular tiddler appears when accessed 
> in the usual way:
>
>
>
> 
>
>
>
> However, when this middle is accessed as a SubStory (a la Creating 
> SubStories - https://tiddlywiki.com/static/Creating%2520SubStories.html), 
> the bullet points are lost. How to ensure that formatting is retained when 
> using SubStory?
>
> Is it a bug or am I implementing wrong?
>
>
> I played around with using different spacing and  but nothing restored 
> the bullets in the SubStory version... bold formatting seems to have been 
> retained.
>
>
>
> 
>
>
>
> Thanks in advance for your feedback.
>
> Cheers
> John
>

-- 
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/73029717-96ea-48a4-bf71-fdb8f7d2a6ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] My new Tiddlywiki shop with 1233 items. How to make it smaller and faster?

2017-11-14 Thread sini-Kit
I start workin with your plugin, and see that I add many bugs while 
editing. is it possible to disable/enable automatically it if I start edit 
TW5? Or refresh lists when I finish editing tiddler?

понедельник, 13 ноября 2017 г., 20:27:03 UTC+3 пользователь BJ написал:
>
> Lists are created by this.wiki.filterTiddlers(). Every time a tiddler is 
> modified all the filters are recreated, and it is because of this that you 
> shop is slow. So this plugin stops the lists (apart from the storylist) 
> from updating. 
>
> You can see the effect of this if you go to the sidebar and click the 
> recent tab then create a new tiddler - the list of tiddlers in the 'recent 
> tab' is not updated. It you then click the 'open tab' and then click the 
> 'recent tab' you will see the new tiddler on the list. This is because the 
> listwidget has been totally erased and recreated by changing tabs.
>
> So, depending on how your shop is constructed you may see errors due to 
> lists not beening updated.
>
> e.g If you have search boxes anywhere they will not work correctly
>
>
> On Monday, November 13, 2017 at 5:54:52 PM UTC+1, sini-Kit wrote:
>>
>> Thank, you BJ. With your plugin tiddlywiki shop works fast. Can you 
>> explain what it do?
>>
>> var defaultFilter = "[!is[system]sort[title]]";
>> if (this.getAttribute("filter",defaultFilter)==
>> "[list[$:/StoryList]]") return ListWidget.prototype.bjgetTiddlerList.call
>> (this);
>> if (!this.bjcached) {
>> this.bjcache =  this.wiki.filterTiddlers(this.getAttribute(
>> "filter",defaultFilter),this);
>> this.bjcached = true;
>> }
>>
>> it adds  [!is[system] to all filters I use? I hope in future TW5 edition 
>> it will be build in zoomin.js 
>>
>>
>> понедельник, 13 ноября 2017 г., 11:44:31 UTC+3 пользователь BJ написал:
>>
>>> I have hacked together a plugin to speed things up. It will probably 
>>> cause strange errors in you application, but maybe you can modify it to 
>>> work better. In any case It will show how much things could be improved
>>>
>>> all the best bj
>>> On Sunday, November 12, 2017 at 4:03:30 PM UTC+1, sini-Kit wrote:

 Hi! I start creating new Tiddlywiki shop 
 http://www.google.com/url?q=http%3A%2F%2F2980258.ru%2Fheeg.html&sa=D&sntz=1&usg=AFQjCNEVrKH1LD7mgIfI5QyFi0wrOgnEpw
  
 The problem is that it is big 4mb. I want to make it work faster. 
 If somebody have compressed variant of tw5 core without comments in 
 code or any ideas?   

>>>
>>>
>>>
>

-- 
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/b79f3e1a-0bcd-47c2-841b-0a5eb99dde66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread PMario
On Wednesday, November 15, 2017 at 3:27:34 AM UTC+1, Alfonso Arciniega 
wrote:
>
> Thank you very much, Mario,
>

You are welcome :)

Tested FF 57.0 on Windows 10. No issues.
>

nice. Pleas let me know, about the workflow. ... I'll try to improve the 
"visual feedback". So the user knows, what's going on. ..
 

> The next step is installing DSynchronize from: 
> https://portableapps.com/apps/utilities/dsynchronize_portable
>
> then set up an automatic synchronization with my favourite cloud service 
> directory, and lastly do the same at my other PC devices.
>

Let us know, how it works out. ... Would be interesting.

-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+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/e7f8a3bc-bbde-4443-b279-0980d139805b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread PMario
On Tuesday, November 14, 2017 at 11:37:53 PM UTC+1, Jeremy Ruston wrote:
>
> Congratulations, great to have another choice. 
>

Thx. I did think so too. 
 

> The backup strategy is particularly interesting.
>

Yea. I want to have decent recovery possibilities, with as less files as 
possible. ... The only issue I see, is at the very beginning, during 
content creation, when there are many saves. .. And may be again, when 
heavy refactoring is going on. 

That's why I want to have a possibility to create something like "tagged" 
versions. So if a wiki hits a "milestone" a tag can be created, that is 
outside of the backup wheel. 
 

> Please do send a PR for adding it to tw5.com,
>

Will do

-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+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/ce926832-979c-4746-bfcb-7f6c135edab1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread PMario
On Tuesday, November 14, 2017 at 11:23:18 PM UTC+1, TonyM wrote:
>
> It looks very smart, and a video really works. Thanks
>

thx. The video isn't very polished. ... It's the only recording, because I 
wanted to get the stuff out :). ... Once the plugin functionsare settled, 
I'll create a propper one. 
 

> I will experiment and test soon.
>

Feedback is very welcome! 

Here or in the group

-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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/00ae15ea-2fb3-400d-9bb3-c4e075b4de2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Bullet points stripped out when using SubStories

2017-11-14 Thread johnraekwon


The screen shot below shows how a particular tiddler appears when accessed 
in the usual way:






However, when this middle is accessed as a SubStory (a la Creating 
SubStories - https://tiddlywiki.com/static/Creating%2520SubStories.html), 
the bullet points are lost. How to ensure that formatting is retained when 
using SubStory?

Is it a bug or am I implementing wrong?


I played around with using different spacing and  but nothing restored 
the bullets in the SubStory version... bold formatting seems to have been 
retained.






Thanks in advance for your feedback.

Cheers
John

-- 
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/9eb2fd1d-a81d-4901-ae0a-e9abfdc9ffaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread Alfonso Arciniega
Thank you very much, Mario,

Tested FF 57.0 on Windows 10. No issues.

The next step is installing DSynchronize from: 
https://portableapps.com/apps/utilities/dsynchronize_portable

then set up an automatic synchronization with my favourite cloud service 
directory, and lastly do the same at my other PC devices.

Best regards,

Alfonso

-- 
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/b47845be-54da-438d-ac4e-84cc5372d075%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Another shot at kanban

2017-11-14 Thread Yang Wen-Ming
I can not get the look like you have. Here is what I got when I clicked the 
websites. Please help!


Dave Gifford - http://www.giffmex.org/於 2017年10月23日星期一 UTC+8下午9時38分58秒寫道:
>
> Wow this is nice work.
>
> On Tuesday, September 19, 2017 at 9:54:40 PM UTC-4, Riz wrote:
>>
>>
>> 
>>
>>
>> 
>>
>> Hi there.
>>
>> I was amused by the attempt made at Kanban TW. However, I did not need 
>> that many features. So I went ahead a tried to do something on an empty 
>> wiki. Add to that Telmiger's point that since we are mimicking the 
>> functionality of Trello, might as well look like it too. One thing led to 
>> another and here is Tekan. 
>>
>> Demo: https://ibnishak.github.io/twstuff/projects/tekan/
>> Download: https://ibnishak.github.io/twstuff/projects/tekan/Tekan.html
>>
>> I have given an outline on usage on the demo page. 
>>
>> Let me know what you think.
>>
>> live long and prosper,
>> Riz 
>>
>>   
>>
>>

-- 
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/dba6386f-4575-4e5f-9b6d-7fedddb978f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TiddlyMap: changing color of tag pills -- Felix?

2017-11-14 Thread Felix Küppers
Hi Alex,

at tiddlymap.org I override the color of all tags via CSS, it has nothing to do 
with Tiddlymap itself.

As for TiddlyMap: If you change the color of a tag-Tiddler, the color of the 
node corresponding to this tag tiddler will change as well, but not the nodes 
that are tagged with it – for this you would have to add a "node type" (see 
docs http://tiddlymap.org/#Styling%20Nodes).

Best wishes

Felix

On 11/14/2017 02:42 PM, Alex Hough wrote:
Hi,

If you goto TiddlyMap and change the colour of a tag here -- 
http://tiddlymap.org/#%24%3A%2FTagManager -- it doesn't work.

Maybe there is confusion between the colour of nodes and the colour of tags 
behind the scenese.

Is there a way to set tag colours in both the map and the tiddler so that they 
are the same?

best wishes

Alex
--
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/CALc1hYdQ2uzT1DHehA2JD490OMzpkCBWB36kVeZ2B2DXfOYscA%40mail.gmail.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/DB4PR05MB07191EB9158EA92C31E08887CE280%40DB4PR05MB0719.eurprd05.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread @TiddlyTweeter
Using that TOWER OF HANOI schedule is a brilliant approach!

Best wishes
Josiah

PMario wrote:
>
> I want to introduce the V0.1.1 - beta version of my approach to create a 
> TiddlyFox replacement. The plugin is named: "*file-backups*"
>

-- 
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/d657d1fa-add8-4693-8eee-11bb35165b11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread Jeremy Ruston
Hi Mario

Congratulations, great to have another choice. The backup strategy is 
particularly interesting. Please do send a PR for adding it to tw5.com,

Best wishes

Jeremy


--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 14 Nov 2017, at 19:47, PMario  wrote:
> 
> Hi folks, 
> 
> I want to introduce the V0.1.1 - beta version of my approach to create a 
> TiddlyFox replacement. The plugin is named: "file-backups"
> 
> At the moment it only deals with TiddlyWiki5 file:/// based wikis and FireFox 
> 56++  ... I did test it with Windows 10 and Ubuntu 17.10
> 
> It should work with FF 56, 57, 58-beta. ... 
> 
> How it works: ... IMO 1 image is worth a 1000 words. So have a look at 1000+ 
> images ;) https://youtu.be/dt-nH9jSQ6c
> 
> Download and Install from: https://github.com/pmario/file-backups#installation
> 
> The backup algorithm is described here: 
> https://pmario.github.io/file-backups/ and in the video
> 
> Issues can be reported here in the group and : 
> https://github.com/pmario/file-backups/issues
> 
> pull requests: https://github.com/pmario/file-backups/pulls
> 
> What's next: 
> 
>  - Improve visual feedback ... So the user knows what's going on. 
> - Reviewing the video imo showed me how :)
>  - Fix auto-open issue for ubuntu
>  - TiddlyWiki Classic support ... detection is already there. 
>  - Save special "tagged" versions (outside the backup rotation) ... github PR 
> work in progress. 
>  - Chrome support (low on my list)
> 
> have fun!
> mario
> PS - If you like it: Support 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/2a5b7ca5-e1bb-46b8-8118-e600630897af%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/578D2386-E112-47AA-908B-66EFFBB84A35%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlySpot.com down - or only me?

2017-11-14 Thread @TiddlyTweeter
Its working for me ... https://www.youtube.com/watch?v=gxxx46eCp08

-- 
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/5a3a3f36-9a1c-45b9-87ef-6f549a9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlySpot.com down - or only me?

2017-11-14 Thread Mat
Yes, it seems to be back! I emailed the admin, thanking them even if I 
never did hear anything from then form my attempts to alert them.

Maybe it had something to do with the Firefox apocalypse and they tweaked 
something? Just a thought.

Anyway, as noted previously; TiddlySpot rarely has any problems. This is 
definitely the longest duration I've experienced, and I've probably been 
around since it started many a years ago. 

<:-)

-- 
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/8d24aafe-43e3-4c72-938b-d5a7338bf175%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Someone deserves cred! @JR

2017-11-14 Thread Mat
https://tiddlywiki.com/ ... is that... is it... YES IT IS!!! 

TiddlyWiki 5.1.15 has been released!

He might have done it silently but he deserves a loud HOORAY for 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3b5f0390-c44a-452c-9553-dd06420eeea1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlySpot.com down - or only me?

2017-11-14 Thread springer
Hooray! Thanks to you all for staying in touch. This is welcome news.

On Monday, November 13, 2017 at 9:52:36 PM UTC-5, Arkady Grudzinsky wrote:
>
> I was able to save my file just now.  It seems to work again.
>
> On Monday, November 13, 2017 at 4:44:38 PM UTC-8, Wen-Ming Yang wrote:
>>
>> Help. All the systems using tiddlyspots are down Any news!
>>
>

-- 
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/23222f32-26dc-4c68-93ce-6312404658bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread PMario
---

-- 
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/e7d921ae-e556-4ecc-9017-d881d014d261%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-14 Thread PMario
Hi folks, 

I want to introduce the V0.1.1 - beta version of my approach to create a 
TiddlyFox replacement. The plugin is named: "*file-backups*"

At the moment it only deals with TiddlyWiki5 file:/// based wikis and 
FireFox 56++  ... I did test it with Windows 10 and Ubuntu 17.10

It should work with FF 56, 57, 58-beta. ... 

How it works: ... IMO 1 image is worth a 1000 words. So have a look at 
1000+ images ;) https://youtu.be/dt-nH9jSQ6c

*Download and Install *from: 
https://github.com/pmario/file-backups#installation

The backup algorithm is described here: 
https://pmario.github.io/file-backups/ and in the video

Issues can be reported *here in the group *and : 
https://github.com/pmario/file-backups/issues

pull requests: https://github.com/pmario/file-backups/pulls

What's next: 

 - Improve visual feedback ... So the user knows what's going on. 
- Reviewing the video imo showed me how :)
 - Fix auto-open issue for ubuntu
 - TiddlyWiki Classic support ... detection is already there. 
 - Save special "tagged" versions (outside the backup rotation) ... github 
PR  work in progress. 
 - Chrome support (low on my list)

have fun!
mario
PS - If you like it: Support 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/2a5b7ca5-e1bb-46b8-8118-e600630897af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Certain SVG Image wont apper as my page background

2017-11-14 Thread Diego Mesa

Just a bump!

On Friday, November 10, 2017 at 2:48:39 PM UTC-6, Diego Mesa wrote:
>
> Great! Thanks Jeremy! 
>
> Does anyone know how I can "grab hold" of the page background image with 
> css? When I test the fish on the prerelease with options : fixed to 
> window and cover, its size and placement is all whacky. Is there some way 
> to assign it a class I can then edit with stylesheet tiddler?
>
> On Friday, November 10, 2017 at 11:39:02 AM UTC-6, Jeremy Ruston wrote:
>>
>> Hi Diego
>>
>> I can confirm that is a bug, and it’s now fixed for 5.1.15:
>>
>>
>> https://github.com/Jermolene/TiddlyWiki5/commit/f366a74f681319152c8b2ea60efcbcc58969cda6
>>
>> I’ve also uploaded a new prerelease that includes the fix:
>>
>> http://tiddlywiki.com/prerelease/
>>
>> Many thanks,
>>
>> Jeremy.
>>
>>
>> On 10 Nov 2017, at 03:04, Diego Mesa  wrote:
>>
>> I wanted to try and mess around with setting Tobias' fish version of the 
>> tiddler poster (attached) as my page background. However, neither on his 
>> page, or on tiddlywiki.com (or mine), when I set the page background 
>> image field to the correct tiddler, does the fish actually show up. Other 
>> svg images work, like Tiddler Fishes.svg. 
>>
>> I am able to add the fish to my sidebar as shown in the attached 
>> screenshot, by just adding: > class="tb5-fish">{{$:/.img/fish.svg}} to my TableOfContents tiddler. 
>> I can even modify it with CSS (I flip it, and add some margins, like on 
>> tobias' site). Is it possible to do this on my page background?
>>
>> 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+...@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/a78cb6e1-ad4d-46c0-81a8-74ec5d5ff362%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>> <$__.img_fish.svg.json>
>>
>>
>>

-- 
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/9d1a7ab9-f910-42d0-9dee-7b10e07aa052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: savertiddlers release candidate (0.3)

2017-11-14 Thread okido
Hi BJ,

I can confirm that 0.5 works on FF57 beta and openSuse 13.2.
No backups get stuck anymore, saving through a symbolic link works, maybe 
you can add this to the instructions.
After re-loading not in all cases the last TW was loaded, this seems to be 
solved.
If I run into any issue I will let you know.
Hijacking the saveBackup function and saving with twname + year/month etc. 
works.

Have a nice day, Okido.

Op maandag 13 november 2017 22:03:47 UTC+1 schreef BJ:
>
> HI Uwe, unfortunately  the necessary plugin for the development release 
> does not yet exist!
>
> At the present time I am most interested in testing the current version to 
> make sure it works correctly.
>
>
>
> On Monday, November 13, 2017 at 8:17:30 PM UTC+1, Uwe wrote:
>>
>> BJ, I've seen, that you've provided release 0.5, installed it with Chrome 
>> and Firefox 57.0 (from https://ftp.mozilla.org/pub/firefox/releases/57.0/) 
>> and it works.
>>
>> Your idea - to make the backup configurable in tiddlywiki - is better 
>> than mine. Can you please give me the links to your developer-release (or 
>> are the files under 
>> https://github.com/buggyj/savetiddlers/tree/dev/extension the ones I'll 
>> need?)
>> and to the necessary plugin? So I can test it.
>>
>> (The folder-name "tiddlywikilocations" seems a little bit long, because I 
>> have a deep folder-structure thereunder. It would be nice to have it 
>> configurable.)
>>
>> A (hopefully; I don't speak native english) finetune for the text:
>>
>> How to use
>>
>> Your tiddlywikis must be located in a directory called
>> 'tiddlywikilocations'. This folder must be created in the download 
>> directory of your browser.
>> Enable backups: 
>> Subfolder for tiddlywiki-backups:
>>
>> Last but not least: Thank you very much for your engagement in developing 
>> this addons!
>>
>> -Uwe
>>
>>
>> Am Samstag, 11. November 2017 17:01:22 UTC+1 schrieb BJ:
>>>
>>> Hi Uwe, its a once a day backup, which why there are no minutes.
>>>
>>> On a dev branch I have made a version that allows the backups to be set 
>>> by the tiddlywiki - but this requires a separate plugin to be install with 
>>> tiddlywiki5
>>>
>>>
>>>
>>> On Saturday, November 11, 2017 at 4:55:39 PM UTC+1, Uwe wrote:

 I tested it with chrome, latest release. The backup-file in the 
 backupdir isn't updated with every store. Only the first store generates 
 backup.

 BTW: Is it possible to get a timestamp with at least minutes in this 
 file?

 -Uwe


 Am Mittwoch, 8. November 2017 19:46:19 UTC+1 schrieb BJ:
>
>
> I have produced a release candidate, version 0.3, so I will use it 
> over the next couple of days, and would ask that others do likewise. 
> Provided they are no issues I will then make the first release.
>
> Again the install instructions are here:  
> https://github.com/buggyj/savetiddlers
>
> All the best
> BJ
>

>>>
>

-- 
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/989d7058-f3e5-4cfa-b751-aaa96339cc91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Receive your loan in 48 hours.

2017-11-14 Thread MmeMonnet Berisha
You have been refused by the bank because your credit does not meet their 
standard. you dream of doing your own business, your house, paying an 
explainable debt, in need of money; I offer from 8000$ to 7,000,000$ at an 
interest rate of 2% per annum. E-mail: bmmemon...@gmail.com

-- 
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/deac1cf2-1aff-485a-ac6b-65169d67193b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release 0.9.5

2017-11-14 Thread Pit.W.

Stephen,

I wanted something similar and found a solution which is not elegant but 
... well it works for me:


you can use the maxdepth attribute, set it to 1; then you add a 
conditional template which has a selector for the maxdepth, which you 
store in a field



1. This is what the tidgraph call looks like:

   <$tidgraph start={{!!title}} maxdepth={{!!maxdepth}}
   startat={{!!startat}} />


2. This is what the relevant element of the _*conditional template*_ 
look like:


                <$list filter="[all[current]search[<$tidgraph]]">

3. Here you select the maxdepth:

   <$select field='maxdepth'>
   1
   2
   10
   

Note that the value is stored in a field of the tiddler which calls the 
tidgraph, so it is persistent.

Note: this works with ALL the other attributes (like startat) as well.

Regards

Pit

Am 2017-11-14 um 16:13 schrieb Stephen Wilson:

Hi Ihm,
Not sure if your still around but if you are...
Love tidgraph...feature request?

Would it be possible to have a tidgraph open in a collapsed or 
partially collapsed state?


Stephen

On Tuesday, 22 November 2016 12:24:04 UTC, HC Haase wrote:

Hi
[featurer request]

Tidgraph is simple and awsome. It would be cool if one could:

make a mode that could make graphs from nested list in twmarkup
(or/and markdown). This way I could fast have a flowchart just by
writing a nested list.

 *

it would be fast to work with - less clicking

 *

it would limit the number of tiddlers. If I want a flowchart
but don’t want to populate my wiki with tiddlers only relevant
for that chart.

what do you think? is this possible? is it realistic?


thanks

Den fredag den 27. november 2015 kl. 00.44.32 UTC+1 skrev
ih…@newsfromgod.com :


Hi,

    This is a new version of Tidgraph with enhancements and
bug fixes:

Version 0.9.5:

    * SVG collapse/expand button (thanks Tobias)
    * Mode subfilter can be specified directly in mode attriute
    * Doc update
    * Eliminate unneeded console messages
    * Fix arrow stroke size (regression)
    * Dashed style for edges outside main tree

You can find the installation here:

https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5




For those that don't know, Tidgraph draws a graph of the
relationships
between your tiddlers using tags, links or custom filters (called
modes).You can see a demo on the web page above.

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/d5b07d4c-f0f9-4780-9cdb-c1a8e63be17b%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/d8eb2493-69b7-f087-85b3-c6bff7fc8472%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] The Art Of Dolly, The TW Canvas, And Her CSS

2017-11-14 Thread @TiddlyTweeter
Ciao Alex

Exactly IT.

Constraint in landscape.

J x 

On Tuesday, 14 November 2017 16:19:31 UTC+1, AlexHough wrote:
>
> Thanks Josiah,
>
> I was thinking about a sculpture at Yorkshire sculpture park by Julian 
> Opie of a horse running 
>
> https://www.youtube.com/watch?v=I0le-E2wZ-c
>
> Opie had the idea from seeing a small LED toy in a taxi
>
> Alex
>

-- 
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/922bac65-ca52-4ba7-bf84-d24967c2478e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] The Art Of Dolly, The TW Canvas, And Her CSS

2017-11-14 Thread Alex Hough
Thanks Josiah,

I was thinking about a sculpture at Yorkshire sculpture park by Julian Opie
of a horse running

https://www.youtube.com/watch?v=I0le-E2wZ-c

Opie had the idea from seeing a small LED toy in a taxi

Alex

On 12 November 2017 at 16:47, @TiddlyTweeter 
wrote:

> Alex Hough, via Twitter, announced a very impressive TW "Postcard" ...
> https://alexhough.github.io/post-card-teggs-nose-joy-division.html
>
> I was very struck by how very good it is as an ART achievement.
>
> Restricting the "canvas" to just showing a "postcard" is also an excellent
> example use of TW static render.
>
> _ART & CANVAS_
>
> One of the central issues in visual art-making is "what is the canvas?"
> Another way of saying "what are the constraints?" Its pretty important. Art
> never really emerges without a "fitting" of some kind or another into
> something that is usually, at the end, highly constrained.
>
> Often its thought that good art comes from open-ended enquiry. That is
> true only to an extent. The stubborn nature of matter matters too. Tight
> constraint hones forming. Get the relevant constraints clearer and you are
> halfway there.
>
> Traditionally in painting you'd need master both the handling of brush and
> paint and paper/canvas AND the conception of the "WORK" -- often a series
> of paintings: a directed landing of brush on surfaces with boundaries.
>
> Part of the issue on the web is HOW to get to the point of enough mastery
> of its "brushes" (codings) to find free expressive flow to achieve similar.
>
> TiddlyWiki is interesting to re-think as a visual art-environment. Its
> "paint-brush rich" in that there are several types of "coding brush"
> immediately accessible.
>
> I thought what Alex did very suggestive of how artists might use TW better
> to more fruitfully explore their liminals.
>
> _"POSTCARD" CONSTRAINT _
>
> Very interesting is the obvious sense of "freedom" in Alex's image whilst
> its simultaneously bounded in a very tight minimalist framing. That is
> unusual. Usually you'd see such a blob  as an "orphan page". Not this. Its
> already complete. In that sense it IS somewhat like a physical painting in
> the way one receives it. A repletion of meaning.
>
> It illustrates that presentation and content are strongly inter-related.
> In this case the minimalism is well suited to bring fore the uumph.
>
> _MY INTEREST_
>
> I'm very interested in all this. I strongly believe that some art-centric
> work can really help TW visualise what it can do. The thing about artists
> is, in the end, they are mostly concerned with expression of content.
> Coders tend to see code itself as their "art-form" and discussion tends to
> focus on that as the "content". Visual artists tend to see technique/coding
> as a means to an expressive end ... i.e. just process steps that sub-serve.
> Of course its not so simply divided like that. But there is some truth in
> it and appreciation of ends is good too--especially when they excite you.
>
> Just thoughts
> 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/97efe09a-1bbd-474e-aaf7-8ba00abc1aed%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/CALc1hYdwa6mUhn4G7J%2BXAq93OmTi3XOr%3DVY2_prDrvnD8JgDbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release 0.9.5

2017-11-14 Thread Stephen Wilson
Hi Ihm, 
Not sure if your still around but if you are...
Love tidgraph...feature request?

Would it be possible to have a tidgraph open in a collapsed or partially 
collapsed state?

Stephen

On Tuesday, 22 November 2016 12:24:04 UTC, HC Haase wrote:
>
> Hi
> [featurer request]
>
> Tidgraph is simple and awsome. It would be cool if one could:
>
> make a mode that could make graphs from nested list in twmarkup (or/and 
> markdown). This way I could fast have a flowchart just by writing a nested 
> list.
>
>- 
>
>it would be fast to work with - less clicking
>- 
>
>it would limit the number of tiddlers. If I want a flowchart but don’t 
>want to populate my wiki with tiddlers only relevant for that chart.
>
> what do you think? is this possible? is it realistic?
>
>
> thanks 
>
>
> Den fredag den 27. november 2015 kl. 00.44.32 UTC+1 skrev ih…@
> newsfromgod.com:
>
>
>> Hi, 
>>
>> This is a new version of Tidgraph with enhancements and bug fixes: 
>>
>> Version 0.9.5: 
>>
>> * SVG collapse/expand button (thanks Tobias) 
>> * Mode subfilter can be specified directly in mode attriute 
>> * Doc update 
>> * Eliminate unneeded console messages 
>> * Fix arrow stroke size (regression) 
>> * Dashed style for edges outside main tree 
>>
>> You can find the installation here: 
>>
>> https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5
>>  
>>
>> For those that don't know, Tidgraph draws a graph of the relationships   
>> between your tiddlers using tags, links or custom filters (called   
>> modes).You can see a demo on the web page above. 
>>
>> 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/d5b07d4c-f0f9-4780-9cdb-c1a8e63be17b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tag Pill by another name?

2017-11-14 Thread Jed Carty
This replaces the tag macro with something that is backwards compatible so 
it won't break anything, but if you give a second input to the tag macro it 
will display that instead of the tag title.

So <> will display a tag pill that says 'bar' but otherwise it 
will act like the tag pill for foo. It is backwards compatible so it 
doesn't break anything in how tags normally act. It is a bit hacky for the 
moment since we don't have a good way to test for an empty variable.

Put this into a tiddler tagged with $:/tags/Macro (or replace the contents 
of $:/core/macros/tag with this):

\define tag-pill-styles()
background-color:$(backgroundColor)$;
fill:$(foregroundColor)$;
color:$(foregroundColor)$;
\end

\define 
tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)
<$vars foregroundColor=<> backgroundColor="""$colour$""">
<$element-tag$ $element-attributes$ class="tc-tag-label tc-btn-invisible" 
style=<>>
$actions$<$transclude tiddler="""$icon$"""/> <$list 
filter='[{$:/core/macros/tag!!someemptyfield2}!prefix]' 
emptyMessage='<$view tiddler="""$tag$""" field="title" format="text" />' 
variable='dummy'><>


\end

\define 
tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)
<$macrocall $name="tag-pill-inner" tag="""$tag$""" icon="""$icon$""" 
colour="""$colour$""" fallbackTarget={{$palette$##tag-background}} 
colourA={{$palette$##foreground}} colourB={{$palette$##background}} 
element-tag="""$element-tag$""" 
element-attributes="""$element-attributes$""" actions="""$actions$"""/>
\end

\define tag-pill(tag,element-tag:"span",element-attributes:"",actions:"")

<$macrocall $name="tag-pill-body" tag="""$tag$""" icon={{$tag$!!icon}} 
colour={{$tag$!!color}} palette={{$:/palette}} 
element-tag="""$element-tag$""" 
element-attributes="""$element-attributes$""" actions="""$actions$"""/>

\end

\define tagLabel(tag label)
<$set name=LABEL value="""$label$""">
{{$tag$||$:/core/ui/TagTemplate}}

\end

-- 
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/92ff4789-7ff6-4443-aab1-f818c021e345%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tag Pill by another name?

2017-11-14 Thread Jed Carty
I think that this is worth making something for so I will try and make an 
alternate version of the tag template that lets you put in a different 
label when I get home. Hopefully it won't take too long.

-- 
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/b15d6c3b-0767-438e-a598-70adc9dccf1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyMap: changing color of tag pills -- Felix?

2017-11-14 Thread Alex Hough
Hi,

If you goto TiddlyMap and change the colour of a tag here --
http://tiddlymap.org/#%24%3A%2FTagManager -- it doesn't work.

Maybe there is confusion between the colour of nodes and the colour of tags
behind the scenese.

Is there a way to set tag colours in both the map and the tiddler so that
they are the same?

best wishes

Alex

-- 
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/CALc1hYdQ2uzT1DHehA2JD490OMzpkCBWB36kVeZ2B2DXfOYscA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Opinion: TW Ordering and the Treasury Tag

2017-11-14 Thread @TiddlyTweeter
Cari tutti

The British Empire's Bureaucracy invented the marvellous TREASURY TAG 
(sometimes called the "Indian Tag").


It lets you stack papers in any order you want. Though only one order at a 
time.

Computing allows us to use a coded version of Treasury Tags for 
non-physical quick re-orders.

The singular advantage of the Treasury Tag is you can re-order according to 
significance (arbitrarily, at will) (latest significant first). 

In TiddlyWiki the closest to that is the "Story River."

WHAT is my point?

BETWEEN tag structuration and arbitrary flow lies the somewhat fallow land 
of showing emergent structure WITHOUT re-structuring (i.e. NO Tiddler needs 
change its Tags or wotnot).

The LESS one has to do to change anything to change an order the better 
IMO. Re-ordering without more-data accretion is pretty good stuff. 

Drag-and-Drop is one pretty good solution to making life on the 
Bureaucratic Front easier. Long may it expand its remit and ease of setup.

Just thoughts
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/3e38efd2-2ec1-4700-b923-45870857af73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tag Pill by another name?

2017-11-14 Thread TonyM
Jed,

Yes, that seems to be the challenge.

I found the tag system macro in, $:/core/macros/tag  

but it uses the transclusion as well.

There is a tag-pill macro with no examples, but it seems to resort to a 
transclusion as well.


Tony

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


[tw] Re: [TW5] Tiddlyspot does not save since a few days ago

2017-11-14 Thread Stephen Wilson
Was just going to say the same.  Working for me too.

On Tuesday, 14 November 2017 02:53:05 UTC, Arkady Grudzinsky wrote:
>
> Seems resolved now.
>
> On Saturday, November 11, 2017 at 8:51:21 AM UTC-8, Eric Shulman wrote:
>>
>> On Saturday, November 11, 2017 at 8:44:10 AM UTC-8, Eric Shulman wrote:
>>>
>>> On Saturday, November 11, 2017 at 6:09:04 AM UTC-8, Mark S. wrote:

 That makes sense. Someone pointed out that one of the commands in 
 store.php is now obsolete. It was a quick patch, but an actual code change.

>>>
>>> I remember seeing that post not too long ago.  Based on my hypothesis 
>>> that the server software was re-installed, I would also guess that the 
>>> version of PHP was updated, in which case, the now obsolete function would 
>>> cause the existing TiddlySpot store.php to fail, producing exactly the 
>>> results we are seeing. 
>>>
>>> Unfortunately, given GoogleGroups poor search function, it's not easy to 
>>> find the message that described the fix (IIRC, it was a single line of 
>>> code).  If you can find that message and post a follow-up link to it, the 
>>> Bairds can apply that fix and hopefully get TiddlySpot saving working again.
>>>
>>
>> I think I found the post regarding the obsolete function:
>>
>> https://groups.google.com/d/msg/tiddlywiki/-KD8nl3H-iM/lElvf9iyAAAJ
>>
>> Hopefully this will help result in a quick fix for TiddlySpot.
>>
>> -e
>>  
>>
>

-- 
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/bb049c43-9d3d-404b-92c4-7d0dd56944ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tag Pill by another name?

2017-11-14 Thread Jed Carty
Sorry, I think I misunderstood what you are asking. The <> macro 
is a shorter way to get {{foo||$:/core/ui/TagTemplate}}, but it doesn't 
give a way to change the label on the tag.

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


[tw] Re: [TW5] Tag Pill by another name?

2017-11-14 Thread Jed Carty
The tag macro does exactly that.


<>

will display the tag pill foo with all the expected behaviour (dropdown, 
dragging, etc.)

I think that we may need to do another big overhaul of the documentation.

-- 
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/05a2ea45-e6c8-4cb0-92f2-f2481fa38eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.