[tw5] Re: Making navigation buttons using system images

2019-11-11 Thread A Gloom
refinement

<$button class="tc-btn-invisible"  style="padding:0px 5px; font-size:2em;"> 
X 

>
> this may not be completely correct-- it sets the button size not the svg 
> size
>

TW icons iirc are set to autoscale to their container so increasing the 
button sizr also increases the size of the svg inside 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/e8852839-18db-4153-ad5f-3c89cb0388aa%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread bimlas
HC Haase

This is great. searching (or highlighting) words is the reason why I 
> preferred to use a browser and not desktop or mobile apps. 
>

I did not think of this application, thank you for the idea!
 

> alas, i dont work in my wiki :( no matter what I search for I only get a 
> highlight for the string "test". I use jds material theme.
>
> any idea why?
>

What is the TiddlyWiki version? (you can find it on the top of 
$:/ControlPanel) Is there a problem with desktop or Android?

Although it does not appear to be related to the error. If it works for 
"test", then something else is wrong. Could you send us a screenshot of the 
console?

   - Open your wiki
   - Right click on the page -> Inspect element -> Switch to "Console" tab
   - Type something to the search box
   - Take a screenshot from the console

-- 
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/fdc10b24-f161-492c-baf0-512e0f180cf9%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread HC Haase
This is great. searching (or highlighting) words is the reason why I 
preferred to use a browser and not desktop or mobile apps. Now I can use 
quinoid android app with this individual search function. This is valuable.

alas, i dont work in my wiki :( no matter what I search for I only get a 
highlight for the string "test". I use jds material theme.

any idea why?

-- 
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/5b47447d-0c44-4499-8720-1ca6e2c9e70f%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread bimlas
TonyM,
 

> Like usual you have solved something no one else could for a long time. 
> Great work.
>

These sentences give me the impetus to find new solutions. Thank you for 
the nice words! :)

-- 
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/a6417704-f05e-4cc7-a797-0a902e1fcef8%40googlegroups.com.


[tw5] Re: Export PDF, Doc, Docx Plugin

2019-11-11 Thread HC Haase


>
> There is csv export which you can import/export from/to excel.
>
> is there a way to imoport csv? I was of the impression, that you could 
export csv, but not import csv.

If i wnat to export to pdf, I usually export to html and open that file in 
a word processor if I want to add page numbers or TOC, or I just open the 
html in a browser and press print to html.

There is a printing plugin that lets you finetune some layout in a seperate 
window before printing (or printing ot pdf). PrintRiver

-- 
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/840579e2-79db-41d6-9e0f-8da199fa307c%40googlegroups.com.


[tw5] Re: Making navigation buttons using system images

2019-11-11 Thread A Gloom

>
>
> I'd like to increase the size of the arrow buttons, and I tried following 
> the Image Gallery example on the TiddlyWiki site, but that didn't seem to 
> work for me.  I'm not sure if the problem is that the images are in the 
> button widget or if I'm not understanding CSS all that well.
>
>
You're correct-- it's cause of the svg being in a button-- what I use--

<$button class="tc-btn-invisible"  style="padding:0px 5px; font-size:2em;"> 
X 

this may not be completely correct-- it sets the button size not the svg 
size

default css for button svg's

/* ** Buttons */

button svg, button img, label svg, label img { vertical-align: middle; }

.tc-btn-invisible { padding: 0; margin: 0; background: none; border: none; 
cursor: pointer; }

.tc-btn-boxed { font-size: 0.6em; padding: 0.2em; margin: 1px; background: 
none; border: 1px solid #cc; border-radius: 0.25em; }

html body.tc-body .tc-btn-boxed svg { font-size: 1.em; }

.tc-btn-boxed:hover { background: #bbb; color: #ff; }

html body.tc-body .tc-btn-boxed:hover svg { fill: #ff; }

.tc-btn-rounded { font-size: 0.5em; line-height: 2; padding: 0em 0.3em 
0.2em 0.4em; margin: 1px; border: 1px solid #bbb; background: #bbb; color: 
#ff; border-radius: 2em; }

html body.tc-body .tc-btn-rounded svg { font-size: 1.em; fill: #ff; 
}

.tc-btn-rounded:hover { border: 1px solid #bbb; background: #ff; color: 
#bbb; }

html body.tc-body .tc-btn-rounded:hover svg { fill: #bbb; }

.tc-btn-icon svg { height: 1em; width: 1em; fill: #bbb; }

.tc-btn-text { padding: 0; margin: 0; }

another issuw I've had is not just the size, its also its vertical-align-- 
it will always be at the bottom of the line it on and not in the middle-- 
couldn't override it with inline syling

-- 
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/d5f80227-a303-41f3-a43c-9595a264d52e%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread bimlas
 Java Developer,

1. Previous, Next arrows to navigate the highlighted text for quick 
> navigation. ex: https://illustoon.com/photo/204.png
>

Good idea, I'll see what I can do.
 

> 2. Search only the file name alone instead of full content...it might be 
> already there but not sure...
>

I don't see the point. Do you think it should only highlight the results in 
the titles on the story river (where the notes are open)? Since only titles 
are shown in the search results, why would it be beneficial to highlight 
the same titles in the story river?
 

> 3. How to tag the file with specific keyword...as i have 100 files in each 
> language...So need to search with specific tags onlyIt might be already 
> there but not sure
>

To learn how to add tags to your notes, read https://tiddlywiki.com/#Tagging

Otherwise, I don't think you should tag your tiddlers with keywords, 
because in the end it will only be chaos, use tags rather as categories 
(consider to read this: 
https://praxis.fortelabs.co/a-complete-guide-to-tagging-for-personal-knowledge-management/),
 
and put the keywords in the text. If you don't want them to appear in the 
note, comment them out:



Text of my note...

If you want to navigate through your notes by tags or filter by multiple 
tags, this plugin may be useful as 
well: https://bimlas.gitlab.io/tw5-locator/

-- 
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/7fd8be3f-ee20-4cee-8418-b5116971a625%40googlegroups.com.


[tw5] Re: Import PDF, Doc, Docx Plugin

2019-11-11 Thread TonyM
See my reply on other thread

On Tuesday, November 12, 2019 at 2:51:57 PM UTC+11, Java Developer wrote:
>
> Hi,
>
> Is there a good Tiddlywiki plugin to import PDF, Doc, Docx files ???
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2d0f8cdc-6fef-488d-ad0d-d79883b16c30%40googlegroups.com.


[tw5] Re: Export PDF, Doc, Docx Plugin

2019-11-11 Thread TonyM
Java

Export what and how? More details please.

   - Are you referring to embed or binary versions in a tiddler?
   - Or do you mean to export standard tiddlywiki content to these file 
   standards?

For PDF's I use open in window and print to a pdf printer.

Other apps like word often accept more than one format, have a loiok at 
what you can open or past into word and then see if you can copy past, 
export and import in the desired format from tiddlywiki. For example I have 
a browser utility that lets me copy content on the screen as html and I 
have in the past pasted this into work and other apps, bringing over 
formating, sometimes I copy as plain text etc...

There is csv export which you can import/export from/to excel.

Regards
Tony

On Tuesday, November 12, 2019 at 2:52:28 PM UTC+11, Java Developer wrote:
>
> Hi,
>
> Is there an export PDF, Doc, Docx Plugin for the tiddly wiki ?
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4bbdc598-d589-4ec0-a54e-113a49849244%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread TonyM
Bimlas,

Like usual you have solved something no one else could for a long time. 
Great work.


   - What plugin do we need to install one or both in plugins?


It is so good and so essential if it is not to "heavy" I think it would 
make a great addition to the standard distribution.

Thanks
Tony

On Tuesday, November 12, 2019 at 8:46:22 AM UTC+11, bimlas wrote:
>
> Nothing special, the title says the only one feature of the plugin: for 
> example, type search text in the standard search and select one of the 
> results, or just click outside of it (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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/39fb35cf-9fd7-44f0-845c-a8d027824bac%40googlegroups.com.


[tw5] Re: Intro: TW interactive Test Framework - request for feedback

2019-11-11 Thread TonyM
Mario,

I am keen to have action on render, or open tiddler available, if only for 
very specific cases. Unfortunately I can't follow the test much, but it 
looks promising.

Best of luck
Tony


On Tuesday, November 12, 2019 at 12:51:43 AM UTC+11, PMario wrote:
>
> Hi Folks, 
>
> I did just open a new thread at the developer group that starts with: 
>
> *ALPHA *Warning! For advanced users only!
>>
>> *BACKUP - BACKUP - BACKUP *... Just to be sure I told you ;)
>>
>> The trigger widget may be useful for RPG devs. Feedback very welcome. 
>>
>>  
> If this puts you off, don't follow the link ... If you are cool with the 
> warnings, go down the rabbit hole 
> ! 
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6cac0204-c86e-4791-beb0-94d5e2a4ac0d%40googlegroups.com.


[tw5] Re: Shared, synced collection of macros between multiple wikis?

2019-11-11 Thread A Gloom
tyvm Tony, I bumped this topic back up to the top of the list cause it 
looked like it was going to go unanswered-- hopefully your suggestion might 
be what the other person needs

-- 
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/08185c92-4522-4cb4-aed7-c63662d2a186%40googlegroups.com.


[tw5] Re: Shared, synced collection of macros between multiple wikis?

2019-11-11 Thread TonyM
The is an option provided if you use wikilabs bundler - marios

https://wikilabs.github.io/editions/bundler/#%24%3A%2Fplugins%2Fwikilabs%2Fbundler

This adds Enable Overwrite Check

*By default, the import mechanism overwrites existing tiddlers. By enabling 
this option, you can activate a mechanism, that creates a new tiddler name. 
By default this option is off. *

Regards
Tony


On Monday, November 11, 2019 at 12:00:33 PM UTC+11, David Allen wrote:
>
> I have two wikis which both have a large number of macros that are common 
> between them.  Both are hosted on tiddlyspot.  I'd like to be able to 
> modify one of these common macros in one wiki, then have it automatically 
> update in the other wiki without having to worry about which ones I've 
> re-imported or overwriting newer versions of macros I forgot I wrote.  Is 
> it possible to do this within TiddlyWiki on Tiddlyspot?
>

-- 
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/5a80d713-1343-49de-adea-dca2ca35ccd3%40googlegroups.com.


[tw5] Re: Import from Known URI useful trick and improvement desired

2019-11-11 Thread A Gloom

>
>
> For others passing, 
>

you mean me? : P  was goin to post my copy n pasting iframe content into a 
TW
 

> the browse widget works for import
> <$browse multiple>
>
> yep, just got done looking at the import code for another post-- the 
> import button invokes the browse widget
>

but you're examples are of interest -- I often use TW utility buttons in 
tiddlers

-- 
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/17c26d67-60d3-40d6-9a2a-3f2f6d320501%40googlegroups.com.


[tw5] Re: Shared, synced collection of macros between multiple wikis?

2019-11-11 Thread A Gloom
On the Import tiddler which the import/browse widget brings up, there's 
diff & diff(fields) (differeential?) preview options which might help-- i 
hadn't figured it out myself yet

-- 
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/c99b8925-5afe-4190-99e2-a91243d9b1af%40googlegroups.com.


[tw5] Re: Intro: TW interactive Test Framework - request for feedback

2019-11-11 Thread A Gloom

>
> The trigger widget may be useful for RPG devs. Feedback very welcome. 
>

really?  dives head first into the rabbit hole...

-- 
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/3b3cdeb7-6931-4742-ba63-83b00abd198b%40googlegroups.com.


[tw5] date format chart/examples, view widget date format macro

2019-11-11 Thread A Gloom
ViewWidget date format display:

updating an idea/chart originally by Stephan Hradek 2014, updated 10/2019 
using the current official format list for date format options

Uses a macro based on, demonstrating the default view widget with date 
format template. Could easily be expanded to read variables or incorporate 
other features.

\define datedisp(datefield,dateformat)
<$view field='$datefield$' format="date" template="$dateformat$"/>
\end

1st value– field to be read, if its not the created or modified fields, I 
assume it must be formatted in the standard TW format (see chart below) 2nd 
value– format desired (see chart below), must be in " " marks if you use 
multiple values or separator characters or spaces

<> <>
as opposed to now macro which takes the current time that the macro is 
involed or refreshed:
<> - <>

CREATED: Fri - 1:20:am 8-11-2019
MODIFIED: Sat - 5:26:pm 9-11-2019
NOW macro: Mon - 11:12:pm 11-11-2019

created and modified time-stamp fields UTC time-stamp format: 
[UTC]0MM0DD0hh0mm0ssXXX
this tiddler's created date for use in examples below: 1:20:am 8/11/2019

*(section of the chart)

Tokendisplays asSubstituted Value
DDDFridayDay of week in full
dddFriShort day of week
DD8Day of month
0DD08Adds a leading zero
DDth8thAdds a suffix

-- 
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/b229d04c-ee82-4a89-a6f9-218ed56ccb8a%40googlegroups.com.


date format chart.tid
Description: Binary data


[tw5] Re: Import from Known URI useful trick and improvement desired

2019-11-11 Thread TonyM
Mario,

Thanks despite, your conclusion. 

way to low level to be useful


If it were possible do we not need only provide the path/filename in a 
format appropriate to the host?

For others passing, 

the browse widget works for import
<$browse multiple>

and even 
<$edit-text field="filename" tag=input type=file >

Gives you to the filename in a tiddler field (with the 
prefix C:\fakepath\clipboard-alt-green.svg}

Regards
Tony

On Monday, November 11, 2019 at 10:30:50 PM UTC+11, PMario wrote:
>
> Hi Tony, 
>
> *There is a way to trigger the import button such that it opens with one 
>> of the above links prepopulated, thus all that is required is to hit open.*
>>
>
> Short answer: NO
>
> -- Long version ;)
>
> TW uses the  element to read files from disk. The docs suggests, 
> that there is a possibility to preload the "files" parameter. ... but it 
> would need to be tested. 
>
> see: 
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#files
>
> You'll need to read it all, but for the files info you'll need to scroll 
> down to Additional attributes. ... TW only knows about: 
>
> BrowseWidget.prototype.execute = function() {
> this.browseMultiple = this.getAttribute("multiple");
> this.deserializer = this.getAttribute("deserializer");
> this.message = this.getAttribute("message");
> this.param = this.getAttribute("param");
> this.tooltip = this.getAttribute("tooltip");
> this.nwsaveas = this.getAttribute("nwsaveas");
> this.webkitdirectory = this.getAttribute("webkitdirectory");
> this.nwdirectory = this.getAttribute("nwdirectory");
> };
>
> So at the moment, there isn't any code to handle preloaded info, if 
> possible. ... The biggest problem I see, is that the info that would be 
> needed is way to low level to be useful for ordinary users. 
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dfd3fdff-7162-481b-b481-f2bc653dc015%40googlegroups.com.


[tw5] Re: More math: standard-metric converter

2019-11-11 Thread A Gloom
Hans

At the risk of distracting you (which I certainly do not want to do), it 
> might make sense to make the buttons configurable, to take advantage of the 
> extremely large number of CodePoint options that exist.  After all, TW's 
> UTF8 support makes it quite easy for each person to develop their very own 
> alphabet of symbols thereby creating a personalized learning environment.  
>

Too late, I'm sidetracked-- we'll now will have the RagsCalculator with 
customizable Hans keys :)
 

> ( I started using the Date 
>  symbols to form 
> dense Date representations and seem to be progressing ever deeper into the 
> rich Chinese language and the emerging CJK compatibility copdePoints.  
> Perhaps Wp:BeltAndRoad 
>  aspirations are 
> not limited to the physical world. )
>

oooh, something else to delve into... 

-- 
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/1e9da90f-b5b6-4ea6-9410-ab91b9ea7bdf%40googlegroups.com.


Re: [tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread David Gifford
You got it right!

On Mon, Nov 11, 2019, 10:02 PM A Gloom  wrote:

> What is El Toolo Mappo ??? First time hearing this...
>
> i believe it is Tiddlywiki Toolmap -
> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM
>
> --
> 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/s3AVhRKVXcs/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/19c469a3-f1be-4585-8c9e-4a2082acc858%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/CANE%3DBF%2B5fAumOfppnrQJdtwmO7mxTYuiuKmBfL1c4uyQbser1Q%40mail.gmail.com.


Re: [tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread A Gloom
What is El Toolo Mappo ??? First time hearing this...

i believe it is Tiddlywiki Toolmap - 
https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM

-- 
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/19c469a3-f1be-4585-8c9e-4a2082acc858%40googlegroups.com.


[tw5] Export PDF, Doc, Docx Plugin

2019-11-11 Thread Java Developer
Hi,

Is there an export PDF, Doc, Docx Plugin for the tiddly wiki ?

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/230d022d-3a9d-493a-9890-36a404372ee9%40googlegroups.com.


[tw5] Import PDF, Doc, Docx Plugin

2019-11-11 Thread Java Developer
Hi,

Is there a good Tiddlywiki plugin to import PDF, Doc, Docx files ???

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/30f2c3a2-592c-4cf5-9773-a3e40a1b2ccc%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread Java Developer
Hi,

I come across your new plugin 
https://bimlas.gitlab.io/tw5-highlight-searched-text/

Excellent...Awesome...Very Much helpful to get this

few minor suggestions for your kind consideration...Attached screenshots 
for your kind consideration

1. Previous, Next arrows to navigate the highlighted text for quick 
navigation. ex: https://illustoon.com/photo/204.png

2. Search only the file name alone instead of full content...it might be 
already there but not sure...

3. How to tag the file with specific keyword...as i have 100 files in each 
language...So need to search with specific tags onlyIt might be already 
there but not sure

Please kindly consider the options and i badly need it

Thanks,

On Tuesday, November 12, 2019 at 3:16:22 AM UTC+5:30, bimlas wrote:
>
> Nothing special, the title says the only one feature of the plugin: for 
> example, type search text in the standard search and select one of the 
> results, or just click outside of it (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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/d721c144-8185-4899-9b03-2e17db67c13f%40googlegroups.com.


Re: [tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread Java Developer
Hi Dave,

What is El Toolo Mappo ??? First time hearing this...

Please let us know

Thanks

On Tue, Nov 12, 2019 at 8:10 AM David Gifford  wrote:

> Great! I added this to El Toolo Mappo
>
> Dave
>
> On Monday, November 11, 2019 at 3:46:22 PM UTC-6, bimlas wrote:
>>
>> Nothing special, the title says the only one feature of the plugin: for
>> example, type search text in the standard search and select one of the
>> results, or just click outside of it (to hide the popup list): each of the
>> words you search for will be highlighted separately in the text of the
>> tiddlers.
>>
>> https://bimlas.gitlab.io/tw5-highlight-searched-text
>>
>> Ideas and suggestions are welcome.
>>
> --
> 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/890cb0a8-cb49-4dc3-beb9-44d7772ce85e%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/CACsyTVC%3DePqHzORjgnpKV%3DTh%3D8Y0-_VbJqq22he-TEWS_7LLvw%40mail.gmail.com.


[tw5] Re: Reordering Tags

2019-11-11 Thread Eric Shulman
On Monday, November 11, 2019 at 9:53:14 AM UTC-8, mageykun wrote:
>
> Hmm.  Actually, there is one small bug: this code does sort the tags in 
> the specified order, but the tags listed in "MyTagOrder" appear on all 
> Tiddlers, even those without those tags.
>
> So for example, if the contents of "MyTagOrder" are "foo bar", every 
> Tiddler gets "foo" and "bar" tag pills displayed, even if the Tiddler lacks 
> these tags.
>

ARGH!  The problem is due to the fact that the "enlist[]" filter operator 
is a https://tiddlywiki.com/#Selection%20Constructors

I'm not sure how to solve this problem, but I'm thinking about it... I'll 
let you know if I find a solution.

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c67af87f-dc0e-4970-a05c-9f8a7e726269%40googlegroups.com.


[tw5] Re: CSS: A sidebar for mobile

2019-11-11 Thread David Gifford
Added to the toolmap

On Sunday, November 3, 2019 at 11:49:24 AM UTC-6, Scott Kingery wrote:
>
> When you use TiddlyWiki on mobile, the wiki uses responsive design to move 
> the sidebar up above the wiki content and fit everything on a small screen. 
> It's nice but I don't typically use my side bar on mobile. I might use it 
> to create a new tiddler but the rest of the content in the tabbed section 
> is overkill for me on that small screen. It is pretty simple to close the 
> sidebar but when you do that the wiki title goes away and it doesn't look 
> as clean to me. Feels like the wiki loses its identity.
>
> I wrote some CSS to solve this problem. You can see it in action and test 
> the code here:
>
> https://techlifeweb.com/tiddlywiki/tw5tribalknowledge.html#A%20sidebar%20for%20mobile
>

-- 
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/83096aaa-8df5-444c-aaeb-a80cfc1304d6%40googlegroups.com.


[tw5] Re: [INTRO] WebDav PUT saver plugin which allows server side compression

2019-11-11 Thread David Gifford
Added to the toolmap but mention that it is in beta

On Tuesday, March 19, 2019 at 4:56:26 AM UTC-6, PMario wrote:
>
> Hi folks, 
>
> I did just release a WebDav PUT saver plugin 
> , which has a slightly 
> different behaviour than the core. 
>
> This plugin is *BETA *at the moment. -> Please test and give feedback 
> here or at github [1].
>
>
>- This plugin takes precedence over the core WebDav saver if 
>installed! 
>- WebDav-lm uses "last-modified" and "if-unmodified-since" HTTP header 
>infos, to detect if a file has been overwritten. 
>   - It allows server side compression -> *Main reason why I did 
>   create it*. 
>   - I did test it with IIS (Internet Information Service) server with 
>win10
>- FireFox, Edge and IE 11 worked
>
>
> *PS - If you USE it: Support it  :) *
>
> Have fun!
> mario
>
> [1] https://github.com/wikilabs/plugins/issues
>
>

-- 
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/9b9016b6-d410-4642-93ec-72b0cb398eeb%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread David Gifford
Great! I added this to El Toolo Mappo

Dave

On Monday, November 11, 2019 at 3:46:22 PM UTC-6, bimlas wrote:
>
> Nothing special, the title says the only one feature of the plugin: for 
> example, type search text in the standard search and select one of the 
> results, or just click outside of it (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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/890cb0a8-cb49-4dc3-beb9-44d7772ce85e%40googlegroups.com.


[tw5] Re: Make range widget update according to given field

2019-11-11 Thread Eric Shulman
On Thursday, October 10, 2019 at 5:10:40 PM UTC-7, David Allen wrote:
>
> Right now I have a range widget that controls a scroll_index field.  It 
> increments by 1.  I also have two buttons that increment and decrement the 
> same scroll_index by 5.  Problem is, when I use the buttons, the range 
> widget does not update to reflect the modified scroll_index value, and I'd 
> like it to do so.  Is there a way to force the range widget to reflect the 
> scroll_index value?
>

I ran into the same issue with using a button to modify the underlying 
tiddler value shown in a range widget, and reported it directly to Jeremy 
during a one-to-one Skype chat.

It turns out that there was a bug in the $range widget refresh handler, 
which Jeremy has fixed in TW5.1.22 (pre-release).

See 
https://github.com/Jermolene/TiddlyWiki5/commit/e84c422e5091c02f55db4027faa9ba840e2aee6c
 for 
the code changes

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1f1157c3-5c22-4abf-bbf6-4a79676f29f6%40googlegroups.com.


[tw5] Re: How to link to images and audio files on Android

2019-11-11 Thread Raymond McDowell
Like you, I keep my images folder in the same location as my tiddlywiki. 
However, when I set the link I get nothing. 


[img width="100%" alt="(image 
missing)"[00-mysite_portable-00/images/smudge.jpg]]

In your example I get the alt text "image missing".

Please note, when using orgzly, using orgzly syntax, 
[[file:00-mysite_portable-00/images/smudge.jpg]] the link works. 

-- 
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/db750a45-fa8b-4f7a-a33b-d9c738cd1614%40googlegroups.com.


Re: [tw5] Re: Make range widget update according to given field

2019-11-11 Thread David Allen
Sorry it's taken me a while to respond. I've posted an unrelated question 
regarding the same code here: 
https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/RSecD3M6Vio,
 
so the code that solved this should be visible there.

On Tuesday, October 15, 2019 at 3:36:32 PM UTC-5, Jeremy Ruston wrote:
>
> Hi David
>
> Please could you post the code you referred to in your original post? I 
> have a feeling that the draft thing might be a red herring, and that this 
> may be about avoiding refresh cycles that destroy and recreate the range 
> widget while it is being used (which is a version of a classic TW5 gotcha: 
> that one cannot use an edit widget to edit a field of the tiddler in which 
> the edit widget appears).
>
> Best wishes
>
> Jeremy
>
> On 15 Oct 2019, at 19:42, David Allen > 
> wrote:
>
> So I came up with an inelegant solution that solves the problem.
>
> To clarify the situation I had, I had a list of tiddlers that would only 
> show five at a time, and would scroll using a range widget and a left/right 
> button combination.  The range widget scrolls by 1, the left/right buttons 
> scroll by five.  The issue I had was the list and buttons were working 
> correctly, but the range widget was not updating according to the input of 
> the buttons.
>
> The first solution I had was to move the field being modified to another 
> tiddler, which I called Scratch_Pad.  This did not work, but it was 
> convenient for me for later on.
>
> Second solution I had was to change the default value of the range widget 
> to equal Scratch_Pad!!scroll_index, which is the same value the widget and 
> the buttons modified.  It worked, but the slider was very difficult to use 
> as it would de-select itself every time I moved the slider, requiring me to 
> re-click the slider and move it one-by-one every time I wanted to change 
> the value.
>
> The solution that finally worked is a bit wonky.  I read in another thread 
> that modifying a draft of a tiddler works smoothly for the range widget.  
> The problem I had was having the default value of the range widget be the 
> same field as the value the range widget was trying to modify.  Here's what 
> I did instead:
>
> Set the tiddler the range widget modifies to be Draft of 'Scratch_Pad', 
> keeping the field as scroll_index
> Set the default it pulls from to be Scratch_Pad!!scroll_index, NOT the 
> draft
> Set the value the buttons base their calculations on to Draft of 
> 'Scratch_Pad'!!scroll_index.  This makes sure the buttons will move the 
> value last updated by the range widget.
> When the buttons calculate the new values, make sure they update the 
> scroll_index fields in both the Scratch_Pad AND Draft of 'Scratch_Pad' 
> tiddlers to update the range widget's position and make sure the value it 
> next calculates is accurate
> Base the horizontal list's position on the Draft of 'Scratch_Pad' value.
>
> On Thursday, October 10, 2019 at 7:10:40 PM UTC-5, David Allen wrote:
>>
>> Right now I have a range widget that controls a scroll_index field.  It 
>> increments by 1.  I also have two buttons that increment and decrement the 
>> same scroll_index by 5.  Problem is, when I use the buttons, the range 
>> widget does not update to reflect the modified scroll_index value, and I'd 
>> like it to do so.  Is there a way to force the range widget to reflect the 
>> scroll_index value?
>>
>
> -- 
> 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 tiddl...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/840e4f1b-55e2-4151-8eb5-376bb9199c0d%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/563d25e5-d2d5-469b-97a0-3e42590550f0%40googlegroups.com.


[tw5] Making navigation buttons using system images

2019-11-11 Thread David Allen
I like the built-in images used for navigation in vanilla TiddlyWiki, so I 
decided I'd like to reuse them for some custom navigation applications.  
I've run into some problems when trying to resize images.

Here is my code for a button and slider combo for a list of tiddlers:
\define scroll_buttons2(filterlimit: 1)
<$set name="fivelessthanlimit" filter="[[]eval[$filterlimit$-5]]">




<$button class="custom_navbutton">
{{$:/core/images/left-arrow}}

<$set name="max_prev_index"filter="[{Draft of 
'Scratch_Pad'!!scroll_index}eval[min(title, <>)]]">
<$set name="prev_index" filter="[[]eval[max(<>-5,0)]]">
<$action-setfield $tiddler="Scratch_Pad" scroll_index=<>/>
<$action-setfield $tiddler="Draft of 'Scratch_Pad'" 
scroll_index=<>/>






<$range class="custom_range" tiddler="Draft of 'Scratch_Pad'" 
field="scroll_index" min="0" max=<> 
default={{Scratch_Pad!!scroll_index}}/>



<$button class="custom_navbutton">{{$:/core/images/right-arrow}}
<$set name="next_index" filter="[{Draft of 
'Scratch_Pad'!!scroll_index}eval[min(title + 5, <>)]]">
<$action-setfield $tiddler="Scratch_Pad" scroll_index=<>/>
<$action-setfield $tiddler="Draft of 'Scratch_Pad'" 
scroll_index=<>/>






<>
\end
Right now, this is the result:

[image: Screenshot.jpg]
The red and blue backgrounds are there to make it easier to see the bounds 
of the div's.

I'd like to increase the size of the arrow buttons, and I tried following 
the Image Gallery example on the TiddlyWiki site, but that didn't seem to 
work for me.  I'm not sure if the problem is that the images are in the 
button widget or if I'm not understanding CSS all that well.

I tried this previously with regular HTML tables instead of CSS, and could 
not increase the size of the arrow buttons to be what I wanted.  If anyone 
can guide me toward something that'll let me increase the arrow size, 
that'd be great!

-- 
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/e4a6f6e9-1722-4788-88b6-9ddae52d52d6%40googlegroups.com.


[tw5] Re: How to highlight the search keyword after clicking the search results

2019-11-11 Thread bimlas
I've released the plugin to highlight searched text, 
see https://groups.google.com/forum/#!topic/tiddlywiki/s3AVhRKVXcs

-- 
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/bff54e3c-5445-4d0f-ab96-039dd9a34a0d%40googlegroups.com.


[tw5] New plugin: Highlight searched text

2019-11-11 Thread bimlas
Nothing special, the title says the only one feature of the plugin: for 
example, type search text in the standard search and select one of the 
results, or just click outside of it (to hide the popup list): each of the 
words you search for will be highlighted separately in the text of the 
tiddlers.

https://bimlas.gitlab.io/tw5-highlight-searched-text

Ideas and suggestions are welcome.

-- 
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/8df59eee-542b-486c-957c-d38041b1e893%40googlegroups.com.


[tw5] Re: [INTRO] WebDav PUT saver plugin which allows server side compression

2019-11-11 Thread Daimon Eu
Mario,

I struggle with the same problem shared by Martin.

Server: Apache/2.4.25 (Raspbian) using the stock dav module
Client: latest Firefox with no extensions apart from uBlock.

The first save goes through (it does not contain the If-Unmodified-Since 
header).

On the second I receive the "modified" error and I can't save anymore until 
I reload the wiki.

I can provide you with request and response headers and relevant server 
configuration in case you want to look into this.

I've disabled gzip compression and I confirm the stock Webdav saver is 
working fine without it.

Cheers.

On Saturday, August 24, 2019 at 10:34:24 AM UTC+2, PMario wrote:
>
> Hi Martin, 
>
> That's strange. .. On the server side, is there any "copy or move" action 
> going on, after the save?
>
> That's the only way I can think of, which may be a problem. ... 
>
> The plugin checks for the "last-modified" and "If-Unmodified-Since" header 
> info, from the server. ... So you can check the server settings. ... Can 
> you point me to the QNAP webDav description on the net?
>
> -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/bbb6241d-f3f4-4588-9db6-4d4910d3208c%40googlegroups.com.


[tw5] Re: CSS: A sidebar for mobile

2019-11-11 Thread Thomas Elmiger
Hi Josiah

Am Samstag, 9. November 2019 15:20:49 UTC+1 schrieb @TiddlyTweeter:
>
>
> FYI, unrelated, there is one issue on moblie sizes that Telmiger did 
> solve.  Its the "wiggle width". On Android, at least, even if you think you 
> scale properly, the tiddlers sometimes need scrolling right a bit. The 
> problem is likely somewhere in the Vanilla CSS. Not quite sure where. We 
> could ask Thomas?
>

FYI: Of course you could ask, but I am afraid he would not remember. He 
still remembers a lot of hard searching though ...

Sorry and best wishes,
Thomas

-- 
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/e957e5e6-054b-4c9b-a009-8b7c01f0e8d7%40googlegroups.com.


[tw5] Re: feather-icons not visible when export tiddler

2019-11-11 Thread Markus Adler
Hi Sylvain,

thank you for your reply. Yes, please fill an issue on framagit.
I hope you can fix this problem as soon as posible. I have time to wait for 
this feature.

Cheers ;)

Am Montag, 11. November 2019 20:21:29 UTC+1 schrieb Sycom:
>
> Hello,
>
> I'll fill it as an issue (or you can if you want : 
> https://framagit.org/sycom/TiddlyWiki-Plugins/issues)
>
> I guess it is a problem with the way icons are displayed with   I'll try a fix as soon as possible but I will not have much time during 
> upcoming weeks.
>
> 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/f7d7bc5f-492f-480d-a43b-a171e498a59b%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread @TiddlyTweeter
UPDATE: for those on email:

@TiddlyTweeter wrote:
>
> On both Chrome & Edge (Chromium Dev version) it failed. 
>
> UPDATE: Got it working in Chrome. The issue for me was an extension 
> blocking 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/c0ba9338-a9d0-44ce-94e6-aa874eb86cff%40googlegroups.com.


[tw5] feather-icons not visible when export tiddler

2019-11-11 Thread Sycom
Hello,

I'll fill it as an issue (or you can if you want : 
https://framagit.org/sycom/TiddlyWiki-Plugins/issues)

I guess it is a problem with the way icons are displayed with https://groups.google.com/d/msgid/tiddlywiki/07fe9af8-84e3-4735-86bf-1e96c7eba7d1%40googlegroups.com.


[tw5] Re: Prototyping an edit-by-sections plugin

2019-11-11 Thread @TiddlyTweeter
zemoxian wrote:
>
> Nested numbering could probably be done easiest using CSS. 
>
> I suppose you could set a variable that each child inherits along with 
> computing it’s position in its parent’s list. A little more complex, I 
> think than the CSS version. However, it might facilitate some interlinking 
> that might go on. Like if you referred to a numbered section, you might 
> want that number included in the link text, rather than just the tiddler’s 
> title. Not sure that’s doable with CSS. 


Footnote on CSS numbering. I know from some experiments on other things 
that CSS numbering, though it looks beautiful, I don't think ever arrives 
in the DOM thing? I discovered this by doing some visually nice numbering 
I'd hoped to just cut-n-paste from screen--and quickly discovered that the 
cut kept everything EXCEPT the CSS generated numbers. 

Just a comment
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/ecb7a53b-40ce-4e8e-a154-0d9c214c8ee6%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread @TiddlyTweeter
Ciao Jeremy & others

Very nice on Firefox latest! Useful!

On both Chrome & Edge (Chromium Dev version) it failed. 
I think its being blocked on those? Maybe a setting could change that 
behaviour? 
If I confirm its that (rather than find its just my specific setup) I'll 
report back.

Best
TT

On Monday, 11 November 2019 12:46:45 UTC+1, Jeremy Ruston wrote
>
>
> A JavaScript bookmarklet cannot in general read files from the local disk. 
> I’ve knocked up a macro that does the next best thing: it can generate 
> bookmarklets containing an arbitrary set of tiddlers identified by a filter.
>
> This example generates a bookmarklet labelled “MyTiddlers” containing all 
> the tiddlers with the tag “HelloThere”:
>
> <>
>
> Drag the bookmarklet link to the browser address bar to install it, and 
> then visit another TiddlyWiki. Clicking the bookmarklet will inject the 
> payload tiddlers into the target wiki.
>
> The text of the macro:
>
> \define save-as-bookmarklet-href()
> (function() {
> $tw.wiki.addTiddlers($(json-tiddlers)$);
> })()
> \end
>
> \define save-as-bookmarklet(title,filter)
> <$wikify name="json-tiddlers" output="text" text="""<$text 
> text=<>/>""">
>  [encodeuricomponent[]addprefix[javascript:]] 
> }}}><$text text=<<__title__>>/>
> 
> \end
>
> Let me know how you get on,
>

-- 
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/93c3e841-3b16-41e3-aae6-d9283344b874%40googlegroups.com.


[tw5] Re: Prototyping an edit-by-sections plugin

2019-11-11 Thread zemoxian
Nested numbering could probably be done easiest using CSS. 

I suppose you could set a variable that each child inherits along with 
computing it’s position in its parent’s list. A little more complex, I think 
than the CSS version. However, it might facilitate some interlinking that might 
go on. Like if you referred to a numbered section, you might want that number 
included in the link text, rather than just the tiddler’s title. Not sure 
that’s doable with CSS. 

After that, I think you’re into JavaScript territory. I try to avoid that, but 
I do most of my stuff on my phone these days. 

-- 
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/9c8054f1-4e55-4fb3-8aec-962398f7b257%40googlegroups.com.


[tw5] Re: Reordering Tags

2019-11-11 Thread mageykun
Hmm.  Actually, there is one small bug: this code does sort the tags in the 
specified order, but the tags listed in "MyTagOrder" appear on all Tiddlers, 
even those without those tags.

So for example, if the contents of "MyTagOrder" are "foo bar", every Tiddler 
gets "foo" and "bar" tag pills displayed, even if the Tiddler lacks these tags.

-- 
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/aea72fef-96c8-43a5-bc95-34c7dbb92fed%40googlegroups.com.


[tw5] Re: Reordering Tags

2019-11-11 Thread mageykun
Thank you very much Eric, that is exactly what I was looking for, and it works 
like a charm.

-- 
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/5c9698f9-2ac0-4bd7-aa04-ddd87ef57c26%40googlegroups.com.


[tw5] Immediate need for Software Developer for my client in Chicago, IL. - F2F interview Required !!

2019-11-11 Thread syed faheem
*Hello,*

*Any available local consultants for ** Software Developer **we have an
immediate project with my client at **Chicago, IL.*



*Please send your resume to **fah...@mirthconsulting.net
**  for the below positions.*



*Role:  Software Developer*

*Location:  Chicago, IL*

*Length:  6+ Months (Strong Possibility of Extension)*

*Rate: $70 HR (This is the MAX DON’T ASK)*



*Interview Process:  MUST BE ABLE TO COME IN FOR IN PERSON FINAL NO
EXCEPTIONS*



*MUST HAVE*





*• 5-10 years’ experience in a similar role • Bachelor’s degree required •
AWS certification required • Experience with Java, AngularJS, JSON, Java
Script • Strong experience with Cloud applications*



*Overview*

• Design, develop, document, unit test, and debug new Cloud applications
utilizing JSON, Java, and more, and existing software systems, and Cloud
backend with EC2, Dynamodb, Elastic Bean, and Microservices
• Serve as technical expert on development projects.
• Participate in full development life cycle including requirements
analysis and design.
• Write technical specifications based on conceptual design and stated
business requirements.
• Support, maintain, and document software functionality.
• Identify and evaluate new technologies for implementation.
• Analyze code to find causes of errors and revise programs as needed.
• Participate in software design meetings and analyze user needs to
determine technical requirements.
• Consult with end user to prototype, refine, test, and debug programs to
meet needs.
• Career-level position within field.
• Considered highly skilled and proficient in discipline.
• Conducts complex work important to the organization.
• Works under minimal supervision with wide latitude for independent
judgment.



**



*Thanks & Regards.*

*Syed Faheem | Technical Recruiter *

*6353 N  Claremont Ave Chicago, IL. 60659*

*Direct: 312-428-5615 – 312-428-5338*

*fah...@mirthconsulting.net|  www.mirthconsulting.net|*


*https://www.linkedin.com/company/mirth-consulting-inc*


-- 
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/CAOQ7Akq38Dnq4nzs-55-WZ7B4PxnphjFc149Z0Dtiajj_DQ9iQ%40mail.gmail.com.


[tw5] Re: More math: standard-metric converter

2019-11-11 Thread HansWobbe
At the risk of distracting you (which I certainly do not want to do), it 
might make sense to make the buttons configurable, to take advantage of the 
extremely large number of CodePoint options that exist.  After all, TW's 
UTF8 support makes it quite easy for each person to develop their very own 
alphabet of symbols thereby creating a personalized learning environment.  
( I started using the Date 
 symbols to form 
dense Date representations and seem to be progressing ever deeper into the 
rich Chinese language and the emerging CJK compatibility copdePoints.  
Perhaps Wp:BeltAndRoad 
 aspirations are 
not limited to the physical world. )

... 

> I know I need to stop looking at em or i will sidetracked : )  I settled 
> for s+ & px with tooltips giving full name and brief identify info (on 
> right side)
>
...


-- 
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/daa7077b-52e3-41bd-823a-d158a985ab50%40googlegroups.com.


Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-11 Thread HansWobbe
Xavier:

You comments in this thread are very interesting to me.  The concept of 
"immutable" IPFS servers is one that I believe is sufficiently interesting 
that I may be able to set one up early next year.  In the mean time, I'll 
review some of the links you've provided and try to learn enough to be able 
to contribute.

Best regards,
Hans

-- 
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/41a5cecd-a397-40f4-b7a7-6e703b9b5927%40googlegroups.com.


[tw5] Re: Reordering Tags

2019-11-11 Thread HansWobbe
Eric:

No matter how much I learn about TiddlyWiki, I always find myself 
re-membering, re-learning, re-enjoying your informative posts.

As a result, I almost find myself wanting to go back through the historical 
post and apply tags, if only to ensure I am maximize my own learning.

Best regards,
Hans


-- 
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/7fe32de5-b0e3-4ebb-8138-b75a0ef49285%40googlegroups.com.


[tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-11-11 Thread HansWobbe
Alan:

Just to let you know, TiddlyTables has become an integral part of my 
TiddlyWiki workFlow, that I have bundled with a select few other plugins to 
create the functionality and flexibility I need as both a User and a 
Hacker.  

After a month of intense use during which I adapted my data to its native 
capabilities, I have only one minor question.


   1. Can you suggest an effective way to make CamelCase links that appear 
   in rendered views of the table distinctly links?  They are effective inks 
   and can be used as such, but I wold like to add a bit of css or markup to 
   make them more evident.


Thank you very much for sharing this great plugin.

Best regards,
Hans


On Monday, October 21, 2019 at 3:56:51 PM UTC-4, Alan Aldrich wrote:
>
> Hans,
> I am very happy to hear you are finding my plugin useful. I am also 
> pleased to hear you are getting good performance with a large number of 
> tiddlers.
> Thank you for sharing your feedback,
> Alan
>
>

-- 
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/b8310205--4a71-b81b-30c42d40697e%40googlegroups.com.


[tw5] Intro: TW interactive Test Framework - request for feedback

2019-11-11 Thread PMario
Hi Folks, 

I did just open a new thread at the developer group that starts with: 

*ALPHA *Warning! For advanced users only!
>
> *BACKUP - BACKUP - BACKUP *... Just to be sure I told you ;)
>
> The trigger widget may be useful for RPG devs. Feedback very welcome. 
>
>  
If this puts you off, don't follow the link ... If you are cool with the 
warnings, go down the rabbit hole 
! 

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb70cf96-8c81-419b-96f0-c954d27db143%40googlegroups.com.


[tw5] Re: Action to export a tiddler/set of tiddlers in JSON matching set criteria?

2019-11-11 Thread PMario
Hi Hubert, 

My post was triggered by "reverse-engineer". I thought a plugin has a much 
narrower in scope, than the TW core. So it should be easier to understand, 
what's going on there. ... 

There is one more plugin that I always use to develop my own stuff: 
link-to-tabs 
. 
It lets you directly open selected tabs. So it's much faster to find and 
open system tabs as used in advanced search and in the sidebar. 

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/23e04789-340b-4749-87da-96c1d2a347f5%40googlegroups.com.


[tw5] Re: Action to export a tiddler/set of tiddlers in JSON matching set criteria?

2019-11-11 Thread Hubert
Hi Mario,

Thank you! I didn't mean to discount the effects of your work, it's just 
that I do like to open things up to see how they work as that's the way I 
learn.

Your plugin does indeed look like a match for my use case, though it'll 
take some time for me to ingest all that info (thanks for linking to the 
intro post). Nice work!

Thanks again & regards,
Hubert

On Monday, 11 November 2019 12:02:59 UTC, PMario wrote:
>
> On Monday, November 11, 2019 at 12:26:32 PM UTC+1, Hubert wrote:
> ..
>
>> That said, I think I will continue to fiddle/try to reverse-engineer 
>> $:/core/macros/export in order to understand it better and build something 
>> that 100% matches my needs based on core mechanisms alone.
>>
>
> Hi, 
>
> I did create the bundler-plugin. It is 100% compatible with the core. I 
> basically did the same thing, as you want to do. ... Create a new UI 
> around  $:/core/macros/export
>
> If you have a closer look about the plugin Content tab, you'll see several 
> UI elements. If you understand what BundlesList and export-bundle 
> 
>  
> do, you are set up, to create your own stuff according to the OP. 
>
> If you want to create something that works exactly like AdvancedSearch, 
> you'll need to understand: BundlesFiltered and export-bundle-filter. It's 
> the same thing as advanced search, but looks different. That's it. 
>
> There are 2 js elements in the plugin, that are used for convenience 
> functions, which you don't need for export 
> BUT they will be handy if you want to import your bundles again, without 
> overwriting existing content. ... 
>
> The Intro Thread 
>  of 
> the plugin tells more about the development of the plugin. 
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5cf33946-c8ba-41a5-9411-6c6b5a6641b8%40googlegroups.com.


[tw5] Re: Action to export a tiddler/set of tiddlers in JSON matching set criteria?

2019-11-11 Thread PMario
On Monday, November 11, 2019 at 12:26:32 PM UTC+1, Hubert wrote:
..

> That said, I think I will continue to fiddle/try to reverse-engineer 
> $:/core/macros/export in order to understand it better and build something 
> that 100% matches my needs based on core mechanisms alone.
>

Hi, 

I did create the bundler-plugin. It is 100% compatible with the core. I 
basically did the same thing, as you want to do. ... Create a new UI 
around  $:/core/macros/export

If you have a closer look about the plugin Content tab, you'll see several 
UI elements. If you understand what BundlesList and export-bundle 

 
do, you are set up, to create your own stuff according to the OP. 

If you want to create something that works exactly like AdvancedSearch, 
you'll need to understand: BundlesFiltered and export-bundle-filter. It's 
the same thing as advanced search, but looks different. That's it. 

There are 2 js elements in the plugin, that are used for convenience 
functions, which you don't need for export 
BUT they will be handy if you want to import your bundles again, without 
overwriting existing content. ... 

The Intro Thread 
 of 
the plugin tells more about the development of the plugin. 

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf5c5988-d488-40be-91db-e896e80f7f30%40googlegroups.com.


[tw5] Re: How to link to images and audio files on Android

2019-11-11 Thread Hubert

>
> Sorry, it doesn't seem to work.
>

I'm not quite sure what you mean by that. If you need help, please post 
what you see. Is your page blank? Do  you get an error message or weird 
formatting? What is your code, file/folder structure?

What I've posted above is the most basic syntax I could get to show you how 
you can place an external image in your tiddler including a relative file 
path to the image.

Perhaps refer to the documentation, you can find more info  here 
 or here 
.

On Monday, 11 November 2019 11:40:14 UTC, Raymond McDowell wrote:
>
> Sorry, it doesn't seem to work. 

-- 
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/04f35bb2-ebe0-4410-8774-1218ae722728%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread Jeremy Ruston
> I did a little research such as here 
> 
>  and is seems plausible that we could make a bookmarklet that would allow me 
> to drop a specified json file onto a tiddlywiki from the bookmarks I would 
> not even need to go looking for my json file to drag and drop it, just select 
> from the bookmarks. If we can point to json files on our local disk or on a 
> server such as provided by TiddlyServer it would be an easy way to distribute 
> tools, tiddlers, data, plugins and macros to one or more wikis.

A JavaScript bookmarklet cannot in general read files from the local disk. I’ve 
knocked up a macro that does the next best thing: it can generate bookmarklets 
containing an arbitrary set of tiddlers identified by a filter.

This example generates a bookmarklet labelled “MyTiddlers” containing all the 
tiddlers with the tag “HelloThere”:

<>

Drag the bookmarklet link to the browser address bar to install it, and then 
visit another TiddlyWiki. Clicking the bookmarklet will inject the payload 
tiddlers into the target wiki.

The text of the macro:

\define save-as-bookmarklet-href()
(function() {
$tw.wiki.addTiddlers($(json-tiddlers)$);
})()
\end

\define save-as-bookmarklet(title,filter)
<$wikify name="json-tiddlers" output="text" text="""<$text text=<>/>""">
encodeuricomponent[]addprefix[javascript:]] 
}}}><$text text=<<__title__>>/>

\end

Let me know how you get on,

Best wishes

Jeremy


> On 11 Nov 2019, at 10:36, Ton Gerner  wrote:
> 
> Hi Tony,
> 
> Thanks. Yes I remember this work. Do you think it could point to a file or 
> contain a payload to drop on a wiki?
> 
> I will look more closely but I need to depend on the templates. Good start 
> though
> 
> 
> 
> I really don't know.  My knowledge of Javascript is almost nihil. I just used 
> Stephan Hadrek's idea, see 
> https://groups.google.com/forum/#!msg/tiddlywiki/cUUXichiwdU/8gTL3lsO0MUJ
> 
> Cheers,
> 
> Ton
> 
> 
> -- 
> 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/ee45dc80-e025-48f5-ac12-bbdc45ef5cb5%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/06022EEF-D846-4E1A-98FC-F4D72C9041E2%40gmail.com.


[tw5] Re: How to link to images and audio files on Android

2019-11-11 Thread Raymond McDowell
Sorry, it doesn't seem to work. 

-- 
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/aedbea3c-7dcf-48d0-945d-f484d0e4983a%40googlegroups.com.


[tw5] Re: Import from Known URI useful trick and improvement desired

2019-11-11 Thread PMario
Hi Tony, 

*There is a way to trigger the import button such that it opens with one of 
> the above links prepopulated, thus all that is required is to hit open.*
>

Short answer: NO

-- Long version ;)

TW uses the  element to read files from disk. The docs suggests, 
that there is a possibility to preload the "files" parameter. ... but it 
would need to be tested. 

see: 
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#files

You'll need to read it all, but for the files info you'll need to scroll 
down to Additional attributes. ... TW only knows about: 

BrowseWidget.prototype.execute = function() {
this.browseMultiple = this.getAttribute("multiple");
this.deserializer = this.getAttribute("deserializer");
this.message = this.getAttribute("message");
this.param = this.getAttribute("param");
this.tooltip = this.getAttribute("tooltip");
this.nwsaveas = this.getAttribute("nwsaveas");
this.webkitdirectory = this.getAttribute("webkitdirectory");
this.nwdirectory = this.getAttribute("nwdirectory");
};

So at the moment, there isn't any code to handle preloaded info, if 
possible. ... The biggest problem I see, is that the info that would be 
needed is way to low level to be useful for ordinary users. 

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4a196db0-e0fd-4656-a266-2228391168d1%40googlegroups.com.


[tw5] Re: Action to export a tiddler/set of tiddlers in JSON matching set criteria?

2019-11-11 Thread Hubert
Thanks TT, that's a very neat plugin.

That said, I think I will continue to fiddle/try to reverse-engineer 
$:/core/macros/export in order to understand it better and build something 
that 100% matches my needs based on core mechanisms alone.

Thanks,
Hubert

On Monday, 11 November 2019 11:15:56 UTC, @TiddlyTweeter wrote:
>
> Would PMario's Bundler Plugin suit the use case? Its one of the best 
> import/export JSON tools TW has. Set and click.
>
>
> https://wikilabs.github.io/editions/bundler/#%24%3A%2Fplugins%2Fwikilabs%2Fbundler
>
> Best
> TT
>
> On Monday, 11 November 2019 12:05:33 UTC+1, Hubert wrote:
>>
>> Hello,
>>
>> I've researched this already and am aware that this can be achieved using 
>> Advanced Search, albeit manually.
>>
>> What I would like to do is export a pre-defined set of tiddlers with a 
>> *single 
>> click of a button* as part of a set of actions.
>>
>> I had a look at the widget message tm-download-file 
>>  
>> with an exportFilter but this outputs a html file, not individual tiddlers 
>> in JSON format.
>>
>> Thank you in advance for advice.
>>
>> Regards,
>> Hubert
>>
>

-- 
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/fa3bcbf0-1bdf-4c85-9278-7b61c2ab5aa8%40googlegroups.com.


[tw5] Re: Action to export a tiddler/set of tiddlers in JSON matching set criteria?

2019-11-11 Thread @TiddlyTweeter
Would PMario's Bundler Plugin suit the use case? Its one of the best 
import/export JSON tools TW has. Set and click.

https://wikilabs.github.io/editions/bundler/#%24%3A%2Fplugins%2Fwikilabs%2Fbundler

Best
TT

On Monday, 11 November 2019 12:05:33 UTC+1, Hubert wrote:
>
> Hello,
>
> I've researched this already and am aware that this can be achieved using 
> Advanced Search, albeit manually.
>
> What I would like to do is export a pre-defined set of tiddlers with a 
> *single 
> click of a button* as part of a set of actions.
>
> I had a look at the widget message tm-download-file 
>  
> with an exportFilter but this outputs a html file, not individual tiddlers 
> in JSON format.
>
> Thank you in advance for advice.
>
> Regards,
> Hubert
>

-- 
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/539cc591-40ff-4d86-b5cf-e51ab3bfec6e%40googlegroups.com.


[tw5] Action to export a tiddler/set of tiddlers in JSON matching set criteria?

2019-11-11 Thread Hubert
Hello,

I've researched this already and am aware that this can be achieved using 
Advanced Search, albeit manually.

What I would like to do is export a pre-defined set of tiddlers with a *single 
click of a button* as part of a set of actions.

I had a look at the widget message tm-download-file 
 
with an exportFilter but this outputs a html file, not individual tiddlers 
in JSON format.

Thank you in advance for advice.

Regards,
Hubert

-- 
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/d389bee4-8292-47e5-9154-d5a2173e02fe%40googlegroups.com.


[tw5] Re: Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread Ton Gerner
Hi Tony,

Thanks. Yes I remember this work. Do you think it could point to a file or 
> contain a payload to drop on a wiki?
>
> I will look more closely but I need to depend on the templates. Good start 
> though
>
>
> I really don't know.  My knowledge of Javascript is almost nihil. I just 
used Stephan Hadrek's idea, see 
https://groups.google.com/forum/#!msg/tiddlywiki/cUUXichiwdU/8gTL3lsO0MUJ

Cheers,

Ton

-- 
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/ee45dc80-e025-48f5-ac12-bbdc45ef5cb5%40googlegroups.com.


[tw5] Re: Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread TonyM
Ton

Thanks. Yes I remember this work. Do you think it could point to a file or 
contain a payload to drop on a wiki?

I will look more closely but I need to depend on the templates. Good start 
though

Thanks
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/733aafc9-cf30-4686-a0e0-cc568d410d48%40googlegroups.com.


[tw5] Re: Prototyping an edit-by-sections plugin

2019-11-11 Thread @TiddlyTweeter
Ciao Evan

Further to last. 

Since this tool supports complex nested sectioning I was wondering two 
things ...

1 --  wondering if auto-numbering might have an option to *add number at 
start, *not end ... 
e.g. something like ... 

* 1  -- Title*

*1.1 -- Title*
* 2 -- Title*
 
2 -- I noticed that more complex nested sectioning (*i.e. below 1.1 to 
1.1.1 *) seems not directly supported 
  I'm wondering whether that could be possible?

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0990eaf5-0053-489d-aeb7-98dd120ab24e%40googlegroups.com.


[tw5] Re: How to link to images and audio files on Android

2019-11-11 Thread Hubert
Hi,

I'm not sure if Tiddloid differs in any way from any other browser but at 
least for external images TiddlyWiki uses the path relative to your TW file.

I have not linked to sounds inline, but I keep all my images in a folder 
that is in the same location as the TiddlyWiki file. Then you can use:

[img width="100%" alt="(image missing)" [TW_images/picture1.jpg]]

You can point TW to search for your images in other folders as well. Simply 
create a path to your image that is relative to your TW. For example, here 
you would reference a jpg file located up one level (..) from your 
TiddlyWiki file and then through the folder structure as below:

[img width="100%" alt="(image missing)" [../Other_folder/folder1/
another_folder/picture.jpg]]

Hope that helps,
Hubert

On Saturday, 9 November 2019 03:14:11 UTC, Raymond McDowell wrote:
>
> Can anyone advise: On Android with TiddloidLite,  how can I link to 
> external image and audio files, also on the same android device? 

-- 
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/697db6a7-9c21-490c-be32-924ed822cb74%40googlegroups.com.


[tw5] Re: Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread Ton Gerner
Hi Tony,

A long time ago - before the editor toolbar was introduced - I used a lot 
of bookmarklets and made a guide for making them (thanks to Stephan Hadrek).

See http://tw5bookmarklets.tiddlyspot.com/

Hope that helps.

Cheers,

Ton

-- 
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/eb14fca9-e0c0-4c10-8fcc-6cc92191c9af%40googlegroups.com.


[tw5] Re: Sharing: snackbar style notification for mobile (json attached)

2019-11-11 Thread Hubert
Hi,

Do you have a screenshot??
>

No (it's animated). If you drag and drop the tiddler to your wiki and save 
it you will see the notification in action. If you don't like it, just 
delete the tiddler and the styling for mobile will be gone.

is it notifications like "saved wiki" or what?
>

Not just that, "Saved wiki" is just one example. Depending on what you've 
designed, you can have a notification for any other actions as well (refer 
to documentation, search for action widgets, "tm-notify" etc.)

Thanks,
Hubert

On Monday, 11 November 2019 07:29:03 UTC, HC Haase wrote:
>
> thanks
>
> Do you have a screenshot??
>
> is it notifications like "saved wiki" or what?
>

-- 
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/9cd62f3a-e673-41a3-8944-dae705dcff92%40googlegroups.com.


[tw5] Re: Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread A Gloom
can't help you but I'll be delving into this-- I use quite a bit of 
external content (svg & x3d) so this may be helpful

-- 
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/16d57037-d59b-45bd-9417-e873a512823d%40googlegroups.com.


[tw5] Re: data tiddler (dictionary & json) use examoles

2019-11-11 Thread A Gloom


> -- Cheat (crib) sheets for code (html, css, wikitext markup, kb shortcuts, 
> widgets, filter operators) *(adding TW static page links to cheat sheer 
> table)
> -- code snippets "bookmarks" for storing custom or frequently used 
> snippets (adding copy to clipboard button, just like the stamp tool but 
> searchable and in the sidebar)
> -- customized troubleshooting chart (used often for common mistakes that 
> refuse to stick in memory) (see screenshot below)
>

something I forgot-- the data tiddlers and indexes counts 

620 QUICK SEARCH entries :

SEPARATED INTO 11 individual quick searches:

Wikitext markup : 115 entries

Keyboard shortcuts : 29 entries

markup/shortcuts : 132 entries

HTML tags : 126 entries

Widget search : 51 entries

filter operators quick search : 125 entries

Wiki system quick search : 62 entries

Wiki system full search : 62 entries

14 QUICK SEARCH Data tiddlers:

• #datatidd Widgets / : 51 entries
• $:/data/core/widgets / : 46 entries
• filter operators data tiddler / : 125 entries
• html markup all data tiddler / : 126 entries
• html markup in tiddler data tiddler / : 114 entries
• keyboard shortcuts data tiddler / : 29 entries
• sys macro code data tiddler / : 43 entries
• sys macro tiddler data tiddler / : 43 entries
• widgets html data tiddler / : 45 entries
• wiki system info data tiddler / : 62 entries
• wiki system tag data tiddler / : 62 entries
• wikitext code snipps data tiddler / : 18 entries
• wikitext html data tiddler / : 59 entries
• wikitext markup data tiddler / : 115 entries

-- 
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/9a9f0ab1-32cf-4412-abc2-b69eec8cec85%40googlegroups.com.


[tw5] feather-icons not visible when export tiddler

2019-11-11 Thread Markus Adler
Hi,

i'm using the great feather-icon plugin from here 
http://sycom.gitlab.io/TiddlyWiki-Plugins/#Feather%20icons%20plugin:%5B%5BA%20plugin%20collection%5D%5D%20%5B%5BFeather%20icons%20plugin%5D%5D.
It works great but when i am open the tiddler in new window (to print) or 
export the tiddler in static html file the icons are not visible. Is there 
any solution to see the icons after export?

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1ca309be-80c7-47b8-a9d5-a9e1d3f6b2f8%40googlegroups.com.