[tw5] Re: Ten simple rules for helping newcomers become contributors to open projects

2019-10-29 Thread TonyM
Diego,

Thanks for sharing. Coincidentally I am preparing a talk on open source so 
this is a timely reference for me.

Regards
Tony

On Tuesday, October 29, 2019 at 11:51:55 PM UTC+11, Diego Mesa wrote:
>
> All,
>
> Just came across the following:
>
> *Ten simple rules for helping newcomers become contributors to open 
> projects*
>
> https://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1007296
>
> Its good to reflect on what our community excels at, and what we fall 
> short of.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/824a6989-c172-45e2-b395-5b333c80a117%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-10-29 Thread A Gloom
Here's something else to toy with

authormsg:tiddlywiki,JqnEje7lAQAJ after:2019/10/1 before:2019/11/1

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bbda1a6f-f057-4982-b4ce-2bb380e07f62%40googlegroups.com.


[tw5] Re: simple math macro

2019-10-29 Thread A Gloom

BOTH THIS MACRO AND SIMPLE EQUATION MACRO CAN ACCEPT NEGATIVE NUMBERS
just type -number, ie: -1

FIX FOR DISPLAY ISSUE:

math macro for multiple add, subtract, etc as detailed in the official 
examples of the math operators

x - [=1 =2 =3 =4 +[add[4]]

x - 5678


z - <>


without delimiter marks:
ragscalculator3 - 5678


with delimiter marks:
ragscalculator3separate - 5 | 6 | 7 | 8 |


list:
ragscalculator3list - 

5

6

7

8


\define ragscalculator3(cnumbm1,coperam,cnumbm2)
<$list filter="$cnumbm1$ +[$coperam$[$cnumbm2$]]"><>
\end
\define ragscalculator3separate(cnumbm1,coperam,cnumbm2)
<$list filter="$cnumbm1$ +[$coperam$[$cnumbm2$]]"> <> |
\end
\define ragscalculator3list(cnumbm1,coperam,cnumbm2)
<$list filter="$cnumbm1$ +[$coperam$[$cnumbm2$]]">

<>
\end

<>
<>
<>

<>
<>
<>


ragscalculator3 : macro name cnumbm1 : a series of numbers to have the 
final number of the macro added, etc to each, use "-number" for negative 
numbers

— must be in " ", each number should have an "=" before it 

coperam : the math operation you want preformed

for + : use "add" 

for - : use "subtract" 

for x : use "multiply" 

for ÷ : use "divide" 

cnumbm2: single number to be added to each of the cnumbm1 numbers


ATTACHMENT FOR TWSCRIPTS

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d732b46-9ec4-4c07-8788-301d2eb24773%40googlegroups.com.


math macro string of values.tid
Description: Binary data


[tw5] Re: Ten simple rules for helping newcomers become contributors to open projects

2019-10-29 Thread A Gloom
thumbs up -- you get an up vote (ops, wrong site) : )

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/da9140c7-00ce-4a1b-b5c4-10d84e859eca%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-10-29 Thread A Gloom

>
> Though the search mechanism, when used with what published syntax there 
> is, performs a bunch better than with no syntax at all, its obvious after a 
> while that still the results are often less than optimal. 
>
> Odd things happen like sometimes "TermA OR TermB OR TermC" actually 
> narrows searches rather than widens them. Fathoming the logic without 
> controlled test data is a McGuffin. 
>

yes, it can be very unprediictable-- Google has been struggling with it 
themselves even

also play here-- 
https://www.google.com/advanced_search?q=tiddlywiki+group=en
 

> I am going to do a comparison with MailArchive.com 
>  to see if it 
> searches in a way that works more predictably.
>

 very good idea, its setup for searching GG posts, why I included it when I 
saw the note about it at the top of the Group page here

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/195aed2a-e44f-476c-9b75-09ddf929a57b%40googlegroups.com.


[tw5] Re: How do I access an embedded binary file?

2019-10-29 Thread A Gloom
Michael

no need for embedding of canonical url

first you must say the words...


Klaatu... verata... n-*mumble*

then type your url or local path into a tiddler's text body/field (or a 
custom field to read) ie: 
file:///C:/Unit%202%20PPT%20Scientific%20Notation-2.ppt

close the tiddler, the link that appears, when clicked on (in Firefox at 
least) automatically generates a download/save window

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12abffe9-e039-477a-a4da-d952617f66ac%40googlegroups.com.


[tw5] Tiddly Commander filter

2019-10-29 Thread Jon
Hi,

I wanted to use Tiddly Commander to export the last month of journal 
entries which I would have done by adding a temporary tag.

However, I noticed that the filter doesn't seem to work completely.

For instance <$list filter="[tag[journal]!sort[created]]"> will bring up 
the journal tiddlers but it won't apply the filter.

Good if this could be included

Regards
Jon

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff345933-546d-43dd-8b22-091798fbb540%40googlegroups.com.


[tw5] Re: Create an external link for a pdf where the filename is stored in a tiddler field.

2019-10-29 Thread si
Thank you so much, works perfectly!

On Tuesday, October 29, 2019 at 8:10:04 PM UTC, Eric Shulman wrote:
>
> On Tuesday, October 29, 2019 at 12:21:39 PM UTC-7, si wrote:
>>
>> I have tiddlers for books with the title of the book stored in a field 
>> called "book-title", and I want to create a link to the pdf of the book.
>> For example say I have a tiddler containing the field 
>> "book-title=[[Oliver Twist]]".
>> I want to create a template to generate a link of the form "[ext[Oliver 
>> Twist|.\books\Oliver Twist.pdf]]".
>> I have tried "[ext[{{!!book-title}}|.\books\{{!!book-title}}.pdf]]" but 
>> this doesn't work.
>>
>
> In order to construct wikitext syntax that inserts a value from a field, 
> you first need to create a macro definition, like this:
> \define book-link(title) [ext[$(title)$|.\books\$(title)$.pdf]]
>
> Then, to use it, you would write:
> <$vars title={{!!book-title}}><>
>
> Let me know how it goes...
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools: "Small Tools for Big Ideas" (tm)   
> http://tiddlytools.github.io/
> InsideTiddlyWiki: The Missing Manuals
> http://insidetiddlywiki.tiddlyspot.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/668b38c8-e460-436e-a110-d076a64dc673%40googlegroups.com.


[tw5] Re: Create an external link for a pdf where the filename is stored in a tiddler field.

2019-10-29 Thread Eric Shulman
On Tuesday, October 29, 2019 at 12:21:39 PM UTC-7, si wrote:
>
> I have tiddlers for books with the title of the book stored in a field 
> called "book-title", and I want to create a link to the pdf of the book.
> For example say I have a tiddler containing the field "book-title=[[Oliver 
> Twist]]".
> I want to create a template to generate a link of the form "[ext[Oliver 
> Twist|.\books\Oliver Twist.pdf]]".
> I have tried "[ext[{{!!book-title}}|.\books\{{!!book-title}}.pdf]]" but 
> this doesn't work.
>

In order to construct wikitext syntax that inserts a value from a field, 
you first need to create a macro definition, like this:
\define book-link(title) [ext[$(title)$|.\books\$(title)$.pdf]]

Then, to use it, you would write:
<$vars title={{!!book-title}}><>

Let me know how it goes...

enjoy,
-e
Eric Shulman
TiddlyTools: "Small Tools for Big Ideas" (tm)  
 http://tiddlytools.github.io/
InsideTiddlyWiki: The Missing Manuals
http://insidetiddlywiki.tiddlyspot.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/69ef846a-e7c8-4143-b0cc-3bce399f8e49%40googlegroups.com.


[tw5] Create an external link for a pdf where the filename is stored in a tiddler field.

2019-10-29 Thread si
I have tiddlers for books with the title of the book stored in a field 
called "book-title", and I want to create a link to the pdf of the book.

For example say I have a tiddler containing the field "book-title=[[Oliver 
Twist]]".

I want to create a template to generate a link of the form "[ext[Oliver 
Twist|.\books\Oliver Twist.pdf]]".

I have tried "[ext[{{!!book-title}}|.\books\{{!!book-title}}.pdf]]" but 
this doesn't work.

If anyone can help me out I would really appreciate it.

Thanks in advance.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/22979979-266b-4cde-ac90-d3a9ab9810e1%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-10-29 Thread @TiddlyTweeter
Gloom

I saw in your References Collective  the 
great amount of research you have done into Google Search syntax!

FYI, I've spent half a day testing searches using the GG search syntax.

Though the search mechanism, when used with what published syntax there is, 
performs a bunch better than with no syntax at all, its obvious after a 
while that still the research results are often less than optimal. 

Odd things happen like *sometimes* "TermA OR TermB OR TermC" actually 
narrows searches rather than widens them. Fathoming the logic without 
controlled test data is a McGuffin. 

I am going to do a comparison with MailArchive.com 
 to see if it 
searches in a way that works more predictably.

Just letting you know :-)
TT





On Monday, 28 October 2019 10:20:53 UTC+1, A Gloom wrote:
>
>  
>
>> You are dead right that some of the operators that are "documented 
>> around" don't work. 
>> It's frustrating there is no clear current documentation on web I can 
>> find. 
>>
>
> Yeah, I have multiple references and all have ref's that Google 
> depreciated/discontinued-- that's the issue also-- the search operators 
> changing
>
> The new GG search link generator with TiddlyTweeter search : D
>
> [image: Clipboardggsrch.jpg]
>
>
>
> 3 modes:
> --- select choices (OR AND NOT * can be typed with search term)
> --- type in using macro format (ie: group searchterm author afterdate sort)
> --- listed by tag only (didn't get to adding tag to search function)
>
> the heart of it
>
> \define 
> twgroupsbsearch(twgroup,twgsterm,twgauth,twgafter,twgsort,linktitle)
> https://groups.google.com/forum/?#!searchin/$twgroup$/$twgsterm$$20authorname$3A$twgauth$$20after$3A$twgafter$|sort:$twgsort$"
>  
> rel="noopener noreferrer" target="_blank"><$list 
> filter="$linktitle$">$linktitle$<$reveal type="match" default="" 
> text="$linktitle$">
> \end
>
> link:  
> https://groups.google.com/forum/?#!searchin/tiddlywiki/set$20widget$20filter$20authorname$3Amohammad$20after$3A2019-8-5%7Csort:relevance
>
> search bar equivalent: set widget filter authorname:mohammad after:2019-8-5
>
> \define twgroupsbsearchtag(twgroup,twgtag,,linktitle)
> https://groups.google.com/forum/#!tags/$twgroup$/$twgtag$; 
> rel="noopener noreferrer" target="_blank"><$list 
> filter="$linktitle$">$linktitle$<$reveal type="match" default="" 
> text="$linktitle$">
> \end
>
> link:  https://groups.google.com/forum/#!tags/tiddlywiki/newbie
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c3b91247-9d54-41e6-9ade-644372d3be44%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-10-29 Thread @TiddlyTweeter
Looking at referencescollective 
 as  
currently online I don't think is matters a great deal which way you go on 
this. The point is you provide contextual labels that explain what is going 
on.

Best wishes
TT  

On Tuesday, 29 October 2019 12:16:14 UTC+1, A Gloom wrote:
>
> should I have the link match sidebar links or external links?
>
> .tc-sidebar-lists a.tc-tiddlylink { color: #99; }
>
> .tc-sidebar-lists a.tc-tiddlylink:hover { color: #44; }
>
> button.tc-tiddlylink:hover, a.tc-tiddlylink:hover { text-decoration: 
> underline; }
>
> a.tc-tiddlylink-resolves { }
>
> a.tc-tiddlylink-shadow { font-weight: bold; }
>
> a.tc-tiddlylink-shadow.tc-tiddlylink-resolves { font-weight: normal; }
>
> a.tc-tiddlylink-missing { font-style: italic; }
>
> a.tc-tiddlylink-external { text-decoration: underline; color: #ee; 
> background-color: inherit; }
>
> a.tc-tiddlylink-external:visited { color: #aa; background-color: 
> inherit; }
>
> a.tc-tiddlylink-external:hover { color: inherit; background-color: inherit
> ; }
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/749b74fb-a79a-48e8-9e24-4359194dc9d5%40googlegroups.com.


[tw5] Re: Philosophy & TW -- Title v. Content

2019-10-29 Thread Scott Kingery
Had some time to work with this last night in my Movie database/wiki. This 
code works to strip "The " off of movies that start with that and give them 
back to me with the rest of my movies sorted as I'd want.. Works well. Not 
as elegant as Mark's solution to add "The " back in but I couldn't make 
that work correctly.

<$list filter="[tag[Movie]removeprefix[The ]] [tag[Movie]] -[prefix[The 
]]+[sort[]]">
 {{!!title}}



On Thursday, September 5, 2019 at 7:06:45 AM UTC-7, Mark S. wrote:
>
> Hi Dave,
>
> In database design you're not supposed to use a single field for more than 
> one job. But TW has at least 4 jobs built into it's "title" field. And 
> sometimes people 
> layer on additional tasks like "datestamp" Thus there is a constant source 
> of tension, as people try to work around the problems caused by this 
> structure.
>
> Since "title" is the only guaranteed unique field, the "real" job of the 
> title is provide a unique ID. So other fields should be used for display, 
> system status, dates, etc.
> But of course, the title field is right in front of you, so it's hard not 
> to use it for display, search, status etc. But I digress.
>
> Here's a lister that sorts your Spanish words (it removes the prefix, 
> sorts, puts the prefix back on) :
>
> <$list filter="[tag[spanish]removeprefix[el ]] 
> [tag[spanish]removeprefix[la ]] +[sort[]]" variable="word">
> <$list filter="[addprefix[la ]tag[spanish]] [addprefix[el 
> ]tag[spanish]]">
>  
> 
> 
>
> When I first took Spanish, they told us that terms like "rr", "ll" and 
> "ch" were to be considered as separate letters. I always thought what a 
> night-mare
> that must make for programmers working in Spanish. My understanding is 
> that the Spanish Academy (excuse me if that's not the right term) has
> changed those rules.
>
> Thanks!
> -- Mark
>
> On Thursday, September 5, 2019 at 6:19:05 AM UTC-7, David Gifford wrote:
>>
>> Only slightly on topic...My title-vs-text issue has to do with 
>> alphabetization in lists, especially in Spanish. In English we don't put 
>> articles in front of abstract nouns. So a list of tiddlers of virtues might 
>> include Courage, Patience, Self-control, Wisdom. No problem. But in Spanish 
>> it would be La valentia, la paciencia, el dominio propio, la sabiduria. So 
>> an alphabetical list would end up ordering the articles (el and la). Makes 
>> it hard to find things in a list unless you use the list-search plugin, 
>> which sometimes I don't want to do. 
>>
>> At times I have added an 'order'field, added the term without the article 
>> and sorted by order or filename. And I have done it the other way around, 
>> where the tiddler title is Sabiduria, and a 'viewtitle' field is 'La 
>> sabiduría', and I hide the title and show the viewtitle field. That way 
>> searches and lists are in alphabetical order, and exporting to static 
>> avoids all the %20's, etc.
>>
>> And, more on topic, I have often had systems that created tiddlers with 
>> datetimestamps, so that the title IS irrelevant, and I can use 'newhere' to 
>> generate individual notes on a topic that transclude to the parent topic. 
>> The problem of course is that searches turn up datetimestamps, and ordering 
>> thoughts in a topic requires opening them and giving them titles in a 
>> specific order.
>>
>> Dave
>>
>> On Sunday, September 1, 2019 at 5:30:38 AM UTC-5, @TiddlyTweeter wrote:
>>>
>>> This is one of those offtopic/ontopic things.
>>>
>>> The filtering mechanism in TW is very orientated to "titles first".
>>>
>>> MY problem is that I often have *TEXT that is more meaningful than its 
>>> title*.
>>> The title is merely a placeholder (till later).
>>>
>>> For instance ...
>>>
>>> Title: "Working Title #247"
 Text: "When Willowy goes for donuts the cicadas sing.
 In harmony."
>>>
>>>
>>> Title: "Working Title #595"
 Text: "Willowy is an instrument of
 Thomos The Third."
>>>
>>>
>>> 1 - How do I SEE all lines containing "Willowy"?
>>>
>>> 2 - How do I correct "Willowy" to "Willowby"?
>>>
>>> You see here the *irrelevance* of "Title", yes?
>>>
>>> Is TW a *text-base* or a *title-base?*
>>>
>>> TT
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d931de8f-712f-4b1e-af94-8aeb1c7253a7%40googlegroups.com.


[tw5] Re: Is there any way to quickly clip selected text to TiddlyWiki?

2019-10-29 Thread 'Mark S.' via TiddlyWiki
I believe you can launch a url from AHK?

So you could launch a permaview, especially constructed to include "Draft 
of", which opens your target TW and tiddler already being edited. Then, 
unfortunately, you will have to send X number of tab keys, where X 
represents the number of fields including tags in order to reach the text 
field. 

That's one thought. The other thought is to use ABBVY or some other 
converter to convert your PDF to an HTML file. Then do your clipping from 
the HTML.

As a practical matter, I tend to use a pasteboard manager. I'm sure every 
platform has one or more. I use Ditto on windows. I copy the bits and 
pieces I need, then go over to the TW file and construct the appropriate 
tiddler. I tend to use this more than tiddlyclip because it doesn't require 
me to dock, pre-install and pre-configure plugins, etc.

On Tuesday, October 29, 2019 at 5:22:42 AM UTC-7, kat wrote:
>
> I am aware of TiddlyClip, and it is very useful, however I am looking for 
> a way to clip text from sources outside of a web browser.
>
> I want to be able to highlight text in my pdf reader and in one click 
> create a tiddler that contains that text.
>
> I've tried using AutoHotKey. I can use it switch to my open wiki and 
> create a new tiddler, but as far as I can tell there is no way to jump to 
> the body of the tiddler to copy the text.
>
> Does anyone know of a way to 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d917efa5-f8f0-4508-96f7-18efc0f00ea0%40googlegroups.com.


[tw5] Re: Classic Notes: a small tool to create semantic notebox

2019-10-29 Thread Mohammad
Thanks Dave!
Right category! 

--Mohammad

On Tuesday, October 29, 2019 at 4:58:08 PM UTC+3:30, David Gifford wrote:
>
> Added to the toolmap under the category "Writing and editing - font and 
> paragraph manipulation"
>
> On Tuesday, October 29, 2019 at 5:25:04 AM UTC-6, Mohammad wrote:
>>
>> Classic Notes is a small tool lets create semantic note-boxes in 
>> Tiddlywiki.
>>
>> Demo: http://classic-notes.tiddlyspot.com/
>>
>>
>> Classic Notes
>> Mohammad  29th October 
>> 2019 at 2:46pm
>>
>> Tiddlywiki5.1.5+
>>  
>> LicenseMIT
>>  
>> Release1.0.0
>>  
>> Statusstable
>>
>> This is a small tool for creating three colorful noteboxes contain a 
>> semantic icon on the left. This tool was part of Shiraz plugin 
>>  now published separately. The word 
>> classic is because this kind of noteboxe was popular years ago!
>> Syntax
>>
>> <>
>> <>
>> <>
>>
>> where they are used as
>>
>>- *success *for tip, information, success
>>- *warning *for hint, warning
>>- *danger *for important, danger
>>
>> Content and attributes
>> AttributesTypeDescription
>> src required the text to be shown as note
>> width optional the width of notebox. Default is 50% of its container. 
>> All CSS units can be used like 200pxExample
>>
>> <>
>> <>
>> <>
>>
>>
>> Install classic notes
>>
>> To have the classic notes tool working in your own wiki, simply drag and 
>> drop below tiddlers into your wiki.
>>
>>- $:/kookma/classic-notes/macro/note 
>>
>> 
>>- $:/kookma/classic-notes/stylesheet/note 
>>
>> 
>>
>> History
>>
>> Classic Notes History 
>> 
>> 29th Oct, 2019Rev 1.0.0Published separately on Tiddlyspot for Tiddlywiki30th 
>> Aug, 2018Rev 0.2The imgae data uri is used instead of external imagesThe 
>> note name has been changedAdopted for TW 5.1.17 and above11th Mar, 2010Rev 
>> 0.1First author: Olivier Cortes for DokuWikiAdapted for Tiddlywiki: 
>> Mohammad 
>>
>>  
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aa450495-6547-4bfc-ab78-ad00608f53d1%40googlegroups.com.


[tw5] Re: Classic Notes: a small tool to create semantic notebox

2019-10-29 Thread David Gifford
Added to the toolmap under the category "Writing and editing - font and 
paragraph manipulation"

On Tuesday, October 29, 2019 at 5:25:04 AM UTC-6, Mohammad wrote:
>
> Classic Notes is a small tool lets create semantic note-boxes in 
> Tiddlywiki.
>
> Demo: http://classic-notes.tiddlyspot.com/
>
>
> Classic Notes
> Mohammad  29th October 
> 2019 at 2:46pm
>
> Tiddlywiki5.1.5+
>  
> LicenseMIT
>  
> Release1.0.0
>  
> Statusstable
>
> This is a small tool for creating three colorful noteboxes contain a 
> semantic icon on the left. This tool was part of Shiraz plugin 
>  now published separately. The word 
> classic is because this kind of noteboxe was popular years ago!
> Syntax
>
> <>
> <>
> <>
>
> where they are used as
>
>- *success *for tip, information, success
>- *warning *for hint, warning
>- *danger *for important, danger
>
> Content and attributes
> AttributesTypeDescription
> src required the text to be shown as note
> width optional the width of notebox. Default is 50% of its container. All 
> CSS units can be used like 200pxExample
>
> <>
> <>
> <>
>
>
> Install classic notes
>
> To have the classic notes tool working in your own wiki, simply drag and 
> drop below tiddlers into your wiki.
>
>- $:/kookma/classic-notes/macro/note 
>
> 
>- $:/kookma/classic-notes/stylesheet/note 
>
> 
>
> History
>
> Classic Notes History 
> 
> 29th Oct, 2019Rev 1.0.0Published separately on Tiddlyspot for Tiddlywiki30th 
> Aug, 2018Rev 0.2The imgae data uri is used instead of external imagesThe 
> note name has been changedAdopted for TW 5.1.17 and above11th Mar, 2010Rev 
> 0.1First author: Olivier Cortes for DokuWikiAdapted for Tiddlywiki: 
> Mohammad 
>
>  
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e059e8e4-b007-4ac0-9f1e-2ae9d8e224f3%40googlegroups.com.


[tw5] Re: How do I access an embedded binary file?

2019-10-29 Thread Michael Borgwardt


> Not an answer but I did as you did following the canonical url method 
> describe at the official TW site...
>

Oh, now that you forced me to look again, harder, I see that it says "If 
your browser and/or TW5 doesn't know what to do with a particular file 
format, then you can only the use the second method to embed and then 
download a file." - so I'm not overlooking anything, this is just a 
capability that TW does not have. I guess I'll have to wrok around 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/301e4764-9941-48d5-9aaa-56269a7fd7cd%40googlegroups.com.


[tw5] Ten simple rules for helping newcomers become contributors to open projects

2019-10-29 Thread Diego Mesa
All,

Just came across the following:

*Ten simple rules for helping newcomers become contributors to open 
projects*
https://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1007296

Its good to reflect on what our community excels at, and what we fall short 
of.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c19a225-8268-4543-b1ef-5ffde7b66d69%40googlegroups.com.


[tw5] Is there any way to quickly clip selected text to TiddlyWiki?

2019-10-29 Thread TonyM

I know this is not what you are after buy it may help.

On windows Ctrl-c tab to browser Ctrl-v will paste the clipboard into an 
untitled import tiddler.

Try rclick to copy to see if the source provides alternate copy formats. Change 
the source or viewer if not.

If you use the visual editor you can have this stored as html in a tiddler.

If you collecting content look into browser extensions, yes they display pdf or 
advance clipboard tools. 

Tiddlyclip works well but only for the browser but pdf can be in the browser.

I use snagit to capture content and grab text from images. I use foxit reader 
for pdf handling.

See how you go and ask more questions here.

Regards
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d13487bd-2f2f-498b-a30a-b2d8414557a2%40googlegroups.com.


[tw5] Is there any way to quickly clip selected text to TiddlyWiki?

2019-10-29 Thread kat
I am aware of TiddlyClip, and it is very useful, however I am looking for a 
way to clip text from sources outside of a web browser.

I want to be able to highlight text in my pdf reader and in one click 
create a tiddler that contains that text.

I've tried using AutoHotKey. I can use it switch to my open wiki and create 
a new tiddler, but as far as I can tell there is no way to jump to the body 
of the tiddler to copy the text.

Does anyone know of a way to 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d9b82490-3186-4291-a067-446145388990%40googlegroups.com.


[tw5] Re: simple math macro

2019-10-29 Thread A Gloom
math macro for multiple add, subtract, etc as detailed in the official 
examples of the math operators

[=1 =2 =3 =4 +[add[4]]

x - <$list filter="=1 =2 =3 =4 +[add[4]]"><>

z - <>

\define ragscalculator3(cnumbm1,coperam,cnumbm2)
<$list filter="$cnumbm1$ +[$coperam$[$cnumbm2$]]"><>
\end

<>
<>

ragscalculator3 : macro name
cnumbm1 : a series of numbers to have the final number of the macro added, 
etc to each
--- must be in " ", each number should have an "=" before it
coperam : the math operation you want preformed
for + : use "add"
for - : use "subtract"
for x : use "multiply"
for ÷ : use "divide"
cnumbm2: single number to be added to each of the cnumbm1 numbers

problem : the output doesn't have spaces between numbers of the final result

working on chaining the different basic math operators

with the RagsCalculator, it now has a Mn button which takes the result of 
the first operation and places it at the start of second operateion where a 
new math function and new second number can be entered for a new math 
operation.  This can be repeated again with a thied (and more) using the 
result from the previous operation. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35bf1c0b-70ea-4f26-9b7e-bd508e340cee%40googlegroups.com.


[tw5] Classic Notes: a small tool to create semantic notebox

2019-10-29 Thread Mohammad
Classic Notes is a small tool lets create semantic note-boxes in Tiddlywiki.

Demo: http://classic-notes.tiddlyspot.com/


Classic Notes
Mohammad  29th October 2019 
at 2:46pm

Tiddlywiki5.1.5+
 
LicenseMIT
 
Release1.0.0
 
Statusstable

This is a small tool for creating three colorful noteboxes contain a 
semantic icon on the left. This tool was part of Shiraz plugin 
 now published separately. The word 
classic is because this kind of noteboxe was popular years ago!
Syntax

<>
<>
<>

where they are used as

   - *success *for tip, information, success
   - *warning *for hint, warning
   - *danger *for important, danger

Content and attributes
AttributesTypeDescription
src required the text to be shown as note
width optional the width of notebox. Default is 50% of its container. All 
CSS units can be used like 200pxExample

<>
<>
<>

Which results in

Success, this is a tip.

Warning, be aware

Danger, this is very important, be cautious

Install classic notes

To have the classic notes tool working in your own wiki, simply drag and 
drop below tiddlers into your wiki.

   - $:/kookma/classic-notes/macro/note 
   

   - $:/kookma/classic-notes/stylesheet/note 
   


History

Classic Notes History 

29th Oct, 2019Rev 1.0.0Published separately on Tiddlyspot for Tiddlywiki30th 
Aug, 2018Rev 0.2The imgae data uri is used instead of external imagesThe 
note name has been changedAdopted for TW 5.1.17 and above11th Mar, 2010Rev 
0.1First author: Olivier Cortes for DokuWikiAdapted for Tiddlywiki: Mohammad 


 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8cbf24b5-5024-4874-a82e-26c9d9edf226%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-10-29 Thread A Gloom
should I have the link match sidebar links or external links?

.tc-sidebar-lists a.tc-tiddlylink { color: #99; }

.tc-sidebar-lists a.tc-tiddlylink:hover { color: #44; }

button.tc-tiddlylink:hover, a.tc-tiddlylink:hover { text-decoration: 
underline; }

a.tc-tiddlylink-resolves { }

a.tc-tiddlylink-shadow { font-weight: bold; }

a.tc-tiddlylink-shadow.tc-tiddlylink-resolves { font-weight: normal; }

a.tc-tiddlylink-missing { font-style: italic; }

a.tc-tiddlylink-external { text-decoration: underline; color: #ee; 
background-color: inherit; }

a.tc-tiddlylink-external:visited { color: #aa; background-color: 
inherit; }

a.tc-tiddlylink-external:hover { color: inherit; background-color: inherit; 
}


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/96685213-e5fa-4980-88fd-2dcb6512616f%40googlegroups.com.


[tw5] Re: How do I access an embedded binary file?

2019-10-29 Thread Michael Borgwardt
Thanks, but I don't think that does what I need, because it only serves 
files from a "files" subfolder which you have to put there manually. But I 
want to use TW's own uploading facility, which puts the files in a 
"tiddlers" subfolder.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae9a500a-8545-4483-8633-21f3e6a9eb20%40googlegroups.com.


[tw5] Re: How do I access an embedded binary file?

2019-10-29 Thread PMario
Hi, 
Have a closer look at this one: 
https://tiddlywiki.com/prerelease/#Using%20the%20integrated%20static%20file%20server
-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/99d390bb-0d28-43c6-a57b-316a3de09467%40googlegroups.com.


[tw5] TiddlyDekstop: it does not open external links

2019-10-29 Thread Luis Gonzalez
I've been proving TiddlyDestop and I've seen that it does not open the 
[ext[directory/file]] links.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/32b12d98-edd2-4912-9216-b2f18955d8ca%40googlegroups.com.


Re: [tw5] Re: Question about: Printing in Tiddlywiki

2019-10-29 Thread Mohammad
Thanks Sylvain!

On Tuesday, October 29, 2019 at 11:56:59 AM UTC+3:30, Sycom wrote:
>
> Hello Mohammad,
>
> Glad you like it and find it useful. I did this some times ago now, so I 
> can't be 100% sure, but I think all adaptations are in this CSS.
>
> Cheers,
>
> *Sylvain*
> sylvai...@gmail.com 
> http://sylvain.comte.online.fr
>
>
> On Tue, Oct 29, 2019 at 7:29 AM Mohammad  > wrote:
>
>> Sylvain,
>>  Is this the css you used?
>> $:/pac/styles.css
>>
>> --Mohammad
>>
>> On Tuesday, October 29, 2019 at 1:06:43 AM UTC+3:30, Sycom wrote:
>>>
>>> Hello Mohammad,
>>>
>>> As far as I know much of the problems with printing are browser's 
>>> problems, far more than tw's. A lot of prints rules are not implemented nor 
>>> consistent.
>>>
>>> I struggled with this for a professional project. It's only a 
>>> demonstrator and will not go further. And maybe it will not help at all. 
>>> But you may find hints (or not ;-) within stylesheet.
>>>
>>> * https://know-rmandie.frama.io/TiddlyPAC/tiddlyPAC-Normandie.html for 
>>> "print" testing (in a PDF of course it's about 50 pages long ;-)
>>> * https://framagit.org/know-rmandie/TiddlyPAC for the code
>>>
>>> Cheers
>>>
>>> Sylvain
>>> @sycom
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/EHmnIW13uoE/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/28ce70e0-3b8f-4e7f-a5d3-8670ff61d6bf%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/58a36786-c516-4623-9f21-cae7a3894d03%40googlegroups.com.


Re: [tw5] Re: Question about: Printing in Tiddlywiki

2019-10-29 Thread Sylvain Comte
Hello Mohammad,

Glad you like it and find it useful. I did this some times ago now, so I
can't be 100% sure, but I think all adaptations are in this CSS.

Cheers,

*Sylvain*
sylvain.co...@gmail.com
http://sylvain.comte.online.fr


On Tue, Oct 29, 2019 at 7:29 AM Mohammad  wrote:

> Sylvain,
>  Is this the css you used?
> $:/pac/styles.css
>
> --Mohammad
>
> On Tuesday, October 29, 2019 at 1:06:43 AM UTC+3:30, Sycom wrote:
>>
>> Hello Mohammad,
>>
>> As far as I know much of the problems with printing are browser's
>> problems, far more than tw's. A lot of prints rules are not implemented nor
>> consistent.
>>
>> I struggled with this for a professional project. It's only a
>> demonstrator and will not go further. And maybe it will not help at all.
>> But you may find hints (or not ;-) within stylesheet.
>>
>> * https://know-rmandie.frama.io/TiddlyPAC/tiddlyPAC-Normandie.html for
>> "print" testing (in a PDF of course it's about 50 pages long ;-)
>> * https://framagit.org/know-rmandie/TiddlyPAC for the code
>>
>> Cheers
>>
>> Sylvain
>> @sycom
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/EHmnIW13uoE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/28ce70e0-3b8f-4e7f-a5d3-8670ff61d6bf%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAOWAUqH1nm2duPL200FUR451tRrqP64%3Dc-Gn6BPy%3DkaSNNTp%2BQ%40mail.gmail.com.


[tw5] Re: TiddlyWiki upgrade

2019-10-29 Thread PMario
On Monday, October 28, 2019 at 8:43:05 PM UTC+1, Magenta Ward wrote:
>
> I am working on a project (see attached file) in TiddlyWiki version 
> 5.1.21. I would like to upgrade this Wiki to the pre-release version 
> 5.1.22. 
>

Hi, 
Your TW seems to be something, that should go into production.

The prerelease is intended to be used for experiments. So is there a 
special reason why you want to use an unfinished version?

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/299e9975-0efa-4e6b-b0b4-0d97a933bd1c%40googlegroups.com.


[tw5] How do I access an embedded binary file?

2019-10-29 Thread Michael Borgwardt


I'm running TW on node.js, so storing binary files directly in Tiddlers is 
unproblematic - they just get uploaded and stored as separate files.


However, if I embed e.g. a Powerpoint file, how can I actually access it? 
I'm looking for a way to include a download link to the file in the text of 
another Tiddler. But I can't find out how to do that. If I use a normal 
link to the file's Tiddler, that just opens.

Now according to 
https://tiddlywiki.com/#How%20to%20embed%20PDF%20and%20other%20documents at 
least "When you edit the tiddler a link is presented. You can right click 
on the link in order to download the file. " - but I cannot find that link 
either. There is just a yellow box saying "This tiddler contains binary 
data".

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4ade4b08-7e75-421f-9950-921b5e7f0ee2%40googlegroups.com.


[tw5] Re: Variable equals itself plus something else

2019-10-29 Thread Ste Wilson
I did not know that. It is quite terrifying! 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9d86855b-ffac-4346-8df1-07a15e27a739%40googlegroups.com.


[tw5] Re: Question about: Printing in Tiddlywiki

2019-10-29 Thread Mohammad
More stuff on the net for printing tiddlers: 
http://tw5-print.tiddlyspot.com/

Print Stylesheets
Mohammad  29th October 2019 at 
9:54am

These are some great references for printing web page using print 
stylesheets
A Guide To The State Of Print Stylesheets In 2018 (***)
https://www.smashingmagazine.com/2018/05/print-stylesheets-in-2018/How To 
Set Up A Print Style Sheet (a little old **)
https://www.smashingmagazine.com/2011/11/how-to-set-up-a-print-style-sheet/

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a390ed51-50b3-407b-9e59-da31db41cbdb%40googlegroups.com.


[tw5] Re: Question about: Printing in Tiddlywiki

2019-10-29 Thread Mohammad
Sylvain,
 Is this the css you used?
$:/pac/styles.css

--Mohammad

On Tuesday, October 29, 2019 at 1:06:43 AM UTC+3:30, Sycom wrote:
>
> Hello Mohammad,
>
> As far as I know much of the problems with printing are browser's 
> problems, far more than tw's. A lot of prints rules are not implemented nor 
> consistent.
>
> I struggled with this for a professional project. It's only a demonstrator 
> and will not go further. And maybe it will not help at all. But you may 
> find hints (or not ;-) within stylesheet.
>
> * https://know-rmandie.frama.io/TiddlyPAC/tiddlyPAC-Normandie.html for 
> "print" testing (in a PDF of course it's about 50 pages long ;-)
> * https://framagit.org/know-rmandie/TiddlyPAC for the code
>
> Cheers
>
> Sylvain
> @sycom
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/28ce70e0-3b8f-4e7f-a5d3-8670ff61d6bf%40googlegroups.com.


[tw5] Re: Variable equals itself plus something else

2019-10-29 Thread TonyM
Yes,  large mad professor

It's dam scary :)

Tony

On Tuesday, October 29, 2019 at 4:59:34 PM UTC+11, @TiddlyTweeter wrote:
>
> Hi Steve
>
> Not sure you'd know but on GG on Android phone for some reason your avi 
> morphs from being normal into a large mad professor! Lol.
>
> TT
>
> [image: photo_2019-10-29_06-55-29.jpg]
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8d12bfd8-1f21-41a5-85d6-c0556b1fff50%40googlegroups.com.


[tw5] Re: Question about: Printing in Tiddlywiki

2019-10-29 Thread Mohammad
Hello Tony!
 Many thanks for sharing your solution. Yes, that is true.
I think TW deserve to have a print preview page and lets adjust margins, 
show/hide elements, choose paper and like that.
The solution started by BTC is great 
but it needs to be completed and also include support for tables, ... you 
mentioned here.

I have added your points and css to http://tw5-print.tiddlyspot.com/  for 
future reference.
I also welcome if you have any further comment on 
http://tw5-print.tiddlyspot.com/

--Mohammad

On Tuesday, October 29, 2019 at 3:05:09 AM UTC+3:30, TonyM wrote:
>
> Mohammad more...
>
> If your print tiddler consists only of a table, you can use online 
> documented methods to repeat headings and throw page breaks using 
>  tags (in that order). 
>
> CSS in a @media print is only applied at print time, see below for one I 
> created as a start.
>
> If you are printing more than a single tables you will need to include 
> page headers and footers, if you use both it does get a little more complex.
>
> With both page headers and a table the trick is to define css to create 
> headers and footers with fixed positions (and height) but use this same 
> height in an invisible table row in the header and footer of the table so 
> it does not overwrite the page header and footer.
>
> @page {
>margin: 1cm; 
> }
>
> @media print {
>   header {
> position: fixed;
> top: 0;
> width: 100%;
>   }
>   footer {
> position: fixed;
> bottom: 0;
> text-align: centre;
> width: 100%;
>   }
>   tfoot {
> page-break-after: always;
>   }
>   thead {
> display: table-header-group;
>   }
>   tbody {
> page-break-inside: avoid;
>   }
>   tr, td {
> page-break-inside: avoid;
>   }
>   /* Spaces added as rows in tables to stop overlap of page header and 
> footer, hidden on screen */
> .header-space {
>height: 110px;
>border-style: none;
>border: none;
>width: 100%;
>}
> .footer-space {
>height: 80px;
>border-style: none;
>border: none;
>width: 100%;
>   }
> }
> /*
> @media screen {
> .header-space {
>display: hidden;
>}
> .footer-space {
>display: hidden;
>   }
> }
> */
>
>
> I will watch this thread if you need additional help.
>
> Regards
> Tony
> On Tuesday, October 29, 2019 at 10:19:48 AM UTC+11, TonyM wrote:
>>
>> Mohammad,
>>
>> I recently developed a solution for a client. I will look at your links 
>> soon.
>>
>> I avoided the complexity of dealing with printing from the tiddlywiki 
>> page and printing the story. Instead I did what I could to make the 
>> contents of a single tiddler wysiwyg what you see is what you get (except 
>> pagebreaks), you could read the tiddlywiki.com reference to substories 
>> if you did want to print a story.
>>
>> One you have a single tiddler displaying what you want use open in new 
>> window and trigger the print from there. This removed the complexity of the 
>> full page from the print process.
>>
>> I have seen some cases where the new window looses some css and you may 
>> need import variables or transclude css into your print tiddler so its 
>> available in the new window (as a last resort).
>>
>> I will post more tips from my desktop.
>>
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3f951e1d-1e95-475d-b804-3441f57a9302%40googlegroups.com.


[tw5] Re: Variable equals itself plus something else

2019-10-29 Thread @TiddlyTweeter
Hi Steve

Not sure you'd know but on GG on Android phone for some reason your avi 
morphs from being normal into a large mad professor! Lol.

TT

[image: photo_2019-10-29_06-55-29.jpg]


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/06eed419-09ed-4157-84f9-7cae097aad57%40googlegroups.com.