[tw5] Google cloud platform VM?

2019-01-25 Thread Jen P
So I went looking at VPS options tonight and had it narrowed down to 
Linode, Digital Ocean, or Google Cloud.  The first two are $5 a month for 
the base tier, and it looks like google would be free for a year then 
around $5 after that if I'm reading it right (and if nothing needs to be 
increased, it falls under the "free forever" offer?).  I figured if it's 
free I may as well test things to see if I could figure it out, and lo and 
behold, I have a nodejs version of TiddlyWiki spun up with google.  Surely 
I did something wrong because...it's working.  It can't have been that 
easy, there has to be a catch...

Is there something I don't know?  Some "gotcha" that I missed?  Is it truly 
free forever if I never need anything beyond the basics?  (It's the "Google 
Compute Engine" option on https://cloud.google.com/free/)  

-- 
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/246ce757-7510-4b50-91c3-d8f1872eccbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can we build RESTful-like HTTP APIs using Tiddlers? Yes! 

2019-01-25 Thread TonyM
See also Read-only single tiddler view  

A Git Hub Issue

On Saturday, January 26, 2019 at 1:09:00 PM UTC+11, TonyM wrote:
>
> Abraham,
>
> Related but not directly to API's is this path I have requested support 
> for, and may suggest an avenue for pseudo API's
>
> That is: *do not have them in tiddlywiki but allow tiddlywiki to make use 
> of them.*
>
> Help from Web Developer - iframe interaction 
> 
>
> Regards
> Tony
>
> On Saturday, January 26, 2019 at 5:29:37 AM UTC+11, Abraham Samma wrote:
>>
>> Thanks Tony. Yes docs will be coming along shortly.
>>
>> On Friday, January 25, 2019 at 4:59:32 AM UTC+3, TonyM wrote:
>>>
>>> Abraham,
>>>
>>> Exciting stuff, I thought such approaches were open to us but could not 
>>> articulate it. I understand your suggestion enough to be very excited, but 
>>> also know insufficient to implement it once available without a bit more 
>>> background. Please try and fill out the documentation for a less 
>>> experienced developer but TiddlyWiki supper user. If nothing else please 
>>> make reference the the technologies and methods one needs to know to 
>>> implement this. 
>>>
>>> Regards
>>> Tony
>>>
>>> On Friday, January 25, 2019 at 10:44:46 AM UTC+11, Abraham Samma wrote:

 Hello all ,

 While solving the problem of making wikis hosted at Maarfapad 
  public, I hit upon the idea of designing 
 working HTTP APIs (that do not simply store tiddlers, but allow you to 
 create any kind of X as a service you can imagine) *using nothing but 
 tiddlers*. We could call there tiddlers *design tiddlers  *for your 
 API.

 I'd like your inputs. I'll be releasing the first working version of 
 this project based on your comments.

 Read about it here: 
 https://abesamma.github.io/maarfapad-blog/index.html

 Thanks 

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/1e96184f-17bd-47ac-8395-c2209a82147a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Main problem of TiddlyWiki site - is bad Google indexation.

2019-01-25 Thread TonyM
Folks,

Without trawling through the thread again. I was wondering if the following 
feature of a Served TiddlyWiki would overcome the SEO issue 

see 
https://tiddlywiki.com/#Using%20the%20read-only%20single%20tiddler%20view 
copied below

The thing is if key read-only single tiddler views was added to the site 
index would they not be trawled by the search engines?

Regards
Tony

*TiddlyWiki 's experimental single 
tiddler per page, read-only view uses a simplified page layout, and 
implements links between tiddlers, but there are no other interactive 
features. Compared to a full TiddlyWiki 
 user interface, it is very lightweight 
and usable even over very slow connections.*

*Alongside serving the full interactive wiki at the path / (e.g. 
http://127.0.0.1:8080/ ), TiddlyWiki 
 serves each tiddler at the path 
/. For example:*

   - *http://127.0.0.1:8080/HelloThere* 
   - *http://127.0.0.1:8080/Philosophy%20of%20Tiddlers* 
   

*Ordinary, non-system tiddlers are rendered through a special view template 
while system tiddlers are rendered through a template that returns the raw 
text of the rendered output. In this way ordinary tiddlers can be browsed 
by end users while system tiddlers can be included in their raw form to use 
them as JS, HTML or CSS templates. Additionally these defaults can be 
overwritten on a per tiddler basis by specifying the _render_type and 
_render_template fields accordingly.*



On Sunday, December 30, 2018 at 5:26:47 PM UTC+11, Siniy-Kit wrote:
>
> For example open Google and write "This plugin adds the ability to 
> display mathematical notation written in LaTeX."  
>
> I see tiddlywiki.com only on 7 position (not too good) in my national 
> search it  is on first position.  if we click this position we will see 
> this https://tiddlywiki.com/static/KaTeX%2520Plugin.html  very nice 
> static page with 2 links. First link to tiddlywiki.com and second link to 
> 404 "file not find"  
>
> TiddlyWiki is great, but "static" mechanism is very old. 
> First of all this page https://tiddlywiki.com/static/KaTeX%2520Plugin.html 
> must have right menu.
> And the  second -  all links in "static" pages must look like  https://tiddlywiki.com/static/KaTeX%2520Plugin.html; onclick=
> "window.open('https://tiddlywiki.com/#KaTeX%20Plugin')"">KaTeX Plugin 
>
>
> Google will index this link in a proper way, and people will see main 
> tiddlywiki.com after click on any link.
>

-- 
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/f6f93c42-b94e-479c-a520-caec0db9bab3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can we build RESTful-like HTTP APIs using Tiddlers? Yes! 

2019-01-25 Thread TonyM
Abraham,

Related but not directly to API's is this path I have requested support 
for, and may suggest an avenue for pseudo API's

That is: *do not have them in tiddlywiki but allow tiddlywiki to make use 
of them.*

Help from Web Developer - iframe interaction 


Regards
Tony

On Saturday, January 26, 2019 at 5:29:37 AM UTC+11, Abraham Samma wrote:
>
> Thanks Tony. Yes docs will be coming along shortly.
>
> On Friday, January 25, 2019 at 4:59:32 AM UTC+3, TonyM wrote:
>>
>> Abraham,
>>
>> Exciting stuff, I thought such approaches were open to us but could not 
>> articulate it. I understand your suggestion enough to be very excited, but 
>> also know insufficient to implement it once available without a bit more 
>> background. Please try and fill out the documentation for a less 
>> experienced developer but TiddlyWiki supper user. If nothing else please 
>> make reference the the technologies and methods one needs to know to 
>> implement this. 
>>
>> Regards
>> Tony
>>
>> On Friday, January 25, 2019 at 10:44:46 AM UTC+11, Abraham Samma wrote:
>>>
>>> Hello all ,
>>>
>>> While solving the problem of making wikis hosted at Maarfapad 
>>>  public, I hit upon the idea of designing working 
>>> HTTP APIs (that do not simply store tiddlers, but allow you to create any 
>>> kind of X as a service you can imagine) *using nothing but tiddlers*. 
>>> We could call there tiddlers *design tiddlers  *for your API.
>>>
>>> I'd like your inputs. I'll be releasing the first working version of 
>>> this project based on your comments.
>>>
>>> Read about it here: https://abesamma.github.io/maarfapad-blog/index.html
>>>
>>> Thanks 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/f120461e-c98d-4dd8-86e3-22fc56ba38de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tabs on Tiddlers?

2019-01-25 Thread TonyM
Damon,

The tabs can have a template specified and in this template you include the 
code that would other wise be included in the view template if you want it 
to appear in the tab. you can use the <> variable to get the 
tabs tiddler name in the template. By looking at the items tagged 
$:/tags/ViewTemplate 
with the comments plugin you will see 
$:/plugins/tiddlywiki/*comments*/footer-view-template-segment 
is in the view template.

In the tab template, Setting the Current tiddler to currentTab using 
<$tiddler tiddler=<> >
{{||$:/plugins/tiddlywiki/comments/footer-view-template-segment}}


*Code not tested but expected to work*

Here is a tab template of my own, it has not being generalised but it will 
give some idea to some available tricks such as view and edit inline and 
comments inside tabs. You will need alternatives to the $:/PSaT tiddlers 
included.

<$tiddler tiddler=<>>
<$set name=state-tiddler value=<> >


{{||$:/PSaT/show-subTiddler-tabs/button/view-edit-tab-toggle}}
<>


{{||$:/core/ui/Buttons/edit}} {{||$:/core/ui/Buttons/open-window}}
<$button tooltip="Actions outside the current tab" 
class="tc-btn-invisible">{{$:/core/images/info-button}}

{{!!domain}}: //{{!!description}}//
 {{!!tab-title}}

<$reveal type="nomatch" state=<> text="yes">
<>
Allow edit-fields-list here in view mode (comes with toggle)

<$reveal type="match" state=<> text="yes">
{{||$:/PSaT/show-subTiddler-tabs/button/view-edit-tab-toggle}}
<$transclude tiddler="$:/core/ui/EditTemplate/body/editor"/>
Allow edit fields here in edit mode  (needs toggle)


{{||$:/plugins/tiddlywiki/comments/footer-view-template-segment}}




Regards
Tony



On Saturday, January 26, 2019 at 10:52:06 AM UTC+11, Damon Pritchett wrote:
>
> One of the limitations I've noticed with tabs today is that the tiddler 
> content within the tab does not show the comments from the new comments 
> plugin and it does not show content being added via the ViewTemplate (I 
> append some content to all tiddlers matching a certain tag this way. Is 
> there anyway to remedy this?
>
> Thanks as always,
>
> Damon
>
>
> On Sunday, October 14, 2018 at 3:49:13 PM UTC-7, TonyM wrote:
>>
>> Folks,
>>
>> I believe the current tabs macro is limited in some important ways such 
>> as forcing the content to additional tiddlers when we usually want to 
>> ensure the tabs remain associated with the original tab "forever" but it 
>> would also be nice to perhaps have the content of macros or transclusions 
>> make up tab content sometimes. Default or templated tab content would also 
>> be great. I plan to make and publish some solutions to this in the future. 
>> Some hint as to how I am thinking can be found in my MyMenus plugin 
>> http://tiddlywiki.psat.com.au/mymenus/ that uses fields to define the 
>> Menus and their order, as eventually we can use this approach to define 
>> define the Tabs and their order.
>>
>> Regards
>> Tony
>>
>> On Monday, October 15, 2018 at 1:02:42 AM UTC+11, Mat wrote:
>>>
>>>
>>> Yeah I needed the tabs in the actual page instead of on the side where 
 the other tabs are.

>>>
>>> so no misunderstanding; "on the actual page" is known as "the tiddler 
>>> river". This is just a listing of tiddlers. But also the sidebar with its 
>>> tabs is actually a tiddler that contains a tabs macro. (In the next update 
>>> of TW, the sidebar will be easy to edit)
>>>  
>>>
>>> <>>> "SampleTabOne" "$:/state/tab1">>


>>> Each of those are separate tiddlers, so if you have another(!) tiddler 
>>> titled SampleTabOne then the content of that tid will show in the tab.
>>>
>>> I made http://tablinks.tiddlyspot.com/ to simplify editing tabs. It 
>>> works well in chrome. I think pmario made another version of it.
>>>
>>> <:-)
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/62a00df4-4020-42f5-8a12-31d3fc6fd4ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Cookie-banner

2019-01-25 Thread TonyM
Max,

I think this may be what you are after.

https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FRawMarkup

Create a tiddler containing what you want included and tag it 
$:/tags/RawMarkup

Then save and reload

Regards
Tony

On Saturday, January 26, 2019 at 1:05:37 AM UTC+11, sbgkr wrote:
>
> Hello!
> is ist possible to ad a banner like this to my tiddlywiki? When i try like 
> described on https://cookieconsent.insites.com/download/# it does not 
> work.
> Thanx
> Max Kraml
>
> 
>  /> 
>  
>  window.addEventListener("load", function(){ 
> window.cookieconsent.initialise({ "palette": { "popup": { "background": 
> "#237afc" }, "button": { "background": "#fff", "text": "#237afc" } }, 
> "theme": "classic", "position": "bottom-right", "content": { "message": 
> "Wir verwenden Kekse zur besseren Nutzbarkeit unserer Seite. Es werden von 
> uns keine personenbezogenen Daten gespeichert.", "dismiss": "Passt scho!", 
> "link": "mehr dazu..." } })}); 
> 
>

-- 
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/2c26360a-bc7a-4b46-aa46-80270d75c1e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tony's - Smart Document Initiative - Expressions of interest

2019-01-25 Thread TonyM
Additional Feature Idea

*Single Use Password*
The idea of a single use password, provided in a HTTPS: URL that allows the 
recipient of that url to open a hosted tiddlywiki for edit. Their changes 
are saved and the password is destroyed. They can no longer edit the 
document unless the owner provides a new password url. 

This would support secure "serial editing" even in a non multi-user 
environment. Good for reviewers, approvers and contributors to a document 
someone "owns".

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/c5abc818-c881-40f2-9c9f-b983ecbfd7bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tabs on Tiddlers?

2019-01-25 Thread Damon Pritchett
One of the limitations I've noticed with tabs today is that the tiddler 
content within the tab does not show the comments from the new comments 
plugin and it does not show content being added via the ViewTemplate (I 
append some content to all tiddlers matching a certain tag this way. Is 
there anyway to remedy this?

Thanks as always,

Damon


On Sunday, October 14, 2018 at 3:49:13 PM UTC-7, TonyM wrote:
>
> Folks,
>
> I believe the current tabs macro is limited in some important ways such as 
> forcing the content to additional tiddlers when we usually want to ensure 
> the tabs remain associated with the original tab "forever" but it would 
> also be nice to perhaps have the content of macros or transclusions make up 
> tab content sometimes. Default or templated tab content would also be 
> great. I plan to make and publish some solutions to this in the future. 
> Some hint as to how I am thinking can be found in my MyMenus plugin 
> http://tiddlywiki.psat.com.au/mymenus/ that uses fields to define the 
> Menus and their order, as eventually we can use this approach to define 
> define the Tabs and their order.
>
> Regards
> Tony
>
> On Monday, October 15, 2018 at 1:02:42 AM UTC+11, Mat wrote:
>>
>>
>> Yeah I needed the tabs in the actual page instead of on the side where 
>>> the other tabs are.
>>>
>>
>> so no misunderstanding; "on the actual page" is known as "the tiddler 
>> river". This is just a listing of tiddlers. But also the sidebar with its 
>> tabs is actually a tiddler that contains a tabs macro. (In the next update 
>> of TW, the sidebar will be easy to edit)
>>  
>>
>> <>> "SampleTabOne" "$:/state/tab1">>
>>>
>>>
>> Each of those are separate tiddlers, so if you have another(!) tiddler 
>> titled SampleTabOne then the content of that tid will show in the tab.
>>
>> I made http://tablinks.tiddlyspot.com/ to simplify editing tabs. It 
>> works well in chrome. I think pmario made another version of it.
>>
>> <:-)
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/2614e4d5-da7d-4a9d-8c06-cecc2d94a480%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Tony's - Smart Document Initiative - Expressions of interest

2019-01-25 Thread TonyM
Folks,

I just wanted to make public a project of my own I am developing to make 
tiddlywiki suitable for use as smart documents.

*Ideas and Suggestions welcome. Including supportive input if this sounds 
like something you would like!*

*Background*
Those experienced with TiddlyWiki5 in particular may already be using 
TiddlyWiki as smart documents. An example may be a sophisticated CV that 
permits easy updates and revisions. Since TiddlyWiki can work well as a 
self contained html file we tend to think of it as a website, or an app on 
its own but not so much as a document. It is not always so easy to send 
someone a TiddlyWiki "Document", especially the first time they have seen 
one and have them up and running.

*Smart Documents*
I am working to identify what it would take to let tiddlywiki be more 
readily used as standalone exchangeable documents and building the plugins 
and macros to support this. Some features include;

   - A Specific file extension .tw to differentiate it from other html 
   content
   - Easy to download, email and send documents
   - Automatic Version Control, release management and more
   - Check in Check out
   - Encryption
   - User management
   - Review, approval and Feedback tools
   - Establish the "Source of Truth" document
   - Smart Document Template
   - Update and change management
   - Document Information panel
   - Edit online, on the desktop, mobile or in the cloud/browser
   - Documents that can carry the "Business logic" within them.

Just think of how TiddlyWiki can be superior to a Word Document then 
consider the features MS word has, from Macros, to Mail merge, to custom 
fields and more yet TiddlyWiki is capable of all these things and much more 
even without a bloated software package installed. If necessary such 
features could be brought in to achieve an outcome then removed once done 
to keep the document smaller in size, or similarly export the content 
separately from the design of the content.

*My Relevant background*
Having worked professionally with Information and Knowledge management and 
multiple document management systems I see great potential here in part 
because TiddlyWiki Smart documents can take the document management system 
with them, in each and every independent document. What if for example by 
simply creating a document and providing some basic details it told you 
where it should be stored, thus where the latest version (source of truth) 
will be found and more organisationally sound practices.

*Advanced Features*
I have an idea called "generational templates", The idea is that the 
template content and logic can be updated and enhanced and passed on to 
future documents while using the template to generate a specific document. 
So that you can save a new enhanced template (without the current documents 
content) for your future Smart Documents, that now include money handling 
features. That is the evolution of your templates, every generation for 
which a template is used new and smarter features can be collected and made 
available to future documents without rework.

One day perhaps a back to base connection that gets the various versions of 
a document report registered documents back to base to keep track of its 
versions, forks, location and templates.

*In closing*
If handled correctly such that tiddlywiki documents are self documenting 
and I believe it is a fast route to proliferating TiddlyWiki, as well as 
introducing new users to one of its winning features, that is "its ability 
to evolve in the users hands".

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/9dd5b648-2692-4a46-adfa-e5d5c2240a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Quinoid

2019-01-25 Thread TonyM
Josiah,

Loading other files need not be a key requirement, please do not exclude it 
it because you see no value. I can see two advantages being able to open 
source text etc... select copy cut and paste into my Android wiki as a 
valuable feature.

Also I have discovered that it is already possible to enable .tw files on 
most browser platforms rather than html files allowing some 
differentiation, such as being able to specify which browser to open 
tiddlywiki files in, even if it is not the default browser. 

.tw files is an initiative I am working on for the use of TiddlyWiki as 
smart documents, rather than the less distinctive html Thus I am asking 
owners of the various tools and platforms, including mark to allow this.

If there is a reason to reduce what files can be browsed for readable txt 
files people can see readme.txt files etc that may accompany so tiddlywiki 
files.

Allowing the browsing and selection of tw files and treating them as HTML 
has absolutely no impact unless someone has a .tw file on there device so 
there is not reason not to permit this.

Finally, This smart document initiative of mine is something I am 
requesting support for as a member of the community. I would be happy to 
discuss it in its own thread, one I may start today. I assure you I am a 
long way to getting the proof of concept going, and I need very little from 
the community and I hope to give back a lot.

Regards
Tony 

On Saturday, January 26, 2019 at 8:25:40 AM UTC+11, @TiddlyTweeter wrote:
>
> Android 8.0.0.
>
> Install easy. Works & persists between sessions as advertised.
>
> Other comments ...
>
> -- I'm in two minds about it being able to load things other than html. 
> Mainly because of potential non-plussed reactions from beginners.
>
> -- I did selection through LOCAL EXPLORER. It suits my style of believing 
> in directories , even if they are a fiction.
>
> -- I had some issues on wiki layout. But that is not a Quinoid issue. But 
> is kinda in the mix practically. Later.
>
> Thank you!
>
> On Friday, 25 January 2019 16:44:13 UTC+1, Mark S. wrote:
>>
>> Installed a new apk: quinoid-190125a.apk
>>
>> https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.4alpha
>>
>> This one should allow Local Explorer to work with files that have been 
>> previously selected with LE even after restart. Or at least it worked on 
>> the emulator for Android 7.
>>
>> Thanks!
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/c9d4c445-18f4-41ca-a02d-b2f981ea18f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Quinoid

2019-01-25 Thread @TiddlyTweeter
Android 8.0.0.

Install easy. Works & persists between sessions as advertised.

Other comments ...

-- I'm in two minds about it being able to load things other than html. 
Mainly because of potential non-plussed reactions from beginners.

-- I did selection through LOCAL EXPLORER. It suits my style of believing 
in directories , even if they are a fiction.

-- I had some issues on wiki layout. But that is not a Quinoid issue. But 
is kinda in the mix practically. Later.

Thank you!

On Friday, 25 January 2019 16:44:13 UTC+1, Mark S. wrote:
>
> Installed a new apk: quinoid-190125a.apk
>
> https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.4alpha
>
> This one should allow Local Explorer to work with files that have been 
> previously selected with LE even after restart. Or at least it worked on 
> the emulator for Android 7.
>
> Thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/e0d6fbb7-ec1c-479c-a575-4057292769f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: new tiddler with actionwidget

2019-01-25 Thread TonyM
Gerald

I will see what I can do, although I guess english is not your first language. 
Do tell us your prefered language and maybe someone in the community can help.

 I will share some code and info later today.

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/2f9e7455-3e9d-4a92-906a-702b18fbdb05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Quinoid

2019-01-25 Thread Watt
quinoid-190125a.apk

Local explorer;
Works. Wikis open, save and persist.
Links out no longer open 'unlisted' wikis.
Allows selection and loading of non-tw.html file formats; e.g. txt, org, mp3 
(podcast plays in background while swiping), png, basic html (gutenberg book, 
toc worked) all of which are useful for me, please don't switch them off. They 
persist too.
Successfully opened a wiki on sdcard but read only, as expected, saves didn't 
persist. 

System explorer;
Loads a wiki from sdcard but doesn't save changes. Not a problem for me, I 
prefer the local explorer.

Thanks for your hard work!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/6ec6f52d-f9f0-4567-8e5d-9ad256cf1e31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Thanks very much, Mark!

I have tried something like this, but probably still made a mistake 
somewhere.

This is working as expected.

-- 
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/be1e8abb-9e5c-4e2c-aa74-886e1dc2dfe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can we build RESTful-like HTTP APIs using Tiddlers? Yes! 

2019-01-25 Thread Abraham Samma
Thanks Tony. Yes docs will be coming along shortly.

On Friday, January 25, 2019 at 4:59:32 AM UTC+3, TonyM wrote:
>
> Abraham,
>
> Exciting stuff, I thought such approaches were open to us but could not 
> articulate it. I understand your suggestion enough to be very excited, but 
> also know insufficient to implement it once available without a bit more 
> background. Please try and fill out the documentation for a less 
> experienced developer but TiddlyWiki supper user. If nothing else please 
> make reference the the technologies and methods one needs to know to 
> implement this. 
>
> Regards
> Tony
>
> On Friday, January 25, 2019 at 10:44:46 AM UTC+11, Abraham Samma wrote:
>>
>> Hello all ,
>>
>> While solving the problem of making wikis hosted at Maarfapad 
>>  public, I hit upon the idea of designing working 
>> HTTP APIs (that do not simply store tiddlers, but allow you to create any 
>> kind of X as a service you can imagine) *using nothing but tiddlers*. We 
>> could call there tiddlers *design tiddlers  *for your API.
>>
>> I'd like your inputs. I'll be releasing the first working version of this 
>> project based on your comments.
>>
>> Read about it here: https://abesamma.github.io/maarfapad-blog/index.html
>>
>> Thanks 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/c46c3369-dd70-4007-b446-0e89345b7b54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: CSS for Expandable Table of Contents

2019-01-25 Thread Damon Pritchett
Thanks so much Tony - that's definitely the way to go. That's not second 
nature to me, but it will be from here on out. And you're right - 
definitely should not be doing things like that when I'm tired. That's how 
mistakes happen.

Damon

On Friday, January 25, 2019 at 12:05:48 AM UTC-7, TonyM wrote:
>
> Damon,
>
> I believe the best approach is to make a TOC that you can see, then use 
> your browsers developer tools > Inspect and looks for the classes named. 
> You can then use your own style-sheets or even inline styles to change. 
> Basically you use CSS.
>
> It is not a good thing to do when tired, it can be frustrating.
>
> Best of luck
>
>
> On Friday, January 25, 2019 at 4:43:51 PM UTC+11, Damon Pritchett wrote:
>>
>> Greetings,
>>
>> I'm wanting to tweak the styling of the expandable table of contents 
>> (maybe TOC in general), but I'm having trouble figuring out what elements I 
>> need to tweak. I'm looking to change the text sizes and line spacings for 
>> each level of the TOC. I've spent a bit of time looking, but can't seem to 
>> quite find what I'm looking for. Maybe it's because I'm doing this when I'm 
>> too tired..
>>
>> Damon
>>
>

-- 
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/e7f5b36b-bdd4-4347-be0b-a5f6ecfe041d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Getting started with hosted TW (store.php)

2019-01-25 Thread mitztastic
Indeed I forgot to replace that function! Thanks Jen!
Thanks for tips everyone! Solved it alot faster then I expected!


On Friday, January 25, 2019 at 12:59:08 PM UTC-5, Jen P wrote:
>
> Hm, I wonder where it's getting the call to split if you've already 
> replaced it with explode in store.php... could it be that maybe you have 2 
> copies of store.php, one with explode and one with split, and it's pointing 
> to the wrong one?
>

-- 
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/68f268d7-848a-471b-9dd9-34dd19107273%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Getting started with hosted TW (store.php)

2019-01-25 Thread Jen P
Hm, I wonder where it's getting the call to split if you've already 
replaced it with explode in store.php... could it be that maybe you have 2 
copies of store.php, one with explode and one with split, and it's pointing 
to the wrong one?

On Friday, January 25, 2019 at 9:52:25 AM UTC-8, mitzt...@gmail.com wrote:
>
> Changed the server url to "./store.php" and backups to "."
>
> Then I am greeted with this error.
>
>
>
>
> [image: php245.png]
>
>
> Here is the contents from store.php
> 243 // var definitions
> 244 $uploadDirError = false;
> 245 $backupError = false;
> 246 $optionStr = $_POST['UploadPlugin'];
> 247 $optionArr=explode(';',$optionStr);
> 248 $options = array();
> 249 $backupFilename = '';
>
> Not sure where to go from here. . .
>
>
>
> On Friday, January 25, 2019 at 12:06:27 PM UTC-5, Xavier wrote:
>
>> Hi mitztastic,
>>
>> The "Server URL" parametrer is where TW expects to find store.php. Note 
>> that it can be relative to where the wiki actually resides (like 
>> ./store.php if in the same directory).
>>
>> So, per your config, http://mitztastic.nfshost.com/test/ should serve 
>> store.php, which doesn't seem to be the case.
>>
>> Best,
>> -- Xavier Cazin
>>
>>
>> On Fri, Jan 25, 2019 at 5:41 PM  wrote:
>>
>>> I am trying to get the upload plugin working.
>>>
>>> I get this error:
>>>
>>> [image: test_tw5.png]
>>>
>>>
>>>
>>> I used the one from TiddlyHomePackage_0.1.3.
>>> I tried 744 and 755 permissions on the script.
>>>
>>> Any tips are greatly appreciated.
>>>
>>>
>>> -- 
>>> 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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@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/4fe3b47e-4dd9-4f91-b81e-95b153570ee3%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/7bfed642-bed9-4954-b330-f477992ec28d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Getting started with hosted TW (store.php)

2019-01-25 Thread Jen
Ah ha!  I know this one (finally all my struggles are paying off...).  Do a
search and replace in store.php to change "split" to "explode" and see what
happens.
[image: image.png]

On Fri, Jan 25, 2019 at 9:52 AM  wrote:

> Changed the server url to "./store.php" and backups to "."
>
> Then I am greeted with this error.
>
>
>
>
> [image: php245.png]
>
>
> Here is the contents from store.php
> 243 // var definitions
> 244 $uploadDirError = false;
> 245 $backupError = false;
> 246 $optionStr = $_POST['UploadPlugin'];
> 247 $optionArr=explode(';',$optionStr);
> 248 $options = array();
> 249 $backupFilename = '';
>
> Not sure where to go from here. . .
>
>
>
> On Friday, January 25, 2019 at 12:06:27 PM UTC-5, Xavier wrote:
>
>> Hi mitztastic,
>>
>> The "Server URL" parametrer is where TW expects to find store.php. Note
>> that it can be relative to where the wiki actually resides (like
>> ./store.php if in the same directory).
>>
>> So, per your config, http://mitztastic.nfshost.com/test/ should serve
>> store.php, which doesn't seem to be the case.
>>
>> Best,
>> -- Xavier Cazin
>>
>>
>> On Fri, Jan 25, 2019 at 5:41 PM  wrote:
>>
>>> I am trying to get the upload plugin working.
>>>
>>> I get this error:
>>>
>>> [image: test_tw5.png]
>>>
>>>
>>>
>>> I used the one from TiddlyHomePackage_0.1.3.
>>> I tried 744 and 755 permissions on the script.
>>>
>>> Any tips are greatly appreciated.
>>>
>>>
>>> --
>>> 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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@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/4fe3b47e-4dd9-4f91-b81e-95b153570ee3%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/753518e7-ea8b-4367-8c47-8be526df29a2%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/CAOJ0QOcmXpmpeAnSueZeqEm_1gPaA1WPppKN6A%3Dcrevsh0EuVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Getting started with hosted TW (store.php)

2019-01-25 Thread mitztastic


Changed the server url to "./store.php" and backups to "."

Then I am greeted with this error.




[image: php245.png]


Here is the contents from store.php
243 // var definitions
244 $uploadDirError = false;
245 $backupError = false;
246 $optionStr = $_POST['UploadPlugin'];
247 $optionArr=explode(';',$optionStr);
248 $options = array();
249 $backupFilename = '';

Not sure where to go from here. . .



On Friday, January 25, 2019 at 12:06:27 PM UTC-5, Xavier wrote:

> Hi mitztastic,
>
> The "Server URL" parametrer is where TW expects to find store.php. Note 
> that it can be relative to where the wiki actually resides (like 
> ./store.php if in the same directory).
>
> So, per your config, http://mitztastic.nfshost.com/test/ should serve 
> store.php, which doesn't seem to be the case.
>
> Best,
> -- Xavier Cazin
>
>
> On Fri, Jan 25, 2019 at 5:41 PM > wrote:
>
>> I am trying to get the upload plugin working.
>>
>> I get this error:
>>
>> [image: test_tw5.png]
>>
>>
>>
>> I used the one from TiddlyHomePackage_0.1.3.
>> I tried 744 and 755 permissions on the script.
>>
>> Any tips are greatly appreciated.
>>
>>
>> -- 
>> 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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@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/4fe3b47e-4dd9-4f91-b81e-95b153570ee3%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/753518e7-ea8b-4367-8c47-8be526df29a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Getting started with hosted TW (store.php)

2019-01-25 Thread Jen P
I got that error too once!  It was on Chrome, no https involved.  After 
changing absolutely nothing, it just went away and stopped showing up.  Go 
figure

On Friday, January 25, 2019 at 8:41:52 AM UTC-8, mitzt...@gmail.com wrote:
>
> I am trying to get the upload plugin working.
>
> I get this error:
>
> [image: test_tw5.png]
>
>
>
> I used the one from TiddlyHomePackage_0.1.3.
> I tried 744 and 755 permissions on the script.
>
> Any tips are greatly appreciated.
>
>
>

-- 
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/7768bb81-fa90-4a45-a169-186fee9901f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Image transclusion not working for me

2019-01-25 Thread 'Mark S.' via TiddlyWiki
OK. Don't do what I said. The "source" field just documents the original 
source.

If you want to point to an external file, you will need to make a field 
"_canonical_uri" and put the path to your external image there.

You can learn about it here:

https://tiddlywiki.com/#ExternalImages

-- Mark

On Friday, January 25, 2019 at 9:44:04 AM UTC-8, Mark S. wrote:
>
> Actually, I'm wondering if "source" is new. I thought external files were 
> in field _canonical_uri .
>
> You can make your own source field. Put in a URL with a path to the image. 
> Change the tiddler type to reflect the image type.
>
> -- Mark
>
> On Friday, January 25, 2019 at 9:28:18 AM UTC-8, TimP wrote:
>>
>> Hi, 
>>
>> The tiddler 'Motovun Jack.jpg' on  https://tiddlywiki.com/ has a field 
>> 'source'.  
>> I do not have such a field available in the field drop down. I thought my 
>> version 5.1.11 might be the problem. 
>>
>> I downloaded a new empty.html. Tried to create an image tiddler but  
>> 'source' field is not available. 
>>
>> I am guessing that this is not longer a standard plugin?
>>
>> thanks in advance. 
>> Tim
>>
>>
>>
>>
>> On Fri, 25 Jan 2019 at 16:37, Tim Pizey  wrote:
>>
>>> Thank you, 
>>>
>>> I get it now, I think that the documentation could be improved here, I 
>>> did assume that that was a local file url not a tiddler. 
>>>
>>> cheers
>>> Tim
>>>
>>>
>>> On Fri, 25 Jan 2019 at 15:49, 'Mark S.' via TiddlyWiki <
>>> tiddl...@googlegroups.com> wrote:
>>>
 Hello Tim,

 You can't transclude external resources, such as images. 

 I can see where your confusion comes from, though. In the docs you see:

 {{Motovun Jack.jpg}}

 which looks like a regular file name. But actually what is happening 
 there is that it is transcluding a tiddler, 
 that happens to have a name that looks like a file name. If you go to 
 tiddlywiki.com and put "motovun" in the search box, 
 you can navigate to the actual tiddler, "Motovun Jack.jpg"

 A lot of the tiddlers, especially system tiddlers, look like file 
 paths, which cause me a bit of confusion at first.

 Good luck!
 -- Mark


 On Friday, January 25, 2019 at 7:11:04 AM UTC-8, TimP wrote:
>
> Hi, 
>
> On Windows 10/chrome I downloaded an image to the same directory as my 
> TW. 
>
> This works: [img[burnStrawman.jpg]]
>
> This does not: {{burnStrawman.jpg}}
>
> Documented here: 
> https://tiddlywiki.com/static/Images%2520in%2520WikiText.html
>
> Nothing shows in the JS console log. 
>
> Am I doing something wrong?
>
> cheers
> Tim
>
>
> -- 
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@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/02c45709-a063-4d94-bdbb-740285de6ee7%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>> -- 
>>> Tim Pizey - http://tim.pizey.uk/
>>>
>>
>>
>> -- 
>> Tim Pizey - http://tim.pizey.uk/
>>
>

-- 
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/9908738b-6791-46be-a8e7-7db80fae7b7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Image transclusion not working for me

2019-01-25 Thread 'Mark S.' via TiddlyWiki
Actually, I'm wondering if "source" is new. I thought external files were 
in field _canonical_uri .

You can make your own source field. Put in a URL with a path to the image. 
Change the tiddler type to reflect the image type.

-- Mark

On Friday, January 25, 2019 at 9:28:18 AM UTC-8, TimP wrote:
>
> Hi, 
>
> The tiddler 'Motovun Jack.jpg' on  https://tiddlywiki.com/ has a field 
> 'source'.  
> I do not have such a field available in the field drop down. I thought my 
> version 5.1.11 might be the problem. 
>
> I downloaded a new empty.html. Tried to create an image tiddler but  
> 'source' field is not available. 
>
> I am guessing that this is not longer a standard plugin?
>
> thanks in advance. 
> Tim
>
>
>
>
> On Fri, 25 Jan 2019 at 16:37, Tim Pizey > 
> wrote:
>
>> Thank you, 
>>
>> I get it now, I think that the documentation could be improved here, I 
>> did assume that that was a local file url not a tiddler. 
>>
>> cheers
>> Tim
>>
>>
>> On Fri, 25 Jan 2019 at 15:49, 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com > wrote:
>>
>>> Hello Tim,
>>>
>>> You can't transclude external resources, such as images. 
>>>
>>> I can see where your confusion comes from, though. In the docs you see:
>>>
>>> {{Motovun Jack.jpg}}
>>>
>>> which looks like a regular file name. But actually what is happening 
>>> there is that it is transcluding a tiddler, 
>>> that happens to have a name that looks like a file name. If you go to 
>>> tiddlywiki.com and put "motovun" in the search box, 
>>> you can navigate to the actual tiddler, "Motovun Jack.jpg"
>>>
>>> A lot of the tiddlers, especially system tiddlers, look like file paths, 
>>> which cause me a bit of confusion at first.
>>>
>>> Good luck!
>>> -- Mark
>>>
>>>
>>> On Friday, January 25, 2019 at 7:11:04 AM UTC-8, TimP wrote:

 Hi, 

 On Windows 10/chrome I downloaded an image to the same directory as my 
 TW. 

 This works: [img[burnStrawman.jpg]]

 This does not: {{burnStrawman.jpg}}

 Documented here: 
 https://tiddlywiki.com/static/Images%2520in%2520WikiText.html

 Nothing shows in the JS console log. 

 Am I doing something wrong?

 cheers
 Tim


 -- 
>>> 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+...@googlegroups.com .
>>> To post to this group, send email to tiddl...@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/02c45709-a063-4d94-bdbb-740285de6ee7%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> -- 
>> Tim Pizey - http://tim.pizey.uk/
>>
>
>
> -- 
> Tim Pizey - http://tim.pizey.uk/
>

-- 
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/b8f32ac6-ed12-4c91-bf94-3676467ecde7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Getting started with hosted TW (store.php)

2019-01-25 Thread 'Mark S.' via TiddlyWiki
Have you tried it without the https ??

Good luck
-- Mark

On Friday, January 25, 2019 at 8:41:52 AM UTC-8, mitzt...@gmail.com wrote:
>
> I am trying to get the upload plugin working.
>
> I get this error:
>
> [image: test_tw5.png]
>
>
>
> I used the one from TiddlyHomePackage_0.1.3.
> I tried 744 and 755 permissions on the script.
>
> Any tips are greatly appreciated.
>
>
>

-- 
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/917ae4ba-dd06-400a-97c9-5436083d1ad7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread 'Mark S.' via TiddlyWiki
I tested, and this works. I assumed that tiddler $:/vak/curTrip contains 
the name of a trip:


\define list-body(tag:"" trip:"" prefix:"")
--
"""$tag$"""
"""$trip$"""
<>
--

Naam
Keuze
Prijs
Periode

<$list filter=<> emptyMessage="Niets gevonden">
<>
<>
<>
<>


\end

<$macrocall $name=list-body tag="Overnachting" trip={{$:/vak/curTrip}} />

You *CAN NOT* mix wikitext. You cannot put {{[[mylinke]]}} or 
[[{{!!mylink}}]]. You can not put <>

That is why you need a macrocall widget to call your macro. This will not 
work:

<>

Because you are putting wikitext  {{$:/vak/curTrip}}  inside of wiki text 
<>

This will not work:

<>

Because you are putting [[$trip$]] inside of wikitext macro 
<>

HTH
-- Mark


On Friday, January 25, 2019 at 8:48:05 AM UTC-8, Chris Brouwer wrote:
>
> Hello Mark,
>
> I already tried that construct, with the same result.
>
> I add the tiddler here, and a screenshot of the output.
>
> Still, with my version of the code, this is the filter it shows: **
> [tag[Overnachting]trip[Balkan 2019]sort[title]]** (Without the '**', of 
> course ;-) )
> So that looks like it does work (construct the correct filter, I mean). 
> When I feed that to Advanced Search,, it gives me the expected reults. The 
> <$list> does not.
>
> Op vrijdag 25 januari 2019 16:18:03 UTC+1 schreef Mark S.:
>>
>> It would take a half hour to set up data to give an exact fix, but what 
>> stands out immediately is that you are inserting wikitext into wiki text, 
>> which doesn't work:
>>
>> Here
>>
>> <>
>>
>> Hier
>>
>> <$list filter=<> prefix:"">> emptyMessage="Niets gevonden">
>>
>> <>
>>
>> I think what you want is to make changes like:
>>
>> <>
>> ...
>> <$list filter=<> prefix:"">> emptyMessage="Niets gevonden">
>>
>> And invoke the macro with a macro call:
>>
>> <$macrocall $name=list-body tag="Overnachting" trip={{$:/vak/curTrip}} />
>>
>> If you share a page as well, it wold be easier to tell if the syntax was 
>> right, but I think that's what you need.
>>
>> Good luck
>> -- Mark
>>
>>
>> On Friday, January 25, 2019 at 6:29:06 AM UTC-8, Chris Brouwer wrote:
>>>
>>> Hello Ton,
>>>
>>> allthough this is enlightening for me, the situation is a bit more 
>>> complex.
>>>
>>> I am trying to adapt a little bit of Mario Pietsch's excellent work, 
>>> just to include 1 extra filtering parameter.
>>>
>>> Here is (most of) the code I changed:
>>>
>>> \define createTripFilter(tag:"" trip:"" prefix:"")
>>> [tag[$tag$]trip[$trip$]sort[title]]
>>> \end
>>>
>>> \define list-body(tag:"" trip:"" prefix:"")
>>> --
>>> """$tag$"""
>>> """$trip$"""
>>> <>
>>> --
>>> 
>>> Naam
>>> Keuze
>>> Prijs
>>> Periode
>>>
>>> <$list filter=<>> prefix:"">> emptyMessage="Niets gevonden">
>>> <>
>>> <>
>>> <>
>>> <>
>>> 
>>> 
>>> \end
>>>
>>> <>
>>>
>>>
>>> I am using Tiddlywiki 5.1.19.
>>>
>>> The tiddlers I am looking for contain the tag "Overnachting", and the 
>>> name of the trip in the field "trip".
>>>
>>>
>>>
>>> Op vrijdag 25 januari 2019 15:13:05 UTC+1 schreef Ton Gerner:

 Hi Chris,

 May be this 
  
 helps.

 Cheers,

 Ton




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/a42e2771-1143-48fd-b9e1-8ec747ff5b61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Image transclusion not working for me

2019-01-25 Thread Tim Pizey
Hi,

The tiddler 'Motovun Jack.jpg' on  https://tiddlywiki.com/ has a field
'source'.
I do not have such a field available in the field drop down. I thought my
version 5.1.11 might be the problem.

I downloaded a new empty.html. Tried to create an image tiddler but
'source' field is not available.

I am guessing that this is not longer a standard plugin?

thanks in advance.
Tim




On Fri, 25 Jan 2019 at 16:37, Tim Pizey  wrote:

> Thank you,
>
> I get it now, I think that the documentation could be improved here, I did
> assume that that was a local file url not a tiddler.
>
> cheers
> Tim
>
>
> On Fri, 25 Jan 2019 at 15:49, 'Mark S.' via TiddlyWiki <
> tiddlywiki@googlegroups.com> wrote:
>
>> Hello Tim,
>>
>> You can't transclude external resources, such as images.
>>
>> I can see where your confusion comes from, though. In the docs you see:
>>
>> {{Motovun Jack.jpg}}
>>
>> which looks like a regular file name. But actually what is happening
>> there is that it is transcluding a tiddler,
>> that happens to have a name that looks like a file name. If you go to
>> tiddlywiki.com and put "motovun" in the search box,
>> you can navigate to the actual tiddler, "Motovun Jack.jpg"
>>
>> A lot of the tiddlers, especially system tiddlers, look like file paths,
>> which cause me a bit of confusion at first.
>>
>> Good luck!
>> -- Mark
>>
>>
>> On Friday, January 25, 2019 at 7:11:04 AM UTC-8, TimP wrote:
>>>
>>> Hi,
>>>
>>> On Windows 10/chrome I downloaded an image to the same directory as my
>>> TW.
>>>
>>> This works: [img[burnStrawman.jpg]]
>>>
>>> This does not: {{burnStrawman.jpg}}
>>>
>>> Documented here:
>>> https://tiddlywiki.com/static/Images%2520in%2520WikiText.html
>>>
>>> Nothing shows in the JS console log.
>>>
>>> Am I doing something wrong?
>>>
>>> cheers
>>> Tim
>>>
>>>
>>> --
>> 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/02c45709-a063-4d94-bdbb-740285de6ee7%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Tim Pizey - http://tim.pizey.uk/
>


-- 
Tim Pizey - http://tim.pizey.uk/

-- 
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/CAArDntj%2B-SGMRyxqHVaF-E1%2BqiEjFcvGOOydv2SK9LdF-r3CmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Hello Mark,

I already tried that construct, with the same result.

I add the tiddler here, and a screenshot of the output.

Still, with my version of the code, this is the filter it shows: **
[tag[Overnachting]trip[Balkan 2019]sort[title]]** (Without the '**', of 
course ;-) )
So that looks like it does work (construct the correct filter, I mean). 
When I feed that to Advanced Search,, it gives me the expected reults. The 
<$list> does not.

Op vrijdag 25 januari 2019 16:18:03 UTC+1 schreef Mark S.:
>
> It would take a half hour to set up data to give an exact fix, but what 
> stands out immediately is that you are inserting wikitext into wiki text, 
> which doesn't work:
>
> Here
>
> <>
>
> Hier
>
> <$list filter=< prefix:"">> emptyMessage="Niets gevonden">
>
> <>
>
> I think what you want is to make changes like:
>
> <>
> ...
> <$list filter=< prefix:"">> emptyMessage="Niets gevonden">
>
> And invoke the macro with a macro call:
>
> <$macrocall $name=list-body tag="Overnachting" trip={{$:/vak/curTrip}} />
>
> If you share a page as well, it wold be easier to tell if the syntax was 
> right, but I think that's what you need.
>
> Good luck
> -- Mark
>
>
> On Friday, January 25, 2019 at 6:29:06 AM UTC-8, Chris Brouwer wrote:
>>
>> Hello Ton,
>>
>> allthough this is enlightening for me, the situation is a bit more 
>> complex.
>>
>> I am trying to adapt a little bit of Mario Pietsch's excellent work, just 
>> to include 1 extra filtering parameter.
>>
>> Here is (most of) the code I changed:
>>
>> \define createTripFilter(tag:"" trip:"" prefix:"")
>> [tag[$tag$]trip[$trip$]sort[title]]
>> \end
>>
>> \define list-body(tag:"" trip:"" prefix:"")
>> --
>> """$tag$"""
>> """$trip$"""
>> <>
>> --
>> 
>> Naam
>> Keuze
>> Prijs
>> Periode
>>
>> <$list filter=<> prefix:"">> emptyMessage="Niets gevonden">
>> <>
>> <>
>> <>
>> <>
>> 
>> 
>> \end
>>
>> <>
>>
>>
>> I am using Tiddlywiki 5.1.19.
>>
>> The tiddlers I am looking for contain the tag "Overnachting", and the 
>> name of the trip in the field "trip".
>>
>>
>>
>> Op vrijdag 25 januari 2019 15:13:05 UTC+1 schreef Ton Gerner:
>>>
>>> Hi Chris,
>>>
>>> May be this 
>>>  
>>> helps.
>>>
>>> Cheers,
>>>
>>> Ton
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/ad584649-d621-449d-812f-e926ad3b230b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


$__vak_overnachting-list-template.tid
Description: Binary data


Re: [tw5] Re: Image transclusion not working for me

2019-01-25 Thread Tim Pizey
Thank you,

I get it now, I think that the documentation could be improved here, I did
assume that that was a local file url not a tiddler.

cheers
Tim


On Fri, 25 Jan 2019 at 15:49, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Hello Tim,
>
> You can't transclude external resources, such as images.
>
> I can see where your confusion comes from, though. In the docs you see:
>
> {{Motovun Jack.jpg}}
>
> which looks like a regular file name. But actually what is happening there
> is that it is transcluding a tiddler,
> that happens to have a name that looks like a file name. If you go to
> tiddlywiki.com and put "motovun" in the search box,
> you can navigate to the actual tiddler, "Motovun Jack.jpg"
>
> A lot of the tiddlers, especially system tiddlers, look like file paths,
> which cause me a bit of confusion at first.
>
> Good luck!
> -- Mark
>
>
> On Friday, January 25, 2019 at 7:11:04 AM UTC-8, TimP wrote:
>>
>> Hi,
>>
>> On Windows 10/chrome I downloaded an image to the same directory as my
>> TW.
>>
>> This works: [img[burnStrawman.jpg]]
>>
>> This does not: {{burnStrawman.jpg}}
>>
>> Documented here:
>> https://tiddlywiki.com/static/Images%2520in%2520WikiText.html
>>
>> Nothing shows in the JS console log.
>>
>> Am I doing something wrong?
>>
>> cheers
>> Tim
>>
>>
>> --
> 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/02c45709-a063-4d94-bdbb-740285de6ee7%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Tim Pizey - http://tim.pizey.uk/

-- 
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/CAArDntit70zuvk6_QC_3B0_j-wC%3DW3p3d3GeBLxfYXf9ya3HFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Quinoid

2019-01-25 Thread Ton Gerner
Hi Mark,

Just installed quinoid-190125a.apk on my Old Nexus 5, Android 6.01 and can 
confirm that previously selected files stay after restart of Quinoid.

It becomes better and beteer,

Thanks a lot.

Cheers,

Ton

On Friday, January 25, 2019 at 4:44:13 PM UTC+1, Mark S. wrote:
>
> Installed a new apk: quinoid-190125a.apk
>
> https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.4alpha
>
> This one should allow Local Explorer to work with files that have been 
> previously selected with LE even after restart. Or at least it worked on 
> the emulator for Android 7.
>
> Thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/4c669c34-7496-4c81-85bf-332aeab016aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Image transclusion not working for me

2019-01-25 Thread 'Mark S.' via TiddlyWiki
Hello Tim,

You can't transclude external resources, such as images. 

I can see where your confusion comes from, though. In the docs you see:

{{Motovun Jack.jpg}}

which looks like a regular file name. But actually what is happening there 
is that it is transcluding a tiddler, 
that happens to have a name that looks like a file name. If you go to 
tiddlywiki.com and put "motovun" in the search box, 
you can navigate to the actual tiddler, "Motovun Jack.jpg"

A lot of the tiddlers, especially system tiddlers, look like file paths, 
which cause me a bit of confusion at first.

Good luck!
-- Mark


On Friday, January 25, 2019 at 7:11:04 AM UTC-8, TimP wrote:
>
> Hi, 
>
> On Windows 10/chrome I downloaded an image to the same directory as my TW. 
>
> This works: [img[burnStrawman.jpg]]
>
> This does not: {{burnStrawman.jpg}}
>
> Documented here: 
> https://tiddlywiki.com/static/Images%2520in%2520WikiText.html
>
> Nothing shows in the JS console log. 
>
> Am I doing something wrong?
>
> cheers
> Tim
>
>
>

-- 
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/02c45709-a063-4d94-bdbb-740285de6ee7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Image transclusion not working for me

2019-01-25 Thread Ton Gerner
Hi Tim,

You can try at tiddlywiki.com:

[img[Motovun Jack.jpg]]

and

{{Motovun Jack.jpg}}

both work because Motovun Jack.jpg is an image tiddler, an embedded image.


> Documented here: 
> https://tiddlywiki.com/static/Images%2520in%2520WikiText.html
>
> The link you provided says:

*If the image source is the title of an image tiddler then that tiddler is 
directly displayed. Otherwise it is interpreted as a URL and an HTML  
tag is generated with the src attribute containing the URL.*

So the first works also for images in the same folder as your TW.

Cheers,

Ton
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/33e6bc3a-b2ad-4bcd-9cf0-09ace48cd4aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Quinoid

2019-01-25 Thread 'Mark S.' via TiddlyWiki
Installed a new apk: quinoid-190125a.apk

https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.4alpha

This one should allow Local Explorer to work with files that have been 
previously selected with LE even after restart. Or at least it worked on 
the emulator for Android 7.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 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/deb7458e-db0b-49c4-a622-4821e62e8642%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread 'Mark S.' via TiddlyWiki
It would take a half hour to set up data to give an exact fix, but what 
stands out immediately is that you are inserting wikitext into wiki text, 
which doesn't work:

Here

<>

Hier

<$list filter=<> emptyMessage="Niets gevonden">

<>

I think what you want is to make changes like:

<>
...
<$list filter=<> emptyMessage="Niets gevonden">

And invoke the macro with a macro call:

<$macrocall $name=list-body tag="Overnachting" trip={{$:/vak/curTrip}} />

If you share a page as well, it wold be easier to tell if the syntax was 
right, but I think that's what you need.

Good luck
-- Mark


On Friday, January 25, 2019 at 6:29:06 AM UTC-8, Chris Brouwer wrote:
>
> Hello Ton,
>
> allthough this is enlightening for me, the situation is a bit more complex.
>
> I am trying to adapt a little bit of Mario Pietsch's excellent work, just 
> to include 1 extra filtering parameter.
>
> Here is (most of) the code I changed:
>
> \define createTripFilter(tag:"" trip:"" prefix:"")
> [tag[$tag$]trip[$trip$]sort[title]]
> \end
>
> \define list-body(tag:"" trip:"" prefix:"")
> --
> """$tag$"""
> """$trip$"""
> <>
> --
> 
> Naam
> Keuze
> Prijs
> Periode
>
> <$list filter=< prefix:"">> emptyMessage="Niets gevonden">
> <>
> <>
> <>
> <>
> 
> 
> \end
>
> <>
>
>
> I am using Tiddlywiki 5.1.19.
>
> The tiddlers I am looking for contain the tag "Overnachting", and the name 
> of the trip in the field "trip".
>
>
>
> Op vrijdag 25 januari 2019 15:13:05 UTC+1 schreef Ton Gerner:
>>
>> Hi Chris,
>>
>> May be this 
>>  
>> helps.
>>
>> Cheers,
>>
>> Ton
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/3c5278ae-9292-4751-9220-3e6fdc2fbb66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Image transclusion not working for me

2019-01-25 Thread TimP
Hi, 

On Windows 10/chrome I downloaded an image to the same directory as my TW. 

This works: [img[burnStrawman.jpg]]

This does not: {{burnStrawman.jpg}}

Documented 
here: https://tiddlywiki.com/static/Images%2520in%2520WikiText.html

Nothing shows in the JS console log. 

Am I doing something wrong?

cheers
Tim


-- 
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/fa39fec2-3def-430c-88ad-3773e56ffa67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Hello Ton,

allthough this is enlightening for me, the situation is a bit more complex.

I am trying to adapt a little bit of Mario Pietsch's excellent work, just 
to include 1 extra filtering parameter.

Here is (most of) the code I changed:

\define createTripFilter(tag:"" trip:"" prefix:"")
[tag[$tag$]trip[$trip$]sort[title]]
\end

\define list-body(tag:"" trip:"" prefix:"")
--
"""$tag$"""
"""$trip$"""
<>
--

Naam
Keuze
Prijs
Periode

<$list filter=<> emptyMessage="Niets gevonden">
<>
<>
<>
<>


\end

<>


I am using Tiddlywiki 5.1.19.

The tiddlers I am looking for contain the tag "Overnachting", and the name 
of the trip in the field "trip".



Op vrijdag 25 januari 2019 15:13:05 UTC+1 schreef Ton Gerner:
>
> Hi Chris,
>
> May be this 
>  
> helps.
>
> Cheers,
>
> Ton
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/2064e691-c131-401e-9b77-e28c311d8bdf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Ton Gerner
Hi Chris,

May be this 
 helps.

Cheers,

Ton


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/531539cf-a654-4143-8da0-4a0a20790e50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Searching In Tiddler Fields

2019-01-25 Thread @TiddlyTweeter
S.S. & TonyM

All the recent, extensive, discussions of search indicate I think three 
things at least ...

1 --- For finding things its better to have Push-Button Rich Search. 

2 --- IMO raw filter search is a last resort. Its excellent but cumbersome. 
Recent work shows its not needed that much to find what you need. Toggles 
can do a most of it.

3 -- The work Mohammad is bringing together several thoughtful threads on 
search illustrates the issues well.

TonyM, I agree with you that the mechanisms are largely there.

S.S. I thought your in-line Word search macro really elegant and 
useful---illustrative that the issue resolution should be easy and can be. 
I think you get the issue end-users face well. 
It might be interesting to take it into a form with dynamic user input too? 
It maybe could be extended to search remote wiki? 

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/3af34461-f8cb-4486-ad16-731ce8ce99df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Cookie-banner

2019-01-25 Thread sbgkr
Hello!
is ist possible to ad a banner like this to my tiddlywiki? When i try like 
described on https://cookieconsent.insites.com/download/# it does not work.
Thanx
Max Kraml


 

 
 window.addEventListener("load", function(){ 
window.cookieconsent.initialise({ "palette": { "popup": { "background": 
"#237afc" }, "button": { "background": "#fff", "text": "#237afc" } }, 
"theme": "classic", "position": "bottom-right", "content": { "message": 
"Wir verwenden Kekse zur besseren Nutzbarkeit unserer Seite. Es werden von 
uns keine personenbezogenen Daten gespeichert.", "dismiss": "Passt scho!", 
"link": "mehr dazu..." } })}); 


-- 
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/b101d3f3-ed66-493e-8ab0-3ced70d1d70a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Hello all,

I am trying to produce a list of tiddlers, filtered based on 1 tag and the 
contents of 1 field, inside a macro.

For debugging purposes I output the separate parts, as well as the 
constructed filter.

Everything looks as I expect it. But the macro still comes up with an empty 
list.

So ofcourse I tried the exact same filter in Advanced Search (Copy/Paste 
from the debugging output), and this time I do get the results I want, not 
an empty list.

Why is TiddlyWIki list widget giving me a different result ?

I have tested with a combination of 2 tags, with and without spaces, but 
the results are consistent.

Any thoughts ?

-- 
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/3cff8950-e9eb-4a2c-9751-410b915e2089%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [TW5] Global Keyboard Shortcut for Plugin Simple Search: Shift + Space

2019-01-25 Thread David Nebauer
I, too, was unaware that Shift+Space scrolled up. I won't miss it and sure 
appreciate having such an easily accessible search.

Great plugin!

David.

On Friday, 25 January 2019 02:29:41 UTC+9:30, Thomas Elmiger wrote:
>
> Hej ch, mange tak! 
>
> Better late than never, I will happily consider your feedback as soon as I 
> have a running laptop again. 
>
> I did notice, that the space bar should scroll down, but I wasn't aware of 
> the reverse option. 
>
> Hilsner, 
> Thomas 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/578c5ab9-dc1b-4770-9c77-75aae9abc1a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Changing background color for table cells

2019-01-25 Thread Shekhar Rege
Link is broken. Posting updated link below:

*TW5 mall - Dave and Blanca Gifford* 


On Wednesday, April 2, 2014 at 9:15:01 AM UTC-4, Stephan Hradek wrote:
>
> Did you check David's TW5 Mall ? He 
> has plenty of information about styling tables.
>

-- 
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/57a9ca43-361a-4f65-adcd-1ea129793d63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: new tiddler with actionwidget

2019-01-25 Thread Gerald Weis
Hi Tony

i have attached 2 Pictures

Testbild.png is showing what i have
tiddler.png is showing what shall recorded in the new tiddler.
at the last shoud be the tiddler opend for edit.

thats what i want do with an action-widget and an Button-widget
But my Experience is zero.

thank for help



Am Mittwoch, 23. Januar 2019 12:29:24 UTC+1 schrieb Gerald Weis:
>
> i want plot my blood test results in tiddlywiki .
> Now its giav a lot of this.
>
> at this reason i want maka an assistent wich make a clon from a sample and 
> open this.
>
>
> any ideas?
>
> thanks for help
>
>

-- 
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/638b8566-9f0a-4417-8174-7ba25a921e4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Searching In Tiddler Fields

2019-01-25 Thread TonyM
S s

It is not at all missing, just not part of the default.

See https://tiddlywiki.com/#Customising%20search%20results. Use this to make a 
search tab using the following

And https://tiddlywiki.com/#search%20Operator

Especialy the example but you may need to include system tiddlers

[search:*[arch]]

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/132c2c1f-b188-4ef4-b07b-cd20c4ebb49e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Searching In Tiddler Fields

2019-01-25 Thread S. S.
Tony,

I could not find this new feature for field search in either ver. 5.1.19 or 
the pre-release.
But even if it was there, searching fields by filters is way too time 
consuming.
I strongly feel Field Search needs to be an integral part of TiddlyWiki's 
core.
For quite a while (until I found Tobias's advanced search in fields 
tiddler) I was perplexed and annoyed that there was no simple way to search 
fields.

I cannot think of a reason not to have it.


On Sunday, January 13, 2019 at 2:53:48 PM UTC+7, TonyM wrote:
>
> Note:
>
> Due to a recent update.
>
> The search opperator for in filters allows you to set field name or all 
> fields.
>
> 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/938329df-c76a-4d78-bd14-5a7546190450%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Searching In Tiddler Fields

2019-01-25 Thread S. S.
ch,

I didn't know there was a plugin for Documentation! Perhaps one day I will 
have a look at it !
In the meantime, why not just download and save the TiddlyWiki at 
tiddlywiki.com ?
I have done that, saved as *tiddlywiki-5.1.19.html* and use it in a 
separate tab for when I cannot be online.

On another note, I notice that when I search for the Documentation plugin - 
the search only matches the plugin tiddler name ( 
*$:/plugins/tiddlywiki/tw5.com-docs* ), and not the plugin's description ( 
*Documentation 
from tiddlywiki.com* ) .

So a search for *doc* or *docs* will find it, but a search for *docu* will 
not. I would imagine that is an oversight in the way search for plugins has 
been configured.


-- 
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/299b75d3-148a-4f65-9b11-8be29996eda5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.