[tw] Re: Matabele's Transparent overlay palette

2016-04-05 Thread Matabele
Hi Pau

I used alpha values in rgba() color codes -- the last value corresponds to 
the transparency (1=opaque, 0=invisible.) First convert your hex code to 
rgb() -- then add an alpha value to get the rgba() code.

Here are a couple of useful links:
http://www.colorizer.org/
http://www.css3.info/introduction-opacity-rgba/

Hope this helps.

regards






On Tuesday, 5 April 2016 09:16:02 UTC+2, Pau Deluca wrote:
>
> Hi there! It's been a lng time!
>
> I've been searching around for some inspiration, when I fell on Matabele's 
> wiki and discovered that playing with transparences in TW5 was possible.
>
> Trying to understand how that was done, I see that the trick is done not 
> in the styles, as I first thought, but in the palette.
>
> http://gwiz.tiddlyspot.com/#%24%3A%2FControlPanel:%24%3A%2FControlPanel
>
> Indeed, the only thing I needed to get the transparent effects in a fresh 
> empty TW was importing the palette $$:/palettes/Universe 
>  and changing 
> to this one in the PanelControl/Appearence/palette.
>
> However, I'm not able to understand how should I do to adjust the opacity 
> of the overlay, nor how this effect is accomplished only by the palette. 
>
> I cannot find Matabele's contact info anywhere, to directly ask. Does 
> anyone know either how the palette generates the transparencies, or 
> Matabele's contact details?
>
> Thank you very much in advance.
>
> P.-)
>

-- 
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/6f236d0e-604d-4b32-9993-deaa5d705aad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Linking to definitions

2016-04-05 Thread Richard Evans
PMario:

Thank you that is much more what I wanted, having a tooltip definition 
pop-up is brilliant.I would not have the first idea how to do it myself, so 
I am indebited to you.

I do have one question, in the <> macro there is a sort 
operation but the glossary it produces is not sorted by the terms. I have 
obviously misunderstood the syntax. Why is the sort operation there, it 
does not appear to do anything?

Thanks again 

 Ciao Ric

On Tuesday, April 5, 2016 at 12:18:44 PM UTC+1, PMario wrote:
>
> Hi Richard,
>
> I did extend c pa's idea a little bit. ... IMO it would be nicer to 
> directly show the definition on hover. 
>
> So I did create 2 little macros.
>
>  - The first one let's you create a glossary overview
>  - The second macro lets you reference the terms
>
> eg:
> <> will show the whole list and 
> <> will show the term and add the definition as tooltip. 
>
> download the attachment and drag and drop import it to your TW
>
> There will be a lot more possibilities. But imo it should be a good 
> starter. 
>
> 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/4000f1ea-cb56-4f96-bd7f-42ca5cee945e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Linking to definitions

2016-04-05 Thread 'c pa' via TiddlyWiki
Ah hah. Try this

\define showTerm(term)
$term${{glossary##$term$}}
\end

TermDefinition
<$list variable="term" filter="[[glossary]indexes[]]" >
<$macrocall $name="showTerm" term=<> />



As shown here: 
http://cpashow.tiddlyspot.com/#glossary:glossary%20[[List%20Terms]]

-- 
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/56a02b69-1f81-44f2-9955-7510ae547acb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread 'c pa' via TiddlyWiki
To edit a tiddler you have open in view mode you need to have edit widgets 
embedded in the page template. The downside, you can't edit the tiddler's 
text in view mode. You can easily change field values in view mode.  by 
having the template create select and/or edit widgets. 
The other option is to edit a Tiddler you don't have open by embedding a 
screen of widgets in the body of a different tiddler then linking it to 
edit different tiddlers based on a select.

I've created a demo here: http://cpashow.tiddlyspot.com/#crazyListHere

-- 
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/66b14f3e-0345-4f1c-a930-c0bc3ae3b749%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Linking to definitions

2016-04-05 Thread Richard Evans
Thank you for the suggestion, but that does not provide the behaviour I 
want. It substitutes the link text with its value from the json file. 

What I want to do is istead of replacing the item, I want to show it, I 
could use a Tiddler to get the same functionality but then then each 
Glossary term is in a separate Tiddler with all the overhaeds in 
maintenance that entails and they are not all in one place. I could tag 
them with a Glossary tag and collect them under one Tiddler. 

But I think it would be much simpler, to use the existing linking structure 
and be able to go to a point in a Tiddler, and not just the Tiddler.

I hope that makes it clear.

On Tuesday, April 5, 2016 at 6:54:09 AM UTC+1, c pa wrote:
>
> You could use the regex filter to search the text of your glossary. Or you 
> could convert your glossary to type=json 
> title: glossary
> text: 
>
> {
> "aTerm":"aDefiniton",
> "aSecondTerm":"aSecondDefinition"
> }
> Type: application/json
>
> And then link using: {{glossary##aTerm}}
>
>
>

-- 
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/76463a3b-d541-4db7-a9da-7771b1217610%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread Dave
Thanks Birthe, I'll see if I can figure it out from there.  I'd seen that 
at some point in the past but forgotten about it as I hadn't used it.  Now 
I have an excuse :)

On Tuesday, April 5, 2016 at 2:10:17 PM UTC-6, Birthe C wrote:
>
> Hi Dave,
>
> Mario Pietsch created a very helful youtube: How to tweak a TW5 theme 
> 
>
>
> Birthe
>
> 
>
>> How do you all keep track of those style definitions?  Is there a central 
>> reference you can link to?  Surely you don't all just go by memory, do 
>> you?  For example there are all sorts of descriptions in the 
>> controls>palette area like "table-footer-background" that I've been able 
>> to figure out just because its written there and kind of makes sense, but I 
>> could never have been able to just "think it up" from scratch.  It would be 
>> nice to be in on the secret "TW glossary" ;)
>>
>>

-- 
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/2fefbe57-2fe3-4bdf-bd02-4993057ef8bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Evolving from private thoughts to public posts

2016-04-05 Thread Hegart Dmishiv
Hi Lyn,

Yes, you're quite right. If I were doing what you intend to do, I'd be 
working with long, monolithic texts, hehe. I tend to ramble sometimes, even 
in my own private notes.

All the best,

Hegart.


On Wednesday, 6 April 2016 11:59:19 UTC+12, Lyn Headley wrote:
>
> Thanks Hegart,
>
> Maybe I'm missing something, but text slicer appears to work on large, 
> monolithic texts, converting them to a more tiddlywiki-friendly "atomic" 
> size. If that's accurate, I won't need the tool as long as I'm doing my 
> original authoring in small atomic tiddlers (which is my plan). Is that 
> right?
>
> -Lyn
>
> On Tuesday, April 5, 2016 at 4:42:15 PM UTC-7, Hegart Dmishiv wrote:
>>
>> Hi Lyn,
>>
>> You should have a look at the new toolbar that Jeremy has been working on 
>> in TW5.1.12-prerelease . The 
>> TextSlicer excision tool might be helpful for selecting just the thoughts 
>> you want to publish.
>>
>> Hegart.
>>
>>
>> On Wednesday, 6 April 2016 10:31:50 UTC+12, Lyn Headley wrote:
>>>
>>> I'm interested in using tw5 to evolve my thoughts, from private sketches 
>>> to something worth publishing, and I'm wondering if others are using tw5 
>>> for this, and if so, how. 
>>>
>>> Personally, I don't think I want multiple editions or wikis, but a 
>>> single one, containing all my tiddlers whether public or private. Then, I 
>>> imagine that I would want to publish a single cluster of thoughts at once.
>>>
>>> One workflow I'm considering is writing a toplevel article containing 
>>> links and transclusions. Then, by adding the tag "published" to an article, 
>>> I could use the rendertiddlers command to publish a public version of my 
>>> wiki, containing only the published articles /and/ everything they link to. 
>>> So publishing is a gradual process of constructing links, and being 
>>> published is either being tagged as a root article, or being linked from 
>>> one.
>>>
>>> Any reactions to this? Is it feasible? Any caveats or suggestions? 
>>>
>>> Experiences doing something similar?
>>>
>>

-- 
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/bee03e2a-12c5-4b0c-8239-f148e16f6623%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Evolving from private thoughts to public posts

2016-04-05 Thread Lyn Headley
Thanks Hegart,

Maybe I'm missing something, but text slicer appears to work on large, 
monolithic texts, converting them to a more tiddlywiki-friendly "atomic" 
size. If that's accurate, I won't need the tool as long as I'm doing my 
original authoring in small atomic tiddlers (which is my plan). Is that 
right?

-Lyn

On Tuesday, April 5, 2016 at 4:42:15 PM UTC-7, Hegart Dmishiv wrote:
>
> Hi Lyn,
>
> You should have a look at the new toolbar that Jeremy has been working on 
> in TW5.1.12-prerelease . The 
> TextSlicer excision tool might be helpful for selecting just the thoughts 
> you want to publish.
>
> Hegart.
>
>
> On Wednesday, 6 April 2016 10:31:50 UTC+12, Lyn Headley wrote:
>>
>> I'm interested in using tw5 to evolve my thoughts, from private sketches 
>> to something worth publishing, and I'm wondering if others are using tw5 
>> for this, and if so, how. 
>>
>> Personally, I don't think I want multiple editions or wikis, but a single 
>> one, containing all my tiddlers whether public or private. Then, I imagine 
>> that I would want to publish a single cluster of thoughts at once.
>>
>> One workflow I'm considering is writing a toplevel article containing 
>> links and transclusions. Then, by adding the tag "published" to an article, 
>> I could use the rendertiddlers command to publish a public version of my 
>> wiki, containing only the published articles /and/ everything they link to. 
>> So publishing is a gradual process of constructing links, and being 
>> published is either being tagged as a root article, or being linked from 
>> one.
>>
>> Any reactions to this? Is it feasible? Any caveats or suggestions? 
>>
>> Experiences doing something similar?
>>
>

-- 
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/1caee47c-e669-42d7-b23b-1594880eb981%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Evolving from private thoughts to public posts

2016-04-05 Thread Hegart Dmishiv
Hi Lyn,

You should have a look at the new toolbar that Jeremy has been working on 
in TW5.1.12-prerelease . The TextSlicer 
excision tool might be helpful for selecting just the thoughts you want to 
publish.

Hegart.


On Wednesday, 6 April 2016 10:31:50 UTC+12, Lyn Headley wrote:
>
> I'm interested in using tw5 to evolve my thoughts, from private sketches 
> to something worth publishing, and I'm wondering if others are using tw5 
> for this, and if so, how. 
>
> Personally, I don't think I want multiple editions or wikis, but a single 
> one, containing all my tiddlers whether public or private. Then, I imagine 
> that I would want to publish a single cluster of thoughts at once.
>
> One workflow I'm considering is writing a toplevel article containing 
> links and transclusions. Then, by adding the tag "published" to an article, 
> I could use the rendertiddlers command to publish a public version of my 
> wiki, containing only the published articles /and/ everything they link to. 
> So publishing is a gradual process of constructing links, and being 
> published is either being tagged as a root article, or being linked from 
> one.
>
> Any reactions to this? Is it feasible? Any caveats or suggestions? 
>
> Experiences doing something similar?
>

-- 
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/ae3d75d7-9446-4ea1-8b61-78dc89f26c35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread Hegart Dmishiv
Hi all,

Sorry, to save me from having to read through all 7 pages of this 
discussion, can I just quickly ask whether this is for TWC or TW5? In our 
*{{DesignWrite}}* semester project, TiddlyCRM 
, we've 
come to the point where we're considering how best to handle editing in the 
view mode. We're trying to avoid having our end-user go into TiddlyWiki's 
edit more at all. We're using TW5.

Thanks,

Hegart.


On Tuesday, 5 April 2016 20:53:57 UTC+12, Yakov wrote:
>
> Hi Vincent,
>
> first of all, going up/down from block to block implementation is very 
> cool, much better experience now!
>
> Second, lists are now edited as a whole, not one list item at a time. I 
> guess, this is some deliberate temporal state, I mention it just in case it 
> is not and/or you don't know about it.
>
> Next, I'd say that in empty block pressing backspace is expected to cause 
> a) going to the previous block and b) removing of the empty block. 
> Likewise, in non-empty block pressing backspace when the cursor is on the 
> first position should cause a) going to the previous block (end position) 
> b) concatenate the content to the content of the previous block and c) 
> removing the block where we were initially. Implementing this feature will 
> imrove experience much, as this seems to be the last thing that force user 
> to use mouse during editing.
>
> Now, the "boring" part.
>
> 1. create a one-line tiddler with text alpha __beta__ gamma. Click to 
> edit the only block. Add a new line (enter) and apply (ctrl+enter). Enter 
> the ordinary edit mode (click "edit"). Press esc to cancel. What is 
> expected: the changes are already applied, and since I haven't changed 
> anything in the ordinary edit mode I will just leave. What actually 
> happens: the editor asks if we should leave without saving changes (as 
> thought as they were done in the edit mode, not in twve).
>
> 2. I've got a ton of weird bugs playing with that tiddler (especially when 
> adding or removing underline or newline), including more multiplying the 
> content, separating alpha and __beta__ gamma as blocks and other stuff, 
> but the behaviour changes very often and in an unpredictab
> ...

-- 
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/9f425663-6ff9-4c87-9d28-afea4284f953%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Linking to definitions

2016-04-05 Thread Lyn Headley
Something I've often wanted is a glossary whose terms could have multiple 
definitions, along with a way to reference a specific definition from a 
point of use. This would be useful in preparing an edition of a 
philosophical text whose author uses the same term to mean different things 
depending on context. The role of the editor would be to mark up the 
author's text so that crucial words point to the specific definition 
indicated by the context.

On Tuesday, April 5, 2016 at 4:18:44 AM UTC-7, PMario wrote:
>
> Hi Richard,
>
> I did extend c pa's idea a little bit. ... IMO it would be nicer to 
> directly show the definition on hover. 
>
> So I did create 2 little macros.
>
>  - The first one let's you create a glossary overview
>  - The second macro lets you reference the terms
>
> eg:
> <> will show the whole list and 
> <> will show the term and add the definition as tooltip. 
>
> download the attachment and drag and drop import it to your TW
>
> There will be a lot more possibilities. But imo it should be a good 
> starter. 
>
> 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/ef21aa32-f876-48db-b7fb-cb17160b516a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [tw5] Evolving from private thoughts to public posts

2016-04-05 Thread Lyn Headley
I'm interested in using tw5 to evolve my thoughts, from private sketches to 
something worth publishing, and I'm wondering if others are using tw5 for 
this, and if so, how. 

Personally, I don't think I want multiple editions or wikis, but a single 
one, containing all my tiddlers whether public or private. Then, I imagine 
that I would want to publish a single cluster of thoughts at once.

One workflow I'm considering is writing a toplevel article containing links 
and transclusions. Then, by adding the tag "published" to an article, I 
could use the rendertiddlers command to publish a public version of my 
wiki, containing only the published articles /and/ everything they link to. 
So publishing is a gradual process of constructing links, and being 
published is either being tagged as a root article, or being linked from 
one.

Any reactions to this? Is it feasible? Any caveats or suggestions? 

Experiences doing something similar?

-- 
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/159c96c9-0d41-444d-a824-1f31db2b7b92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread 'Birthe C' via TiddlyWiki
Hi Dave,

Mario Pietsch created a very helful youtube: How to tweak a TW5 theme 



Birthe



> How do you all keep track of those style definitions?  Is there a central 
> reference you can link to?  Surely you don't all just go by memory, do 
> you?  For example there are all sorts of descriptions in the 
> controls>palette area like "table-footer-background" that I've been able 
> to figure out just because its written there and kind of makes sense, but I 
> could never have been able to just "think it up" from scratch.  It would be 
> nice to be in on the secret "TW glossary" ;)
>
>

-- 
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/7c8630cb-f274-4924-800e-6fc78c1fb972%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread Eric Shulman
On Tuesday, April 5, 2016 at 7:12:50 AM UTC-7, PMario wrote:
>
> If you create your own CSS classes, you should not prefix them with tc-, 
> tm- or tv- ... since these are indicators for TW core styles. So in the 
> future this may be confusing for others and yourself.
>

This is generally true.  

However... this is not the case with "tc-tagged-".  The TWCore 
automatically combines this *special prefix* with any tag values present on 
the tiddler and adds those classes to the tiddler frame.  This allows 
custom CSS classes to be applied based on tag values.  Thus, you can define 
CSS class "tc-tagged-foo" those styles will automatically be applied to any 
tiddlers tagged with "foo".

(Basically, this TW5 core feature provides the same function as my 
TiddlyTools TaggedTemplateTweak plugin for TWClassic).

enjoy,
-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/eb0254ee-35b7-4516-95b7-16dbd9efb507%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread Dave
Hi Mario,

I know so little about how this all really works (I'm a health care 
provider, not a computer guy), I'm not even sure what you're saying there.

When I use this

.tc-tagged-slide .tc-title { font-size:20%;line-height: 9px;color:white}

I've actually copied something someone else used and modified it to get 
something done.  Are you saying that having that in a tiddler and tagging 
it with $:/tags/Stylesheet  is equivalent to creating my own CSS class?  Or 
are you saying that that's something that often happens in general, but not 
in this case?

I'm pretty sure its the latter, not the former because if I delete the 
"tc-" part from my tiddler it stops working, so I just assume ".tc-tagged-slide 
.tc-title" are part of the normal usage.



Also regarding  what you said before:

> Yea, docs on styling TW is pretty much lacking. CSS is really a big topic 
> in itself but it's also that TW has so many style deffinitions


How do you all keep track of those style definitions?  Is there a central 
reference you can link to?  Surely you don't all just go by memory, do 
you?  For example there are all sorts of descriptions in the 
controls>palette area like "table-footer-background" that I've been able to 
figure out just because its written there and kind of makes sense, but I 
could never have been able to just "think it up" from scratch.  It would be 
nice to be in on the secret "TW glossary" ;)

Thank you for your assistance!!
Have a great day,
Dave
 
On Tuesday, April 5, 2016 at 8:12:50 AM UTC-6, PMario wrote:
>
> Hi Dave,
>
> If you create your own CSS classes, you should not prefix them with tc-, 
> tm- or tv- ... since these are indicators for TW core styles. So in the 
> future this may be confusing for others and yourself.
>
> -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/f9ea85d2-0761-4dd2-bc38-954099b1b954%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread PMario
Hi Dave,

If you create your own CSS classes, you should not prefix them with tc-, 
tm- or tv- ... since these are indicators for TW core styles. So in the 
future this may be confusing for others and yourself.

-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/4d08c552-6c51-4b95-8418-98ce79fd96df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Matabele's Transparent overlay palette

2016-04-05 Thread Pau Deluca
Oh! Jee, I hadn't thought of it at all. I'll check!

Thank you so very much. I was getting nuts :D

El martes, 5 de abril de 2016, 10:36:53 (UTC+2), Evolena escribió:
>
> Hi,
>
> I'm not an expert, but I think the trick is in using rgba colors 
> : 
>
> tiddler-background: rgba(0,0,0,0.25);
>
> The first three numbers code for the color, and the last number (0.25) is 
> the opacity (only for the background color, and not for the children of the 
> elements, as I understand 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/9263a0a4-fca8-49d1-ba77-9cc589a35543%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: embed tiddler in another tiddler

2016-04-05 Thread Evolena
Hi,

In TW5 it's no more a macro but a syntax, called Transclusion 



Le mardi 5 avril 2016 14:57:55 UTC+2, K0ertis a écrit :
>
> Hi! 
>
> You know a similar macro in TW5?
>
> 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/83b985b0-340e-42d8-a2f5-8b71ae0b3dff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: embed tiddler in another tiddler

2016-04-05 Thread K0ertis
Hi! 

You know a similar macro in TW5?

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/7c3b0995-503b-44b4-93b4-dd7b95d374f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Pass macro to widget attribute: Create new tiddler with specified title

2016-04-05 Thread Hegart Dmishiv
Hi Jed,

Just wanted to let you know that your solution here was the last piece of 
the puzzle we needed to get the main functionality of our TiddlyCRM 
 semester 
project for *{{DesignWrite}}* going. See this tiddler 
 for a demo of how we used it. 
Thanks!

Hegart.


On Saturday, 10 October 2015 10:19:25 UTC+13, Jed Carty wrote:
>
> Move the edit-text widget outside the set widget. What is happening is 
> every time you type a character into the edit text widget it refreshes the 
> set widget and all its children, which currently includes the edit text 
> widget and it resets the focus so you aren't in the text box anymore.
>
> Try this:
>
> *\define newtitlemacro() $(mytitle)$ $(rightnow)$*
> *\define newentry()*
>
> *<$button>**<$set name="rightnow" value=<> >*
> *<$set name="mytitle" value={{$:/temp/newtitle}} >*
> *<$action-sendmessage $message="tm-new-tiddler" title=<> 
> description=<> 
> tags="BM GL [[Hello World]]"/>*
> **
>
> *New Entry:*
> **
> *<$edit-text tiddler="$:/temp/newtitle" tag="input" default=""/>*
> *\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/1a601c76-81e3-4287-96c6-b523e846bdcc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5: Customizing span between headings and text

2016-04-05 Thread rooster91an



Hello!
I've got a question to the presentation of content in tw5. In tiddlers with 
text alternating with headings tw5 always displays the same span above a 
heading and below the heading. For esthetic appeal i would prefer that the 
span between the leading text and the new heading is bigger than the span 
between the heading and the following text. (Or the span from a heading to 
the next text sequence is less, as you like.)
Sure, I can manage this by manually adding  under each text sequence, 
but I would like to change the behaviour of tw5 generally. How could I 
manage this?

Thanks a lot
Oliver

-- 
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/93ef44e1-e436-4ea4-a0ea-e27de1e1249a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Linking to definitions

2016-04-05 Thread PMario
Hi Richard,

I did extend c pa's idea a little bit. ... IMO it would be nicer to 
directly show the definition on hover. 

So I did create 2 little macros.

 - The first one let's you create a glossary overview
 - The second macro lets you reference the terms

eg:
<> will show the whole list and 
<> will show the term and add the definition as tooltip. 

download the attachment and drag and drop import it to your TW

There will be a lot more possibilities. But imo it should be a good 
starter. 

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/15ccaf3e-d28c-4c08-881e-100592f5b809%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


glossaryTiddlers.json
Description: application/json


[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread Yakov
Hi Vincent,

first of all, going up/down from block to block implementation is very 
cool, much better experience now!

Second, lists are now edited as a whole, not one list item at a time. I 
guess, this is some deliberate temporal state, I mention it just in case it 
is not and/or you don't know about it.

Next, I'd say that in empty block pressing backspace is expected to cause 
a) going to the previous block and b) removing of the empty block. 
Likewise, in non-empty block pressing backspace when the cursor is on the 
first position should cause a) going to the previous block (end position) 
b) concatenate the content to the content of the previous block and c) 
removing the block where we were initially. Implementing this feature will 
imrove experience much, as this seems to be the last thing that force user 
to use mouse during editing.

Now, the "boring" part.

1. create a one-line tiddler with text alpha __beta__ gamma. Click to edit 
the only block. Add a new line (enter) and apply (ctrl+enter). Enter the 
ordinary edit mode (click "edit"). Press esc to cancel. What is expected: 
the changes are already applied, and since I haven't changed anything in 
the ordinary edit mode I will just leave. What actually happens: the editor 
asks if we should leave without saving changes (as thought as they were 
done in the edit mode, not in twve).

2. I've got a ton of weird bugs playing with that tiddler (especially when 
adding or removing underline or newline), including more multiplying the 
content, separating alpha and __beta__ gamma as blocks and other stuff, but 
the behaviour changes very often and in an unpredictable way (seems that it 
is *history-depenent*), so for some time I had no luck in reproducing them 
(except for the one described above). The point here is you probably should 
investigate what can be the source of this history dependence, as it will 
probably provide many difficulties in the future.

3. I've got more luck in reproducing bugs when I started to refresh my TW 
after each test and close all tiddlers but the test one (for the clear 
experiments I used permaview not put anything else to the "history"). Steps 
to reproduce one of the bugs: close all tiddlers, open the tiddler with 
text alpha __beta__ gamma, permaview, reload TW. Inline-edit it: add a new 
line after the end of the first one, ctrl+enter to apply. Inline-open it 
again clicking the first line, remove the newline, ctrl+enter to apply. 
What I see in the view mode: alpha alpha *beta* gamma; but if I open the 
ordinary edit mode, the content is still alpha __beta__ gamma.

Best regards,
Yakov.

-- 
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/3a4a4f6d-e599-4b31-8d5a-6caaeb97fdeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Matabele's Transparent overlay palette

2016-04-05 Thread Evolena
Hi,

I'm not an expert, but I think the trick is in using rgba colors 
: 

tiddler-background: rgba(0,0,0,0.25);

The first three numbers code for the color, and the last number (0.25) is 
the opacity (only for the background color, and not for the children of the 
elements, as I understand 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/868d911d-2675-4896-8479-614b56ace5fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Multi-User & Accountability in Corp Env

2016-04-05 Thread HC Haase
I have tried to use TW5 in a similar manner and ran in to the same 
problems. it's not ideal, but a workaround do exist.

you can put filling of username and warnings on the front. 

http://tobibeer.github.io/tb5/#Review%20UserName%20On%20Startup

This takes care of signing. However there is no login, so everyone could be 
everyone. 

And more importantly, if more than one person edit at the same time, you 
will end up overriding the file. A workaround for this could  be to have 
personal TW5 or TW5 for editing, work in them and then drag'n drop the 
tiddler to the main TW5 for import. But this require user 
education/discipline.

TW5 is so awesome so I wish there was a good way to use it with multiple 
users also. This way I would not only have the best personal knowledge 
system, but I could be a TW5 guru at my job and not going through the pain 
of stacks of pdf's or over complicated wiki systems.

-- 
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/0f9e1b21-7b44-4d42-81dc-7a56801a1b48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using TW for CRM?

2016-04-05 Thread Tristan Kohl
Hi Andrew,

your progress on the trello board looks very promissing, I am looking 
forward for the first "release" of TiddlyCRM.

Regards
Tristan


Am Montag, 4. April 2016 11:14:16 UTC+2 schrieb Andrew Myers:
>
> Tristan, all others interested.
>
> The TiddlyCRM project is coming along quite nicely. The alpha development 
> functionality portion is nearing a close.
>
> The trello board has been updated to reflect this.
>
> https://trello.com/b/IiYqc4IG/tiddlycrm
>
> Any inquiries about this project can also be sent to tidd...@gmail.com 
> . Hegart or myself will contact you as soon as we can!
>
>
> On Saturday, March 12, 2016 at 2:50:42 PM UTC-5, Tristan Kohl wrote:
>>
>> Hi Hegart,
>>
>> this sounds super interesting, I am looking for a tool like this for ages 
>> but did not find something that fits my (small) private needs. Your first 
>> ideas sound very promising and I hope you will find a good start for this. 
>> Unfortunately is far beyond my JavaScript skills but I started learning by 
>> developing a simple budget app for my monthly expenses so maybe one day I 
>> will be capable of helping you out with this.
>>
>> Cheers
>> Tristan
>>
>

-- 
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/b9b577d5-e631-496a-906c-b95adf3e969a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Matabele's Transparent overlay palette

2016-04-05 Thread Pau Deluca
Hi there! It's been a lng time!

I've been searching around for some inspiration, when I fell on Matabele's 
wiki and discovered that playing with transparences in TW5 was possible.

Trying to understand how that was done, I see that the trick is done not in 
the styles, as I first thought, but in the palette.

http://gwiz.tiddlyspot.com/#%24%3A%2FControlPanel:%24%3A%2FControlPanel

Indeed, the only thing I needed to get the transparent effects in a fresh 
empty TW was importing the palette $$:/palettes/Universe 
 and changing to 
this one in the PanelControl/Appearence/palette.

However, I'm not able to understand how should I do to adjust the opacity 
of the overlay, nor how this effect is accomplished only by the palette. 

I cannot find Matabele's contact info anywhere, to directly ask. Does 
anyone know either how the palette generates the transparencies, or 
Matabele's contact details?

Thank you very much in advance.

P.-)

-- 
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/f8fc2da7-b3f2-4f2a-b0ff-d022434b4adf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Global macro leave

2016-04-05 Thread magev958
Thanks :)
The one-line does not work, but the other one does. I may have put some 
interfering css i a stylesheet somewhere, but now it works and I'm happy :)

-- 
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/48c21683-c1c3-41c9-add9-0403705bb841%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.