[twdev] Re: Custom markup (continued 4)

2020-12-11 Thread @TiddlyTweeter
 TonyM wrote:

> Here is a summary of the existing glyphs
> I established this with this site https://unicode-table.com/en/
>

Just FYI I use the program BabelMap 
 on Win to investigate 
Unicode Font Support. Excellent program that has no registry dependencies. 
Has Plane and Block navigation, ability to tweak font stacks, and 
Bookmarking. Works well. Increased my practical understanding of Unicode 
font support more than anything else.

TT

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/9a035a9d-a540-4a98-abe9-f1c1180fcc1cn%40googlegroups.com.


[twdev] Re: Custom markup (continued 4)

2020-12-11 Thread @TiddlyTweeter
TonyM

Thanks for the codes & ranges!

TT

On Thursday, 10 December 2020 at 23:50:33 UTC+1 TonyM wrote:

> TT,
>
> Here is a summary of the existing glyphs
> I established this with this site https://unicode-table.com/en/
>
> Latin-1 Supplement › Acute Accent
> ´ tick
> ´ Acute Accent
> U+00B4
>
>  Latin-1 Supplement › Degree Sign
> °
> ° Degree Sign
> U+00B0
>  
>
>
>  Small Form Variants › Small Left Parenthesis
> ﹙
> ﹙ Small Left Parenthesis
> U+FE59
>
>  Latin-1 Supplement › Pilcrow Sign
> ¶
> ¶ Pilcrow Sign
> paragraph sign
> U+00B6
>
> Braille Patterns › Braille Pattern Dots-25
> ⠒
> ⠒ Braille Pattern Dots-25
> U+2812
>  
>  
> Braille Patterns › Braille Pattern Dots-2356
> ⠶
> ⠶ Braille Pattern Dots-2356
> U+2836
>  
>  
>  Mathematical Operators › Almost Equal To
> ≈
> ≈ Almost Equal To
> asymptotic to
> U+2248
>
> Latin-1 Supplement › Right-Pointing Double Angle Quotation Mark
> »
> » Right-Pointing Double Angle Quotation Mark
> right guillemet, >>
> U+00BB
>
>
> Unicode Block Description Coverage
> U+0370–U+03FF Greek and Coptic 135 glyphs
> U+2070–U+209F Superscripts and Subscripts 48 glyphs
> U+2200–U+22FF Mathematical Operators 256 glyphs
> U+2300–U+23FF Miscellaneous Technical 256 glyphs
> U+27C0–U+27EF Miscellaneous Mathematical Symbols-A 48 glyphs
> U+2980–U+29FF Miscellaneous Mathematical Symbols-B 128 glyphs
> U+2A00–U+2AFF Supplemental Mathematical Operators 256 glyphs
> Glyph Variants (not all math) 1353 glyphs
>
>
> Regards
> Tony
> On Friday, 11 December 2020 at 06:02:52 UTC+11 @TiddlyTweeter wrote:
>
>> *Problems Of Working In The Dark*
>>
>> One of the biggest issues I have had is getting a CONSISTENT approach to 
>> both determining "Candidate Markup Glyphs" AND sharing them.
>>
>> I mean, before we go too far,  would it not be a good idea to identify by 
>> U+0023 numbers what we are talking about? Both for favourite pairings, or 
>> simple glyphs that strike you for markup?
>>
>> IF you give me the numbers I can begin to think easier how to extract 
>> them from a font!
>>
>> Best wishes
>> TT
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/de80d326-c36d-44a7-8a34-22c0a27bd77bn%40googlegroups.com.


[twdev] Re: Custom markup (continued 4)

2020-12-11 Thread PMario
Hi Folks,

We continue at: https://github.com/wikilabs/plugins/discussions/56

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/a1093ef9-aef8-47e6-b89e-20b9669a555bn%40googlegroups.com.


[twdev] Re: Migrating to GitHub discussions

2020-12-11 Thread @TiddlyTweeter
Ciao Jeremy

Good idea. (1) GG is becoming a big pain to use. Especially if you need to 
add code blocks or edit messages. (2) Github style Discussion IS 
approachable even if you are not a dev.

Best wishes
TT

On Thursday, 10 December 2020 at 16:18:54 UTC+1 Jeremy Ruston wrote:

> We are migrating this discussion group to GitHub:
>
> https://github.com/Jermolene/TiddlyWiki5/discussions
>
> The motivations for the change are:
>
>- Most of our development activity is on GitHub so it makes sense to 
>move related discussions there too
>- Google Groups doesn't offer many of the features needed by 
>developers (eg code blocks with syntax highlighting)
>
> This group is remaining open for now so that people can reply to existing 
> threads. Please avoid making new posts here.
>
> Best wishes
>
> Jeremy
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/5079f3d5-1c9c-4634-b055-78696ebfafe3n%40googlegroups.com.


[twdev] Re: Node: Tiddler corrupted with full linux path

2020-12-11 Thread phil...@gmail.com
Saq and Chris,

Apologies for the slow reply, and Saq really appreciate your quick response 
to my original inquiry. 

I think you have nailed it, *the issue seems to be the multi-line fields*. 
It seems tiddlers with line breaks in a field were being converted to json 
and/or corrupted. 

Not sure if the json behavior is a cause or a symptom or what, but in any 
case I'm glad there's a fix, this one was a doozy I thought I was going 
nuts!

Phil 

On Tuesday, December 8, 2020 at 10:27:45 AM UTC-5 saq.i...@gmail.com wrote:

> The original description of the problem reminds me of what happens if you 
> have non .tid format files in the tiddler directory.
>
> @clutterstack do note that the multiline fields issue is now patched in 
> the latest pre-release.
> Cheers,
> Saq
>
> On Tuesday, December 8, 2020 at 4:19:02 PM UTC+1 clutterstack wrote:
>
>> Hi Phil, if you're still here..following on from Saq's response, do you 
>> have any custom fields containing multiple lines of text?
>>
>> There was an issue with this in 5.1.22 running on node. Saq wrote a patch 
>> to fix it. See this thread 
>>  for more info.
>>
>> Even if Phil doesn't come back, maybe someone searching will find this 
>> (doubtful with the search functionality of Groups, but...). Hopefully all 
>> new wikis will be on 5.1.23 soon anyway.
>>
>> Best,
>> Chris
>> On Monday, November 30, 2020 at 3:10:46 PM UTC-5 phil...@gmail.com wrote:
>>
>>> Hi All,
>>>
>>> After uploading a bunch of Tiddlers to a local server in my home and 
>>> running TW, the TW on the server thinks some existing tiddlers have the 
>>> full filepath in the title. 
>>>
>>> *For example*
>>>
>>> - *MyWiki/tiddlers* has a file called 
>>> - - *MyTid.tid* with *title: MyTid* as one of the n:v pairs 
>>>
>>> After uploading the folder MyWiki/tiddlers and starting the Wiki:
>>>
>>> Searching TW reveals only a tiddler called 
>>> "/home/wikis/MyWiki/tiddlers/MyTid.tid"
>>>
>>>
>>> This also corrupts the information in the tiddler itself when viewed 
>>> from the actual wiki, as all the n:v pairs are just dropped in the text 
>>> field of the tiddler. 
>>>
>>> The only thing I can think of here is that it appears the .tid files 
>>> store their n:v pairs in alphabetical order *instead of keeping the 
>>> TITLE: field at the top of the file*. I'm thinking this could cause 
>>> some default behavior where TW uses the filepath as the tiddler name if it 
>>> doesn't see "TITLE:" at the top of the .tid file. 
>>>
>>> If the TITLE position is indeed my issue, my next question is why this 
>>> is happening, why are the .tid files having their pairs reordered? 
>>>
>>> Sincere thanks,
>>>
>>> Phil 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/9370ae9f-fb43-4671-b084-d6de66a1f396n%40googlegroups.com.