[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-26 Thread Mark Grant
 :thinking_face:
Sent from Astro  for Slack

-- 
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/CAJQnpk9-qjeW1-Tbqz1kY%3DeUJ%2BtCu4kautbyR%2B%3DPhq6siBkSiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-26 Thread Mark Grant
 
Sent from Astro  for Slack

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


[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-26 Thread Sean Boyle
Thanks Josiah
I installed mermaid (and the other bits from https://gt6796c.github.io/. 

The flowchart seems to work OK, seqdiag seems to be broken, of the mermaid 
stuff, dags and sequences seem to work, but gantt is broken.  For what I 
want to do, dags and sequences solve the problem.
Perhaps in future, some people shall tackle UML, BPMN, Southbeach, CORAS 
and perhaps even some generic drawing of computer networks.

Thanks to all who responded!


On Friday, July 14, 2017 at 4:01:21 PM UTC-7, @TiddlyTweeter wrote:
>
> Ciao Sean
>
> Drawing what? What kind of diagrams do you need?
>
> There are several logical diagramming plugins. Maybe not so easy to find 
> all of them if you unfamiliar. I probably can find them if you need.
>
> I believe there is a well featured Mermaid plugin that does complex flow 
> diagrams & Gannt charts. There are also several simple branching hierarchy 
> flow chart plugins.
>
> Best wishes
> Josiah
>
> On Saturday, 15 July 2017 00:41:22 UTC+2, Sean Boyle wrote:
>>
>> I have seen the plugins which allow tiddlers to represented graphically.  
>> I would like to see something lightweight which would simply allow the 
>> drawing of simple diagrams within a tiddler, something like the railroad 
>> diagram plugin, possibly using graphiviz syntax.  Has anyone done this?
>>
>

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


[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-07-26 Thread @TiddlyTweeter
Ciao Mat

*This looks awesome*. I'm beginning to play with it. I can see its 
relevance to quite a lot of what I'm doing. 

I'll comment properly later.

Meanwhile, I notice a layout issue on both Firefox and Chrome ...



And on Firefox only ...



Best wishes
Josiah

Mat wrote:
>
> extremely proudly to presenting...
>
> Graphs 
> 
>

-- 
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/49103bc4-1c63-4baa-8e9a-2abc41d56f0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Want to encrypt tiddlers by tag, can't figure out the mechanism.

2017-07-26 Thread Danielo Rodríguez
If you want to encrypt tiddlers in batch you have to do it through the control 
panel, encrypt tiddlers tab. Then out there the filter with the desired 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/3d9628c2-81fc-40e1-bb14-5008f7cf0b63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Investigation: SVG in TW

2017-07-26 Thread @TiddlyTweeter
Thanks PMario

It makes sense. Thank you. I do think SVG & TW are a very good fit & it was 
the right choice to go that way for interface elements.

For my own stuff, rather than make loads of individual SVG Tiddlers I was 
thinking of using the  method to hold many related SVGs in one 
Tiddler. This enables using the ViewBox to display them in an easier way 
than other approaches. And you avoid loading a TW up with zillions of 
individual image tiddlers which become hard to manage. 

*However, there is an issue, perhaps. *

The easiest way to access "symbols" within an SVG (i.e. a discrete image 
with a "wrapper SVG") is to use ID's. *But I suspect this may conflict with 
TW basic working?* There is another method using the co-ordinate system of 
viewport and viewBox but it starts getting very complicated.

Before I start trying to work out details of how to do this I'd appreciate 
any comments you may have.

The "reference system" looks like this: 

A  definition example within an SVG (its largely independent of its 
parent) ...


  



The HTML call to it is, in theory, easy ... 


  



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/9f294595-e02c-4bb1-8754-599d50df8a53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-26 Thread Lost Admin
I keep getting errors when I use the TiddlyWiki encryption functionality 
with NoteSelf. I haven't tracked down the cause.

I would also like to have it with NoteSelf.

On Wednesday, July 26, 2017 at 1:29:21 PM UTC-4, Mark S. wrote:
>
> Is it possible to allow NS to encrypt? That would be a great feature.
>
> Mark
>
> On Wednesday, July 26, 2017 at 10:13:01 AM UTC-7, Lost Admin wrote:
>>
>>
>>
>> On Monday, July 24, 2017 at 1:44:05 PM UTC-4, Danielo Rodríguez wrote:
>>>
>>> I'm really sorry about the problems all of you are experiencing. I never 
>>> suffered from any of those, therefore I never thought about ow to solve 
>>> such problems.
>>
>>
>> I really don't think any of this is remotely your fault. You could not 
>> have predicted that IBM was going to buy out Cloudant and transform it so 
>> much. Most of these problems stem from how much IBM has changed things.
>>  
>>
>>> My intention was always to provide a service, not a tool. Users should 
>>> only be required to login at NoteSelf service and nothing else , we will 
>>> take care of all the behind the scenes (like any other service ). However I 
>>> also wanted to provide a DIY option, and since that was the easiest I 
>>> initially released that. 
>>
>>
>> That's what I meant by "take NoteSelf to the next step" in another 
>> thread. I'm not in a position to maintain the cost of servers (well, not in 
>> the long run) and such but I am hoping to build around NoteSelf to include 
>> a sign-up (that would trigger all the back-end activities for CouchDB), 
>> password recovery, account deletion. I haven't had time to finish it either 
>> but I've almost got a publicly accessible CouchDB server working (although 
>> it's running on my home computer with a DHCP assigned address).
>>  
>>
>>> Sandly I never had the time to implement the service, and that's why so 
>>> many people is confused trying to try the DIY solution. 
>>> I still want to provide such service, but until that arrives I want to 
>>> apologise for all those confused users. 
>>>
>>> Hope the community (and me from time to time in small spare time ) can 
>>> help you to iron the path.
>>>
>>> Sincerely
>>>
>>
>> I can't speak for the others, but you don't owe me an apology. The issues 
>> I've had were either my own lack of understanding (which, with your help, 
>> have mostly been corrected) and the sudden change to the Cloudant service 
>> (which was beyond your control).
>>
>

-- 
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/1a266a17-ad90-465a-a6be-0fae8f74ea3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Want to encrypt tiddlers by tag, can't figure out the mechanism.

2017-07-26 Thread 'Mark S.' via TiddlyWiki
I wondered that too. It appears to be for internal use. You could generate 
a whole block of encrypted stuff, but without a corresponding decrypt 
widget it's not very useful.

You might look at Danielo's code: 
http://danielorodriguez.com/TW5-EncryptTiddlerPlugin/ 

Mark

On Wednesday, July 26, 2017 at 10:57:11 AM UTC-7, Vayu Asura wrote:
>
> I have a set of tiddlers tagged "admin". I want their content display to 
> require a password. Tried EncryptWidget with the filter [tag[admin]] - with 
> the global set password (through padlock tool) it encrypts itself and I can 
> still edit it. It doesn't encrypt the tagged tiddlers. There's 
> PasswordWidget and an inaccessible PasswordVault I don't get how to use. So 
> it just doesn't add up for me. How do I do this?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7d3ba7b9-6f30-44df-8d29-3b9d139e0bb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Want to encrypt tiddlers by tag, can't figure out the mechanism.

2017-07-26 Thread Vayu Asura
I have a set of tiddlers tagged "admin". I want their content display to 
require a password. Tried EncryptWidget with the filter [tag[admin]] - with 
the global set password (through padlock tool) it encrypts itself and I can 
still edit it. It doesn't encrypt the tagged tiddlers. There's 
PasswordWidget and an inaccessible PasswordVault I don't get how to use. So 
it just doesn't add up for me. How do I do this?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/71f74400-6e2a-41d7-a519-99a983cc15ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do I center an image withing the modal?

2017-07-26 Thread Vayu Asura
That totally worked, thanks!

On Thursday, July 20, 2017 at 10:53:29 PM UTC+3, Eric Shulman wrote:
>
> On Wednesday, July 19, 2017 at 2:03:15 PM UTC-7, Vayu Asura wrote:
>>
>> I'm using tm-modal to create a full-res image display. So I call tm-modal 
>> to display the image tiddler.
>>
> The thing is I can't center smaller images within the modal body, it is 
>> always alingned left. Not sure which rule to edit and what to add for the 
>> center alignment. 
>>
>
> The trick is to apply "margin:auto" to the img element... and it only 
> takes ONE line of CSS!!
>
> Simply create a tiddler, tagged with $:/tags/Stylesheet, containing:
> .tc-modal-body img { display:block;margin:auto; }
>
> Tested and verified:
> 1) open http://tiddlywiki.com/#Modals
> 2) press the "Open demo modal" button... note that MotovunJack image is 
> NOT centered
> 3) create the stylesheet tiddler as described above
> 4) press the "Open demo modal" button again MotovunJack image is now 
> centered.
> Q.E.D
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas" (tm)
> InsideTiddlyWiki: The Missing Manuals
>
>

-- 
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/b831b18d-cd10-4dcb-89d4-4951b9f17bb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-26 Thread 'Mark S.' via TiddlyWiki
Is it possible to allow NS to encrypt? That would be a great feature.

Mark

On Wednesday, July 26, 2017 at 10:13:01 AM UTC-7, Lost Admin wrote:
>
>
>
> On Monday, July 24, 2017 at 1:44:05 PM UTC-4, Danielo Rodríguez wrote:
>>
>> I'm really sorry about the problems all of you are experiencing. I never 
>> suffered from any of those, therefore I never thought about ow to solve 
>> such problems.
>
>
> I really don't think any of this is remotely your fault. You could not 
> have predicted that IBM was going to buy out Cloudant and transform it so 
> much. Most of these problems stem from how much IBM has changed things.
>  
>
>> My intention was always to provide a service, not a tool. Users should 
>> only be required to login at NoteSelf service and nothing else , we will 
>> take care of all the behind the scenes (like any other service ). However I 
>> also wanted to provide a DIY option, and since that was the easiest I 
>> initially released that. 
>
>
> That's what I meant by "take NoteSelf to the next step" in another thread. 
> I'm not in a position to maintain the cost of servers (well, not in the 
> long run) and such but I am hoping to build around NoteSelf to include a 
> sign-up (that would trigger all the back-end activities for CouchDB), 
> password recovery, account deletion. I haven't had time to finish it either 
> but I've almost got a publicly accessible CouchDB server working (although 
> it's running on my home computer with a DHCP assigned address).
>  
>
>> Sandly I never had the time to implement the service, and that's why so 
>> many people is confused trying to try the DIY solution. 
>> I still want to provide such service, but until that arrives I want to 
>> apologise for all those confused users. 
>>
>> Hope the community (and me from time to time in small spare time ) can 
>> help you to iron the path.
>>
>> Sincerely
>>
>
> I can't speak for the others, but you don't owe me an apology. The issues 
> I've had were either my own lack of understanding (which, with your help, 
> have mostly been corrected) and the sudden change to the Cloudant service 
> (which was beyond your control).
>

-- 
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/5751116f-73f7-4842-a6ab-08a37e30efc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-26 Thread Lost Admin


On Monday, July 24, 2017 at 1:44:05 PM UTC-4, Danielo Rodríguez wrote:
>
> I'm really sorry about the problems all of you are experiencing. I never 
> suffered from any of those, therefore I never thought about ow to solve 
> such problems.


I really don't think any of this is remotely your fault. You could not have 
predicted that IBM was going to buy out Cloudant and transform it so much. 
Most of these problems stem from how much IBM has changed things.
 

> My intention was always to provide a service, not a tool. Users should 
> only be required to login at NoteSelf service and nothing else , we will 
> take care of all the behind the scenes (like any other service ). However I 
> also wanted to provide a DIY option, and since that was the easiest I 
> initially released that. 


That's what I meant by "take NoteSelf to the next step" in another thread. 
I'm not in a position to maintain the cost of servers (well, not in the 
long run) and such but I am hoping to build around NoteSelf to include a 
sign-up (that would trigger all the back-end activities for CouchDB), 
password recovery, account deletion. I haven't had time to finish it either 
but I've almost got a publicly accessible CouchDB server working (although 
it's running on my home computer with a DHCP assigned address).
 

> Sandly I never had the time to implement the service, and that's why so 
> many people is confused trying to try the DIY solution. 
> I still want to provide such service, but until that arrives I want to 
> apologise for all those confused users. 
>
> Hope the community (and me from time to time in small spare time ) can 
> help you to iron the path.
>
> Sincerely
>

I can't speak for the others, but you don't owe me an apology. The issues 
I've had were either my own lack of understanding (which, with your help, 
have mostly been corrected) and the sudden change to the Cloudant service 
(which was beyond your control).

-- 
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/18d4de26-74e3-42c9-a416-803843fd847d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-26 Thread Lost Admin


On Sunday, July 23, 2017 at 8:29:13 PM UTC-4, Mark S. wrote:
>
> ... My main objection to NS is that I have no more reason to trust 
> cloudant than I do evernote. Less actually, since EN is aimed at individual 
> persons whereas IBM is kind of aimed at big companies and projects. Also, 
> cloudant seems experimental -- something that might disappear without 
> warning and that is already morphing in front of our eyes. But EN doesn't 
> encrypt (they have a kind of clunky encryption tool for sections of text). 
> So if NS could encrypt, that would be a real advantage.
>
> Mark
>

Cloudant was a dot-com built to provide CouchDB as a server (PaaS/IaaS). It 
was so successful that IBM bought it. We are seeing the result of that.

-- 
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/fc94e09e-761c-4eb1-a46f-ed87c854df99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-26 Thread Lost Admin
The Apache CouchDB is what Cloudant is providing, You don't need both. If 
you are intending to host your own, then you wanted Apache CouchDB (I will 
assume this is what you wanted).

On Sunday, July 23, 2017 at 3:36:31 PM UTC-4, JWHoneycutt wrote:
>
>  
>
>> How do I get to the CouchDB management interface? - I am trying to follow 
>> Lost Admin's original instructions above
>>
>
> I can get to the Cloudant Dashboard.
>
> I downloaded the Apache CouchDB app, it is asking if i want to configure a 
> single node or configure cluster (don't know), and wants Admin name, Admin 
> PW, IP in 0.0.0.0 format and Port (that the node will use)
>

You want single node.

You want to set your admin name and admin password, this is your credetials 
as a CouchDB administrator/owner. Normally this would be a separate account 
from the one you use for your NoteSelf but it could be the same.

for IP, it depends on what you want...

IF you will only ever be using this from the computer that you install 
Apache CouchDB on, then put in "127.0.0.1", otherwise put in "0.0.0.0".

There should be a default port (5984), if you have to enter one, that is an 
okay choice unless you have a reason to change 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/29dad1d7-e26c-4125-ab2b-975961b72d16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-26 Thread Lost Admin


On Sunday, July 23, 2017 at 12:40:15 PM UTC-4, JWHoneycutt wrote:
>
> And this is interesting (because I don't know what I am doing) - 
>
> I can add a tiddler in FireFox and it is there when I return to 
> https://noteself.github.io/online/ in FireFox (but not in Chrome)
>
> I can add a tiddler in Chrome and the new Chrome tiddler is there when I 
> return to https://noteself.github.io/online/ in Chrome (but not in 
> FireFox)
>
> I suspect this browser specific feature would be gone if I could make 
> NoteSelf sync online (the whole checked cloud icon issue)
>
> Can I modify the Cloudant Dashboard from any browser? What should I add 
> when I am there? Is it dangerous to leave CORS on all domains?
>

Without CORS set, any website can use your Cloudant instance. However, the 
user using it would still need to have access to the database (note the 
default settings on a database is everyone has full access, including 
unauthenticated users). 

-- 
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/614f1a69-be40-455e-8e1f-e34b7915bebf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a way to build a viewTemplate to have a sort of emptyMessage for none-existing transclusions?

2017-07-26 Thread Jan Johannpeter
...I think this shows the purpose more clear: I would need something like
the emptyMessage in the ListWidget...
It would be good if this emptyMessage could be based on the tags or the
type of the Tiddler containing the transclusion which does not exist.

Yours Jan

Jan  schrieb am Di. 25. Juli 2017 um 00:40:

> Hi!
> Is there a way to build a viewTemplate for replacing none-existing
> transclusions with a template?
> For my dialogue-editor (storywriting.tiddlyspot.com) I would like to
> replace {{non-existing}} by the title of the non-existing transclusion,
> preferably in small caps.
> Could there be a way to get this working? Or would it be necessary to
> modify the transclude.js widget.
>
> Thanks for help
>   Jan
>
>

-- 
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/CALdpFy1TYeE%3Dq8oVxbQg8Wf%2B2rbut0A5uY6KZ4Qp56fNFC_s-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Investigation: SVG in TW

2017-07-26 Thread PMario
On Tuesday, July 25, 2017 at 1:20:58 PM UTC+2, @TiddlyTweeter wrote:
>
> TW works well with SVG. Its well understood & integrated into it.
>

That was one of biggest changes between TWclassic and TW5. 
SVG was specified and implemented into browsers, for a very long time 
already, before developers started using them. So the technology can be 
expected to be stable. ... and SVG has some advantages over font-based icon 
sets. ...

 

> Two things I don't understand ...
>
>- WHY is the normative icon set at 22pt (points) rather than 22px 
>(pixels)?
>
> I wouldn't interpret too much into those settings. ... 

 - 1 pt is 1/72 inch mainly used for printing
 - 1 px basically is 1/96 of an inch, if you have a 96dpi display. .. Which 
was true for a long time. .. but now we have hiDPI screens, which only 
means, that 96px is aproximately 1 inch 

see. 
https://developer.mozilla.org/en/docs/Web/CSS/length#Absolute_length_units
especially: 

Some specific examples:
>
>- 1in is always 96px.
>- 3pt is always 4px.
>- 25.4mm is always 96px.
>
>
 

>
>- Am I right in thinking that the viewBox setting of "0 0 128 128" 
>makes an ultimate SVG viewport 28% bigger than the content overall, with 
>the svg content auto-centred?
>
> SVG internally defines it's coordinate system based on the viewBox params 
and the units used in width and height. Most SVG drawing programs are 
mainly used for printing, so I think, it's just the default value, that 
Jeremy's program used, when exporting svg files.

I'm not 100% percent sure, why it is 128 units, but I guess it comes from 
bitmap-icon settings in most OSes. They start with 16x16 px for favicons 
and go up to imo 512x512 of even higher. So you see its a multiple of 16. 

So it makes sense to produce vector graphics based on multiples of 16 too, 
since there will be less scaling issues, introduced by math, if you export 
bitmap-images ... just some guesses here. 

 

> In beginning to make images for TW I'd like to better understand  the 
> default approach for what become interface icons.
>

If you use the TW default settings, you'll get relatively good results, 
since they are battle-tested and the base themes work well with them. ...

have fun!
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/86ab3b97-fc8b-4e36-a405-2b3fb7729e59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Investigation: SVG in TW

2017-07-26 Thread Danielo Rodríguez
It's definetively confusing. Every time I have to deal with an SVG icon in 
tiddlywiki I have the same doubts. At least I know that the pt unit is a 
relative unit, Wich is better than an absolute one like pixels 

-- 
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/019758e4-eeb9-484e-8cf4-3c4e7e3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.