Re: [tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-12-01 Thread Stefan Pfister
Is there a way to save a twfile with a webdavlink? Where should I put the 
webdavlink? Where the username? Where the password?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ffd1d1c6-d43f-48d8-ac37-b6640b7778db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: XML in TiddlyWiki

2018-12-01 Thread 'Mark S.' via TiddlyWiki
In terms of inspiration re the code, perhaps you could look at the evernote 
importer plugin. I believe it imports enex files, which are actually just 
another (I think) XML file.

Good luck
-- Mark

On Saturday, December 1, 2018 at 4:55:50 PM UTC-8, TonyM wrote:
>
> Folks,
>
> I have used toodledo.com and other online tools which export their 
> contents as xml.
>
> You may be aware that xml uses a simple system for representing data eg 
> 0 and it can be nested (see tasks/task below)
>
> It seems to me it should be easy to take any given xml and use a method to 
> parse it into tiddlers and their fields. If a field name needs to be 
> changed a search and replace should "fix the data"
>
> See also the locations, whose id is stored in the tasks. We should be able 
> parse these (in a separate process if necessary)  such that we have 
> location tiddlers that can be linked to or looked up from the task tiddler.
>
> Basically I think we need to chose which field to use as the title and 
> which other fields to import or include in the text.
>
> With a little careful design it should be simple to provide the tools to 
> do this, and open a great deal of power, especially if we can also generate 
> the xml for tiddlers for export. It need not be interactive. For example if 
> I could say something like this
> xmllist sourcetiddler items=task title=title text=note fieldfilter="[all[]] 
> -[prefix[time]]"
> from sourcetiddler extract  items using their title field as the 
> tiddler title, place note into text, and make a field with its value for 
> all others defined by fieldfilter.
>
> Perhaps the ability to map an incoming "filedname"'s to another fiels name 
> would also be important eg parent=master would take the content of 
> parent name and put it in the field master.
>
> *Has anyone looked into this or seen any activity on it?*
>
> Regards
> Tony
>
>
> 
>  
> 106960-33.900589151.196457Alexandria
>  
> park
> 
>
>
> 
> 
>  324412672
>  1368964800
>  1399682850
>  7
>  0
>  0
>  Coaxial cable to test voxson
>  
>  3154339
>  0
>  0
>  23515
>  0
>  0
>  0
>  0
>  0
>  0
>  0
>  0
>  
>  0
>  0
>  0
>  0
>  0
>  0
>  Tv to voxson after fix voxson 
> Only front right working with any speaker
> Front left worked momentarily.
> 
> 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2479a392-657a-4dd1-a527-fb37013b4307%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-12-01 Thread Stefan Pfister
Ok, I'm using linux and android. On linux no problem, simply using
tiddlydesktop to save my tw-file in the nextcloud in combination with the
linux desktop client of nextcloud. On android I'm out if luck. No success
with saving. Therefore the idea to save with webdav in the nextcloud. How
can this be achieved. I didn't found any hint in the tw documentation. Only
the sentence that it should work nothing else.

Greetings
Stefan

Am Sa., 1. Dez. 2018, 23:54 hat TonyM 
geschrieben:

> Syephan,
>
> It is possible to use WebDAV on windows, I have done it. I dont know about
> your situation.
>
> 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 post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/78a62c80-0cbf-481d-bf6f-3913f8c38741%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAM57EO3dC%2Bu%3DmjmxedZ2wTm%2BaBYOAxyjAANqAHj3nsAaXcEvRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] XML in TiddlyWiki

2018-12-01 Thread TonyM
Folks,

I have used toodledo.com and other online tools which export their contents 
as xml.

You may be aware that xml uses a simple system for representing data eg 
0 and it can be nested (see tasks/task below)

It seems to me it should be easy to take any given xml and use a method to 
parse it into tiddlers and their fields. If a field name needs to be 
changed a search and replace should "fix the data"

See also the locations, whose id is stored in the tasks. We should be able 
parse these (in a separate process if necessary)  such that we have 
location tiddlers that can be linked to or looked up from the task tiddler.

Basically I think we need to chose which field to use as the title and 
which other fields to import or include in the text.

With a little careful design it should be simple to provide the tools to do 
this, and open a great deal of power, especially if we can also generate 
the xml for tiddlers for export. It need not be interactive. For example if 
I could say something like this
xmllist sourcetiddler items=task title=title text=note fieldfilter="[all[]] 
-[prefix[time]]"
from sourcetiddler extract  items using their title field as the 
tiddler title, place note into text, and make a field with its value for 
all others defined by fieldfilter.

*Has anyone looked into this or seen any activity on it?*

Regards
Tony



 
106960-33.900589151.196457Alexandria
 
park





 324412672
 1368964800
 1399682850
 7
 0
 0
 Coaxial cable to test voxson
 
 3154339
 0
 0
 23515
 0
 0
 0
 0
 0
 0
 0
 0
 
 0
 0
 0
 0
 0
 0
 Tv to voxson after fix voxson 
Only front right working with any speaker
Front left worked momentarily.




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a4a5f977-e5e1-4178-8bba-79e517ee2348%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: local video with thumbnail macro

2018-12-01 Thread stefan infp
Thank you for the amazing help! I tried the video macro and it worked 
excellent. This way I can use TiddlyWiki as the ideal tool to manage all my 
data without embedding local files in the TW single file. Thanks very much!

On Sunday, December 2, 2018 at 12:08:50 AM UTC+2, Greg Davis wrote:
>
> Hi Stefan
> Not sure what problem you had with the post you linked. I put together a 
> collection of examples of macros for various media at: 
> http://av-macros.tiddlyspot.com/
>
> HTML5 video supports including a poster so you could use the example *Video 
> and Cover Poster in Local Folder* as a start. You can drag the link to 
> the macro there to your TiddlyWiki (its actaul name is 
> $:/_macro/gd/videolocal)
>
> the macro command is < "origin">>
>
>
>- it is based on a 16 by 9 ratio video, you could change the height 
>and width in the macro itself
>- folder - assumes a relative path from the location of your 
>TiddlyWiki, if not in the same folder a slash / must be added to the end
>- filename - video filename without the extension
>- poster -  must be in the same location as the video, it must include 
>the file extension
>- title - title to display beneath the video (optional)
>- origin - source url or short note (optional)
>
> You could modify to suit your use case.
>
> Hope that helps,
> Greg
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/34ce0d91-c7bc-4389-a948-c82bd06d6d7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread TonyM
Bimlas,

Some English support Choosed is not a word, Use Chose for having made a 
choice in the past. It is one of the cases where adding "ed" does not work, 
because choose is either present or future tense already, so saying "to 
choose now or in the future and adding in the past with ed" just does not 
work. I empathise with the complexity of learning English, although it is 
my mother tongue.

On the fields pill yes, that is almost what I am saying but perhaps so we 
can also edit them. 

I suggest you not spend too much time on this, it will eventually pay off, 
but there are some complicating issues. In a solution of my own not (yet) 
published, called edit fields, I have a method of editing fields on the 
current tiddler, but in this case I use another field on each tiddler to 
show which fields and in what order to list in this edit mode. It also 
draws on a definition tiddler to identify how to display/edit particular 
fields like icon, colour or text.

If you want to pursue this, I suggest together we do a little design work 
first, Identify the goal and how best to achieve it.

Regards
Tony



On Sunday, December 2, 2018 at 10:03:08 AM UTC+11, bimlas wrote:
>
> It seems that these "tag-pills" are virtually the same as a 
> "semi-collapsed" TiddlerInfo: It might be better to modify TiddlerInfo to 
> show only the tabs list by default, but this should be always visible.
>
>
> [image: vivaldi_2018-12-02_00-01-34.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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f87df2e6-1219-4564-9c0a-8db68141f989%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread bimlas


It seems that these "tag-pills" are virtually the same as a 
"semi-collapsed" TiddlerInfo: It might be better to modify TiddlerInfo to 
show only the tabs list by default, but this should be always visible.


[image: vivaldi_2018-12-02_00-01-34.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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ed99d8a8-b80c-4ac7-b684-e7082ac600b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-12-01 Thread TonyM
Syephan,

It is possible to use WebDAV on windows, I have done it. I dont know about your 
situation.

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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/78a62c80-0cbf-481d-bf6f-3913f8c38741%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread bimlas
@TonyM: To avoid misunderstandings: this is what you like to achieve?


[image: vivaldi_2018-12-01_23-37-32.png]

If yes, then see the modified version of the tiddlers in the attachment. 
Basically, it's just a transclusion of the Fields tab of TiddlerInfo. If 
you want to change the fields, 2click2edit 
 makes it easy to switch to 
edit mode, where you can edit the fields.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ebfd261d-c7dc-458b-b29a-5b5903cb922d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


informational-tag-pills-with-fields.json
Description: application/json


[tw5] Re: local video with thumbnail macro

2018-12-01 Thread Greg Davis
Hi Stefan
Not sure what problem you had with the post you linked. I put together a 
collection of examples of macros for various media at: 
http://av-macros.tiddlyspot.com/

HTML5 video supports including a poster so you could use the example *Video 
and Cover Poster in Local Folder* as a start.

the macro command is <>


   - it is based on a 16 by 9 ration video, you could change the height and 
   width in the macro itself
   - folder - assumes a relative path from the location of your TiddlyWiki, 
   if not in the same folder a slash / must be added to the end
   - filename - video filename without the extension
   - poster -  must be in the same location as the video, it must include 
   the file extension
   - title - title to display beneath the video (optional)
   - origin - source url or short note (optional)

You could modify to suit your use case.

Hope that helps,
Greg

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b40f8760-d372-47e7-a668-0d2e09011830%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread bimlas
@kash: I think `$:/tags/ViewTemplate` is what you looking for; for example 
my solution is using this tag with 
`list-after: $:/core/ui/ViewTemplate/tags` 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e0baf8c1-93fd-4be2-83b2-75a72d1e8b6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: ANN: Full Text Search 1.1.0

2018-12-01 Thread Eskha
Thank you Rob!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b3bd4fd8-ddf0-4957-9b77-b5bce47fdc5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Dynaview and header behavior: Hide on scrolldown Show on scroll up.

2018-12-01 Thread Jan

Hi Simon,
thanks for the detailed instructions... but I am not sure wheter I 
executed them correctly here http://szenio.de/dyna/test3.html .


After your explanation, I ask myself whether dynaview is the best way to 
achieve my goal 1. ( The Menubar appearing on scrollup.) . Does the 
Swipe macro still catch all actions on the y-axis if applied to the 
storyriver so that you could not scroll anymore when it is active or 
could you do both things at the same time scrolling and swiping down the 
controls?


For the goal 3 hiding the Tiddlercontols (and the editToolbar) is much 
more important in the editmode on the mobile. I think I will do may next 
run on that.


Tschö
Jan


Am 01.12.2018 um 09:35 schrieb BurningTreeC:



But I want more:
1)The Header now only appears when you have scrolled to the top of
the storylist. I would like to make it appear even when I scroll
up a little at the bottom of the storylist.


For this you'll have to experiment a bit. I think it's doable but I 
don't have a solution for you. The mechanism works through detecting 
when a div with the class "tc-dynaview-set-tiddler-when-visible" 
scrolls into view or out of view. It sets the tiddler(s) defined with 
the data-tags "data-dynaview-set-tiddler" and 
"data-dynaview-unset-tiddler" to the values in 
"data-dynaview-set-value" / "data-dynaview-unset-value". 
"data-dynaview-has-triggered" should be "true" when the div is visible 
and "false" if the div is out of view in order for the mechanism to 
set it again to "true" when it comes back into view.


to 3):

remove the div from the tiddler with $:/tags/PageTemplate I posted 
above and put it on top of the header-title and header-controls 
tiddlers so that they look like this:


|
\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end





<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]"variable="listItem"><$reveal 
type="nomatch"state=<>text="hide"><$set 
name="tv-config-toolbar-class"filter="[] 
[encodeuricomponent[]addprefix[tc-btn-]]"><$transclude 
tiddler=<>/>


<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor"value={{!!color}}>
>>
<$transclude tiddler={{!!icon}}/>


<$list filter="[all[current]removeprefix[$:/]]">

$:/<$text 
text=<>/>



<$list filter="[all[current]!prefix[$:/]]">

<$view field="title"/>






<$reveal type="nomatch" text="" default="" state=<> 
class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">


<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] 
[[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude 
tiddler=<> mode="block"/>





|

note I've also added z-index: 500 ... add the div also for the 
header-controls tiddler and remove the tags $:/tags/ViewTemplate and 
$:/tags/EditTemplate from both 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 post to this group, send email to tiddlywiki@googlegroups.com 
.

Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b0729c1-01e8-47c7-bdd2-85760fb948ba%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5C02F7A4.4050604%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Transclude a variable number of filters

2018-12-01 Thread h0p3
TonyM and Jed, thank you for your help! 

You have given us several approaches and ideas to think about. We are 
indebted to you. 

We're working on it. It may be a while (this is no small task for us). If 
we run into more trouble, we'll let you know. 

It was https://ooktech.com/jed/ExampleWikis/FilterLogicExamples/ and my 
heavy use of Tiddlytool that caused me to think this GUI would be useful in 
my context. I am curious to know what you will be updating in 5.1.18.


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f822f985-be7c-4f16-899e-3f21b2307127%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 as a website

2018-12-01 Thread 'Mark S.' via TiddlyWiki
Your address at tid.li gets trimmed in GG into an unreachable URL (403)


-- Mark

On Saturday, December 1, 2018 at 7:59:44 AM UTC-8, Thomas Elmiger wrote:
>
> Same here, several wikis online on tid.li/tw5/... as you might have 
> noticed :)
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/770698b9-c6ef-4afe-bfbe-2373c3842690%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 as a website

2018-12-01 Thread Thomas Elmiger
Same here, several wikis online on tid.li/tw5/... as you might have noticed 
:)

I tested here: https://developers.google.com/speed/pagespeed/insights/ – 
and none of my pages gets good ratings. So ...

index.html file size
>
Try to minimize. Also minimize what is loaded on startup: Tiddlers, lists 
in sidebar, images. Everything that makes browser rendering take more time 
should be reduced.

Pictures - optimal file size 
>
JPG compression is way more efficient for most photographic images than 
anything else (its lossy, quality is reduced by compression algorithms, so 
you have to check what suits your needs). Maybe use https://tinyjpg.com/
Details: 
https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization

I combined an SVG image for the screens on 
https://tid.li/tw5/test/bricks.html and integrated jpg Screenshots via a 
macro to bring file size down ... that’s extreme, but TW is ideal for stuff 
like 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4052d5ce-a03f-4a42-b278-44ef747b0582%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] New Plugin and Bundle: Wikitext Markup Reference WMR

2018-12-01 Thread Thomas Elmiger
Hi Josiah,

Thanks for your comments! 

1) is fixed. 

2) at the moment, printing to a PDF produces 24 pages – I woudn’t know how 
to bring that down to two pages.

Buonaserata,
Thomas

Am Samstag, 1. Dezember 2018 14:52:26 UTC+1 schrieb @TiddlyTweeter:
>
> Ciao Thomas. Looking good and useful. It adds a bit to Tobias docs too.
>
> Comments ...
>
> 1 - Parts of the https: page are insecure. Likely not important but note 
> FF does indicate bits are insecure.
>
> 2 - One thing that might be interesting is a "print version"? A compact 
> double sided A4 Layout? As a crib sheet its very useful. Having a compact 
> printable version could be good?
>
> Just thoughts,
> 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/481bf361-c4fe-4afd-a3ba-a8abab4674ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: ANN: Full Text Search 1.1.0

2018-12-01 Thread Rob Hoelz
Hi Eshka,

That's a great suggestion; it's definitely something I've considered 
adding!  I don't think it should be *too* hard to add - I'll set it up for 
the next release!

-Rob

On Thursday, November 29, 2018 at 5:29:08 AM UTC-6, Eskha wrote:
>
> Hello Rob,
>
>
> Thank you for this usefull plugin.
>
> Would it be possible that you add lunr multi-langage support to your 
> plugin or explain how I could add
> lunr-stemmer and language files to your plugin ?
> (https://lunrjs.com/guides/language_support.html)
>
> Best regards,
>
> Eskha
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0132bf8d-cd9d-4f7b-aa7b-99e617f12575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 as a website

2018-12-01 Thread @TiddlyTweeter
Regarding controlling the set of things to include in the public version 
(Tiddlers, plugins etc) one route would be to use PMario's "Bundler" plugin 
to create a set of "all but only" the items you need. Save that. Import it 
to an "empty" TW.

Another way would be to use Jed's BOB which can generate custom standalone 
TW. This would be appropriate if you frequently update the public wiki. But 
it takes a little while to learn it.

HTH
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83cecbee-aefb-4474-95f3-e6754b2a824c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 as a website

2018-12-01 Thread @TiddlyTweeter
Regarding "Read-Only". Its a bit of a misnomer. Its actually "Hide-Access" 
in your case. Basically don't put anything in the wiki that is private or 
needs security. Someone familiar with TW can easily make it "Give-Access".

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f0ab8d73-6c02-49c4-804b-fcabc534545c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 as a website

2018-12-01 Thread @TiddlyTweeter
Regarding external file image sizing. It depends on the final intent. IF 
the purpose is to allow end-users print at scale then the added colour 
depth (no of colours) and resolution (higher dpi than screen) are helpful 
as good printers and image software can do well with that added info. 

However if all you what you want is a nice-looking on-screen image scale to 
the maximal resolution of display device. And reduce colour palette to 
thousands not zillions. Colour on computer screens is basically, unless you 
are using specialist monitors, a fairly finite set. Still you will need 
experiment a bit with the actual images to see what works best.

PNG is good if you need transparency. Its also slightly better on 
compression. However, few users would ever really notice the difference 
from JPG. 

HTH
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3e1beed7-0a82-4449-8220-d0cc2728a1d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] KaTeX update

2018-12-01 Thread Mohammad
Hello Jeremy,
 This wonderful! The Chemical formula is a great addition!

Thank you BTC!

Cheers
Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/afdab084-bf93-42a2-b29f-c3192a25b7cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] KaTeX update

2018-12-01 Thread Jeremy Ruston
Thanks to @BurningTreeC, not only do we have an update to KaTeX v0.10.0 for TW5 
v5.1.18, but we’ve also added an extension to handle chemical formulas. You can 
try out the prerelease here:

https://tiddlywiki.com/prerelease/plugins/tiddlywiki/katex/index.html

Best wishes

Jeremy

> On 1 Dec 2018, at 03:24, Mohammad  wrote:
> 
> KaTeX is a very useful and popular plugin among people uses TW for scientific 
> applications!
> 
> It would be great to update this plugin in 5.1.18.
> 
> Cheers
> Mohammad 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/aae3226a-e6d3-4342-a405-61354db94fee%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CF0F4743-2E40-4EF9-B563-84103572A8B9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] New Plugin and Bundle: Wikitext Markup Reference WMR

2018-12-01 Thread @TiddlyTweeter
Ciao Thomas. Looking good and useful. It adds a bit to Tobias docs too.

Comments ...

1 - Parts of the https: page are insecure. Likely not important but note FF 
does indicate bits are insecure.

2 - One thing that might be interesting is a "print version"? A compact 
double sided A4 Layout? As a crib sheet its very useful. Having a compact 
printable version could be good?

Just thoughts,
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8a01415e-350e-4f1d-b025-7de10f5e8922%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TW5 as a website

2018-12-01 Thread JWHoneycutt
Setup:

I have a hosted domain name and used FileZilla to FTP a TW5.html file 
(renamed to index.html) onto the host and it is visible online.
index.html file size - ignore or try to minimize?

An empty TW5.html file (ver 5.1.17) is 2.1 MB - without any content or 
plugins. Is there a way to remove much of this file and keep the 
functionality? In other words, can the "core" be dissected to save on file 
size, and is it worth it?
Pictures - optimal file size and place to park them?

I have photos for web content. I believe it is advantageous to keep them in 
a separate subdirectory where the index file is located, and use a relative 
path to access them:<> Most of my 
photos are several megabytes. What is the best file size for website 
presentation as filetype JPG or PNG?
Creating the website

I have been using TW5 for personal data and for work. To use a TW5 as a 
website, I would like an easy way to "convert" the file I am building into 
one ready to publish.
Removing the tools and plugins I used - how?

Maybe I can create a customized plugin (using Tinka?) that removes the 
stuff I use to create, but is not needed in the published version (Context 
search, Side editor, Keyboard snippets, CodeMirror <#CodeMirror>, etc)
ReadOnly

I can restrict the ability to edit tiddlers by using Ton Gerner's (
http://tongerner.tiddlyspot.com/#Plugins) ReadOnly, but it does not prevent 
a savvy user from being able to dig into the mechanics of it. Should I 
worry about it?
Sign-in

I want website visitors to be able to register - thereby unlocking 
additional tiddlers with customized content. How do you do that? Maybe the 
solution shares aspects of commenting.
Commenting

I would like website visitors to be able to comment on tiddlers. The 
comments are not visible to other visitors unless I chose to incorporate 
them into the published site.
Revenue generating

Does somebody have a reference for taking income? For example, taking 
payment for rental, or prepaying for services?


All thoughts welcomed

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/63497a7c-97fa-4bf9-843b-e4f82c5a59cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [test] Will Google Groups accept this?

2018-12-01 Thread @TiddlyTweeter
Ciao Tony

I think it simply means that those posts (starting a thread) of mine do not 
get relayed to mailing list members. In other words, I can start a thread 
on the web group but google rejects what should be automatically 
distributed via email (GG email, not mine personally). The settings I have 
have not been changed. So it looks like an obscure issue.

Its a bit of a puzzle.
J.

On Saturday, 1 December 2018 00:40:20 UTC+1, TonyM wrote:
>
> And as displayed it is set to "No Email: Web Only Participation", I know 
> this sounds like you just don't get sent emails, but I think that may be 
> the cause. Get it Set it to abridged Email.
>
> I believe GG can be used for forums without email, ie not an email list. 
>
> I do not normally respond by email myself, and always come to the forum. I 
> will try an email post and and you can look at my membership settings if it 
> works for me.
>
> Regards
> Tony
>
>
> On Saturday, December 1, 2018 at 9:47:50 AM UTC+11, @TiddlyTweeter wrote:
>>
>> Anything that will solve it would be great ...
>>
>> As far as Jermolene and I know I'm kosher on the admin side ...
>>
>> [image: Capture.PNG]
>>
>> Josiah
>>
>> On Friday, 30 November 2018 23:14:06 UTC+1, TonyM wrote:
>>
>>> The gg group admin can allow/disallow posting or emailing on a per user 
>>> basis.
>>>
>>> If the result is different to the member settings toggling these 
>>> settings may fix it.
>>>
>>> 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f4fca255-10c6-41af-826b-31a7cd433ece%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] local video with thumbnail macro

2018-12-01 Thread stefan infp
Hi, I would like to use local videos in TiddlyWiki with thumbnail images.
I use Windows 10 and Firefox 63. The video files are mp4.
I found some info in the link below:
https://groups.google.com/forum/#!topic/tiddlywiki/TL8N40F0DVQ
but It did not work for me.
I would like to use a macro to link to a local video and display a 
thumbnail image of that video, like the image thumbnail macro works:

\define imageit(image:"image.jpg")

\end

<>
which actually works perfectly.

I would appreciate the answer.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2f3bc5b4-d4fc-4d55-9f55-8af907e60ac3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-12-01 Thread Stefan Pfister
Alright I can install seafile on my raspi. It supports webdav. I'm running 
Debian Stretch with nextcloud. It supports webdav too. If there is a way to 
save a one—file—tiddlywiki with the build in save mechanism via webdav, this 
would really be a great feature. After reading all the posts in this thread. It 
seems to me that this funktionality does not work  or does not even exist. Am I 
wrong?

Greeting
Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/00b70bb0-8027-43fd-94d8-5ba42d17a88b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Dynaview and header behavior: Hide on scrolldown Show on scroll up.

2018-12-01 Thread BurningTreeC


>
> But I want more: 
> 1)The Header now only appears when you have scrolled to the top of the 
> storylist. I would like to make it appear even when I scroll up a little at 
> the bottom of the storylist.
>

For this you'll have to experiment a bit. I think it's doable but I don't 
have a solution for you. The mechanism works through detecting when a div 
with the class "tc-dynaview-set-tiddler-when-visible" scrolls into view or 
out of view. It sets the tiddler(s) defined with the data-tags 
"data-dynaview-set-tiddler" and "data-dynaview-unset-tiddler" to the values 
in "data-dynaview-set-value" / "data-dynaview-unset-value". 
"data-dynaview-has-triggered" should be "true" when the div is visible and 
"false" if the div is out of view in order for the mechanism to set it 
again to "true" when it comes back into view.

to 3):

remove the div from the tiddler with $:/tags/PageTemplate I posted above 
and put it on top of the header-title and header-controls tiddlers so that 
they look like this:

\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end




<$list filter=
"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable=
"listItem"><$reveal type="nomatch" state=<> text="hide"><$set 
name="tv-config-toolbar-class" filter="[] 
[encodeuricomponent[]addprefix[tc-btn-]]"><$transclude tiddler=<<
listItem>>/>

<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
>>
<$transclude tiddler={{!!icon}}/>


<$list filter="[all[current]removeprefix[$:/]]">

$:/<$text text=<>/>


<$list filter="[all[current]!prefix[$:/]]">

<$view field="title"/>






<$reveal type="nomatch" text="" default="" state=<> 
class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">

<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] 
[[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude 
tiddler=<> mode="block"/>





note I've also added z-index: 500 ... add the div also for the 
header-controls tiddler and remove the tags $:/tags/ViewTemplate and 
$:/tags/EditTemplate from both 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b0729c1-01e8-47c7-bdd2-85760fb948ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.