[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/

[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

[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

[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

[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

[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:

[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, > >

[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).

[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

[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

[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

[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

[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

[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.

[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

[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

[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 > : > >

[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

[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,

[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

[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

[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

[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

[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

[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

[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

[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,

[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