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

2019-11-12 Thread Sycom
Hello,

You won't have much success with this request I'm afraid. As far as I know 
there are bounties on xsl converters for docx / HTML / markdown / odt etc. And 
nobody hunting...

So I guess that free (hard) work on a docx to tw converter will not have much 
volunteers. 

Maybe you could look to a routine (or even a macro) inside your word processor 
to make some of the job :

* detect title 2 -> add ##
* detect bold -> add '' ''
* ...

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/79b6224a-de34-465e-a993-b2a7394aab7f%40googlegroups.com.


Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-12 Thread Xavier Maysonnave
Hi Hans,
Thanks for your interest. 
Any contributing effort is always welcome.
Warmly

Le lundi 11 novembre 2019 20:55:04 UTC+5:30, HansWobbe a écrit :
>
> 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/d63b6aa8-db51-4c79-8829-9406625a5c3c%40googlegroups.com.


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

2019-11-12 Thread Java Developer
Hi TT,

I tried the demo and imported docx file.However junk characters are
displayed after the import

[image: image.png]

Please help me with the steps how to convert docx or doc to tiddly wiki
text format

thanks

On Tue, Nov 12, 2019 at 9:26 PM @TiddlyTweeter 
wrote:

> Ciao Java
>
> If you are seriously intent in doing DOC & DOCX *import* within TW then
> you can (rather than use one of the many online tools).
> But you need extra steps ...
>
> The way to do it is by installing BJ's visual editor (CK Editor
> ) that has tools for that.
> (Its not so easy to configure, but get there and its ace!)
>
> They convert DOC & DOCX to HTML that will work in TW fine.
> Its not WikiText but does not conflict with it.
>
> Regarding DOC & DOCX *export*. Both are just wrapper formats. Not
> supported. No need.
>
> Exported tiddlers to HTML should import pretty well into Word. No further
> conversion needed.
>
> So: tell me, did this work for you?
>
> Best wishes
> 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/1e37105e-468d-4d78-9aef-ea8f4b0dc442%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/CACsyTVAVFr3Um%3D_Sv6V0LuPgPBz8VYjdznjqh_CFFQ2-gFCn-g%40mail.gmail.com.


[tw5] Re: Making navigation buttons using system images

2019-11-12 Thread David Allen
On Tuesday, November 12, 2019 at 1:13:10 AM UTC-6, A Gloom wrote:
>
> <$button class="tc-btn-invisible"  style="padding:0px 5px; 
> font-size:2em;"> X 
>

This seems to have worked for me.  Here is my current code:

\define scroll_buttons2(filterlimit: 1)

.scroll_button {
padding: 0px 5px;
font-size: 1.5em;
vertical-align: middle;
text-align: center;
}
.scroll_button_div {
display: table-cell;
width: 5%;
}

<$set name="fivelessthanlimit" filter="[[]eval[$filterlimit$-5]]">




<$button class="scroll_button">
{{$:/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="scroll_button">{{$:/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

I added a border to demonstrate the current problem.  I can't seem to 
correctly align the images.  I don't wanna do a "button svg" css line since 
I wanna have the freedom to do other stuff with SVG's inside a button later 
on.  Setting the vertical-align and text-align didn't seem to do the 
trick.  Am I missing or forgetting something CSS related?  Thanks!

[image: New Screenie.png]

-- 
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/551ad8a9-4aa0-4724-95f5-d660ffa2def8%40googlegroups.com.


[tw5] Re: A TIDDLYWIKI AS CONTACT MANAGER: Replacing VCF Cards with Tiddlers

2019-11-12 Thread TonyM
Brian/Scott,

Yes the only hit on vcf is https://tid.li/tw5/hacks.html
It also converts them to QRcodes

Regards
Tony

On Wednesday, November 13, 2019 at 11:08:29 AM UTC+11, Scott Kingery wrote:
>
> There might be something in the toolmap. Search for vcf  
> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM
>
>
> On Tuesday, November 12, 2019 at 3:55:14 PM UTC-8, Brian Litman wrote:
>>
>> Am new to the Tiddlecosm.
>>
>> I find it interesting to use a TiddlyWiki in my mobile, in place of the 
>> inplace spyware of iOS and Android.
>>
>> I don't want my contacts to go to any cloud.  Local control only.
>>
>> Ergo, I wonder if, in the glorius history of TiddlyWiki there exists some 
>> VCF Card to Tiddler import.
>>
>> Bonus: Android dialer will recognise the international prefixed "+nnn" 
>> tel number.
>>
>> Anyone have thoughts?
>>
>> Thx!
>>
>

-- 
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/2ee57aac-27e7-4ce1-84d8-4afd05f7794f%40googlegroups.com.


[tw5] Re: A TIDDLYWIKI AS CONTACT MANAGER: Replacing VCF Cards with Tiddlers

2019-11-12 Thread TonyM
Brian,

This is a good idea and to be able to import or drop common address files 
like vcf onto tiddlywiki would be great. 

Any vcf file can be dropped on Tiddlywiki and here is an example content

Muscio_Anthony.vcf
BEGIN:VCARD
VERSION:3.0
PRODID:-//Apple Inc.//iPhone OS 9.3.2//EN
N:Muscio;Anthony;;;
FN: Anthony  Muscio 
ORG:People\, Systems and Things;
EMAIL;type=INTERNET;type=WORK;type=pref:am@secured
EMAIL;type=INTERNET:anthony.muscio@secured
item1.URL;type=pref:www.psat.com.au
item1.X-ABLabel:_$!!$_
item2.URL:thp.psat.com.au
item2.X-ABLabel:_$!!$_
END:VCARD

Until you get to EMAIL the format use could be interpreted as a Data 
Dictionary Tiddler 

All we need is a method to convert or interrogate vcf and similar 
"tiddlers", I already have a way to intervene in the import process. 
however by live interrogation of vcf format tiddlers, they would remain 
available in the original format for further distribution. 

perhaps an extension to the data tiddler standards to allow the first of 
the following characters to delimit the key would be an answer ":" current, 
";" and ".". 

When I dropped the above vcf file on my wiki it did set the tiddler type 
to text/x-vcard so perhaps we can add support for this "mime type".

Regards
Tony




On Wednesday, November 13, 2019 at 10:55:14 AM UTC+11, Brian Litman wrote:
>
> Am new to the Tiddlecosm.
>
> I find it interesting to use a TiddlyWiki in my mobile, in place of the 
> inplace spyware of iOS and Android.
>
> I don't want my contacts to go to any cloud.  Local control only.
>
> Ergo, I wonder if, in the glorius history of TiddlyWiki there exists some 
> VCF Card to Tiddler import.
>
> Bonus: Android dialer will recognise the international prefixed "+nnn" tel 
> number.
>
> Anyone have thoughts?
>
> Thx!
>

-- 
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/921735b4-4e31-4f6e-91d4-0acaea52a930%40googlegroups.com.


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

2019-11-12 Thread David Allen
The documentation on this is a mess/difficult to find.  I'm hesitant to 
install anything into my wiki if I can't read what it's supposed to do or 
have any good examples to use.

On Tuesday, November 12, 2019 at 12:17:29 AM UTC-6, TonyM wrote:
>
> 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/b1544729-b3c1-4faa-8c53-a1d047c34c5e%40googlegroups.com.


[tw5] Re: A TIDDLYWIKI AS CONTACT MANAGER: Replacing VCF Cards with Tiddlers

2019-11-12 Thread Scott Kingery
There might be something in the toolmap. Search for vcf  
https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM


On Tuesday, November 12, 2019 at 3:55:14 PM UTC-8, Brian Litman wrote:
>
> Am new to the Tiddlecosm.
>
> I find it interesting to use a TiddlyWiki in my mobile, in place of the 
> inplace spyware of iOS and Android.
>
> I don't want my contacts to go to any cloud.  Local control only.
>
> Ergo, I wonder if, in the glorius history of TiddlyWiki there exists some 
> VCF Card to Tiddler import.
>
> Bonus: Android dialer will recognise the international prefixed "+nnn" tel 
> number.
>
> Anyone have thoughts?
>
> Thx!
>

-- 
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/aeb9b190-efb4-4efe-9c72-d2a7fec9c0db%40googlegroups.com.


[tw5] Re: Making navigation buttons using system images

2019-11-12 Thread TonyM

>
> Ha! I'd love to see the code for that. Looks neat!
>

What I have being dreaming of is an easy way to define simple icons for use 
in the toolbar buttons including the editorToolbar. And manage the sizes 
correctly. Even using plain text and superscript and subscript text or 
place a letter on an existing image. Simple foreground or background 
colouring is also another way to "make more buttons".

This should be a simple matter but I get lost every time I try, 
particularly with sizing.

Tiddlywiki is so good at letting us build new buttons etc.. so its a pity 
this final step is so fragile.

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/52568dda-b08e-42f8-bd3d-091cbdcb7fe9%40googlegroups.com.


[tw5] A TIDDLYWIKI AS CONTACT MANAGER: Replacing VCF Cards with Tiddlers

2019-11-12 Thread Brian Litman
Am new to the Tiddlecosm.

I find it interesting to use a TiddlyWiki in my mobile, in place of the 
inplace spyware of iOS and Android.

I don't want my contacts to go to any cloud.  Local control only.

Ergo, I wonder if, in the glorius history of TiddlyWiki there exists some 
VCF Card to Tiddler import.

Bonus: Android dialer will recognise the international prefixed "+nnn" tel 
number.

Anyone have thoughts?

Thx!

-- 
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/9937edc8-74d8-4f69-9adf-d76f48b15d24%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread TonyM
Bimlas,

I love it. If I understand correctly the plugin works by simply 
highlighting on screen that found in the temp search tiddler, is that 
correct? This is a brilliant Idea and very elegant. 

As is common with your work it inspires me to imagine more possibilities. 

I wonder if a macro 
<>
or
<$macrocall $name=highlight-on-page text={{text!!reference}} 
css="colour/class">>

Would be a practical addition to annotate the screen. For example 
highlighting placeholder text in edit fields green would indicate where to 
enter values and as soon as the placeholder text is overwritten the 
highlight disappears.

Of course we could already do something similar by changing the settings 
value and changing its content I am just wondering if its functionality can 
be generalised more.

Love your work

Thanks
Tony

On Wednesday, November 13, 2019 at 8:31:36 AM UTC+11, bimlas wrote:
>
> I think I fixed the bug, please check the "settings/SETTINGS" tab of the 
> latest version.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text/
>

-- 
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/00b0cfdc-cc6e-4677-8df5-62346c25d3d9%40googlegroups.com.


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

2019-11-12 Thread TonyM
Jeremy,

It works so well and without interaction beyond a click I thought it was 
not working for a moment. Thanks a lot. This is a really productive method.

I used my Quick-config.json in the original post and it works like a dream 
to reconfigure tiddlywiki.com to be more usable with close all, more page 
control and other preferences.

There are various ways to build the set of tiddlers to include as the 
payload from monitor and capture changes, using existing json files and 
more. 

   - It is of course possible to have two bookmarklets one which sets a 
   number of tiddlers and one which resents the same tiddlers. 
   - I will have to find a way to encode both in set and reset in fixed 
   json files and bookmarklets so I can distribute them in the wiki on which 
   they operate.
   - With a little further crafting it could be an easy way of copy and 
   paste (multiple times) sets of tiddlers. 

Thanks for your help Jeremy
Tony

On Monday, November 11, 2019 at 10:46:45 PM UTC+11, Jeremy Ruston wrote:
>
> > 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 tiddl...@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/7f5f1e56-8cf3-4248-b9cc-85dc9d63121f%40googlegroups.com.


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

2019-11-12 Thread Alan Aldrich
Hans,
The selected stylesheet (tbl-class) determines how a link is displayed. The 
default stylesheet is defined 
in: $:/plugins/aaldrich/tables/style/standard  The rest of the built-in 
stylesheets inherit their CSS from this tiddler. 

I designed the default stylesheet to override default link formatting in 
order to make the table look more consistent by making links "blend in" 
better with plain text. There are several CSS properties that contribute to 
this. For example, all blocks under comment  contain the 
properties color, text-decoration and font-weight. These properties change 
the color of links, remove the underline (text-decoration) and force the 
font weight (bold or normal depending on if it is a header, footer or body 
element). 

All that said, you can certainly change the way links are displayed. You 
can either edit the default stylesheet or start fresh with a blank one. 

By the way, CamelCase links render the same as other links in TW, an  
element with "tc-tiddlylink" class. Just in case you are asking how to make 
CamelCase links render differently than other links i.e. ExampleLink vs. 
[[example link]], I suspect that is not possible without changes to the 
core. 

Hope this helps.

Cheers,
Alan



On Monday, November 11, 2019 at 8:09:02 AM UTC-6, HansWobbe wrote:
>
> 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/7891e4ad-14a4-417b-8f73-199b7ae5f892%40googlegroups.com.


[tw5] How can I create mutually exclusive checkboxes?

2019-11-12 Thread si
I have a 'task' tiddler that displays checkboxes to indicate the priority 
of the task:

<$checkbox tag="high-priority"> High Priority

<$checkbox tag="low-priority"> Low Priority

I would like it so that if I check one of the boxes the other will be 
unchecked.

I have tried using the checkactions attribute as follows:

\define uncheck-high-priority() <$action-sendmessage $message=
"tm-remove-tag" $param="high-priority"/>
\define uncheck-low-priority() <$action-sendmessage $message="tm-remove-tag" 
$param="low-priority"/>

<$checkbox tag="high-priority" checkactions=<>> High 
Priority

<$checkbox tag="low-priority" checkactions=<>> Low 
Priority

Weirdly this works as expected when I try it in the preview pane while 
editing the tiddler, but when I save the tiddler it ceases to work.

Does anyone know what's going on 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/5d6a11a6-1841-4dc3-a272-5777a209a537%40googlegroups.com.


[tw5] Re: Making navigation buttons using system images

2019-11-12 Thread @TiddlyTweeter
Ha! I'd love to see the code for that. Looks neat!

 A Gloom wrote:

>  perhaps I should  pass on the button-svg-tiddler field text transclude 
> from list combo (diamonds on right of screenshot, the whote row is buttons 
> wtih tiddler links generator by a list widget)
>
> [image: Clipboarddiamond.jpg]
>

As far as TW goes one thing in SVG I think that could be really useful is 
understanding the svg "viewport" better -- that you can actually have many 
images inside one svg and simply change co-ordinates to show/hide them. 
Very code compact for toggle buttons. A common need.

Interesting stuff
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/eafc29bf-9a37-496b-94f5-219eb217432a%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
I think I fixed the bug, please check the "settings/SETTINGS" tab of the 
latest version.

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

-- 
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/3f3e111b-9427-4a59-a57d-bfd374cd1164%40googlegroups.com.


Re: [tw5] New plugin: Highlight searched text

2019-11-12 Thread Jan

Hi Bimblas,
great little tool!
Thanks!
Jan
Am 11.11.2019 um 22:46 schrieb 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 
.


--
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/5DCB237A.4040609%40googlemail.com.


[tw5] Re: Making navigation buttons using system images

2019-11-12 Thread A Gloom
@TT
>
>
> If I get time I'll try to assemble something
>
>
sool, perhaps I should  pass on the button-svg-tiddler field text 
transclude from list combo (diamonds on right of screenshot, the whote row 
is buttons wtih tiddler links generator by a list widget)

[image: Clipboarddiamond.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/c94ad870-7c21-4f97-8599-30ebf5c30d53%40googlegroups.com.


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

2019-11-12 Thread @TiddlyTweeter
Ciao Java

If you are seriously intent in doing DOC & DOCX *import* within TW then you 
can (rather than use one of the many online tools).
But you need extra steps ...

The way to do it is by installing BJ's visual editor (CK Editor 
) that has tools for that. 
(Its not so easy to configure, but get there and its ace!)

They convert DOC & DOCX to HTML that will work in TW fine. 
Its not WikiText but does not conflict with it.

Regarding DOC & DOCX *export*. Both are just wrapper formats. Not 
supported. No need.

Exported tiddlers to HTML should import pretty well into Word. No further 
conversion needed.

So: tell me, did this work for you?

Best wishes
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/1e37105e-468d-4d78-9aef-ea8f4b0dc442%40googlegroups.com.


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

2019-11-12 Thread Java Developer
Hi Bimlas,

Thanks and i agree and see what you can do for #1 alone and ignore the rest

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.

Thanks again.


On Tue, Nov 12, 2019 at 12:28 PM bimlas  wrote:

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

-- 
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/CACsyTVCu4sVTChp4wzd0qG4pcGpMp7PpVPviyyQydnai6tNr1g%40mail.gmail.com.


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

2019-11-12 Thread @TiddlyTweeter
Regarding PDF EXPORT. Doddle. Print to PDF.

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/13892428-f60d-4a16-953a-c049acdc68db%40googlegroups.com.


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

2019-11-12 Thread @TiddlyTweeter
There is NO TW plugins for converting those formats on ONE button press 
AFAIK.

There ARE workarounds.

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/e832358f-ffee-4ebe-9e18-ab090a730253%40googlegroups.com.


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

2019-11-12 Thread Java Developer
Hi Tony,

I refer importing of PDF or Doc or Docx as Text...If there is a plugin..The
user doesn't have to look for any other application or how to process the
content

Thanks

On Tue, Nov 12, 2019 at 12:24 PM TonyM  wrote:

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

-- 
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/CACsyTVDY5OX0jLLGydE7oinNFsCNJePeZpS5sQKQ6UY8oNEnOg%40mail.gmail.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase

>
> Can you check the content of the tiddler named: $:/temp/search
>

thanks @PMario. In that tiddler it do say test.However I cant modify it or 
delete it (it reappear after reload). I noticed, that the modification date 
is the same as when I installed bimlas' locator plugin, so I suspect it has 
something to do with that.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c804d8af-239f-4d05-af1d-0fa3e57326c0%40googlegroups.com.


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

2019-11-12 Thread Sylvain Comte
Oh!

Never used this one. I will try asap.

The svg icons are saved as  elements and called with .  But
$:/tags/RawMarkup tagged tiddlers are not exported in standalone tiddlers,
so  calls nothing...

Cheers

Sylvain
@sycom


Le mar. 12 nov. 2019 à 14:55, @TiddlyTweeter  a
écrit :

> Sycom wrote:
>>
>> ... I'm not familiar with the "open the tiddler in a new window" process.
>> Can you describe more precisely what you are doing here?
>>
>
> Ciao Sylvain  "open the tiddler in a new window" from here from View ...
>
> [image: Annotation 2019-11-12 144938.jpg]
>
>
> Normally its fully linked back to the "mother" wiki and accurately
> interacts with it, but won't be if all elements are not in the DOM thingy.
>
> Briefly, I think the OP needs inline svg?
>
> Best wishes
> TT
>
>
> --
> 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/N7xwaOh84mk/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/eb91ba55-8c62-4214-9962-cb7d5b722096%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/CAOWAUqGj9zHy1MS5Q%2BN0Rdz0a%3Dcv7yhw9ddtWsVcbhrhVj8HQg%40mail.gmail.com.


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

2019-11-12 Thread @TiddlyTweeter
Sycom wrote:
>
> ... I'm not familiar with the "open the tiddler in a new window" process. 
> Can you describe more precisely what you are doing here?
>

Ciao Sylvain  "open the tiddler in a new window" from here from View ...

[image: Annotation 2019-11-12 144938.jpg]


Normally its fully linked back to the "mother" wiki and accurately 
interacts with it, but won't be if all elements are not in the DOM thingy. 

Briefly, I think the OP needs inline svg? 

Best wishes
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/eb91ba55-8c62-4214-9962-cb7d5b722096%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase


tirsdag den 12. november 2019 kl. 11.53.26 UTC+1 skrev bimlas:
>
> HC Haase,
>
> Did you find the bug?
>

no.. Just appreciate the effort. it seems that GG hid the screenshot  

>

-- 
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/921bb6a7-bf6e-4188-a76b-f6f9ab25bd6a%40googlegroups.com.


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

2019-11-12 Thread Daimon Eu
It's a stand-alone Apache server, with a name based virtual host 
configuration and SSL enabled.

I'm attaching the vhost configuration file and a relevant session I 
captured with the HTTP Header Live extension for Firefox. I obfuscated the 
domain name for privacy.

As one can see from the log, after I reloaded the page the Last-modified 
header was still the same as the one that caused the second PUT request to 
fail the precondition check. It's really baffling.

Cheers.

On Tuesday, November 12, 2019 at 12:09:53 PM UTC+1, PMario wrote:
>
> On Monday, November 11, 2019 at 10:01:00 PM UTC+1, Daimon Eu wrote:
>
> Server: Apache/2.4.25 (Raspbian) using the stock dav module
>> Client: latest Firefox with no extensions apart from uBlock.
>>
>
> uBlock should not have any impact. I use it since several years and had no 
> problems with any site so far.
>  
>
>> 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.
>>
>
> It would be interesting, in which context you use the Apache server. Is it 
> a stand alone configuration on the rasp-pi or do you use an other 
> "framework" eg: NextCloud or something similar. 
>
> I do have several raspberry pi's, so I may be able to test your 
> configuration. 
>
> I'll have to have a look, with which version we did the tests. I did the 
> development for IIS, apache and nginx configurations quite some time ago. 
> ... So may be a new test needs to be done. 
>  
>
>> I've disabled gzip compression and I confirm the stock Webdav saver is 
>> working fine without it.
>>
>
> That's right. 
>
> 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/b941b1e9-65d1-4bea-ba12-5e20e9026729%40googlegroups.com.

ServerName domain
Redirect permanent / https://domain/


 
ServerName domain

DocumentRoot /var/www/domain

Options FollowSymLinks
AllowOverride None



Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted



Options Indexes MultiViews
AllowOverride None
Require all granted


Alias /dav/doc /var/www/domain/doc

# uncomment next line to make TiddlyWiki core webdav saver work
#RequestHeader edit "If-Match" '^"((.*)-(gzip|br))"$' '"$1", 
"$2"'
DAV On
AuthType Basic
AuthName "webdav"
AuthUserFile /var/www/passwd.dav
Require valid-user


ErrorLog ${APACHE_LOG_DIR}/error-domain.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel error

#CustomLog ${APACHE_LOG_DIR}/access.log combined
CustomLog /dev/null common

SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/domain/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/domain/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/domain/chain.pem


https://[domain]/dav/doc/test.htm
Host: [domain]
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 
Firefox/70.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate, br
DNT: 1
Authorization: Basic bWFyY286MTIz
Connection: keep-alive
Upgrade-Insecure-Requests: 1

GET: HTTP/1.1 200 OK
Date: Tue, 12 Nov 2019 13:15:21 GMT
Server: Apache/2.4.25 (Raspbian)
Last-Modified: Tue, 12 Nov 2019 13:11:35 GMT
ETag: "230ac3-59725fcdeed6b-gzip"
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
-
https://[domain]/dav/doc/test.htm
Host: [domain]
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 
Firefox/70.0
Accept: application/json
Accept-Language: it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate, br
X-Requested-With: TiddlyWiki
Content-Type: text/plain;charset=UTF-8
Content-Length: 0
Origin: https://[domain]
DNT: 1
Authorization: Basic bWFyY286MTIz
Connection: keep-alive
Referer: https://[domain]/dav/doc/test.htm

OPTIONS: HTTP/1.1 200 OK
Date: Tue, 12 Nov 2019 13:15:22 GMT
Server: Apache/2.4.25 (Raspbian)
DAV: 1,2, 

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

2019-11-12 Thread Sycom
Hi Markus,

I have a workaround for you. Not implemented yet, since I have to make some 
test about other solutions (since this one involve a core tiddler which I'm 
not very fond of) but you can do it by yourself if you want to solve your 
problem right now :

* edit tiddler $:/core/templates/exporters/StaticRiver
* just after the  tag insert 
{{$:/plugins/sycom/feather-icons/lib/feather-sprite.svg||$:/core/templates/plain-text-tiddler}}
* save and reload

I'm not sure about the "*i am open the tiddler in new window (to print)*" 
part of your issue. I'm not familiar with the "open the tiddler in a new 
window" process. Can you describe more precisely what you are doing here?

Cheers,

Sylvain
@sycom

Le lundi 11 novembre 2019 20:40:06 UTC+1, Markus Adler a écrit :
>
> 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/4b0091f9-2721-4cfd-9c9d-63123d6c7705%40googlegroups.com.


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

2019-11-12 Thread @TiddlyTweeter
TonyM wrote:
>
>
> ... In this thread 
>  I 
> am keen to get this feature also into a bookmarklet.
>

Noted. 

Jeremy's bookmarklet works well for transporting Tiddlers inter-wiki. 
It does not use the standard import system. 
It directly writes Tiddlers on click of Browser Bookmark.
One click. Done.

A solution to your OP might be worked up from his code? 
It is an invitingly minimal start!

Best
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/80b49cf1-ccb7-4665-82e3-90c37a1ed6aa%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread @TiddlyTweeter
Quick comment ... Bimlas this is really excellent! Huge potential!

Early days. I'm testing. 

Immediately I got wondering about *how to integrate* this very nice "visual 
marking" approach with existing tools.

For instance ...

PMario wrote: 

> The plugin mentioned here is "just a highlighter". It doesn't touch the 
> search dropdown itslef. 
>

> You may consider my field-search plugin [1], that lets you add new tabs to 
> the search dropdown. It will be possible to create a tab for "every" 
> combination you need. 
>

I'd add that it could be VERY interesting to explore whether it might 
integrate with Tiddler Commander's "Search & Replace" 
?
 
That would finally give a visual way to s-n-r in TW.   

I'll comment more later.

Very best wishes 
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/077a93a9-c0e3-433e-a088-cc2dbe6affaa%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread PMario
On Tuesday, November 12, 2019 at 7:47:37 AM UTC+1, TonyM wrote:
...

>
>- What plugin do we need to install one or both in plugins?
>
> Only 1 plugin is needed. "Highlight searched text". .. The other one is 
there to highlight js code. 
 

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

Not heavy. 27kByte for mark.js 3rd party library, which is MIT lizensed. So 
IMO no problems here. 

The TW implementation itself is neglectable in size but ingenious in 
concept and execution ;)

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/ba409230-bbb3-4e54-95bc-6ea6d0219eea%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread PMario
On Tuesday, November 12, 2019 at 4:01:17 AM UTC+1, Java Developer wrote:
...

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

The plugin mentioned here is "just a highlighter". It doesn't touch the 
search dropdown itslef. 

You may consider my field-search plugin [1], that lets you add new tabs to 
the search dropdown. It will be possible to create a tab for "every" 
combination you need. 

Search by title is a default. There is also an intro thread [2] and a video 
[3]
 

> 3. How to tag the file with specific keyword...
>

I'm not sure about this question .
 

> as i have 100 files in each language...So need to search with specific 
> tags only
>

This should be doable with [1] ... BUT documentation is missing atm :) 
 
have fun!
mario

>
[1] https://wikilabs.github.io/editions/field-search/
[2] 
https://groups.google.com/forum/#!msg/tiddlywiki/Sxpx6Soj_7I/QipInAl6AAAJ
[3] video: https://youtu.be/onRkttEULPw

-- 
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/961e170d-6425-4785-87b0-84fa7240fda1%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread PMario
Hi, 

Can you check the content of the tiddler named: $:/temp/search

It is the one used by the plugin. Your theme may use a different tiddler to 
implement the search function. 

-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/3cc5051b-271c-4bb8-a682-45c5ae160169%40googlegroups.com.


[tw5] Re: workaround for apache webdav

2019-11-12 Thread PMario
On Tuesday, November 12, 2019 at 11:00:20 AM UTC+1, Daimon Eu wrote:


> This configuration is working for me on Apache 2.4 (Raspbian): 
>

So the default WebDav setting works for you, _with_ gzip compression 
enabled?

The first line solves the problem of Etags not working when server side 
> compression is enabled. It's an adaptation of this: 
> https://bz.apache.org/bugzilla/show_bug.cgi?id=45023#c26
>

Thx for doing the research and sharing the "bug-link" it is very 
interesting and contains a lot of information about the underlying problems.

-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/c1f379d0-c81b-4023-ba13-79577107093f%40googlegroups.com.


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

2019-11-12 Thread PMario
On Monday, November 11, 2019 at 10:01:00 PM UTC+1, Daimon Eu wrote:

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

uBlock should not have any impact. I use it since several years and had no 
problems with any site so far.
 

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

It would be interesting, in which context you use the Apache server. Is it 
a stand alone configuration on the rasp-pi or do you use an other 
"framework" eg: NextCloud or something similar. 

I do have several raspberry pi's, so I may be able to test your 
configuration. 

I'll have to have a look, with which version we did the tests. I did the 
development for IIS, apache and nginx configurations quite some time ago. 
... So may be a new test needs to be done. 
 

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

That's right. 

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/885ea168-13e2-49a4-9b08-2b8809450fb3%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
HC Haase,

Did you find the bug?

-- 
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/df3c23bf-dcf8-4c51-90db-530c25ae2b09%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase


tirsdag den 12. november 2019 kl. 11.34.23 UTC+1 skrev bimlas:
>
> HC Haase,
>
> Please search for the term in the "filter" tab of $:/AdvancedSearch and 
> screenshot the results:
>
> [all[tiddlers+shadows]search["test"]] [all[tiddlers+shadows]search['test'
> ]]
>

Thank you for your time! 

-- 
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/fada6bfe-02ed-451c-879d-83b86ac809eb%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
HC Haase,

Please search for the term in the "filter" tab of $:/AdvancedSearch and 
screenshot the results:

[all[tiddlers+shadows]search["test"]] [all[tiddlers+shadows]search['test']]

-- 
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/247debe5-4912-44bb-94cd-674d34f9d91a%40googlegroups.com.


[tw5] Re: Making navigation buttons using system images

2019-11-12 Thread @TiddlyTweeter
David & Gloom

I definitely think SVG specific usage for TW could benefit from a 
consolidated tutorial.

Most of the answers needed are actually here in this group but spread all 
over the place.

If I get time I'll try to assemble something

Best wishes
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/98cda99f-3e4e-4645-a415-472ffb34d0df%40googlegroups.com.


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

2019-11-12 Thread Hubert
Hi Raymond,

I've just rebuilt your folder structure and it works. However, I may have 
misunderstood you --- are you trying to create a link to your image files 
or display your images within your tiddlers? Either way, I've addressed 
both scenarios.

*(1) LINKS to images*

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

If you want to use links to external files (whether they be images or 
anything else), you can use this syntax (please modify depending on the 
relative location of your target file). Note that depending on your 
browser, the link will be opened in a new tab:

[ext[Image|00-mysite_portable-00/images/smudge.jpg]]

*(2) DISPLAYING images*; please clarify which one is true:

(a) Your TW file and your "00-mysite_portable-00" folder are at the same 
level (in some folder)
(b) Your TW file and your "images" folder are are at the same level (in the 
"00-mysite_portable-00" folder)

In case of (a), the following works:

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

In case of (b), the following works:

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

So in short, it all depends where your TW is located relative to your 
image(s) (and vice versa). Your TW will point to your image from its own 
"vantage point", so unless TiddloidLite renders its own path differently, 
which would mess up the default point of reference, you should have no 
issues.

Maybe try testing this using Chrome (or any other browser on Android) and 
see if you get the same results (I'm using my own TW on Android quite 
heavily, having adapted it for responsive design, and it works perfectly 
well in Chrome).

Regards,
Hubert



On Tuesday, 12 November 2019 00:36:12 UTC, Raymond McDowell wrote:
>
> 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/ee46eeaa-6634-48f7-ae32-ad11e84c33a5%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase


tirsdag den 12. november 2019 kl. 10.52.21 UTC+1 skrev bimlas:
>
> Tried out on FF 70.0.1, everything works fine.
>
> Didn't you installed an earlier WIP version of the plugin? Search for 
> "HighlightSearchedText" and "Mark.js" tiddlers. If these are exists, then 
> delete them.
>

no. Just dragged from your link in top post. I dont have the above 
mentioned tiddlers. in the plugin there is the 
"$:/plugins/bimlas/highlight-searched-text/mark.js" 
though 

-- 
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/5a26175b-6937-40b0-893e-2fb55e322248%40googlegroups.com.


[tw5] Re: workaround for apache webdav

2019-11-12 Thread Daimon Eu


On Saturday, March 16, 2019 at 12:18:52 AM UTC+1, arg...@gmail.com wrote:
>
>
> Did someone managed to get webdav saves work under apache2 web servers in 
> a more protocolar way ?
>


This configuration is working for me on Apache 2.4 (Raspbian):
.

   RequestHeader edit "If-Match" '^"((.*)-(gzip|br))"$' '"$1", "$2"'
   DAV On
   AuthType Basic
   AuthName "webdav"
   AuthUserFile /var/www/passwd.dav
   Require valid-user


The first line solves the problem of Etags not working when server side 
compression is enabled. It's an adaptation of this: 
https://bz.apache.org/bugzilla/show_bug.cgi?id=45023#c26

As I detailed in the topic by PMario, his alternative saver does not work 
for me.

Hope this can be useful.

Cheers.

-- 
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/00e7b814-a11f-4e2e-b966-7ffdcd193ec4%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
Tried out on FF 70.0.1, everything works fine.

Didn't you installed an earlier WIP version of the plugin? Search for 
"HighlightSearchedText" and "Mark.js" tiddlers. If these are exists, then 
delete them.

-- 
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/32a7be36-49fd-4856-95b1-b83661399e45%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase


> 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
>
>
If forgot to mention, that when I search for e.g. "bacon" "test" is 
highlighted, even though I never entered "test" in the search field 

-- 
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/fc5be08f-01c6-493a-9db5-37a6e2f09b1d%40googlegroups.com.


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

2019-11-12 Thread Hubert
Thank you Mario for pointing me to these resources. So much interesting and 
useful stuff!

Thanks,
Hubert

On Monday, 11 November 2019 12:50:19 UTC, PMario wrote:
>
> Hi Hubert, 
>
> My post was triggered by "reverse-engineer". I thought a plugin has a much 
> narrower 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/15ec2c34-d1cb-4755-bea5-35807706c02c%40googlegroups.com.