[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
Yeah that's true, I completely forgot about that. In the end it's maybe one 
more keystroke extra, I wonder how hard it would be to make it so that when 
I tab to try and select the tiddler I want it would skip the two buttons on 
the right of the text field and straight go to the list below? That's an 
extra two tabs I don't need!

-Petri

On Monday, March 4, 2019 at 3:38:40 PM UTC+2, PMario wrote:
>
> Hi, 
>
> If you open tiddlywiki.com, create a new tiddler and hit: -L  for 
> create link, you can start typing Hello and you'll probably get what you 
> want.
>
> IMO no need for plugins. 
>
> -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/bd2d56f6-9185-4715-b3aa-c76b2ae5395b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] JavaScript Macro Does Not Process Escape Characters Correctly

2019-03-04 Thread Mohammad
If in a browser console (FF and Chrome, press F12 and see the console) 
enter the below JavaScript code it will work

a= "One"
b="Two"
s="\n"
y=a + s +b

then you get
 
a="One"
"One"
b="Two"
"Two"
s="\n"
"
"
a+s+b
"One
Two"


Note the two line text in the output. That means the "\n" treated as a 
line-break or newline.

Now, do the same in Tiddlywiki.

Create a JS macro as below:

(function(){/*jslint node: true, browser: true *//*global $tw: false */"use 
strict";

exports.name = "jsmac";

exports.params = [
{name: "a"},
{name: "b"},
{name: "s"} 
];
/*
Run the macro
*/
exports.run = function(a, b, s) {

return a + s + b;
}
})();



I have attached *jsmac *tiddler above to this post


*Test:*

Drag and drop the below tiddler into an empty wiki. save and reload

Then create a test tiddler with the below contents

<$macrocall $name=jsmac
a="one"
b="two"
s=" \n "
/>

What you get is:

one \t two

That means Twiddlywiki JavaScript macro does not work as expected.

What is wrong here?



Note:
If you like to test on Tiddlywiki.com

Drag and drop the attached two tiddler to Tiddlywiki.com
Save and reload (a copy will saved on your system)

--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/bf1fa660-48b5-474f-b2f5-253b193b36a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


macro_jsmac.tid
Description: Binary data


Test JMAC.tid
Description: Binary data


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread S. S.
Tony,

Yes, I believe you are right. Having some method, limited though it may be, 
may be enough for most all needs. I imagine one only needs in-tiddler links 
for specific purposes, not for general use everywhere.

Once a few dozen tiddlers are open, one is often beyond the normal use 
pattern of TiddlyWiki. 
I guess one could say, if you'd like to use in-tiddler links for scrolling 
to a target, don't create situations where *id* targets within a 
"tiddler-transcluded-multiple-times" needs to be accessed - because it 
likely won't work the way you want it to.

Meanwhile I have updated the documentation tiddler to include Mario's 
ctrl+click observation, and changed some phrasings around. It is at the 
same URL.


updated: Internal Links using HTML 


Please do click on the 6 links at the bottom of the tiddler to see if there 
are any unexpected results on different browsers.
The first and second links on that list should always work. The problematic 
ones may be next 3.

The original draft copy is still there renamed to: *Internal Links using 
HTML - Draft 1*


On Tuesday, March 5, 2019 at 7:31:20 AM UTC+7, TonyM wrote:
>
> S S,
>
> One day we may find the ultimate answer, perhaps with unique automatically 
> generated IDs however as long as we place the instructions and caveats 
> around it your method is likely to suite 80% of cases. Using tiddlers and 
> lists and other methods is often sufficient, however in the case of 
> managing large tiddlers, building tiddlers for publishing (especially to 
> HTML) etc... having "A Method" is great.
>
> Actually since the key here may be for the production of html for reading 
> or export perhaps a template that generates the html with automatic anchors 
> may be the way to go.
>
> 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/7f5e0e76-5ee2-4e47-9425-04637c401d9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Internal Links using HTML - updated 1.tid
Description: Binary data


[tw5] Re: CSV Import

2019-03-04 Thread SteveH
Hi there,

I've just tried the unpacker.

Firstly, I used CSV Export to export a couple of tiddlers, then dragged and 
dropped the CSV file, and imported it.  Rather than end up with a  couple 
of new tiddlers a new 'combined' tiddler  was created.

The plugin documentation says 'simply drag a valid CSV file into your 
wiki'.  - Is the format described anywhere in the plugin?

Thanks

Steve H

On Tuesday, 5 March 2019 14:23:49 UTC+11, TonyM wrote:
>
> Thank you
>

-- 
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/188b1e00-f75b-49bb-9203-4b529ba79273%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: CSV Import

2019-03-04 Thread TonyM
Thank you

-- 
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/ccbcd2aa-895a-47f4-8a1f-da74094f9533%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: CSV Import

2019-03-04 Thread Joshua Fontany
Evan built one a while 
back: https://evanbalster.com/tiddlywiki/csv_unpack.html

On Monday, March 4, 2019 at 3:41:29 PM UTC-8, TonyM wrote:
>
> Folks,
>
> I note the addition of a CSV Parser in TW5.1.18 which includes the 
> csvtiddlers macro for exporting.
>
> Is there a new or existing method to import csv files and generate 
> tiddlers ?
>
> I know there is the excel handling tool but wondering if there is a 
> simpler title - tiddler and all columns to fields 
>
> Regards
> Tony
>

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


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread TonyM
S S,

One day we may find the ultimate answer, perhaps with unique automatically 
generated IDs however as long as we place the instructions and caveats 
around it your method is likely to suite 80% of cases. Using tiddlers and 
lists and other methods is often sufficient, however in the case of 
managing large tiddlers, building tiddlers for publishing (especially to 
HTML) etc... having "A Method" is great.

Actually since the key here may be for the production of html for reading 
or export perhaps a template that generates the html with automatic anchors 
may be the way to go.

Regards
Tony

On Tuesday, March 5, 2019 at 11:18:21 AM UTC+11, S. S. wrote:
>
> Hi Mario,
>
> Thanks for the feedback. I had forgotten to test the CTRL click on the 
> links. I will mention that as a side effect.
>
> What is interesting in doing this is that it brings to light an issue not 
> talked about before.
> Many have been asking for internal links within a tiddler, but we can see 
> that it can lead to awkward situations when that tiddler is transcluded! 
> The way I worded it is:
>
> If transclusions create multiple instances of the id, navigation will 
>> take place to the first instance found that satisfies the above criteria. 
>>
>
> Well, just testing out these internal links within a tiddler has provided 
> this Food for thought!
> At least for now we do have a (not perfect) way to jump to targets within 
> a very long tiddler.
>
> Cheers
>
> On Monday, March 4, 2019 at 8:35:27 PM UTC+7, PMario wrote:
>>
>> Hi, 
>>
>> The biggest problem, I see, with this mechanism is, that anchor IDs must 
>> be unique. If you open a new tiddler and insert this: {{Section Names 
>> using ID for internal Links}} you'll have a problem. 
>>
>> The whole anchoring thing is in an undefined state now. So if the user 
>> clicks a link it may jump to an anchor of a different tiddler. 
>>
>> That's not a big deal for the example used here, but if the whole content 
>> is dynamically created, it will create confused users.
>>
>> The second thing is, that a -click on a Next or Prev link opens a 
>> new tab, which isn't the standard behaviour for TW internal links. .. It 
>> should open the tiddler without navigating to the new tiddler. 
>>
>> just some thoughts. 
>>
>> -mario
>>
>

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


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread S. S.
Hi Mario,

Thanks for the feedback. I had forgotten to test the CTRL click on the 
links. I will mention that as a side effect.

What is interesting in doing this is that it brings to light an issue not 
talked about before.
Many have been asking for internal links within a tiddler, but we can see 
that it can lead to awkward situations when that tiddler is transcluded! 
The way I worded it is:

If transclusions create multiple instances of the id, navigation will take 
> place to the first instance found that satisfies the above criteria. 
>

Well, just testing out these internal links within a tiddler has provided 
this Food for thought!
At least for now we do have a (not perfect) way to jump to targets within a 
very long tiddler.

Cheers

On Monday, March 4, 2019 at 8:35:27 PM UTC+7, PMario wrote:
>
> Hi, 
>
> The biggest problem, I see, with this mechanism is, that anchor IDs must 
> be unique. If you open a new tiddler and insert this: {{Section Names 
> using ID for internal Links}} you'll have a problem. 
>
> The whole anchoring thing is in an undefined state now. So if the user 
> clicks a link it may jump to an anchor of a different tiddler. 
>
> That's not a big deal for the example used here, but if the whole content 
> is dynamically created, it will create confused users.
>
> The second thing is, that a -click on a Next or Prev link opens a 
> new tab, which isn't the standard behaviour for TW internal links. .. It 
> should open the tiddler without navigating to the new tiddler. 
>
> just some thoughts. 
>
> -mario
>

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


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread S. S.
Thanks for the feedback Thomas.

My primary interest when writing the tiddler was getting a draft copy of 
the documentation out. I did not do much testing, something that definitely 
needs to be done. I don't have easy access to many browsers or O/Ss. Still, 
I purposely crafted the 6 links at the bottom of the tiddler differently, 
to see which might not work.

On Windows 10, the links all work well on Firefox 65.0 (64 bit). On Edge 
17.17134 & SeaMonkey 2.49.4 the links with URI encoded targets (ex %20) 
don't work.
On Android 6.01, Firefox Beta 66.0 all links work well. On Chrome 72.0 all 
links work well, but if the screen is zoomed in, the scroll falls short of 
the top, but this same effect takes place even when clicking normal links 
to tiddlers.

Regards

On Tuesday, March 5, 2019 at 2:46:43 AM UTC+7, Thomas Elmiger wrote:
>
> Hi, is this tested on Android?
>
> On my phone, navigating to 
> https://00ss.github.io/documentation/tiddlywiki.html#Internal%20Links%20using%20HTML
>
> and clicking the ID links does rarely lead to the right position in the 
> document. (It did once, I think, but not reproduceable.)
>
> Android 9, Chrome/Opera
>
> All the best, 
> Thomas 
>
>

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


[tw5] CSV Import

2019-03-04 Thread TonyM
Folks,

I note the addition of a CSV Parser in TW5.1.18 which includes the 
csvtiddlers macro for exporting.

Is there a new or existing method to import csv files and generate tiddlers 
?

I know there is the excel handling tool but wondering if there is a simpler 
title - tiddler and all columns to fields 

Regards
Tony

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


[tw5] Re: The Trash bin idea

2019-03-04 Thread TonyM
Joshua,

Decode sounds like good idea but can we use a variation of the import 
mechanisium to extract tiddlers because this can also handle overwrites.

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/29683159-4489-462d-a60e-44d06935dae9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: The Trash bin idea

2019-03-04 Thread Joshua Fontany
This is an interesting idea, and one that users expect from their OS 
interactions.

The [encodetiddler[]] filter from my JsonMangler plugin will allow you to 
store and retrieve full tiddlers in another Json data tiddler without 
having to change any of the tags, etc. As long as the target Json tiddler 
is NOT marked as a plugin, TW will not attempt to read the subtiddlers 
stored there.

I'll have to think on how to set that up... maybe an automate 
[decodetiddler[]] filter? Otherwise there would be some complex wikitext 
scripts to re-create the tiddler and restore all the fields. An then you 
have to deal with how to handle duplicates/existing versions of the deleted 
tiddler.

Best,

Joshua Fontanay


-- 
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/3cd1c5b3-3d31-4636-9322-5436d4880138%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Anybody experiencing a "fork" in Quine storage?

2019-03-04 Thread Alfonso Arciniega
JW,

I have tested this issue using Quine / iPhone XS / MacOS High Sierra 
10.13.6 / TiddlyDesktop 0.0.13.

Quine is working fine to me. However, the issue you described could happen 
if you save your TW before you accept the changes in your tiddler. Make 
sure you accepted all changes in all your edited tiddlers and only then 
save your TW in you iPhone. Thereafter Quine tells you to upload your 
edited TW.

Alfonso

-- 
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/c0fc4fb8-0a9b-42de-afab-e9f6f579da92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
Exactly right.

On Monday, 4 March 2019 22:29:16 UTC+1, Mohammad wrote:
>
> Yes, I got it. I am experimenting to see how resolve the issue.
> The same is true for tab character \t
>

-- 
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/e2467064-79bb-48b3-94a2-a0b597833230%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread Mohammad
Yes, I got it. I am experimenting to see how resolve the issue.
The same is true for tab character \t

--Mohammad

On Tuesday, March 5, 2019 at 12:48:57 AM UTC+3:30, @TiddlyTweeter wrote:
>
> Mohammad
>
> The issue  is simply that we can get the MATCH well. But on REPLACE we 
> might need to INSERT additional things that MATCH can't do.
>
> Hope this is clear!
> Josiah
>
> On Monday, 4 March 2019 21:54:46 UTC+1, Mohammad wrote:
>>
>> Hi Josiah,
>>  Seems it is true, have a look at
>>
>> https://www.regular-expressions.info/replacenonprint.html
>>
>>
>> --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/b3c6a0c2-2e2f-47ea-b37b-3499f3de9553%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
Mohammad

The issue  is simply that we can get the MATCH well. But on REPLACE we 
might need to INSERT additional things that MATCH did not find.

Hope this is clear!
Josiah

On Monday, 4 March 2019 21:54:46 UTC+1, Mohammad wrote:
>
> Hi Josiah,
>  Seems it is true, have a look at
>
> https://www.regular-expressions.info/replacenonprint.html
>
>
> --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/c74ed591-d148-4d14-b674-ce5bba73eda3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
Great site. Jan Goyvearts  
is one of my favourite programmers. He is the KING of Regular Expressions.

On Monday, 4 March 2019 21:54:46 UTC+1, Mohammad wrote:
>
> Hi Josiah,
>  Seems it is true, have a look at
>
> https://www.regular-expressions.info/replacenonprint.html
>
>
> --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/4e051cb8-18a6-445f-bdf2-9a7813b72840%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread Mohammad
Hi Josiah,
 Seems it is true, have a look at

https://www.regular-expressions.info/replacenonprint.html


--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/0e27a8fd-ad36-4304-8a2e-aa11eb353261%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
The issue in the case is the Replace, not the Match.

Its about ADDITIONAL INSERT of "\nl" that the JS won't natively provide

Hope this is clear!
Josiah


On Monday, 4 March 2019 21:18:50 UTC+1, Mohammad wrote:
>
> Hello Josiah,
>  Thank you for your comments!
> SNR2 simply use the JS replace function. So, everything is possible with 
> JS replace theoretically should be possible with SNR2.
>
> By the way I will investigate the case! 
>
> --Mohammad
>
> On Monday, March 4, 2019 at 11:06:10 PM UTC+3:30, @TiddlyTweeter wrote:
>>
>> This is a footnote. Just FYI.
>>
>> Regular Expressions are one of the few things I understand well. 
>>
>> So IF anything I write about them seems difficult to understand please 
>> ask for clarification.
>>
>> 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/f694c3da-d916-48ee-a0c5-f605ad584e11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: The Trash bin idea

2019-03-04 Thread Mohammad
Hi Thomas,
 Good point! 
Yes, I think it works on all system tags like $:/tags/Macro.

Thank you
Mohammad

On Monday, March 4, 2019 at 11:44:56 PM UTC+3:30, Thomas Elmiger wrote:
>
> Hi Mohammad
>
> Would renaming tags be an option? 
>
> $:/tags/Stylesheet => $:/trash/$:/tags/Stylesheet
>
> Just a thought 
> Thomas 
>
>

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


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread Mohammad
Hello Josiah,
 Thank you for your comments!
SNR2 simply use the JS replace function. So, everything is possible with JS 
replace theoretically should be possible with SNR2.

By the way I will investigate the case! 

--Mohammad

On Monday, March 4, 2019 at 11:06:10 PM UTC+3:30, @TiddlyTweeter wrote:
>
> This is a footnote. Just FYI.
>
> Regular Expressions are one of the few things I understand well. 
>
> So IF anything I write about them seems difficult to understand please ask 
> for clarification.
>
> 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/436e18ad-161d-4fa8-9fae-b2d706b37697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: The Trash bin idea

2019-03-04 Thread Thomas Elmiger
Hi Mohammad

Would renaming tags be an option? 

$:/tags/Stylesheet => $:/trash/$:/tags/Stylesheet

Just a thought 
Thomas 

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


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread Thomas Elmiger
Hi, is this tested on Android?

On my phone, navigating to 
https://00ss.github.io/documentation/tiddlywiki.html#Internal%20Links%20using%20HTML

and clicking the ID links does rarely lead to the right position in the 
document. (It did once, I think, but not reproduceable.)

Android 9, Chrome/Opera

All the best, 
Thomas 

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


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
This is a footnote. Just FYI.

Regular Expressions are one of the few things I understand well. 

So IF anything I write about them seems difficult to understand please ask 
for clarification.

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/4b672203-7dd3-4d80-a2b8-7172cc4fe8cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] <$select> and Web accessibility

2019-03-04 Thread steve
Thanks, Jeremy. Will test and let you know, but it works on the pre-release 
site. I update our wiki and send it off to be inspected :) //steve.

On Monday, March 4, 2019 at 7:25:44 AM UTC-5, Jeremy Ruston wrote:
>
> I think we really need to add a tooltip attribute to the <$select> widget. 
> I'll look at it as soon as I can (unless any other developers want to have 
> a go at a PR?),
>
>
> I’ve added the “tooltip” attribute to the select widget:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/477c41f84304ed83245c87068dba3695a5053d62
>
> The update will be available at https://tiddlywiki.com/prerelease in 6 or 
> 7 minutes,
>
> Best wishes
>
> Jeremy.
>
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com 
> https://jermolene.com
>
> On 3 Mar 2019, at 23:23, st...@sunypoly.edu  wrote:
>
> *Tony wrote: Alternatively what about placing along side your select 
> widget an empty button with a tooltip?*
>
> Tony, I think you've got it!
>
> Paste this in a new tiddler (for example, at TiddlyWiki.com 
> )
>
> <$button tooltip="This select widget displays a list of the tags in this 
> wiki">
> <$select  tiddler=<> default='HelloThere'>
> <$list filter='[all[shadows+tiddlers]tags[]sort[title]]'>
> >><$view field='title'/>
> 
> 
> 
>
>
>- Does anyone use TiddlyWiki with reader software that could tell us 
>if this works?
>- Has anyone run a TiddlyWiki through any Web Accessibility tests (or 
>know how?), to see if this feature would be considered accessible?
>
> Thanks!
>
> //steve.
>
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/49ae200f-15a3-454c-87e7-574f4615dfa3%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/f78af61c-812d-43ec-9e00-1d1571ff9b56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Porting some nice palettes to tiddlywiki

2019-03-04 Thread Mohammad
Great Job BTC,

I believe user interface (themes, pallets, UI elements) is an area of huge 
opportunity to work and develop.


--Mohammad



On Monday, March 4, 2019 at 8:29:36 PM UTC+3:30, BurningTreeC wrote:
>
> Hi there,
>
> I'm currently porting two/three color palettes to the tiddlywiki core, one 
> is already on the current prerelease page (with some updates missing), it's 
> called "Nord" - a pretty popular color-palette (
> https://github.com/arcticicestudio/nord) with themes available for 
> codemirror and highlight.js
> About the others I don't know yet, I'll go for candidates that also have 
> themes for codemirror + highlight.js
>
>
> If we can name some candidates for community-built palettes that should 
> make it and we have the approval of their original creators,
> I'd offer to do the github part of porting it
>
>
> have a good start to the week,
> 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/2598ed48-1114-4e49-8931-9c0ea0ab68f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
An issue ... Take this case ...

[image: {4FE0AE98-959D-41B0-AC8D-E1450D37143C}.png.jpg]


This replaces  tags with ```.

The issue is to also add newlines before and after the backticks. 
As far as I can see the only way to get newlines into the replace pattern 
is via using a Capturing Group. 
But this over complicates the regex and won't always work (if the searched 
string has no \n at its start or end).

So, I'm wondering if \n could be directly included in Replace patterns and 
force insert of newlines? This is a common need in TW, I think?

A thought
Josiah 


@TiddlyTweeter wrote:
>
> First, can both the Search & Replace boxes be made a lot WIDER? Some regex 
> get long!
>

-- 
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/47ff6126-1dfb-4f7d-9860-c309dc218945%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
Ciao Mohammad

I have a few requests and comments. I'll write them in separate posts.

First, can both the Search & Replace boxes be made a lot WIDER? Some regex 
get long!

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/791d852f-35b3-4f2b-b781-d0fff396b4f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Porting some nice palettes to tiddlywiki

2019-03-04 Thread BurningTreeC
Hi there,

I'm currently porting two/three color palettes to the tiddlywiki core, one 
is already on the current prerelease page (with some updates missing), it's 
called "Nord" - a pretty popular color-palette 
(https://github.com/arcticicestudio/nord) with themes available for 
codemirror and highlight.js
About the others I don't know yet, I'll go for candidates that also have 
themes for codemirror + highlight.js


If we can name some candidates for community-built palettes that should 
make it and we have the approval of their original creators,
I'd offer to do the github part of porting it


have a good start to the week,
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/8b2cc016-ab42-42b1-8da0-a84c2d70606e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread Watt
Nice! Thanks PMario.

-- 
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/64bb8c9d-f21e-4c16-8c87-f6f488595db5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread PMario
Hi, 

If you open tiddlywiki.com, create a new tiddler and hit: -L  for 
create link, you can start typing Hello and you'll probably get what you 
want.

IMO no need for plugins. 

-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/487df485-2f5d-4c0d-819d-f3414eeaa4f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread PMario
Hi, 

The biggest problem, I see, with this mechanism is, that anchor IDs must be 
unique. If you open a new tiddler and insert this: {{Section Names using ID 
for internal Links}} you'll have a problem. 

The whole anchoring thing is in an undefined state now. So if the user 
clicks a link it may jump to an anchor of a different tiddler. 

That's not a big deal for the example used here, but if the whole content 
is dynamically created, it will create confused users.

The second thing is, that a -click on a Next or Prev link opens a new 
tab, which isn't the standard behaviour for TW internal links. .. It should 
open the tiddler without navigating to the new tiddler. 

just some thoughts. 

-mario

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


[tw5] Re: Quinoid 0.0.7alpha - Sharing. Auto-loading.

2019-03-04 Thread @TiddlyTweeter
Fully agree.

I think the long-press is good.

Re greying--it never occurred to me :-)

Best wishes
Josiah

On Sunday, 3 March 2019 18:58:12 UTC+1, Mark S. wrote:
>
> The Brw and Clp give visual reminders of which items have been selected 
> for browsing or as clipboards. I greyed them out to indicate that they 
> can't be clicked here. If my rusty memory serves, I chose to go this route 
> with the long-press because if I made it edit in place (1. people would 
> always be accidentally making the wrong choices 2. I lose the long-press 
> ability) I felt putting it all under long-press was useful because that way 
> not everything relating to a tiddler file would have to appear on the list. 
> For instance, the "remove" option is inside the long-press menu where it 
> won't be accidentally invoked by someone just trying to browse up or down 
> the list.
>
> I tend to be utilitarian in my approach, figuring that the aesthetics can 
> be tweaked later after I know the base technology is somewhat solid.
>
> Thanks!
> -- Mark
>
>
> On Sunday, March 3, 2019 at 8:52:59 AM UTC-8, @TiddlyTweeter wrote:
>>
>> Ciao Mark S.
>>
>> Just started looking at it. Small design issue. Perhaps it should not 
>> indicate checkboxes in the main menu since you can't click them? They are 
>> set elsewhere.
>>
>> [image: Pixel20190303_174422.jpg]
>>
>>
>> Just a thought
>> 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/91fd523a-63b9-4e80-882c-5499aab24b5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Section Names using ID for internal Links

2019-03-04 Thread S. S.

In response to the Github Issue noted below, I have made a FIRST DRAFT of : 
Internal 
Links using HTML 


Attaching a reference copy here as well. Comments would be greatly 
appreciated.

Thanks

On Saturday, March 2, 2019 at 9:04:37 PM UTC+7, Jeremy Ruston wrote:
>
> By the way, I made a GitHub issue to discuss handling the underlying bug:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/3811
>
> 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/11679325-c93e-47b4-8576-4a2fc445df00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Internal Links using HTML.tid
Description: Binary data


Re: [tw5] <$select> and Web accessibility

2019-03-04 Thread Jeremy Ruston
> I think we really need to add a tooltip attribute to the <$select> widget. 
> I'll look at it as soon as I can (unless any other developers want to have a 
> go at a PR?),

I’ve added the “tooltip” attribute to the select widget:

https://github.com/Jermolene/TiddlyWiki5/commit/477c41f84304ed83245c87068dba3695a5053d62
 


The update will be available at https://tiddlywiki.com/prerelease 
 in 6 or 7 minutes,

Best wishes

Jeremy.

> 
> Best wishes
> 
> Jeremy
> 
> --
> Jeremy Ruston
> jer...@jermolene.com 
> https://jermolene.com 
> 
> On 3 Mar 2019, at 23:23, st...@sunypoly.edu  wrote:
> 
>> Tony wrote: Alternatively what about placing along side your select widget 
>> an empty button with a tooltip?
>> 
>> Tony, I think you've got it!
>> 
>> Paste this in a new tiddler (for example, at TiddlyWiki.com 
>> )
>> 
>> <$button tooltip="This select widget displays a list of the tags in this 
>> wiki">
>> <$select  tiddler=<> default='HelloThere'>
>> <$list filter='[all[shadows+tiddlers]tags[]sort[title]]'>
>> >><$view field='title'/>
>> 
>> 
>> 
>> 
>> Does anyone use TiddlyWiki with reader software that could tell us if this 
>> works?
>> Has anyone run a TiddlyWiki through any Web Accessibility tests (or know 
>> how?), to see if this feature would be considered accessible?
>> Thanks!
>> 
>> //steve.
>> 
>> 
>> 
>> -- 
>> 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/49ae200f-15a3-454c-87e7-574f4615dfa3%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/6E86406D-4DB6-4A8E-B968-BE86AAF73FF6%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: <$select> and Web accessibility

2019-03-04 Thread Thomas Elmiger
Hi all,

My proposal would be to wrap the select in a *visible *label-tag: 

This select widget displays a list of the tags in this wiki 
<$select  tiddler=<> default='HelloThere'>
<$list filter='[all[shadows+tiddlers]tags[]sort[title]]'>
>><$view field='title'/>




Accessibility concerns: 

   - Why would you hide important information from sighted users?
   - Accessibility of tooltips for mobile users?

This seems to be a standard conformant solution: 
https://stackoverflow.com/questions/10129696/html-can-i-use-label-element-with-select

Demo: https://telmiger.glitch.me/#Label%20for%20select

All the best,
Thomas

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


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread Mohammad
Hi Josiah

Many thanks. I will upload a new update.
I fixed the issue. I appreciate your time for evaluating the code and welcome 
your write up.

Best
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/4f22cde2-5141-4620-b79f-0e454ca6d4c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
I need to check that out. Yeah it might not be but I'll take a gander 
around if there is a way. If not, then I might make a thread about it. 
Thanks.

On Monday, March 4, 2019 at 1:51:08 PM UTC+2, Watt wrote:
>
> Mohammad's 'SNR:search and replace in tiddlers' might do it 
> retrospectively? I don't think autocomplete in the way you describe is 
> currently available but they love a challenge on this forum. Maybe start a 
> new thread?

-- 
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/d32eb1a6-56a6-4e9a-a3f3-6e55c5be0814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread Watt
Mohammad's 'SNR:search and replace in tiddlers' might do it retrospectively? I 
don't think autocomplete in the way you describe is currently available but 
they love a challenge on this forum. Maybe start a new thread?

-- 
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/b843438b-7255-402e-acb2-ce0b6b13280d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
PERFECT! Thank you, it was not nearly as complicated as I thought.

On Monday, March 4, 2019 at 1:17:27 PM UTC+2, Watt wrote:
>
> Hi demon
>
> You're not alone in your code mirror confusion. This worked for me;
>
> Go to Control panel, plugins, get more plugins, open library (while 
> online), scroll down and you'll see the basic code mirror plugin, which I 
> assume you've installed already, and saved and reloaded your wiki. If you 
> haven't done that, do it first.
>
> Below the base code mirror plugin in that library list are additional code 
> mirror 'extras' such as autocomplete, close brackets, close tags, and 
> search and replace. If you install those and any others needed, then save 
> and reload you should see a new tab in your control panel. Look in Control 
> panel, settings, Code Mirror.
>
> Use Control-space to autocomplete when in edit mode.
>
> Try this as a font-family if that field is blank and you don't like 
> monospace;
>
> -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, 
> sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
>
> That's the limit of my knowledge hope it helps you.
>
>

-- 
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/376a905f-b94d-4c6b-9909-de83f749b1c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: SNR: Search and Replace in Tiddler Fields

2019-03-04 Thread @TiddlyTweeter
Ciao Mohammad
I studied it more. You CAN use it to match  > but you need the search entry 
to be wrapped in quote-marks.

Similarly if you want to find double quote marks " you need to wrap them in 
quote marks of a different type.

To make best use of this powerful tool I think it needs user instructions 
as its a bit different than normal regular expressions in how it works. 

I'll write up some notes over the next week.

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/87b7f1cc-6651-4f1a-bbfc-a25405afc538%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread Watt
Hi demon

You're not alone in your code mirror confusion. This worked for me;

Go to Control panel, plugins, get more plugins, open library (while online), 
scroll down and you'll see the basic code mirror plugin, which I assume you've 
installed already, and saved and reloaded your wiki. If you haven't done that, 
do it first.

Below the base code mirror plugin in that library list are additional code 
mirror 'extras' such as autocomplete, close brackets, close tags, and search 
and replace. If you install those and any others needed, then save and reload 
you should see a new tab in your control panel. Look in Control panel, 
settings, Code Mirror.

Use Control-space to autocomplete when in edit mode.

Try this as a font-family if that field is blank and you don't like monospace;

-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, 
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"

That's the limit of my knowledge hope it helps you.

-- 
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/35594767-8578-4caf-a3fe-a27619ec7322%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread PMario
Hi, 
You may try this edition. 
https://tiddlywiki.com/plugins/tiddlywiki/codemirror/ and start from there.
-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/1ced6e38-e628-47d9-83ac-540e01e917de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
So I noticed that the CodeMirror plugins would have an auto-completion 
feature which I would like to have. Unfortunately, I am lost on how to 
actually use it. In many releases the codemirror stuff is mentioned (e.g. 
5.1.16 https://tiddlywiki.com/prerelease/static/Release%25205.1.16.html) 
but I do not know how to actually use them. Do I install the codemirror 
plugin https://tiddlywiki.com/plugins/tiddlywiki/codemirror/ first and then 
somehow add the auto-completion to it? I have zero idea how this works. 
When I installed the plugin it did not add a new tab in the control panel 
so I am unsure whether it actually is working or not. Nor was I able to 
find anywhere to download the auto-completion addon. Halp?

-- 
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/483fcabc-2ec6-4dd7-8a7b-6a3e267f71a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: <$select> and Web accessibility

2019-03-04 Thread Jeremy Ruston
I think we really need to add a tooltip attribute to the <$select> widget. I'll 
look at it as soon as I can (unless any other developers want to have a go at a 
PR?),

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 3 Mar 2019, at 23:23, st...@sunypoly.edu wrote:
> 
> Tony wrote: Alternatively what about placing along side your select widget an 
> empty button with a tooltip?
> 
> Tony, I think you've got it!
> 
> Paste this in a new tiddler (for example, at TiddlyWiki.com)
> 
> <$button tooltip="This select widget displays a list of the tags in this 
> wiki">
> <$select  tiddler=<> default='HelloThere'>
> <$list filter='[all[shadows+tiddlers]tags[]sort[title]]'>
> >><$view field='title'/>
> 
> 
> 
> 
> Does anyone use TiddlyWiki with reader software that could tell us if this 
> works?
> Has anyone run a TiddlyWiki through any Web Accessibility tests (or know 
> how?), to see if this feature would be considered accessible?
> Thanks!
> 
> //steve.
> 
> 
> -- 
> 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/49ae200f-15a3-454c-87e7-574f4615dfa3%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/4AC2411C-264C-4ECF-A1F5-2567C66CD590%40gmail.com.
For more options, visit https://groups.google.com/d/optout.