[tw] How-to?: Make a button in the sidebar for multiple action-possibilities (like the "more actions")

2018-02-08 Thread TonyM
Although not exactly the same you could create a menu button and display in top 
right bar using the MyMenus plugin.

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/aa08ef2c-634f-4bb6-91c3-b05ff0c77510%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Help requested: "Import here" function

2018-02-08 Thread TonyM
I can't give you the full answer but I expect you to learn something from the 
export feature.

Alternativly look for what creates and displays the import tiddler. Note 
because you can export a tiddler from the tiddler toolbar it will have access 
to current toddler but the import is in the page toolbar.

Find and copy the import process, add a reference to a selected tag/or current 
toddler where you can get the tags.

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/99a66b59-e51f-449c-b3fb-7904a9b60222%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Since your tags are in a tree, I didn't think it was possible for items to 
be both A and B.

Oh well. Try replacing Mark's Search with these contents:

\define addPrefix() +[tag[
\define addSuffix() ]]
\define finalFilter()  [all[tiddlers]] $(myfilter2)$ +[regexp[$(
additionalCriteria)$]]

<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="Select a topic in the table of contents. Click the 
arrow to expand a topic."
missingText="Missing tiddler."
template="CheckboxTemplate"
/>
<$edit-text tiddler=additionalCriteria tag=input size=20 />
<$vars additionalCriteria={{additionalCriteria}}>

<$set filter="[field:criteria[yes]addprefixaddsuffix]" 
name=myfilter>

<$wikify text=<> name=myfilter2 type=text>

<$macrocall $name=list-links filter=<> />






I think I may have invented a new approach to this kind of problem where 
you need to take a list of items and turn them into a single filter.

Have fun
-- Mark 

On Thursday, February 8, 2018 at 3:34:12 PM UTC-8, Surya wrote:
>
> Hi Mark,
>
> with that the basic function works- thanks :-)
>
> Now the second: When I choose more than one tag, it lists all tiddlers 
> which have either the one tag or the other tag. It seems to be a search 
> with "OR". But it should be a filter with AND. With AND it should list less 
> tiddlers, the more tags I choose.
> For example: Choosing "A" & "B" should list then only "New Tiddler 1". Now 
> it lists "New Tiddler 4", "New Tiddler 5", "New Tiddler 1", "New Tiddler 
> 2", "New Tiddler 6.
>
> And it should sort the listed tiddlers by title. I couldn't see, where to 
> write the wanted sorting in.
>
> I am looking forward to build my wished "Multiple tag filter" step by step 
> :-)
> Surya
>

-- 
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/34e909bc-a2b1-41de-b87a-58b5bc8608d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi Mark,

with that the basic function works- thanks :-)

Now the second: When I choose more than one tag, it lists all tiddlers 
which have either the one tag or the other tag. It seems to be a search 
with "OR". But it should be a filter with AND. With AND it should list less 
tiddlers, the more tags I choose.
For example: Choosing "A" & "B" should list then only "New Tiddler 1". Now 
it lists "New Tiddler 4", "New Tiddler 5", "New Tiddler 1", "New Tiddler 
2", "New Tiddler 6.

And it should sort the listed tiddlers by title. I couldn't see, where to 
write the wanted sorting in.

I am looking forward to build my wished "Multiple tag filter" step by step 
:-)
Surya

-- 
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/0224c07c-a9d7-4ecb-815d-f25cb41e717a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Take out "Enter code here..." which is something left over from the gügle 
editor.

-- Mark

On Thursday, February 8, 2018 at 1:20:39 PM UTC-8, Mark S. wrote:
>
> Oops. Change CheckboxTemplate to
>
> <$checkbox field="criteria"  checked="yes" unchecked="no"/> {{!!title}}
>
> and Search made by Mark to:
>
> \define addCrit() $(additionalCriteria)$
> <$macrocall
> $name="toc-tabbed-internal-nav"
> tag="TableOfContents"
> selectedTiddler="$:/temp/toc/selectedTiddler"
> unselectedText="Select a topic in the table of contents. Click the 
> arrow to expand a topic."
> missingText="Missing tiddler."
> template="CheckboxTemplate"
> />
> <$edit-text tiddler=additionalCriteria tag=input size=20 />
> <$vars additionalCriteria={{additionalCriteria}}>
> <]">>
> 
>
> That worked with your test site, which is very nice BTW.
>
> -- Mark
>
>
> On Thursday, February 8, 2018 at 12:26:09 PM UTC-8, Surya wrote:
>>
>> Oh, sorry, I wrote something wrong:
>>
>>>
>>>- When I choose "A" by clicking the checkbox, it adds the tag "B" to 
>>>the tiddler "B".
>>>
>>> I meant:  When I choose "A" by clicking the checkbox, it adds the tag 
>> "A" to the tiddler "A". And, of course the same with example "B": When I 
>> choose "B" by clicking the checkbox, it adds the tag "B" to the tiddler "B".
>>
>

-- 
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/2db97742-7715-4919-8886-32f5bc4b7b63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Oops. Change CheckboxTemplate to

<$checkbox field="criteria"  checked="yes" unchecked="no"/> 
{{!!title}}Enter code here...

and Search made by Mark to:

\define addCrit() $(additionalCriteria)$
<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="Select a topic in the table of contents. Click the 
arrow to expand a topic."
missingText="Missing tiddler."
template="CheckboxTemplate"
/>
<$edit-text tiddler=additionalCriteria tag=input size=20 />
<$vars additionalCriteria={{additionalCriteria}}>
<]">>


That worked with your test site, which is very nice BTW.

-- Mark


On Thursday, February 8, 2018 at 12:26:09 PM UTC-8, Surya wrote:
>
> Oh, sorry, I wrote something wrong:
>
>>
>>- When I choose "A" by clicking the checkbox, it adds the tag "B" to 
>>the tiddler "B".
>>
>> I meant:  When I choose "A" by clicking the checkbox, it adds the tag "A" 
> to the tiddler "A". And, of course the same with example "B": When I choose 
> "B" by clicking the checkbox, it adds the tag "B" to the tiddler "B".
>

-- 
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/43da485e-cd71-4c1e-88a1-ae99a6deddee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Announcing TiddlyDesktop v0.0.13

2018-02-08 Thread Jeremy Ruston
Hi Josiah

> ... I'm not entirely clear HOW to get those config files into a sub-dir of:  
> C:\bag\PortableApps\tiddlydesktop or whether it can accept relative 
> addressing so I can just put "bag" on a pendive and know it will work the 
> same?

You should be able to do use the --user-data-dir switch like this:

C:\bag\PortableApps\tiddlydesktop\nw.exe --user-data-dir 
C:\bag\PortableApps\tiddlydesktop\data

Best wishes

Jeremy.

-- 
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/94AD76E4-2CFD-4C17-A55A-84D82B49F0BA%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread @TiddlyTweeter
Right. Probably not. The worst it will do is create a folder. No big deal. 
And now I know NOT to press that button :-) 

On Thursday, 8 February 2018 21:28:10 UTC+1, Jeremy Ruston wrote:
>
> Hi Josiah
>
> On 8 Feb 2018, at 20:08, @TiddlyTweeter  
> wrote:
>
> So, the act of checking if a backup folder exists creates a backup folder 
> :-).
>
>
> Ah, the underlying primitive in nwjs that opens a folder seems to 
> helpfully create the folder if it doesn’t exist. Not sure if it’s worth 
> fixing,
>
> Best wishes
>
> Jeremy
>
>
>

-- 
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/67db9eef-b897-4dcd-9791-06ce6cfb2911%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How-to?: Make a button in the sidebar for multiple action-possibilities (like the "more actions")

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi TW-friends :-)

I'd like to build a button in the sidebar (next to the other buttons) for 
building new tiddlers by templates.

But I want to have several possibilities for new-tiddler-templates in this 
button.
These should be choosable, when I click on this one button (like the "more 
actions"-button with the arrow-down).

Does anyone know how to do that?

Surya

-- 
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/9f11f232-e4bb-4931-988b-c0a5e7a7a62b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyDesktop v0.0.13

2018-02-08 Thread @TiddlyTweeter
Ciao Jeremy

I run TiddlyDesktop from within Portable Apps ...



Except its not a fully Portable App in that configuration (for me on 
Windows 7) is at C:\Users\Josiah\AppData\Local\TiddlyDesktop\User 
Data\Default\user-config-tiddlywiki ...

... I'm not entirely clear HOW to get those config files into a sub-dir 
of:  C:\bag\PortableApps\tiddlydesktop or whether it can accept relative 
addressing so I can just put "bag" on a pendive and know it will work the 
same?

Best wishes
Josiah 


On Thursday, 8 February 2018 20:00:17 UTC+1, Jeremy Ruston wrote:
>
> I'm pleased to announce the release of v0.0.13 of TiddlyDesktop:
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.13
> 
>
>- Fixed problem with downloading/exporting
>- Fixed problem with saving with TiddlyWiki Classic <= 2.6.5
>- Simplified appearance of wiki list window
>- Fixed wiki list toolbar to the top of the window
>- Removed unused menubar from Windows and Linux
>- Updated nwjs to v.0.28.1
>
> Questions comments welcome,
>
> Best wishes
>
> Jeremy.
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.com 
>

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


Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread Jeremy Ruston
Hi Josiah

> On 8 Feb 2018, at 20:08, @TiddlyTweeter  wrote:
> 
> So, the act of checking if a backup folder exists creates a backup folder :-).


Ah, the underlying primitive in nwjs that opens a folder seems to helpfully 
create the folder if it doesn’t exist. Not sure if it’s worth fixing,

Best wishes

Jeremy


-- 
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/7078538C-BF68-4161-A227-85080FFFE6E6%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Oh, sorry, I wrote something wrong:

>
>- When I choose "A" by clicking the checkbox, it adds the tag "B" to 
>the tiddler "B".
>
> I meant:  When I choose "A" by clicking the checkbox, it adds the tag "A" 
to the tiddler "A". And, of course the same with example "B": When I choose 
"B" by clicking the checkbox, it adds the tag "B" to the tiddler "B".

-- 
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/856ec4f3-4271-483a-becc-a0ec9f0e61c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi Mark,

Am Mittwoch, 7. Februar 2018 16:31:18 UTC+1 schrieb Mark S.:
>>
>> Here's an ugly, proof-of-concept approach. Make a tiddler:
>>
>> <$macrocall
>> $name="toc-tabbed-internal-nav"
>> tag="TableOfContents"
>> selectedTiddler="$:/temp/toc/selectedTiddler"
>> unselectedText="Select a topic in the table of contents. Click 
>> the arrow to expand a topic."
>> missingText="Missing tiddler."
>> template="CheckboxTemplate"
>> />
>> <$edit-text tiddler=additionalCriteria tag=input size=20 />
>> <>
>>
>> Then make a template tiddler called CheckboxTemplate with these contents:
>>
>> <$checkbox field="criteria" tag={{!!title}} checked="yes" 
>> unchecked="no"/> {{!!title}}Enter code here...
>>
>> Now you can check tiddlers using the checkbox that appears to the right 
>> in the TOC tag tree. The results appear below. You can filter the results 
>> with the edit box.
>>
>> There are lots of refinements possible.
>>
>> Good luck,
>>
>> -- Mark
>>
>
Thanks a lot for your solution :-)
I think, that is going to the direction I want.
But: It doesn't work I mean, it works wrong ;-)

For testing it, I made on my testing-wiki 
http://suryas-testwiki.tiddlyspot.com/ a parent tiddler-tag called 
"Character". And I made some child-tags (A, B, C, D, E). And I made some 
tiddlers having some of the child-tags (New Tiddler 1-6). All the tiddlers 
related to your suggestion are tagged with "Search by Mark".


   - When I choose "A" by clicking the checkbox, it should list the 
   tiddlers: New Tiddler 1, New Tiddler 4, New Tiddler 5. But it lists "A". 
   When I choose "B", it should list the tiddlers: New Tiddler 1, New Tiddler 
   2, New Tiddler 6. But it lists "B".
   - When I choose "A" by clicking the checkbox, it adds the tag "B" to the 
   tiddler "B".

Did I do anything wrong? Or did you missunderstand me?
How should I edit it?

Surya

-- 
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/11100975-f612-4be1-9de1-d32e8c59140f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread @TiddlyTweeter
Ciao Jeremy

I can replicate it on v0.0.13. I watched the folders in an explorer to see 
what happens.

1 - Switch Off "enable backups" for Crusoe TW

2 - Delete the old backup folder for Crusoe TW

3 - Create a new Tiddler for Crusoe TW. It saves. NO folder is created.

4 - Click "reveal backups" for Crusoe TW and 

*a backup folder is created.*So, the act of checking if a backup folder 
exists creates a backup folder :-).

People tell me I press buttons too much :-)

Best wishes
Josiah

On Thursday, 8 February 2018 20:09:11 UTC+1, Jeremy Ruston wrote:
>
> Hi Josiah
>
> On 6 Feb 2018, at 11:30, @TiddlyTweeter  
> wrote:
>
> I notice the backup folder is still created even if you switch off backups 
> for a TW. I guess they are problematic to disable too? Its just I end up 
> with a few irrelevant folders. But I'm assuming you doing it that way to 
> ensure old backups would be preserved?
>
>
> In my testing the backup folder is only created if a backup is created. 
> Are you able to duplicate the problem with v0.0.13?
>
> Best wishes
>
> Jeremy
>

-- 
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/bcec771d-152c-4415-836f-9126209ee76b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
@Mark,

thanks for the tip with the Nullkeyboard app, I'll try that

I guess there may also be keyboards that can float on the screen, but I'd 
like to see how a tw solution would 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/205c9b09-f299-481f-946c-4370ebb641f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread 'Mark S.' via TiddlyWiki
I use the Null Keyboard app for suppressing the popup keyboard when I have 
a physical board attached. Not sure how it works when no keyboard is 
attached.

-- Mark

On Thursday, February 8, 2018 at 10:29:39 AM UTC-8, BurningTreeC wrote:
>
> thanks @TiddlyTweeter,
>
> the design is exactly where I need help for making decisions. Also - on 
> mobile devices, where this could be used more - the standard mobile 
> keyboards do make the wikis too small to be able to seriously edit 
> tiddlers. I'd like to change that - I don't know if it's possible to 
> prevent the default keyboard showing up on android/ios...
>
> Then maybe someone has an idea for
>
> 1) how to get a newline character into the editor
> 2) how to handle a button like shift - do we have a toggle on / toggle off 
> button?
> 3) how to handle a button message repeat for the buttons to be able to 
> hold them?
> 4) how to get a tab-space into the editor - I'm just adding 4 spaces right 
> now
>
> It's possible to make different layouts - compact - split layout - ...
> And different layouts for different languages
>
> BurningTreeC
>

-- 
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/33f015de-412f-4472-b0da-98982bdcca32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing v0.0.12 of TiddlyDesktop

2018-02-08 Thread Jeremy Ruston
Hi Josiah

> On 6 Feb 2018, at 11:30, @TiddlyTweeter  wrote:
> 
> I notice the backup folder is still created even if you switch off backups 
> for a TW. I guess they are problematic to disable too? Its just I end up with 
> a few irrelevant folders. But I'm assuming you doing it that way to ensure 
> old backups would be preserved?

In my testing the backup folder is only created if a backup is created. Are you 
able to duplicate the problem with v0.0.13?

Best wishes

Jeremy

-- 
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/A5D79B97-290D-43DE-9983-6F2ED96AF768%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Announcing TiddlyDesktop v0.0.13

2018-02-08 Thread Jeremy Ruston
I'm pleased to announce the release of v0.0.13 of TiddlyDesktop:

https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.13


   - Fixed problem with downloading/exporting
   - Fixed problem with saving with TiddlyWiki Classic <= 2.6.5
   - Simplified appearance of wiki list window
   - Fixed wiki list toolbar to the top of the window
   - Removed unused menubar from Windows and Linux
   - Updated nwjs to v.0.28.1

Questions comments welcome,

Best wishes

Jeremy.

-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
Just for ideas ...

*Minimalist variant accent sets *... for years I have used a mini-app that 
works with any text entry program where you need to enter language specific 
variants not available on the keyboard. Here is a screen shot to show how 
elegant it is. All characters are definable. You can have as many as you 
need.



Your tool sounds like it can do the same kind of thing natively in TW. 

IMO a range of "language bars" could seriously improve TW's uptake for 
multilingual work.

Best wishes
Josiah


BurningTreeC wrote:

> I was already thinking about an emoji button to switch to emoji selection
>
> greek characters
> special characters
> <$button> snippets (and more for all standard tw widgets)
>
> more ideas welcome
>

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


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
I was already thinking about an emoji button to switch to emoji selection

greek characters
special characters
<$button> snippets (and more for all standard tw widgets)

more ideas welcome

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


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC

>
> Question:  Can you use this mechanism for ad-hoc assemblages of 
> characters? I noticed in a config tiddler (I can no longer find) that 
> seemed to indicate you could have ANY character on the keyboard AND that 
> you could actually change layout (nos of keys?) 
>
> Just wondering.
>
> Because if it could do that it could open a world of possibilities.
>
> Here are two use cases so you know what I'm talking about...
>
> 1 - I use an Italian keyboard for everyday work. But sometimes I need to 
> write using symbols that are NOT on the standard Italian keyboard (tilde is 
> one). So I was thinking this gizmo might allow me to ADD certain characters 
> I need to use that are NOT on the keyboard. Currently I use an external 
> mini-app for that.
>
> 2 - Could it be used as a panel for EMOJIS? The web standardly now 
> supports an emoji set across all bowsers.
>
> Hope I'm not racing ahead too fast :-(. But *the potential looks great! *
>
> Best wishes
> Josiah
>

yeah, you can do all that - emojis, characters, whatever you want - code 
snippets, placeholders
you could make your own keyboard rows and put there whatever you want 

-- 
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/3a7250c8-e693-4010-8a49-b37120cc635e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
thanks @TiddlyTweeter,

the design is exactly where I need help for making decisions. Also - on 
mobile devices, where this could be used more - the standard mobile 
keyboards do make the wikis too small to be able to seriously edit 
tiddlers. I'd like to change that - I don't know if it's possible to 
prevent the default keyboard showing up on android/ios...

Then maybe someone has an idea for

1) how to get a newline character into the editor
2) how to handle a button like shift - do we have a toggle on / toggle off 
button?
3) how to handle a button message repeat for the buttons to be able to hold 
them?
4) how to get a tab-space into the editor - I'm just adding 4 spaces right 
now

It's possible to make different layouts - compact - split layout - ...
And different layouts for different languages

BurningTreeC

-- 
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/fc203799-5296-41b1-89c3-76e9cbbff42f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
Question:  Can you use this mechanism for ad-hoc assemblages of characters? 
I noticed in a config tiddler (I can no longer find) that seemed to 
indicate you could have ANY character on the keyboard AND that you could 
actually change layout (nos of keys?) 

Just wondering.

Because if it could do that it could open a world of possibilities.

Here are two use cases so you know what I'm talking about...

1 - I use an Italian keyboard for everyday work. But sometimes I need to 
write using symbols that are NOT on the standard Italian keyboard (tilde is 
one). So I was thinking this gizmo might allow me to ADD certain characters 
I need to use that are NOT on the keyboard. Currently I use an external 
mini-app for that.

2 - Could it be used as a panel for EMOJIS? The web standardly now supports 
an emoji set across all bowsers.

Hope I'm not racing ahead too fast :-(. But *the potential looks great! *

Best wishes
Josiah

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


[tw] Re: Search duplicate caption-fields

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Using only tools available in the core, this works:

<$list 
filter="[all[tiddlers]has[caption2]each[caption2]get[caption2]sort[caption2]]" 
variable="capt">
<$list filter="[field:caption2count[]prefix[2]suffix[2]] 
[field:caption2count[]prefix[3]suffix[3]]" >
Caption: <> used in
<$list filter="[field:caption2]">
<>





You will want to change "caption2" to "caption" (I needed a smaller data 
set for testing).
This checks for duplicates of 2 or 3. You can repeat the run for 4, 5 ... 
etc. However many duplicate captions you think you might have. The problem 
is that there are no number-manipulating functions in the core. Also, there 
is no equality filter in the core, so I'm using prefix/suffix which breaks 
down for higher numbers  with the same number on back and front (e.g. 22)

Good luck
-- Mark

On Thursday, February 8, 2018 at 9:17:28 AM UTC-8, magev958 wrote:
>
> Most of my tiddlers have a uuid-title and a caption-field. With the 
> collection of tiddler growing I have come across a couple of tiddler with 
> same caption. I would likt to find all duplicates but don't know how
> /Magnus
>

-- 
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/925bc803-aa48-45d5-912c-5a88a1154b38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-08 Thread BurningTreeC
hello Magnus,

this could do what you need:

\define compareCaptions()
<$list filter="[[$(firstTidCaption)$]regexp[^$(thisTidCaption)$$]]">

$(firstTiddler)$ and $(thisTiddler)$ have the same caption
<$button message="tm-edit-tiddler" param="""$(thisTiddler)$""">edit 
$(thisTiddler)$


\end
\define compareTiddlers()
<$list filter="[all[tiddlers]!is[current]has[caption]]">
<$set name="thisTiddler" value=<>>
<$list filter="[get[caption]]" variable="thisTidCaption">
<>



\end
<$list filter="[all[tiddlers]has[caption]]">
<$set name="firstTiddler" value=<>>
<$list filter="[get[caption]]" variable="firstTidCaption">
<>




Simon

Am Donnerstag, 8. Februar 2018 18:17:28 UTC+1 schrieb magev958:
>
> Most of my tiddlers have a uuid-title and a caption-field. With the 
> collection of tiddler growing I have come across a couple of tiddler with 
> same caption. I would likt to find all duplicates but don't know how
> /Magnus
>

-- 
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/8278dfb0-0296-4fd1-b600-bbd1e66acdcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
The "normal" mode Keyboard in the test I just tried worked well. BUT, like 
the other you can't move it.

A few comments. 

1 - It doesn't need to be so big? The character size to key size in what I 
saw (Win FF52 64 desktop) was small characters, large keys ... 


2 - I looked at the configuration Tiddler which looks AWESOME ...


I'm sorry I can't help you code for improvements. I just can't code.

Best wishes
Josiah



On Thursday, 8 February 2018 18:41:16 UTC+1, @TiddlyTweeter wrote:
>
> BTC
>
> NO it IS THERE. I just didn't see it because I was expecting it to behave 
> the same in both modes.
>
> My apologies for not noticing--however, my overlooking it may indicate a 
> user design issue?
>
> Best wishes
> Josiah
>
> On Thursday, 8 February 2018 18:17:53 UTC+1, BurningTreeC wrote:
>>
>> thanks, in the normal view it should show in the bottom right page corner.
>>
>

-- 
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/a6af4a80-c2a1-4862-ba0f-c0cc85d3602c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
BTC

NO it IS THERE. I just didn't see it because I was expecting it to behave 
the same in both modes.

My apologies for not noticing--however, my overlooking it may indicate a 
user design issue?

Best wishes
Josiah

On Thursday, 8 February 2018 18:17:53 UTC+1, BurningTreeC wrote:
>
> thanks, in the normal view it should show in the bottom right page corner.
>

-- 
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/8a8b6fa2-7ad4-4fa9-b6fb-3419a19200db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
thanks, in the normal view it should show in the bottom right page corner. 
I'll investigate

-- 
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/a5ad324c-1e0d-479c-bdf0-eb4293f1a52f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Search duplicate caption-fields

2018-02-08 Thread magev958
Most of my tiddlers have a uuid-title and a caption-field. With the 
collection of tiddler growing I have come across a couple of tiddler with 
same caption. I would likt to find all duplicates but don't know how
/Magnus

-- 
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/f8b2a607-bd66-4e04-95f7-4c2015bbbac4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
BTC

Teething problems ...

On both desktop Win7 FF 52 64bit &  Chrome latest, the keyboard icon does 
NOT show up except in TiddlyTouch mode ... standard mode the editor does 
not display it.  

Best, J.

-- 
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/63035172-0fa5-4873-b02f-11fa7c63c94e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Help requested: "Import here" function

2018-02-08 Thread Michael Wiktowy
Hi,

I would like to implement the functionality like "New Here" but for the 
"Import" functionality such that if you click on a button on a particular 
tiddler, it will import a file as a tiddler and tag it with that current 
tiddler much like "New Here" does.

Does the tm-perform-import message support a "tags" parameter or is there 
some magic incantation of fieldmangler+tm-add-tag+tm-perform-import that 
can be performed to accomplish this?

Looking at the core functionality of the "New Here" and "Import" buttons, I 
am creating a lots of buttons that seeming do nothing. Can someone offer 
some guidance on proper usage of tm-perform-import and whether what I am 
trying to do is possible without changing core TiddlyWiki stuff (which I am 
not qualified to do)?

/Mike

-- 
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/794a9b27-9c6d-47c1-abb0-cb3dae2e9c17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro with substitution

2018-02-08 Thread 'Mark S.' via TiddlyWiki
You could define the macro globally in it's own tiddler, so it's separate 
from the rest of the code. Or, as I mentioned, you could do the 
concatenation inside your JS macro.

Have fun
-- Mark

On Thursday, February 8, 2018 at 7:44:45 AM UTC-8, Tristan Kohl wrote:
>
> Hi Mark,
>
> that works, thank you so much for this I would never have come to this by 
> myself.
>
> However my guts hurt when I see a macro defined inside a tiddler. I know 
> that this is the way TW works but whenever I develop software I work very 
> hard to separate concerns as much as possible so mashing everything 
> together is a tough pill :)
>
> Nevertheless this solves my problem so thanks again.
>
> Cheers,
> Tristan
>
>
> On Thursday, February 8, 2018 at 4:32:15 PM UTC+1, Mark S. wrote:
>>
>> Whenever you need to concatenate, you almost need a helper macro. 
>> Something like this might work:
>>
>>
>> \define myfilter() [tag[action]hive[$(title)$]]
>>
>> <$vars title={{!!title}}>
>> <$macrocall $name=mymacro filter=<> columns="title date text" 
>> columns2="UID Date Notes"/>
>> 
>>
>> Of course, I'm just guessing at your argument names and I had no way of 
>> testing this. You might be able to do this without using <$macrocall>, but 
>> macrocall is usually a little more predictable. You could also set up your 
>> environmental variables and then pick them up inside your JS macro using 
>> getVar (or is it getVariable? -- look around). Then you could concatenate 
>> within your JS (JS being a lot more predictable than TW syntax).
>>
>> Good luck
>>
>> -- Mark
>>
>> On Thursday, February 8, 2018 at 7:10:37 AM UTC-8, Tristan Kohl wrote:
>>>
>>> Hey guys,
>>>
>>> for my wiki I need to substitute part of a filter which gets passed to a 
>>> macro which in turn builds a table from those tiddlers.
>>>
>>> My call looks like this:
>>> <>
>>> Obviously that does not work (I dropped a console.log in my JS macro), 
>>> my macro gets passed the filter without substituted title. What else I 
>>> tried and did not work:
>>>
>>>- Enclosing the filter in quotes
>>>- Using the filter without quotes
>>>- Using {{!!title}}
>>>- $set a variable and concatenate the filter: [tag[action]hive] 
>>>- Results in an TW error claiming the widget being null (maybe my macro 
>>> is 
>>>not bullet proof)
>>>- $set a variable by making the substitution the vars value: <$set 
>>>name="var" value={{!!title}}>
>>>
>>> My initial thought was this might be caused by the tiddler being 
>>> transcluded via the *tabs* macro. But when I just drop the filter 
>>> inside a list widget it shows the correct tiddlers and a {{!!title}} inside 
>>> the transcluded tiddler revealed the name of the "parent" tiddler - so no 
>>> problem there.
>>>
>>>
>>> I am out of ideas so I came here hoping someone is willing to point me 
>>> into the right direction.
>>>
>>>
>>> Cheers,
>>>
>>> Tristen
>>>
>>

-- 
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/a81b9d74-2f64-41c4-9ce7-99764fef2cac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro with substitution

2018-02-08 Thread Tristan Kohl
Hi Mark,

that works, thank you so much for this I would never have come to this by 
myself.

However my guts hurt when I see a macro defined inside a tiddler. I know 
that this is the way TW works but whenever I develop software I work very 
hard to separate concerns as much as possible so mashing everything 
together is a tough pill :)

Nevertheless this solves my problem so thanks again.

Cheers,
Tristan


On Thursday, February 8, 2018 at 4:32:15 PM UTC+1, Mark S. wrote:
>
> Whenever you need to concatenate, you almost need a helper macro. 
> Something like this might work:
>
>
> \define myfilter() [tag[action]hive[$(title)$]]
>
> <$vars title={{!!title}}>
> <$macrocall $name=mymacro filter=<> columns="title date text" 
> columns2="UID Date Notes"/>
> 
>
> Of course, I'm just guessing at your argument names and I had no way of 
> testing this. You might be able to do this without using <$macrocall>, but 
> macrocall is usually a little more predictable. You could also set up your 
> environmental variables and then pick them up inside your JS macro using 
> getVar (or is it getVariable? -- look around). Then you could concatenate 
> within your JS (JS being a lot more predictable than TW syntax).
>
> Good luck
>
> -- Mark
>
> On Thursday, February 8, 2018 at 7:10:37 AM UTC-8, Tristan Kohl wrote:
>>
>> Hey guys,
>>
>> for my wiki I need to substitute part of a filter which gets passed to a 
>> macro which in turn builds a table from those tiddlers.
>>
>> My call looks like this:
>> <>
>> Obviously that does not work (I dropped a console.log in my JS macro), my 
>> macro gets passed the filter without substituted title. What else I tried 
>> and did not work:
>>
>>- Enclosing the filter in quotes
>>- Using the filter without quotes
>>- Using {{!!title}}
>>- $set a variable and concatenate the filter: [tag[action]hive] 
>>- Results in an TW error claiming the widget being null (maybe my macro 
>> is 
>>not bullet proof)
>>- $set a variable by making the substitution the vars value: <$set 
>>name="var" value={{!!title}}>
>>
>> My initial thought was this might be caused by the tiddler being 
>> transcluded via the *tabs* macro. But when I just drop the filter inside 
>> a list widget it shows the correct tiddlers and a {{!!title}} inside the 
>> transcluded tiddler revealed the name of the "parent" tiddler - so no 
>> problem there.
>>
>>
>> I am out of ideas so I came here hoping someone is willing to point me 
>> into the right direction.
>>
>>
>> Cheers,
>>
>> Tristen
>>
>

-- 
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/c75ab5ac-e6e5-4c51-8b93-4bf65f5de029%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro with substitution

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Whenever you need to concatenate, you almost need a helper macro. Something 
like this might work:


\define myfilter() [tag[action]hive[$(title)$]]

<$vars title={{!!title}}>
<$macrocall $name=mymacro filter=<> columns="title date text" 
columns2="UID Date Notes"/>


Of course, I'm just guessing at your argument names and I had no way of 
testing this. You might be able to do this without using <$macrocall>, but 
macrocall is usually a little more predictable. You could also set up your 
environmental variables and then pick them up inside your JS macro using 
getVar (or is it getVariable? -- look around). Then you could concatenate 
within your JS (JS being a lot more predictable than TW syntax).

Good luck

-- Mark

On Thursday, February 8, 2018 at 7:10:37 AM UTC-8, Tristan Kohl wrote:
>
> Hey guys,
>
> for my wiki I need to substitute part of a filter which gets passed to a 
> macro which in turn builds a table from those tiddlers.
>
> My call looks like this:
> <>
> Obviously that does not work (I dropped a console.log in my JS macro), my 
> macro gets passed the filter without substituted title. What else I tried 
> and did not work:
>
>- Enclosing the filter in quotes
>- Using the filter without quotes
>- Using {{!!title}}
>- $set a variable and concatenate the filter: [tag[action]hive] - 
>Results in an TW error claiming the widget being null (maybe my macro is 
>not bullet proof)
>- $set a variable by making the substitution the vars value: <$set 
>name="var" value={{!!title}}>
>
> My initial thought was this might be caused by the tiddler being 
> transcluded via the *tabs* macro. But when I just drop the filter inside 
> a list widget it shows the correct tiddlers and a {{!!title}} inside the 
> transcluded tiddler revealed the name of the "parent" tiddler - so no 
> problem there.
>
>
> I am out of ideas so I came here hoping someone is willing to point me 
> into the right direction.
>
>
> Cheers,
>
> Tristen
>

-- 
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/78493e60-4ff2-40da-a4e3-dc3b40c407de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Macro with substitution

2018-02-08 Thread Tristan Kohl
Hey guys,

for my wiki I need to substitute part of a filter which gets passed to a 
macro which in turn builds a table from those tiddlers.

My call looks like this:
<>
Obviously that does not work (I dropped a console.log in my JS macro), my 
macro gets passed the filter without substituted title. What else I tried 
and did not work:

   - Enclosing the filter in quotes
   - Using the filter without quotes
   - Using {{!!title}}
   - $set a variable and concatenate the filter: [tag[action]hive] - 
   Results in an TW error claiming the widget being null (maybe my macro is 
   not bullet proof)
   - $set a variable by making the substitution the vars value: <$set 
   name="var" value={{!!title}}>

My initial thought was this might be caused by the tiddler being 
transcluded via the *tabs* macro. But when I just drop the filter inside a 
list widget it shows the correct tiddlers and a {{!!title}} inside the 
transcluded tiddler revealed the name of the "parent" tiddler - so no 
problem there.


I am out of ideas so I came here hoping someone is willing to point me into 
the right direction.


Cheers,

Tristen

-- 
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/8de7e8f0-303d-4fd0-8f4e-ad08264f0b69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
@TiddlyTweeter,

thanks, this is in muuri view, there I need to tinker it a bit to fit 
better.
how is it in the normal view?

thanks for your input,
BurningTreeC

-- 
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/e19f85f8-a827-4117-90af-07998649a1a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread @TiddlyTweeter
 Ciao BTC

Nice idea.

Early feedback. On Win 7 Firefox 52 64bit. (1) The keyboard appears over 
the edit area and you can't move it. (2) Too much transparency ...

 

Best wishes
Josiah

BurningTreeC wrote:
>
> I'm making an onscreen keyboard and I've put a proof of concept onto 
> http://muritest.tiddlyspot.com - it's accessible in all views in edit mode
>

-- 
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/f682b21a-b1de-4526-a0a9-8d3851dff971%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-08 Thread David Gifford
Wow, this is great! Thank you, Diego!

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Feb 7, 2018 at 8:04 PM, Diego Mesa  wrote:

> Hey all,
>
> Just for fun, I went ahead and modified Mario's plugin to go directly to
> edit mode. You have to edit:
>
> $:/core/macros/tabs
>
> And copy/paste the following content into it:
>
> \define tabs(tabsList,default,state:"$:/state/tab",class,template)
> 
> 
> <$list filter="$tabsList$" variable="currentTab">
> <$set name="save-currentTiddler" value=<>>
> <$tiddler tiddler=<>>
> <$button set=<> setTo=< >> default="$default$" selectedClass="tc-tab-selected" tooltip={{!!tooltip
> }}>
> <$transclude tiddler={{!!icon}}/>
> <$tiddler tiddler=<>>
> <$set name="tv-wikilinks" value="no">
> <$transclude tiddler=<> field=
> "caption">
> <$macrocall $name="currentTab" $type=
> "text/plain" $output="text/plain"/>
> 
> 
> 
> 
> 
> <$button>
> {{$:/core/images/link}}
> <$action-sendmessage $message=
> "tm-edit-tiddler" $param=<> />
> 
> 
> 
> 
> 
> 
> 
> 
> <$list filter="$tabsList$" variable="currentTab">
>
> <$reveal type="match" state=<> text=<<
> currentTab>> default="$default$">
>
> <$transclude tiddler="$template$" mode="block">
>
> <$transclude tiddler=<> mode="block"/>
>
> 
>
> 
>
> 
> 
> 
> \end
>
> All it does it replace Mario's original  with a . Currently,
> this comes at the cost of:
>
>
>- An ugly button - this can be styled!
>- When pressed for system/shadow tiddlers the warning pops up - this
>is desired!
>
> Best,
>
> Diego
>
>
> On Wednesday, February 7, 2018 at 6:57:23 PM UTC-6, David Gifford wrote:
>>
>> Thanks Mario!
>>
>> David Gifford
>> Mexico team leader, Mexico City
>>
>> *Resonate Global Mission*
>> *Engaging People. Embracing Christ.*
>> A Ministry of the Christian Reformed Church
>> resonateglobalmission.org
>>
>>
>> On Wed, Feb 7, 2018 at 6:55 PM, PMario  wrote:
>>
>>> On Wednesday, February 7, 2018 at 3:29:09 PM UTC+1, David Gifford wrote:

 But it bugs me that I have to do three steps to edit the tiddlers
 referenced by the tabs: 1) Click on the tab 2) Click on the link image on
 the tab to open the tiddler. 3) click to edit the tiddler. Since what the
 user wants to do is edit the tiddler (since she can already view the
 tiddler in the tab), it makes sense that clicking on the link image would
 open the tiddler in edit mode. That would reduce from three steps to two.

>>>
>>> There is an option, that allows you to show all links for all tabs.
>>> So this will shorten your workflow by 1 click.
>>>
>>> https://wikilabs.github.io/editions/link-to-tabs/#%24%3A%2Fp
>>> lugins%2Fwikilabs%2Flink-to-tabs
>>>
>>>
 Pleasepleaseplease Mario: modify the plugin, or create a modified
 version of the plugin with this feature, as this would enhance this plugin!

>>>
>>> That's interesting.
>>> We'll see. ... No promises, ... no ETA ;)
>>>
>>> But, I did create an issue at github: https://github.com/wikilabs/pl
>>> ugins/issues/10
>>>
>>> -m
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "TiddlyWiki" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/tiddlywiki/D_1lp8cMRuk/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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/ms
>>> gid/tiddlywiki/53e640df-7c13-4139-b5ca-c4a52166d0e3%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/D_1lp8cMRuk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send 

[tw] [Proof of concept] Tiddly Onscreen Keyboard

2018-02-08 Thread BurningTreeC
Hello community,

I'm making an onscreen keyboard and I've put a proof of concept onto 
http://muritest.tiddlyspot.com - it's accessible in all views in edit mode


I'd need a little help, if you're interested in such a tool


cheers,
BurningTreeC

-- 
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/81d5b17f-e8cf-4305-810e-510597cecfaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.