[tw5] Re: Sort Filter results by most common

2018-08-05 Thread 'Mark S.' via TiddlyWiki
You can just use the filter tab of the advanced search page. If all the 
tiddlers related to your project share a tag, then you can put in a filter 
like:

[tag[mytag]]

and use the download (looks like an upload icon, unfortunately) to download 
in one of 4 formats -- json being the one that is most useful in most 
cases. Then you can attach the json to your email (if that's how you 
consume the group) or attach it in the Google forum.

If you don't have a common tag, you might use the ones that have been 
modified most recently:

[!sort[modified]limit[10]]

where "10" is whatever number it takes to expose the tiddlers you have been 
working on.

Thanks!
-- Mark

Hmm ... "consume the group" -- TT is going to say something about that ...

On Sunday, August 5, 2018 at 9:11:22 PM UTC-7, Dave wrote:
>
> That did the trick -  thank you!
>
> I'm going to  sleep soon, but I'll try to describe better what I'm doing 
> for context.  Unfortunately I don't know anything about json files, but 
> I'll do my best :)
>

-- 
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/b569221d-9157-42ef-bf74-abf9ff63b640%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Filter results by most common

2018-08-05 Thread Dave
That did the trick -  thank you!

I'm going to  sleep soon, but I'll try to describe better what I'm doing 
for context.  Unfortunately I don't know anything about json files, but 
I'll do my best :)

-- 
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/05c14ace-b3e6-44ac-8b75-31f4012b555d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Filter results by most common

2018-08-05 Thread 'Mark S.' via TiddlyWiki
I'm afraid that I've lost track of the intent here. Like Tony suggests, it 
would be good to have some sample data.

Since you want to append to a list field, you will probably need the 
listops operator instead of the set-field:

<$action-listops $field="aaa" $subfilter=<>/>

I don't know if that will work, because I'm not sure how the data is set 
up. Would there be lists incoming from the data dictionary, or from the 
existing fields?

Good luck!
-- Mark

On Sunday, August 5, 2018 at 7:50:02 PM UTC-7, Dave wrote:
>
> Thanks, that kind of works...
>
> What it seems to do is for each pass through the loop put the text for 
> that loop into the field, but then the next loop writes on top of the last 
> pass.
>
> So out of the total string "cbm cbm.midline pmrf pmrf [[opp motor cortex]] 
> pmrf cn8"
>
> the final text left in the field is "pmrf cn8"
>
> Is there a function in tiddlywiki similar to "aaa"="aaa"+<>?
>
>
> I'll try to make the process happen with a macro outside of the button and 
> start inside the button by clearing the field at the beginning of the 
> button click...
>

-- 
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/adb176e2-295e-465d-97a0-6dbe12f8bb06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Filter results by most common

2018-08-05 Thread TonyM
Dave,

Can you share a json file for test tiddlers of fruit for me to experiment 
against?

Tony

On Monday, August 6, 2018 at 12:50:02 PM UTC+10, Dave wrote:
>
> Thanks, that kind of works...
>
> What it seems to do is for each pass through the loop put the text for 
> that loop into the field, but then the next loop writes on top of the last 
> pass.
>
> So out of the total string "cbm cbm.midline pmrf pmrf [[opp motor cortex]] 
> pmrf cn8"
>
> the final text left in the field is "pmrf cn8"
>
> Is there a function in tiddlywiki similar to "aaa"="aaa"+<>?
>
>
> I'll try to make the process happen with a macro outside of the button and 
> start inside the button by clearing the field at the beginning of the 
> button click...
>

-- 
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/404b19ce-8bd1-4344-b922-7fd7385abab5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Filter results by most common

2018-08-05 Thread Dave
Thanks, that kind of works...

What it seems to do is for each pass through the loop put the text for that 
loop into the field, but then the next loop writes on top of the last pass.

So out of the total string "cbm cbm.midline pmrf pmrf [[opp motor cortex]] 
pmrf cn8"

the final text left in the field is "pmrf cn8"

Is there a function in tiddlywiki similar to "aaa"="aaa"+<>?


I'll try to make the process happen with a macro outside of the button and 
start inside the button by clearing the field at the beginning of the 
button click...

-- 
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/eac292e4-21b1-4f21-87f3-a7eebaa1cc0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Bob version 1.0.3 Sourdough Crumpets or It has been way too long

2018-08-05 Thread TonyM
Jed,

Thanks for the continued development and innovation. I value bob a lot.

Tony

On Monday, August 6, 2018 at 3:33:11 AM UTC+10, Jed Carty wrote:
>
> For the moment this is only the plugin version because uploading the 
> single executable version on my terrible internet connection at home isn't 
> going well.
>
> The biggest change is that you can now reconnect to a server after being 
> disconnected and the wiki state is resycned without needing to reload the 
> full wiki. On a slow connection this can save a lot of time. There is also 
> some simple detection for conflicts if the server and your wiki both 
> changed while disconnected.
> This means that you can work on the wiki while disconnected and then when 
> you are able reconnect to the server and have it save your changes. It also 
> lays the groundwork for using Bob with twederation.
>
>
> There are a lot of other changes here because I haven't been in the mood 
> to bump the version when I probably should have or announce anything. Many 
> of the changes or on the back-end so things just work better, but there are 
> a few noticeable ones:
>
> - Added the unloadWiki message. This lets you unload a wiki from inside 
> the browser and then reload the page. This lets you change plugins listed 
> in the tiddlywiki.info file and have those changes take effect without 
> restarting the server.
> - There are a number of back-end changes that prevent lost messages. If 
> you ever had an edit disappear after reloading the wiki, or if you noticed 
> that when you changed the wiki title it wouldn't always save the last few 
> key strokes, that should be fixed now.
> - Date fields should work better now. Let me know if there are any more 
> errors with them.
> - You can list plugins to be served with all Bob wikis regardless of if 
> they are listed in the wikis tiddlywiki.info file, this is useful if you 
> use Bob to create a wiki and then distribute it in another form
> - The default prefix for the file server url is files instead of file to 
> match the new work Jeremy has done with the --listen command
> - Detecting when the browser has lost its connection to the server is much 
> better now. The connection health is now determined by the web socket link 
> state, not by the heartbeat signal, so you shouldn't get the blinking 
> 'Disconnected' errors anymore.
>
> The full changelog is here: 
> https://github.com/OokTech/TW5-Bob/blob/master/Changelog.tid
>
> The plugin is on git here: https://github.com/OokTech/TW5-Bob
>
> As always let me know if you run into any bugs. I will try and get the 
> single executable version set up sometime soon.
>

-- 
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/7853e9e7-e765-4480-91c0-870c62dff4d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-05 Thread TonyM
See also references that have helped me here

http://tobibeer.github.io/tb5/#Variables%20vs.%20Parameters
http://tobibeer.github.io/tw/filters/#Filter%20Examples

Regards
Tony

On Sunday, August 5, 2018 at 3:06:47 AM UTC+10, @TiddlyTweeter wrote:
>
> I can't admit I understand the complexity of "Brackets" (<> <<>> [] [[]] 
> curly variants etc) or "Quotes" ("", ''  '', ''' ''' etc).
>
> Is there a *Crib Sheet* that gives an overview of their variant use? They 
> seem pretty important to understand well.
>
> 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/24f39f3d-94b6-4bcf-9752-16360ab60ec7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Installed tiddlyserver, but still unable to save TW file in FF 61

2018-08-05 Thread Arlen Beiler
A few things.

First, you can download the latest empty and then just drag the other wiki
into it to import everything.

Second, you can drag the put saver tiddler from empty into the one you are
trying to save.

If you open the devtools in the browser and go to the network tab, what
requests are shown?

What is the terminal output for TiddlyServer? The backup directory may have
either the escaped windiws backslash or the forward slash, it doesn't
matter. I used both in the same file.

Arlen

On Mon, Aug 6, 2018, 06:31 JPTech250  wrote:

> That makes sense. Yes, the versions are different.
>
> A real puzzle though, used the TW upgrader to bump up my existing TW file
> to v. 17, and still no dice.
>
> I'll try digging, but the save option is important enough for me where
> I'll just start over again (and use the older one as reference).
>
>
>
>
>
>
> On Sunday, August 5, 2018 at 12:15:06 AM UTC-4, Mark S. wrote:
>>
>> Is there a difference in the TW version number of the two TW files?
>>
>> I *think* that I had to drag and drop a new version of
>> $:/core/modules/savers/put.js into an older version of TW in order to get
>> it to work on one of my tiddlers. I'm not sure where I got the idea for
>> this.
>>
>> -- Mark
>>
>>
>> On Saturday, August 4, 2018 at 5:10:35 PM UTC-7, JPTech250 wrote:
>>>
>>> *UPDATE*
>>>
>>> Tested with an empty TW file, and I'm able to save without any issues.
>>>
>>> Not sure what's different about my original TW file (apart from content,
>>> of course), but the problem appears to be file-specific.
>>>
>>> Thanks,all.
>>> -JP
>>>
>>>
>>>
>>> --
> 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/fb4b825b-5a89-4665-b2d5-8f066ac3607b%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/CAJ1vdSSxSpLa-NC8-mhgUAPNj8SqMU-1N%3DBcx3GPz9vdcSvsHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: PDF on desktop

2018-08-05 Thread TonyM
JL,

TiddlyDesktop has its own browser (A branch of code which includes chrome I 
believe) which should use the local machines PDF handling. If you can 
reinstall your PDF reader it may resolve things.

I tried to replicate this but I need to reboot my computer.

Regards
Tony

On Sunday, August 5, 2018 at 10:13:11 PM UTC+10, JL wrote:
>
> Thanks, that could be a workaround. 
>
>
> On Sunday, 5 August 2018 12:41:26 UTC+10, Ste Wilson wrote:
>>
>> I serve it from Google docs
>>
>> http://docs.google.com/gview?url=http://toyourpdfontheweb. 
>> pdf=true" style="width:100%; height:500px;" 
>> frameborder="0">
>>
>

-- 
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/ddc642a5-93d0-4411-9bc6-c2d904ff8198%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Filter results by most common

2018-08-05 Thread 'Mark S.' via TiddlyWiki
This version:

<$button>
<$list filter="[all[current]fields[]]" variable="fieldname">
<$list filter="[all[current]getprefix[1]suffix[1]]" 
variable="dummy" >
<$list filter="[titlegetindex[origin]]" variable="origin">
<$action-setfield $field="aaa" $value=<>/>
<>





Will put the final value of <> into the "aaa" field of the current 
tiddler (I'm not sure if that's what you meant to do, but that's what it 
does).

The main thing was to make $value=<>. When you assign a 
macro/variable inside a widget you need the <> without quotes.  
As a digression, the exception to this rule might when you use the wikify 
widget, which has the ability to look inside a string of wikitext and 
render it the way it would as wikitext and then assign it to a variable. 

The other thing, is that you didn't use a button or other widget to 
activate the ActionSetField widget. All the Action-Do-Thingies need to be 
activated by some event (typically a button, radio button, select widget, 
etc.) The main point, I think, is to prevent actual changes to your TW from 
occurring until you're actually ready.

HTH

-- Mark


On Sunday, August 5, 2018 at 2:40:03 PM UTC-7, Dave wrote:
>
> When I use the <$count> widget, (no more fruit - this is the actual 
> content I'm dealing with)
>
> <$list filter="[all[current]fields[]]" variable="fieldname">
> <$list filter="[all[current]getprefix[1]suffix[1]]" 
> variable="dummy" >
> <$list filter="[titlegetindex[origin]]" variable="origin">
>  <>:<$count filter=" <>"/>
> 
> 
> 
>
> I get a list like this:
>
> cbm cbm.midline:1
> pmrf:1
> pmrf:1
> [[opp motor cortex]]:1
> pmrf cn8:1
>
> There are 2 obvious problems: 
> 1) the count treats each "sentence" (a line from a data tiddler) rather 
> than each "word", and
> 2) the count is only valid for each "pass" through the filter, so 
> everything will come out as "1"
>
> So I thought the best start would be to assign the output of the whole 
> filter to a field for further processing.
> The filter set to output just "<>" by itself results in "cbm 
> cbm.midline pmrf pmrf [[opp motor cortex]] pmrf cn8", 
> which should be easier to deal with, but this doesn't seem to set the 
> results in the field "aaa" of the current tiddler:
>
> <$list filter="[all[current]fields[]]" variable="fieldname">
> <$list filter="[all[current]getprefix[1]suffix[1]]" 
> variable="dummy" >
> <$list filter="[titlegetindex[origin]]" variable="origin">
> <$action-setfield $field="aaa" $value=""/>
> <>
> 
> 
> 
>
> I tried all of the following
>
> $value=""
> $value=
> $value="<>"
> $value=<>
> $value="$$"
> $value=$$
>
> but none of them resulted in a field "aaa" at all, let alone one filled 
> with the proper content.
>
> Just before posting this I tried all variations of:
>
> <$action-setfield field="aaa" value=""/>
>
> i.e. I spotted that "field" and "value" didn't need the "$" like the 
> "$tidder" would in the tiddlywiki.com examples
>
>
> What am I doing wrong here?  I should be able to get that filter-produced 
> string "cbm cbm.midline pmrf pmrf [[opp motor cortex]] pmrf cn8" into a 
> field, shouldn't I?
>
>

-- 
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/59ab7d75-9b41-42d1-9b30-b1e6ad32db98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Installed tiddlyserver, but still unable to save TW file in FF 61

2018-08-05 Thread JPTech250
That makes sense. Yes, the versions are different. 

A real puzzle though, used the TW upgrader to bump up my existing TW file 
to v. 17, and still no dice.

I'll try digging, but the save option is important enough for me where I'll 
just start over again (and use the older one as reference).






On Sunday, August 5, 2018 at 12:15:06 AM UTC-4, Mark S. wrote:
>
> Is there a difference in the TW version number of the two TW files?
>
> I *think* that I had to drag and drop a new version of 
> $:/core/modules/savers/put.js into an older version of TW in order to get 
> it to work on one of my tiddlers. I'm not sure where I got the idea for 
> this.
>
> -- Mark
>
>
> On Saturday, August 4, 2018 at 5:10:35 PM UTC-7, JPTech250 wrote:
>>
>> *UPDATE*
>>
>> Tested with an empty TW file, and I'm able to save without any issues.
>>
>> Not sure what's different about my original TW file (apart from content, 
>> of course), but the problem appears to be file-specific.
>>
>> Thanks,all.
>> -JP
>>
>>
>>
>>

-- 
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/fb4b825b-5a89-4665-b2d5-8f066ac3607b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Filter results by most common

2018-08-05 Thread Dave
When I use the <$count> widget, (no more fruit - this is the actual content 
I'm dealing with)

<$list filter="[all[current]fields[]]" variable="fieldname">
<$list filter="[all[current]getprefix[1]suffix[1]]" 
variable="dummy" >
<$list filter="[titlegetindex[origin]]" variable="origin">
 <>:<$count filter=" <>"/>




I get a list like this:

cbm cbm.midline:1
pmrf:1
pmrf:1
[[opp motor cortex]]:1
pmrf cn8:1

There are 2 obvious problems: 
1) the count treats each "sentence" (a line from a data tiddler) rather 
than each "word", and
2) the count is only valid for each "pass" through the filter, so 
everything will come out as "1"

So I thought the best start would be to assign the output of the whole 
filter to a field for further processing.
The filter set to output just "<>" by itself results in "cbm 
cbm.midline pmrf pmrf [[opp motor cortex]] pmrf cn8", 
which should be easier to deal with, but this doesn't seem to set the 
results in the field "aaa" of the current tiddler:

<$list filter="[all[current]fields[]]" variable="fieldname">
<$list filter="[all[current]getprefix[1]suffix[1]]" 
variable="dummy" >
<$list filter="[titlegetindex[origin]]" variable="origin">
<$action-setfield $field="aaa" $value=""/>
<>




I tried all of the following

$value=""
$value=
$value="<>"
$value=<>
$value="$$"
$value=$$

but none of them resulted in a field "aaa" at all, let alone one filled 
with the proper content.

Just before posting this I tried all variations of:

<$action-setfield field="aaa" value=""/>

i.e. I spotted that "field" and "value" didn't need the "$" like the 
"$tidder" would in the tiddlywiki.com examples


What am I doing wrong here?  I should be able to get that filter-produced 
string "cbm cbm.midline pmrf pmrf [[opp motor cortex]] pmrf cn8" into a 
field, shouldn't I?

-- 
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/b760d5f8-946c-471f-a5c7-1bbf2903ae73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] setting up tiddlywiki with save working on Apache

2018-08-05 Thread 'Mark S.' via TiddlyWiki
Are you getting messages about "split" ? Down in the code there's a set of 
lines:

/ get options
foreach($optionArr as $o) {
list($key, $value) = split('=', $o);
$options[$key] = $value;
}

My understanding is that "split" has been deprecated and might need to be 
fixed with "explode". One report in the forum said that they were able to 
simply remove the lines, which suggests that they might never get invoked 
in some circumstances.

-- Mark

On Sunday, August 5, 2018 at 11:20:38 AM UTC-7, Ivan Aparicio wrote:
>
> Do you know what changes are needed? I had a great little setup with 
> store.php on apache until I upgraded my PHP to update nextcloud :(. Now I 
> don't have access to my tiddlywiki
>
> On Tuesday, June 12, 2018 at 5:50:40 PM UTC+1, Mark S. wrote:
>>
>> Re Store.php, you need to make a small code change to accommodate the 
>> latest PHP You may also need to adjust max upload/download sizes in the 
>> store.php file and perhaps in the php.ini file.
>>
>> -- Mark
>>
>>

-- 
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/e4020991-a112-4dcd-b686-8fd0388facec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread h0p3


This post turned out longer than I expected. You'll have to forgive me if 
what I'm saying is weird or not useful to you. I'm thinking outloud. I want 
you to know, I love the tool you are building, and I'm intensely grateful. 

You can now select if you want to focus the text-editor or the title when 
> editing a tiddler. I'll probably add shortcuts that will be active in 
> select-mode to focus title, tags, editor, type and fields inputs
>
Making shortcuts to target features for any focused tiddler is a damned 
good idea. I don't know how far you are going with this, and I might have 
the wrong vision. Building a framework to control as many standard 
components of Tiddlywiki through a keyboard might be worthwhile. The more I 
think about this, the more I'm convinced some version of your plugin should 
be in Tiddlywiki's primary codebase (I always wonder if some aspects of the 
code will eventually go WASM, but that may defeat the purpose).

Your tool is a hack for me. It allows to navigate and organize large 
workflows by hand, which is the intended purpose, but more importantly, it 
allows me to leverage non-JS ecosystems without NPM. I really do want to 
keep Tiddlywiki as self-contained as possible inside a single HTML. That's 
what is truly magic about it. The moment I'm leaving the browser to run NPM 
though, I feel like I should just be using some other tool besides 
Tiddlywiki (this may just be my incompetence though).

I think I'm going to abuse your tool in a way that is simply the result of 
me not being able to figure out how to write my own JS modifications of the 
wiki. To me, you are giving us platform agnostic controls over the wiki, a 
ghetto API to a magical blackbox meant for skiddies like me.


Back when I used Windows, I was an AutoHotKey fan. In many cases, I might 
not want or be able to touch the memory of a program, but I can 
programmatically tell you how to interact with it from the keyboard and 
mouse. Your tool may be a bridge for me. I'm interested in integrating a 
lot of python and bash (actually, xonsh) scripts into my TW. For example, I 
now use a tool that sanitizes my clipboard with replacements and pastes 
(because I have to move data from other programs through clipboard often 
enough). I also have a script which takes a list of tiddlers from "New" and 
organizes them into a nested list structure that I consistently use as a 
template. Automating tiddler creation, templating, and other processes 
through the keyboard may give me the Rube-Goldberg machine I always dreamed 
of. Thank you. =)


If Tiddlywiki is a specialized self-contained VMed OS in my browser 
(Zawinski's law, give me the ability to decentrally mail tiddlers!), then 
maybe you're building some kind of visual commandline (I wonder what a 
console would look like in Tiddlywiki; a true commandline could be very 
powerful). I hope to read titles, xonsh parse and massage data, and use 
your tool to manually edit Tiddlywiki through xdotool and i3msgs. I can do 
this through NPM, but it requires decompiling and recompiling the 
Tiddlywiki (which I may just be forced to accept in the end); it has not 
been foolproof for me either. 

On a side note, I'm forced to use this: 
https://philosopher.life/#%24%3A%2F_toggle-editor-toolbar_preview:%24%3A%2F_toggle-editor-toolbar_preview,
 
a tool to disable toolbars, in order to maintain the font I want to have in 
the editor itself. Is this going to be a huge monkeywrench?


My claim might be dumb, and perhaps it should not have any influence on 
what you are constructing because this is just one person's oddball 
usecase. I'll leave that up to you.

How did you imagine the search bar? How should it behave, what should it 
> search for... ?
>
I want to open search from keyboard, type stuff in, and use my keyboard to 
quickly navigate through the list. Currently, it has very poor 
highlighting, I must use Tab and Ctrl+Tab to move through the list (would 
love more options), and I have to Tab quite a bit to actually get to 
navigating the list in the first place. I suppose I may just fix this 
myself though (the highlighting I cannot).

Some of the work that others to do with tagging I choose to do with titles 
(so far, I'm not seeing why I should switch over to tags, but I may be 
blind here). Eventually, I aim to be able to search by title and then 
search for text within those titles (that may be already possible, but I've 
not figured out how yet). I may end up having to write out a bunch of 
specialized query templates.

Organizing my wiki is a very large matter of debate which I continue to 
think about. The softness of Tiddlywiki as software is exactly what I need 
as I figure out what it's supposed to look like. Search is ridiculously 
important, but I think I actually need to finds ways that are specifically 
tailored to the structures I have built. I will think more about your 
question. 


On Sunday, August 5, 2018 at 7:55:15 AM UTC-4, BurningTreeC wrote:

[tw5] Re: [TW5] Bob version 1.0.3 Sourdough Crumpets or It has been way too long

2018-08-05 Thread Stobot
Awesome!! I look forward to the executable to come out to upgrade my team's 
Bob so I can try it out. Thanks for your continued development on this Jed. 

-- 
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/1e42f748-b86b-43d8-a55d-73d98c9f22a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] setting up tiddlywiki with save working on Apache

2018-08-05 Thread Ivan Aparicio
Do you know what changes are needed? I had a great little setup with 
store.php on apache until I upgraded my PHP to update nextcloud :(. Now I 
don't have access to my tiddlywiki

On Tuesday, June 12, 2018 at 5:50:40 PM UTC+1, Mark S. wrote:
>
> Re Store.php, you need to make a small code change to accommodate the 
> latest PHP You may also need to adjust max upload/download sizes in the 
> store.php file and perhaps in the php.ini file.
>
> -- Mark
>
>

-- 
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/ba6a3624-4e7c-48c4-bb94-3d64e250222a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Use a button to create a tiddler in view mode: Is this legal or illegal?

2018-08-05 Thread Mohammad
Hello FrD,

 I like your solution! It uses widgets for the purpose they are designed 
(here you used the meaningful action-setfield and your code is much more 
clearer than what I wrote!
I use your code!

Thank you
*Mohammad*

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


[tw5] Re: Use a button to create a tiddler in view mode: Is this legal or illegal?

2018-08-05 Thread FrD
Hi,

Seems fine to me ! Nothing to worry about -:)
The FBI (Fake Button Investigators) won't be alerted ...

Another way to do the same :

\define _title() $(currentTiddler)$-thumbnails
\define _text() <>
\define actions()
<$action-setfield $tiddler=<<_title>> text=<<_text>>/>
<$action-navigate $to=<<_title>> />
\end

<$button actions=<>>Thumbnails2




Regards

FrD

Le dimanche 5 août 2018 19:17:00 UTC+2, Mohammad a écrit :
>
>
> Problem: 
>
> I.  I want a button to create a tiddler put some text inside it and 
> navigate to it in view mode NOT edit mode
> II. If the tiddler is already exists, I want to navigate to tiddler and 
> not create it again or create a new one with a numerical counter at the end 
> (don't want to do what action create tiddler does)
>
>
> So, I did like below:
>
> \define _title() $(currentTiddler)$-thumbnails
> \define _text() <>
>
> <$button set=<<_title>> setTo=<<_text>> >Thumbnails
> <$action-navigate $to=<<_title>> />
> 
>
>
>
> This button create a tiddler with the title of current tiddler with 
> -thumbnails suffix and put this text <> inside it and 
> then navigate to it!
>
> Is this legal or illegal?
>
> Actually I used ilegally from set/setTo parameters in button widget to 
> create a new tiddler and if it exists use and navigate to it!
>
>
>
> *Mohammad*
>

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


[tw5] Re: Use a button to create a tiddler in view mode: Is this legal or illegal?

2018-08-05 Thread Mohammad
I mean from programming point of view! The good programming practice or 
standard always recommend clean and non error prone programming!
For example in Matlab or Fortran I use to program always we follow some 
rules!

So, here I mean standard (defacto) or good programming style!

I believe the elements shall be used for the purpose they were created! 
this help other understand code and can follow it and also it is easier to 
debug and mainatin


*Mohammad*

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


[tw5] [TW5] Bob version 1.0.3 Sourdough Crumpets or It has been way too long

2018-08-05 Thread Jed Carty
For the moment this is only the plugin version because uploading the single 
executable version on my terrible internet connection at home isn't going 
well.

The biggest change is that you can now reconnect to a server after being 
disconnected and the wiki state is resycned without needing to reload the 
full wiki. On a slow connection this can save a lot of time. There is also 
some simple detection for conflicts if the server and your wiki both 
changed while disconnected.
This means that you can work on the wiki while disconnected and then when 
you are able reconnect to the server and have it save your changes. It also 
lays the groundwork for using Bob with twederation.


There are a lot of other changes here because I haven't been in the mood to 
bump the version when I probably should have or announce anything. Many of 
the changes or on the back-end so things just work better, but there are a 
few noticeable ones:

- Added the unloadWiki message. This lets you unload a wiki from inside the 
browser and then reload the page. This lets you change plugins listed in 
the tiddlywiki.info file and have those changes take effect without 
restarting the server.
- There are a number of back-end changes that prevent lost messages. If you 
ever had an edit disappear after reloading the wiki, or if you noticed that 
when you changed the wiki title it wouldn't always save the last few key 
strokes, that should be fixed now.
- Date fields should work better now. Let me know if there are any more 
errors with them.
- You can list plugins to be served with all Bob wikis regardless of if 
they are listed in the wikis tiddlywiki.info file, this is useful if you 
use Bob to create a wiki and then distribute it in another form
- The default prefix for the file server url is files instead of file to 
match the new work Jeremy has done with the --listen command
- Detecting when the browser has lost its connection to the server is much 
better now. The connection health is now determined by the web socket link 
state, not by the heartbeat signal, so you shouldn't get the blinking 
'Disconnected' errors anymore.

The full changelog is 
here: https://github.com/OokTech/TW5-Bob/blob/master/Changelog.tid

The plugin is on git here: https://github.com/OokTech/TW5-Bob

As always let me know if you run into any bugs. I will try and get the 
single executable version set up sometime soon.

-- 
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/1c3d62fb-960f-4f2a-9018-1513366f8652%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Use a button to create a tiddler in view mode: Is this legal or illegal?

2018-08-05 Thread Ste Wilson
The authorities will be around to investigate your illegal tiddling... :)

What do you mean? 

-- 
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/bbd6389a-dfe7-44bb-8cc2-064c35b8c148%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Use a button to create a tiddler in view mode: Is this legal or illegal?

2018-08-05 Thread Mohammad

Problem: 

I.  I want a button to create a tiddler put some text inside it and 
navigate to it in view mode NOT edit mode
II. If the tiddler is exist, I want to navigate to tiddler and not create 
it again or create a new one with a numerical counter at the end (don't 
want to do what action create tiddler does)


So, I did like below:

\define _title() $(currentTiddler)$-thumbnails
\define _text() <>

<$button set=<<_title>> setTo=<<_text>> >Thumbnails
<$action-navigate $to=<<_title>> />




This button create a tiddler with the title of current tiddler with 
-thumbnails suffix and put this text <> and then 
navigate to it!

Is this legal or illegal?

Actually I used ilegally from set/setTo parameters in button widget to 
create a new tiddler and if it exists use and navigate to it!



*Mohammad*

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


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread @TiddlyTweeter

>
> BTC: How about a simple "S" or "SELECT MODE" in the top right bar (beneath 
> the sidebar button) with some highlighting background? I'll maybe make more 
> options and make them configurable, too


Simple "S" sounds good at that position. Pretty sure that will work well 
enough as an indicator.

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/66e375b7-9c7e-4f36-b73d-3e42e3c0a638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread @TiddlyTweeter

>
> BTC: What's KNmode? :)


Keyboard Navigation 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/390d493a-ab61-424a-8a07-6d66002cbb65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread @TiddlyTweeter

>
>
> TT ... -- When you create or edit a Tiddler you lose "S mode" / "KN mode." 
>> Not sure, but is that preventable? It would be nice to stay in it.
>>
>
> There's some background: the "E" shortcut for editing works within the 
> text-editor, too. If you type a word that contains "e", it wouldn't insert 
> the letter but trigger the shortcut. That's why I disable SelectMode when I 
> edit a tiddler.
>

Of course! I should have realised that in edit-mode there would be a 
conflict. My bad for not thinking it through!
 

> ... I could however modify KeeBoord so that it only triggers shortcuts if 
> we're not within an editor or input field. But the amount of such fields is 
> very high within tw so I wonder how often users then have to click outside 
> those fields so that they loose focus, just to trigger a keyboard shortcut. 
> That's somehow contra-productive
>

I agree. Being able to get back to "S mode" after an edit is easy anyway. 
So likely better not to makre it over complicated? 

FYI, small observation. I opened three Tiddlers to edit. I then clicked 
alt+s. Typed into one of them the word "the". You get to "th" and it bails 
out and loses focus and "S mode" goes off. It seems resilient & behaves 
well. 

Worth noting, if you had a case of, say, one tiddler open for editing and a 
load of others in view mode you could STILL navigate around with keys  
UNTIL you started an actual edit in the opened editor. So "S mode" is NOT 
incompatible with having Tiddlers open for edit, merely it switches off 
once you actually start editing.

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/fb5eb92a-3a5c-4ed7-a025-635d7e40f7de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create New Tiddler contains Wikified Value

2018-08-05 Thread FrD
Hi Eric,

Short and efficient !!!
Thanks for the tip.

Regards

FrD

Le dimanche 5 août 2018 16:22:42 UTC+2, Eric Shulman a écrit :
>
> On Sunday, August 5, 2018 at 5:27:30 AM UTC-7, FrD wrote:
>>
>> I may have a solution, not sure it's the smallest or the smartest ; and 
>> it uses the wikify widget.
>> \define actions()
>> <$wikify name=tt text="This is a text based on {{!!title}}">
>> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text=<>/>
>> 
>> \end
>>
>> <$button actions=<>>
>> Create
>> 
>>
>
> In this particular use case, since the reference is to the current tiddler 
> title, you can use the "currentTiddler" variable, rather than having to 
> transclude the title field of the tiddler and, since the actions are 
> defined in a macro, you can use the $(currentTiddler)$ *macro substitution" 
> syntax to insert the actual title text.  Something like this:
>
> \define actions()
> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text="This is 
> a text based on $(currentTiddler)$"/>
> \end
> <$button actions=<>>Create
>
> enjoy,
> -e
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/025a5718-19b6-4b2b-931b-1751561282da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create New Tiddler contains Wikified Value

2018-08-05 Thread Mohammad
Many Thanks Eric!
Now I can have a smaller and cleaner code!
*Mohammad*

On Sunday, August 5, 2018 at 6:52:42 PM UTC+4:30, Eric Shulman wrote:
>
> On Sunday, August 5, 2018 at 5:27:30 AM UTC-7, FrD wrote:
>>
>> I may have a solution, not sure it's the smallest or the smartest ; and 
>> it uses the wikify widget.
>> \define actions()
>> <$wikify name=tt text="This is a text based on {{!!title}}">
>> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text=<>/>
>> 
>> \end
>>
>> <$button actions=<>>
>> Create
>> 
>>
>
> In this particular use case, since the reference is to the current tiddler 
> title, you can use the "currentTiddler" variable, rather than having to 
> transclude the title field of the tiddler and, since the actions are 
> defined in a macro, you can use the $(currentTiddler)$ *macro substitution" 
> syntax to insert the actual title text.  Something like this:
>
> \define actions()
> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text="This is 
> a text based on $(currentTiddler)$"/>
> \end
> <$button actions=<>>Create
>
> enjoy,
> -e
>
>
>

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


[tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-05 Thread Mohammad
Thank you all!

Is it possible to put this somewhere in Tiddlywiki.com? Many of newbies and 
even intermediate programmer confuse this!
I hope we could have a clear description of bracketing as part of TW manual 
or tutorial!

*Mohammad*


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


[tw5] Re: Create New Tiddler contains Wikified Value

2018-08-05 Thread Eric Shulman
On Sunday, August 5, 2018 at 5:27:30 AM UTC-7, FrD wrote:
>
> I may have a solution, not sure it's the smallest or the smartest ; and it 
> uses the wikify widget.
> \define actions()
> <$wikify name=tt text="This is a text based on {{!!title}}">
> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text=<>/>
> 
> \end
>
> <$button actions=<>>
> Create
> 
>

In this particular use case, since the reference is to the current tiddler 
title, you can use the "currentTiddler" variable, rather than having to 
transclude the title field of the tiddler and, since the actions are 
defined in a macro, you can use the $(currentTiddler)$ *macro substitution" 
syntax to insert the actual title text.  Something like this:

\define actions()
<$action-createtiddler $basetitle="myTiddler" tags="myTag" text="This is a 
text based on $(currentTiddler)$"/>
\end
<$button actions=<>>Create

enjoy,
-e


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


[tw5] Re: Create New Tiddler contains Wikified Value

2018-08-05 Thread Mohammad
Hello FrD,
 Thank you! your solution works!

Cheers
*Mohammad*

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


[tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-05 Thread Eric Shulman
On Sunday, August 5, 2018 at 4:04:48 AM UTC-7, @TiddlyTweeter wrote:
>
> That is helpful. It need to absorb it and play a bit to really "get" it. 
> The missing piece for me is still I can't quite grasp what "level" I'm at 
> in each thing. The "bracketing thing" in TW seems unusual. Morphing syntax? 
> I get confused because it almost behaves as if it were* part *of the 
> "code", not just a convention for containing it.
>

That is a good way to describe it.  The bracketing IS part of the code.  It 
tells the parser what *type* of reference it contains:

* square brackets contain literal tiddler title references (creates a link)
* angle brackets contain macro invocations (or variable references)
* curly braces contain tiddler transclusion references

There are two different contexts in which these brackets occur:
* in WikiText ("normal content")
* in filters (i.e., as parameters to widgets or macros)

In WikiText, the brackets are all DOUBLED.  This is to avoid confusion with 
other uses that may occur in normal text.  In particular, single angle 
brackets are used for normal HTML syntax, so macro invocation uses two 
angle brackets.  Similarly, though not as technically required, single 
square brackets and single curly braces are also doubled to avoid mistaken 
parsing of normal text content containing brackets as if they are macros or 
transclusions.

Similar to WikiText, the brackets in filter syntax depend upon the type of 
reference the contain.  However, the brackets do not need to be doubled, 
since within the filter there is no potential conflict with other usage.  
Thus:

* SINGLE square brackets contain literal text values
* SINGLE angle brackets contain macro or variable references
* SINGLE curly braces contain tiddler transclusion references

Note: filters also use a pair of square brackets to contain separate filter 
expressions, for example:
   filter="[tag[foo]] -[tag[bar]]"
specifies TWO filter expressions.  The first filter expression selects all 
tiddlers tagged with "foo".  The second filter expression removes tiddlers 
tagged with "bar" from the results of the first filter (note the "-" 
preceding the expression... it reverses the meaning of the filter).

There's probably some more subtle details that I've left off, but hopefully 
the above explanation will get you past the initial learning curve.

enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
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/44748dd4-8b36-492e-8aaa-0c50e8ba9b94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TiddlyDesktop + Chrome Extensions?

2018-08-05 Thread @TiddlyTweeter
I'm interested in all things TiddlyDesktop. Its a stunning piece of work 
with many, many plusses.

AFAIK, TD currently uses only the core engine of Chrome. It has no bells 
and whistles. For instance many features like simple right click to get a 
menu that offers print is missing. It may be the "hooks" for plugins are 
not there, or off. I'm not sure that can be easily addressed. 

IMO you should raise this issue on GitHub too at: 
https://github.com/Jermolene/TiddlyDesktop/issues if you don't get informed 
answers here.

Best wishes
Josiah

On Sunday, 5 August 2018 15:24:31 UTC+2, BurningTreeC wrote:
>
> Hi community,
>
> I'm trying to figure out how to add chrome extensions (like they're found 
> in the chrome webstore 
> ) to TiddlyDesktop
>
> There are some useful extensions, most notable some search bars that 
> search the page, like this one: 
> https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
>
> I've found some information about how to load extensions in nw.js (TD is 
> based on nw.js)
> We can also open the "extensions" page from within TD by pressing "F12" 
> for the developer console, then opening the console and typing:
>
> this.document.location = "chrome://extensions"
>
> This opens the chrome extensions tab. There's the "developer mode" that 
> would allow to load unpacked extensions (for example downloaded .zip from a 
> github repo, like for above-mentioned search-extension: 
> https://github.com/brandon1024/find).
> But my TiddlyDesktop chrashes if I try to activate developer mode.
>
> I've found more information for loading extensions here: 
> https://github.com/nwjs/nw.js/wiki/third-party-browser-plugins
>
>
> I just made this thread to gather resources and to find others that are 
> interested in this, too.
>
> BTC
>

-- 
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/9edb7f23-97d8-4145-9d9c-52f4cb3cacbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TiddlyDesktop + Chrome Extensions?

2018-08-05 Thread BurningTreeC
Hi community,

I'm trying to figure out how to add chrome extensions (like they're found 
in the chrome webstore 
) to TiddlyDesktop

There are some useful extensions, most notable some search bars that search 
the page, like this 
one: 
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb

I've found some information about how to load extensions in nw.js (TD is 
based on nw.js)
We can also open the "extensions" page from within TD by pressing "F12" for 
the developer console, then opening the console and typing:

this.document.location = "chrome://extensions"

This opens the chrome extensions tab. There's the "developer mode" that 
would allow to load unpacked extensions (for example downloaded .zip from a 
github repo, like for above-mentioned 
search-extension: https://github.com/brandon1024/find).
But my TiddlyDesktop chrashes if I try to activate developer mode.

I've found more information for loading extensions 
here: https://github.com/nwjs/nw.js/wiki/third-party-browser-plugins


I just made this thread to gather resources and to find others that are 
interested in this, too.

BTC

-- 
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/fd173da0-6660-4971-ab13-16db502afb5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread BurningTreeC

>
> That is extremely good piece of work. Really good.
>
> I tested on FF 52 & 60, latest Chrome on Windows 7. All behave the same.
>
> My initial comments ...
>
> -- Would not Up-Arrow and Down-Arrow better fit story navigation than 
> Left-Arrow and Right-Arrow? The story river is generally considered 
> VERTICAL, not horizontal.
>

That's everyones' own preference - you can change all shortcuts how you 
like. They're not hardcoded. Currently there are only some shortcut-info 
tiddlers missing so that the shortcuts don't show up in the controlpanel 
for modification. But you can alternativelly just edit the corresponding 
$:/config/shortcuts/shortcut-name tiddler. 

>
> -- Regarding signalling you are in "S mode" / "KN mode." For me the 
> HIGHLIGHT of the border of the selected Tiddler does it already. I don't 
> need the colour bars and they add cruft I do not think is needed. I think 
> if you make the highlight border a bit stronger, or with, say, a drop 
> shadow it would communicate visually well-enough. Also, perhaps, there 
> could be a simple capital "S" that appears on the right sidebar when you in 
> that mode. With a red slash through it when off? Maybe it could also be a 
> toggle to switch it on and off? Just a thought. 
>

What's KNmode? :)
How about a simple "S" or "SELECT MODE" in the top right bar (beneath the 
sidebar button) with some highlighting background? I'll maybe make more 
options and make them configurable, too

>
> -- The Help at bottom is good. Once you learned it you don't need to see 
> it again. Can it be switchable off?
>

It's already on/off switchable, see the SelectMode Intro tiddler at the 
bottom 

>
> -- When you create or edit a Tiddler you lose "S mode" / "KN mode." Not 
> sure, but is that preventable? It would be nice to stay in it.
>

There's some background: the "E" shortcut for editing works within the 
text-editor, too. If you type a word that contains "e", it wouldn't insert 
the letter but trigger the shortcut. That's why I disable SelectMode when I 
edit a tiddler.
The question if global shortcuts should work within the editor or not is a 
different one. I would expect global shortcuts to work anywhere. I could 
however modify KeeBoord so that it only triggers shortcuts if we're not 
within an editor or input field. But the amount of such fields is very high 
within tw so I wonder how often users then have to click outside those 
fields so that they loose focus, just to trigger a keyboard shortcut. 
That's somehow contra-productive

>
> Best wishes for a great tool
> Josiah
>
>
>
Thanks Josiah, very helpful feedback!

BTC 

-- 
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/a0bc1a38-8382-44bf-bf83-44a7544832ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Add/Remove Tags from Tiddler

2018-08-05 Thread Thomas Elmiger
Hi folks,

I use the fabulous listops action for this (a bit complicated but reusable):

\define BtnTagListops(btntext,add-remove,tooltip)
<$button tooltip="""$tooltip$""">
<$wikify name="timestampState" text="{{$:/config/TimestampDisable}}">
<$action-setfield $tiddler="$:/config/TimestampDisable" $value="yes"/>
<$action-listops $tags="$add-remove$" />
$btntext$
<$action-setfield $tiddler="$:/config/TimestampDisable" 
$value=<>/>


\end

This does change tags WITHOUT updating timestamps (it stores and restores the 
previous setting for updating timestamps). I call it from other macros like 
this one:

\define todoBtnDoNow()
<$wikify name="tt" text="switch tags">
   <$macrocall $name="teBtnTagListops" btntext="Do this now" 
add-remove="ToDoNow -ToDo" tooltip=<>/>

\end

<> adds the tag ToDoNow and removes the tag with the minus (-) 
ToDo. You could add and remove as many tags as you like. 

These are somewhat simplified macros, I hope they still work and it is clear 
how they work. 

Cheers, 
Thomas
(Back from offline vacation.) 

-- 
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/36cda581-2c94-4332-b33b-f08b08ac5351%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread @TiddlyTweeter
That is extremely good piece of work. Really good.

I tested on FF 52 & 60, latest Chrome on Windows 7. All behave the same.

My initial comments ...

-- Would not Up-Arrow and Down-Arrow better fit story navigation than 
Left-Arrow and Right-Arrow? The story river is generally considered 
VERTICAL, not horizontal.

-- Regarding signalling you are in "S mode" / "KN mode." For me the 
HIGHLIGHT of the border of the selected Tiddler does it already. I don't 
need the colour bars and they add cruft I do not think is needed. I think 
if you make the highlight border a bit stronger, or with, say, a drop 
shadow it would communicate visually well-enough. Also, perhaps, there 
could be a simple capital "S" that appears on the right sidebar when you in 
that mode. With a red slash through it when off? Maybe it could also be a 
toggle to switch it on and off? Just a thought. 

-- The Help at bottom is good. Once you learned it you don't need to see it 
again. Can it be switchable off?

-- When you create or edit a Tiddler you lose "S mode" / "KN mode." Not 
sure, but is that preventable? It would be nice to stay in it.

Best wishes for a great tool
Josiah

On Saturday, 4 August 2018 16:04:10 UTC+2, BurningTreeC wrote:
>
> Hi community,
> for those interested in more advanced Keyboard-Navigation within 
> tiddlywiki I've created
> http://selectmode.tiddlyspot.com, where the "SelectMode" plugin will soon 
> be available for drag installation
>
> Meanwhile, if you're interested to test and comment, that would be great 
> help.
> I'm looking for ideas how to visualize that the wiki is in select-mode. 
> The top yellow bar will get an option to be disabled, but there should still
> be some kind of a visual hint that select-mode is on.
>
> I'm also adding the functionality to select the dropdown entries of the 
> tag-dropdown, type-dropdown and field-dropdown using the keyboard,
> you can expect the plugin to be available vs the end of the next week
>
> all the best,
> 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/c5277622-e374-4bb0-bde4-20c135c5ec3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread BurningTreeC

>
> BurningTreeC,
>
> when you open the tiddler for editing with 'e' could the focus be on the 
> tiddler body?
>
> really like this approach - i puts an other layer of editing over the top 
> of the TW.
>
>
>
> Alex
>
>
Hi Alex, yes there is an option now, see the SelectMode Intro Tiddler at 
the bottom. It can also be changed in SelectMode (currently "F" for Focus) 
- can also be used to jump from the editor to the title or vice-versa.
This functionality will stay, but I think it can be enhanced a bit to be 
able to jump to title, tags, editor, type or fields inputs

I also have to think about how to integrate keyboard-selection of entries 
in the tags, type and field dropdowns. Currently I have a local testing 
version that makes the dropdown entries selectable by the Tabulator key 
when activating it with a shortcut. There may be better options that 
integrate better with SelectMode
I'll add this functionality these days and I'd be glad about comments about 
how to integrate it well... but step-by-step, I'll leave a notice here when 
it's testable online

BTC

-- 
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/064ea01f-0f39-4b3a-b107-6cc86bf79acf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Create New Tiddler contains Wikified Value

2018-08-05 Thread FrD
Hi,

I may have a solution, not sure it's the smallest or the smartest ; and it 
uses the wikify widget.

\define actions()
<$wikify name=tt text="This is a text based on {{!!title}}">
<$action-createtiddler $basetitle="myTiddler" tags="myTag" text=<>/>

\end

<$button actions=<>>
Create




Regards

FrD

Le dimanche 5 août 2018 06:39:59 UTC+2, Mohammad a écrit :
>
> Assume you want to create a tiddler inside it put some wikified values like
>
> <$button>
> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text="This is a 
> text based on {{!!title}}"/>
> Create
> 
>
> Here the the button is in a tiddler titled parent, and the text in the 
> newly created tiddler shall be
>
> This is a text based on parent
>
>
> Note in the new tiddler we have not {{!!title}} but we have parent
>
> What is the shortest solution, do we need wikify widget?
>
> Mohammad
>

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


[tw5] Re: PDF on desktop

2018-08-05 Thread JL
Thanks, that could be a workaround. 


On Sunday, 5 August 2018 12:41:26 UTC+10, Ste Wilson wrote:
>
> I serve it from Google docs
>
> http://docs.google.com/gview?url=http://toyourpdfontheweb. 
> pdf=true" style="width:100%; height:500px;" 
> frameborder="0">
>

-- 
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/50eeb718-8ba3-43fb-b2d0-c4cd755df006%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread Alex Hough
BurningTreeC,

when you open the tiddler for editing with 'e' could the focus be on the
tiddler body?

really like this approach - i puts an other layer of editing over the top
of the TW.



Alex

On 5 August 2018 at 12:55, BurningTreeC 
wrote:

> Am Sonntag, 5. August 2018 03:01:07 UTC+2 schrieb h0p3:
>>
>> Hi community,
>>> for those interested in more advanced Keyboard-Navigation within
>>> tiddlywiki I've created
>>> http://selectmode.tiddlyspot.com
>>> ,
>>> where the "SelectMode" plugin will soon be available for drag
>>> installation
>>>
>>
>> Sending you all my interweb XOXOs. Thank you! This could easily be my
>> favorite plug-in.
>>
>> Meanwhile, if you're interested to test and comment, that would be great
>>> help.
>>> I'm looking for ideas how to visualize that the wiki is in select-mode.
>>> The top yellow bar will get an option to be disabled, but there should still
>>> be some kind of a visual hint that select-mode is on.
>>>
>>
>> Feel free to ignore anything I have to say here. I'm just spitballin'.
>>
>>- You might consider making it sticky as you scroll/navigate. It
>>doesn't follow you, and that might be worth having. The "highlighting" of
>>current/target/focused tiddler is outstanding. I really appreciate that
>>very much, and I may not really even need the bar just because of that
>>gorgeous highlighting.
>>- I use sticky titles (probably can't live without them). That
>>function wasn't working nicely for me on that particular TW, and I'm not
>>sure why. This might be a reason to put the bar on the bottom instead of
>>the top, which also has that sometimes annoying "Drop here (or use the
>>'Escape' key to cancel)" bar.
>>- Is it possible to start default in the text-body window for editing?
>>- You might consider adding a search bar that steps through entries
>>better than http://j.d.spartan.tiddlyspot.com/
>>
>> This is really awesome.
>>
>>
> Thanks, very helpful!
> I've addressed some points you've mentioned:
> The select-mode bar is on the bottom now and should have sticky position
> You can now select if you want to focus the text-editor or the title when
> editing a tiddler. I'll probably add shortcuts that will be active in
> select-mode to focus title, tags, editor, type and fields inputs
>
> How did you imagine the search bar? How should it behave, what should it
> search for... ?
>
> BTC
>
> --
> 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/45508578-5990-4291-a2af-89ad449dd623%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/CALc1hYdNURTTXR8340xTb8nz8WQzjPTHWV_fYVz_yNLkLV%3D11Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread BurningTreeC
Am Sonntag, 5. August 2018 03:01:07 UTC+2 schrieb h0p3:
>
> Hi community,
>> for those interested in more advanced Keyboard-Navigation within 
>> tiddlywiki I've created
>> http://selectmode.tiddlyspot.com 
>> ,
>>  
>> where the "SelectMode" plugin will soon be available for drag 
>> installation
>>
>
> Sending you all my interweb XOXOs. Thank you! This could easily be my 
> favorite plug-in.
>
> Meanwhile, if you're interested to test and comment, that would be great 
>> help.
>> I'm looking for ideas how to visualize that the wiki is in select-mode. 
>> The top yellow bar will get an option to be disabled, but there should still
>> be some kind of a visual hint that select-mode is on.
>>
>
> Feel free to ignore anything I have to say here. I'm just spitballin'.
>
>- You might consider making it sticky as you scroll/navigate. It 
>doesn't follow you, and that might be worth having. The "highlighting" of 
>current/target/focused tiddler is outstanding. I really appreciate that 
>very much, and I may not really even need the bar just because of that 
>gorgeous highlighting.
>- I use sticky titles (probably can't live without them). That 
>function wasn't working nicely for me on that particular TW, and I'm not 
>sure why. This might be a reason to put the bar on the bottom instead of 
>the top, which also has that sometimes annoying "Drop here (or use the 
>'Escape' key to cancel)" bar.
>- Is it possible to start default in the text-body window for editing?
>- You might consider adding a search bar that steps through entries 
>better than http://j.d.spartan.tiddlyspot.com/
>
> This is really awesome.
>
>
Thanks, very helpful!
I've addressed some points you've mentioned:
The select-mode bar is on the bottom now and should have sticky position
You can now select if you want to focus the text-editor or the title when 
editing a tiddler. I'll probably add shortcuts that will be active in 
select-mode to focus title, tags, editor, type and fields inputs

How did you imagine the search bar? How should it behave, what should it 
search for... ?

BTC

-- 
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/45508578-5990-4291-a2af-89ad449dd623%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Create New Tiddler contains Wikified Value

2018-08-05 Thread TonyM
Mohammad,

I understans the {{!!text}} in between the "quotes" along with your text is 
taken litreraly thus the text reference is not looked up. 

If the button was in a macro you may be able to use "some text $moretext$ 
$(currentTiddler)$" 

Or perhaps the new method <<__some var__>> can help but I have not played with 
that yet.

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/fc9b3860-b41a-49a6-976e-3d95000669f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-05 Thread @TiddlyTweeter
Footnote on a use case. You want to use a Regular Expression that uses a 
"class of characters" (e.g. [A-F0-9]). How can you get the square brackets 
interpreted correctly?

The documentation for TW does give a useful example 
 of how to get  
[whatever]  bracketed via $set value="regex pattern".

<$set name="digit-pattern" value="[0-9]{2}">
<]">>




-- 
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/914919e7-7cce-4c6e-b214-1a7dfdbbc077%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-05 Thread @TiddlyTweeter


> Mark S. ... But if I Josiah, David, and Mark (a popular 1960s folk music 
> group, I think) were names of variables, then the filter could look like:
>
> filter="[] [] []"
>

TBH, I really liked your & Dave's group: 
https://www.youtube.com/watch?v=aJiHVwLo6eo

I'm myself still at kindergarten stage: 
https://www.youtube.com/watch?v=dEynC3KdsJ0 

-- 
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/b45741d7-d198-4f51-b895-43306f6b7f3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-05 Thread @TiddlyTweeter
Thanks Mark S. 

That is helpful. It need to absorb it and play a bit to really "get" it. 
The missing piece for me is still I can't quite grasp what "level" I'm at 
in each thing. The "bracketing thing" in TW seems unusual. Morphing syntax? 
I get confused because it almost behaves as if it were* part *of the "code", 
not just a convention for containing it.

I'm trying to take your notes and put them in a table such that the 
different combos begin to make logical sense. I'm not quite there yet. Give 
me a couple of months.

My emphasis below.

Mark S. wrote:
>
> The following is mostly true:
>
> Inside of filter runs, use single <>,[],{}. The qualification is that the 
> entire 
> filter run has a real or implied set of square brackets:
>
> filter="Josiah David Mark" -- each name has an implied double bracket. 
> So the same as
>
> filter="[[Josiah]] [[David]] [[Mark]]"
>
> But if I Josiah, David, and Mark (a popular 1960s folk music group, I 
> think) were names of variables, then the filter could look like:
>
> filter="[] [] []"
>
> But, outside of a filter run AND outside of a macro,  macros/variables 
> need double <<>> :
>
> <> <> & <> lived by the sea ... 
>
> Inside of a macro, you can refer to macros with double brackets:
>
> \define dragonpuff()
> <> <> & <> lived by the sea ... 
>
> or with variable placeholder notation :
>
> \define dragonpuff()
> $(Josiah)$ $(David)$ & $(Mark)$ in the land of Sara-lee ... 
>
> Just to make things interesting, there is a new notation using double 
> angle brackets for arguments inside of macros:
>
> \define dragonlyric(item1 item2)
> And brought him <<__item1__>> and <<__item2__>> with a might puff!
>  
>

-- 
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/e4c25fcb-93c6-4abe-83db-1f0bf92ce4bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Firefox v61, can we just save over our current Wiki file without all the dialogs?

2018-08-05 Thread PMario
On Saturday, August 4, 2018 at 5:52:13 PM UTC+2, h0p3 wrote:
>
>  
>
>> TiddlyBackup or file-backups
>>
>> Which version do you use? 
>>
>
> I didn't know there was a difference. Mouseover on extension icon says 
> TiddlyBackup, I believe it's file-backups or File Backups 0.3.5 when 
> looking at about:addons.
>

You are right. ... That's an oversight. .. I didn't change this text. .. 
Next version will get a different info. 
 

>
> Latest FF version do have a "debugging tab" called: about:memory
>> If you type:   about:memoryinto the URL line you'll get the info. .. 
>> There is a lot of it! ..   window-objects are the interesting ones. 
>>
>
> Window-objects seem fine. This is the only place I can find significant 
> memory usage on the page.
>
> 7,255.96 MB (100.0%) -- heap-committed
> ├──7,227.15 MB (99.60%) ── allocated
> └─28.82 MB (00.40%) ── overhead
>
> 6,900.16 MB (100.0%) -- memory-blob-urls
> └──6,900.16 MB (100.0%) ++ 
> owner(moz-extension://868df8e4-264e-49a1-a324-6694383935aa/_generated_background_page.html)
>
> Link takes me to: Index of 
> jar:file:///home/h0p3/.mozilla/firefox/2sh2dff4.default/extensions/file-back...@pmario.github.io.xpi!/
>

That's interesting. .. I'll have a closer look. 

-m

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