[tw5] Re: [TW5] Responsive gone awry at 960px window width

2019-11-16 Thread Marc J. Cawood
bump

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/90792d4a-98c4-4b98-91c3-4ce052031c60%40googlegroups.com.


[tw5] Re: Is there a way to detect whether a wiki is launched as permalink ... and modify the startup-behaviour in that case?

2019-11-16 Thread TonyM
I still think this requirement is around the wrong way but I have already used 
the ?string on the url to pass data into a wiki. It appears in one of the info 
tiddlers. I believe you can even pass a filter.

Also you can use a permalink even to open a non existent tiddler and add 
something to appear from the view template on missing tiddlers.

I would live to see more features Mario but quite a lot is already possible.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/236087d3-3df4-49ff-bf25-dcb81bfeac88%40googlegroups.com.


[tw5] Re: Computer freezes while saving with Firefox / Timimi

2019-11-16 Thread TonyM
A Quick test with Windows 10, SSD drive, 16GB ram, FF 70.0.1, Timimi 2.0.2 
is working for me on an 11MB tiddlywiki file.

However since I use tiddlywiki with firefox (and Chrome) more than anything 
on my computer, I have lifted the available ram to both browsers. Given I 
have 16GB RAM I could afford to lift the maximum use of RAM by the 
browsers. Non tiddlywiki users may want to limit the amount of total ram 
their browser will use to protect other apps. The prolific user of 
tiddlywiki, and large tiddlywikis may want to let their browsers use more 
of the overall resources.

I am not talking about cache here but perhaps you could give over more 
anyway.

I can't find the instructions in my notes but the problem is most content 
on the internet is about reducing browser memory use, when this is a case 
for increasing its upper limits if you have the ram onboard to support it 
or if you were using a device primarily for browsing. Searching 
for "Increase RAM" usually results in advice to decrease its use or 
increase cache, so this is extremely frustrating.

I will let you know if I locate the instructions.

Anyone else know?

Tony

On Saturday, November 16, 2019 at 3:47:26 PM UTC+11, Mal wrote:
>
> Is anyone else having problems with saving using Timimi with Firefox?
>
> I am getting slow saves and the computer freezing (no response from mouse 
> or keyboard) for about 20 seconds or so on each save.  This is with 
> relatively large tiddlywiki files (about 20-30 MB).  I am running Firefox 
> version 70.0.1 on Ubuntu and MacOS and Timimi version 2.03.  There are no 
> problems when using TiddlyServer.
>
> It seems that this problem has appeared after the latest Firefox update.
>
> Mal
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/94670652-1ac1-4b04-b8a7-596dfb1674ee%40googlegroups.com.


Re: [tw5] Re: New plugin: Highlight searched text

2019-11-16 Thread Java Developer
Hi Bimlas,

It's nothing but awesomeFind In Page works fine great in PC.Great...

Is it possible to have 1 more option Find In Any page...So that next
and Previous will move on to next file or next tiddler where the match is
found...Currently it ends with the same page..If it is possible and
quick, please consider it

Thanks a lot for all your efforts..

On Sat, Nov 16, 2019 at 3:09 PM bimlas  wrote:

> Does anyone received my last message about the "jump to next/previous
> match" feature?
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/8e8a7075-8231-4394-b047-edfd228c89fa%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CACsyTVBGZUnC8R2xthMor1UkztQ3CZc3uu_X5AWfmRdd5LFgnA%40mail.gmail.com.


[tw5] Re: Help with setting up TiddlyServer (unable to upgrade)

2019-11-16 Thread TonyM
Just quick look but here is my minimalist one I reverted to after 
complexity in fixing the settings.json

I am binding to an additional IP address on my computer to not clash with 
127.0.0.1

{
 "tree": {
 "Home": "C:\\Data\\TW5\\Hosting\\TiddlyServer-2.1\\index.html",
 "Instances": "C:\\Data\\TW5\\Instances",
 "IndexWikis": "C:\\Data\\TW5\\indexWikis",
 "PSaT Business": "C:\\Data\\TW5\\PSaT",
 "PSaT Development": "C:\\Data\\TW5\\PSaTDev",
 "Development": "C:\\Data\\TW5\\Development",
 "EmptyWikis": "C:\\Data\\TW5\\EmptyFiles",
 "Clients": "C:\\Users\\antho\\Documents\\Business\\PSaT\\Clients",
"WebDav": "C:\\Users\\Public\\Documents\\tw",
 "Node": "C:\\Data\\TW5\\NodeJS",
"Editions": "C:\\Data\\TW5\\editions",
 "Pictures": "C:\\Users\\antho\\Pictures\\TiddlyWiki\\",
 "!Root": "C:\\Users\\antho\\Documents\\!Root",
 "!Windows Documents": "C:\\Users\\antho\\Documents",
 "!Windows Disk": "C:\\",
 "ScratchArea": "C:\\Data\\ScratchArea",
 "lib": "C:\\Data\\lib"
},
 "bindInfo": {"bindAddress": ["192.168.1.81"], "port": 80 },
 "putsaver": {"backupFolder": "C:\\Data\\TW5\\backups"},
 "$schema": "./settings-2-1.schema.json"
}

 




On Saturday, November 16, 2019 at 10:18:04 PM UTC+11, JPtech250 wrote:
>
> Hey everyone,
>
> I'm trying to find an easy to edit my TW file, and I have previously used 
> an older version of TiddlyServer with success. 
>
> Now that I'm on a new Windows machine (win 10), I installed *TiddlyServer 
> v.2.1.5 *coupled with *Node.js v. LTS Version 12.13.0. *So, in short, 
> here is the summary of my specs:
>
> *Specs*
>
>- Windows 10 OS
>- TiddlyServer v.2.1.5
>- Node.js v. LTS Version 12.13.0
>
>
> *Successful Upgrade of settings.json*
> Once I installed Node.js, I then followed the instructions to upgrade the 
> *settings.json* file, which worked successfully. Confirmation below:
>
> -
> C:\Users\USER\Documents\TiddlyServer>node upgrade-settings.js 
> settings.json settings1.json
>
> 
> ==  Upgrade TiddlyServer from 2.0 to 2.1. ==
> 
> Syntax: node upgrade-settings.js old.json new.json
> The new settings file must not exist.
> useTW5path is always true in v2.1, meaning that
> data folders are always loaded with a slash. If you
> still want to load datafolders without a trailing
> slash, set the noTrailingSlash property for the
> parent folder specified in the tree.
>
> Successfully converted settings. The new file is
> C:\Users\USER\Documents\TiddlyServer\settings1.json
> -
>
> After this, I renamed settings1.json to settings.json
>
>
> *Issue*
> When I try to run Node, I receive the error: "uncaught error during 
> server startup, ServerConfig did not pass validator"
>
> Details below, which is captured from CMD output.
> -
> C:\Users\USER\Documents\TiddlyServer>node server.js
> Settings file: C:\Users\USER\Documents\TiddlyServer\settings.json
> {
>   "bindInfo": {
> "localAddressPermissions": {
>   "localhost": {
> "settings": "property is unexpected",
> "WARNING_all_settings_WARNING": "property is unexpected"
>   },
>   "*": {
> "settings": "property is unexpected",
> "WARNING_all_settings_WARNING": "property is unexpected"
>   }
> }
>   }
> }
> uncaught error during server startup
> ServerConfig did not pass validator
> exiting
> -
>
> I have attached a copy of my settings.json file for reference. 
>
> Thoughts on how to resolve? 
>
> Thanks!
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03f6cd54-5715-461e-a5ba-53702d4a3b78%40googlegroups.com.


[tw5] Re: My second Tiddly Wiki: Intertwingularity Slice'n Dice

2019-11-16 Thread TonyM
I believe there is a sizeable minority of people in the tiddlyverse who 
thrive on the ability to represent virtually infinite logical  and organic 
structures within tiddlywiki. 

As much as I like the concept of "open Source/Open Software" I believe that 
a community has captured these words, that may be applied to tiddlywiki to 
represent the openness of its whole being. It is open in the way that with 
it we may cross most borders, or that many objects may be present, but 
unrealised as in a block of marble.

Tony

On Sunday, November 17, 2019 at 2:51:19 AM UTC+11, CJ Veniot wrote:
>
> Man o' man, I get a huge kick when anybody throws some of my 
> way-out-there/out-in-left-field vernacular right back at me.
>
> Thanks!  That was awesome.
>
> Sidetracked again ?   That's me.  Squirrel !
>
> On Friday, November 15, 2019 at 11:17:37 PM UTC-4, A Gloom wrote:
>>
>> So I initially planned on simultaneously maintaining structured content 
>>> using Google Sites, but I quickly got frustrated with that just like I got 
>>> frustrated trying to maintain my French-Acadian language lexicon with 
>>> Google Sites.
>>
>>  
>> cool, I actually use your Acadian wiki-- incorporated Acadia, its 
>> history, people in my work.
>>
>> I can understand the desire to preserve-- the culture I married into is 
>> also disappearing-- much of it is already gone 
>>
>> I am so much happier and having an absolute blast using TiddlyWiki (it 
>>> seems to match exactly how I think!  Good?  Bad?  Maybe. 
>>> 
>>> )
>>>
>>
>> no holding back now!1! just beware of Intertwingulitis...
>>
>> look out, got stdetracked again-- a tree visual plotter for TW, wonder if 
>> railroad plugin could be modified for vertical vs horizontal?
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/699ef39a-a102-41b7-b785-aee21cfaf038%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread TonyM
TT & Mario,

*TT*
I see how this could confuse someone, however the reason it was not stated 
is I believe because "wikitext is what tiddlywiki is", there is not harm 
however making it explicit. A vast majority of new users or casual users of 
someone elses wiki may never need to know this.

*Mario,*
Some new users know HTML and some do not. So for some HTML is the easy way 
to start.

Mixing html and wikitext should only be done, if there is no other way. So 
> I see no problem for new users. They shouldn't do it anyway!


Whilst this may be good advice for new users I do not think it good advice 
in the long run. I would like to see us maintain the maximum compatibility 
with html because it is native to the browser, we can source a lot of 
content in html and it is a full and sophisticated set of possibilities 
tiddlywiki is in a position to leverage, just as we do with CSS. 

I would love to see a set of primitives (Macros, Widgets and Wikitext) that 
can replace javascript as used in current basic HTML so that the difference 
was minimised. By primitives I mean not needing to create somewhat bespoke 
widgets to provide access a html function but methods or widget that may 
assist in providing more access to any html function.

I personally use html tables rather than wikitext for large, complex and 
nested tables because it is far more extensible, of course I use widgets 
within it.

It is tiddlywikis use of global standards that makes it so powerful. 

As my nasient understanding grows I wonder why we could not allow a richer 
use of the HTML DOM independently from the tiddlywiki one, a kind of 
sandboxed DOM knowing full well it stands to the side of tiddlywikis DOM. 
An example may be importing a HTML form with the ability to submit it in a 
way that tiddlywiki can build a tiddler populated by the form. This would 
be a rapid way to build tiddlywiki solutions from extensive HTML resources.

Increasing tiddlywikis integration with html, from a designers view point 
rather than a developers view point, increases the ability for tiddlywiki 
to interact with the rest of the internet, or the "world" for that matter.

Regards
Tony

On Saturday, November 16, 2019 at 11:26:15 PM UTC+11, @TiddlyTweeter wrote:
>
> PMario wrote:
>>
>> @TiddlyTweeter wrote:
>>>
>>>
>>>- It took me 6 months to realise that a "blank" ContentType is 
>>>actually "text/vnd.tiddlywiki" (yes?). BTW, WHY can it be BLANK? 
>>>
>>> It can be blank, because TW uses sensible defaults for "missing" 
>> parameters. The default type for every tiddler is text/vnd.tiddlywiki.
>> That's it.
>>
>> from TW-docs 
>> 
>>
>
> I have NO problem with that. 
>
> I have a problem that a NEW user would get NO SIGNAL that THAT IS IT. 
>
> How would they know?
>
> Best wishes
> TT
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e09f6125-7c80-4e8a-b66d-b445737e49ad%40googlegroups.com.


[tw5] Re: Character Codes

2019-11-16 Thread TonyM
Type




See https://www.w3schools.com/charsets/ref_html_entities_a.asp

Alternatively copy it from somewhere and paste directly into the tiddler

Ā
 
ll you need to do is identify the best way to select these special 
characters from a dialogue or the keyboard. Other languages that use these 
all the time usually provide these methods. Some key boards even have some 
printed on keys.

Regards
Tony


On Sunday, November 17, 2019 at 10:58:12 AM UTC+11, Be Know Do wrote:
>
> I’m trying to add a special character to my Tiddler without success.  
>
> [image: Screen Shot 2019-11-16 at 6.25.21 PM.png]
> I’ve used other special characters using the & but these don’t work.
>
> Any suggestions?
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dd48ea31-dad2-4881-a5c0-0867bf41cae8%40googlegroups.com.


[tw5] Character Codes

2019-11-16 Thread Be Know Do
I’m trying to add a special character to my Tiddler without success.  

[image: Screen Shot 2019-11-16 at 6.25.21 PM.png]
I’ve used other special characters using the & but these don’t work.

Any suggestions?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/acae2984-aec9-4667-94af-3d3e2a7e2967%40googlegroups.com.


[tw5] Re: TiddlyWiki editor stopped responding to keystrokes

2019-11-16 Thread 'Mark S.' via TiddlyWiki
Seems like part of a pattern. There was another post with the same problem 
just a couple days ago:

https://groups.google.com/forum/#!topic/tiddlywiki/cIw8LLi9VXI

On Saturday, November 16, 2019 at 12:36:01 PM UTC-8, Alan Finger wrote:
>
> Hi,
>
> I'm using TiddlyWiki5 on node js. The tiddler text editor has suddenly 
> stopped accepting keystrokes. Markdown inserts work normally and all other 
> fields can be typed into. This is consistent across several different 
> browsers and computers. Any ideas how to troubleshoot?
>
> Thanks,
> Alan
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/41b6b61f-1b22-40d0-a830-4949dc9c52e0%40googlegroups.com.


[tw5] TiddlyWiki editor stopped responding to keystrokes

2019-11-16 Thread Alan Finger
Hi,

I'm using TiddlyWiki5 on node js. The tiddler text editor has suddenly 
stopped accepting keystrokes. Markdown inserts work normally and all other 
fields can be typed into. This is consistent across several different 
browsers and computers. Any ideas how to troubleshoot?

Thanks,
Alan

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20cb9d3b-987b-43db-9ba0-15e29a8480ca%40googlegroups.com.


[tw5] Re: My second Tiddly Wiki: Intertwingularity Slice'n Dice

2019-11-16 Thread CJ Veniot
Hey, that plug-in looks some good.  Thanks !

On Saturday, November 16, 2019 at 8:59:42 AM UTC-4, Ste Wilson wrote:
>
> Don't forget tidgraph 
> https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5
>  
> for tree diagrams. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03d7c668-fed6-4b06-977b-b2ce5802c4c1%40googlegroups.com.


[tw5] Re: My second Tiddly Wiki: Intertwingularity Slice'n Dice

2019-11-16 Thread CJ Veniot
Man o' man, I get a huge kick when anybody throws some of my 
way-out-there/out-in-left-field vernacular right back at me.

Thanks!  That was awesome.

Sidetracked again ?   That's me.  Squirrel !

On Friday, November 15, 2019 at 11:17:37 PM UTC-4, A Gloom wrote:
>
> So I initially planned on simultaneously maintaining structured content 
>> using Google Sites, but I quickly got frustrated with that just like I got 
>> frustrated trying to maintain my French-Acadian language lexicon with 
>> Google Sites.
>
>  
> cool, I actually use your Acadian wiki-- incorporated Acadia, its history, 
> people in my work.
>
> I can understand the desire to preserve-- the culture I married into is 
> also disappearing-- much of it is already gone 
>
> I am so much happier and having an absolute blast using TiddlyWiki (it 
>> seems to match exactly how I think!  Good?  Bad?  Maybe. 
>> 
>> )
>>
>
> no holding back now!1! just beware of Intertwingulitis...
>
> look out, got stdetracked again-- a tree visual plotter for TW, wonder if 
> railroad plugin could be modified for vertical vs horizontal?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a755d6df-8312-40ff-912e-2c3179327270%40googlegroups.com.


[tw5] Re: Main CSS classes

2019-11-16 Thread Ton Gerner
Hi,

On Friday, November 15, 2019 at 4:04:56 PM UTC+1, PMario wrote:
>
> hi, fixed link: 
>
> open https://tiddlywiki.com/#%24%3A% 
> 
> 2Fthemes%2Ftiddlywiki% 
> 
> 2Fvanilla%2Fbase 
>  
> in edit mode and you'll find a lot of them, which are used for styling at 
> the moment. 
>
> Every TW contains the Vanilla base stylesheet in readable form. See: 
Control panel > Info > Advanced > Stylesheets, expand 
$:/themes/tiddlywiki/vanilla/base

Cheers,

Ton

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/106650fa-f884-4165-9d89-8cb1878438b4%40googlegroups.com.


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread Ste Wilson
Brilliant! 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/985fafec-1e43-4055-bbb8-1ed75e186930%40googlegroups.com.


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread @TiddlyTweeter
Ste Wilson wrote:
>
> I must admit my brain starts to switch off with tiddlywiki syntax 


The TW Cat Always Comes Back https://www.youtube.com/watch?v=oW9f04Dctz4 

Just saying :-)
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c0e37fe0-16b4-41da-b95d-67a20c9e51e6%40googlegroups.com.


[tw5] Re: My second Tiddly Wiki: Intertwingularity Slice'n Dice

2019-11-16 Thread Ste Wilson
Don't forget tidgraph 
https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5
 for tree diagrams. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ebe01a9-5ea3-4f40-91af-a4596b374888%40googlegroups.com.


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread @TiddlyTweeter
Steve

Woah! *Nice stuff*. That wiki is ZIPPY! Fast & useful on snippets at 
http://stephenteacher.tiddlyspot.com/#Code%20Snippets.

[image: Annotation 2019-11-16 133324.jpg]


Ste Wilson wrote:
>
> I must admit my brain starts to switch off with tiddlywiki syntax so i 
> have a code snippets tag and kind of Frankenstein stuff together with 
> occasional flashes of comprehension :)
> It's a modest collection :)
> http://stephenteacher.tiddlyspot.com/#Code%20Snippets 
> 
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/32be31bc-6214-4559-9495-ecb307a960f3%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread @TiddlyTweeter
PMario wrote:
>
> @TiddlyTweeter wrote:
>>
>>
>>- It took me 6 months to realise that a "blank" ContentType is 
>>actually "text/vnd.tiddlywiki" (yes?). BTW, WHY can it be BLANK? 
>>
>> It can be blank, because TW uses sensible defaults for "missing" 
> parameters. The default type for every tiddler is text/vnd.tiddlywiki.
> That's it.
>
> from TW-docs 
>

I have NO problem with that. 

I have a problem that a NEW user would get NO SIGNAL that THAT IS IT. 

How would they know?

Best wishes
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5645ff52-fc20-4070-b697-c3cdd2688ac6%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread PMario
On Saturday, November 16, 2019 at 9:26:07 AM UTC+1, @TiddlyTweeter wrote:
>
> Before I completely lose "Beginners Mind" I thought to comment that ...
>
>- It took me 6 months to realise that a "blank" ContentType is 
>actually "text/vnd.tiddlywiki" (yes?). BTW, WHY can it be BLANK? 
>
> It can be blank, because TW uses sensible defaults for "missing" 
parameters. The default type for every tiddler is text/vnd.tiddlywiki.
That's it.

from TW-docs 


>- *The type selector* - Use this when a tiddler needs to be displayed 
>in a special way, such as an image. See ContentType 
> for a list of the options. The 
>default is text/vnd.tiddlywiki, which means the tiddler contains 
>WikiText 
>
>
It doesn't explicitly state, that "empty" means default, but it talks about 
the default.

have fun!
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fa652ad7-a389-489f-982c-072a7554b992%40googlegroups.com.


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread Ste Wilson
I must admit my brain starts to switch off with tiddlywiki syntax so i have a 
code snippets tag and kind of Frankenstein stuff together with occasional 
flashes of comprehension :)
It's a modest collection :)
http://stephenteacher.tiddlyspot.com/#Code%20Snippets

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46cd2e3f-831a-4a1f-878f-c3fdba7a6aae%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread PMario
On Saturday, November 16, 2019 at 12:34:16 PM UTC+1, @TiddlyTweeter wrote:
 

> Heft of it is maybe the docs are assuming something? I am not sure IF I am 
> a bad reader or, actually, they implicitly assume something that a #newbie 
> needs to explicitly know or not.
>

See the WikiText docs. HTML in Wikitext 
.
 
The first line.

but

Mixing html and wikitext should only be done, if there is no other way. So 
I see no problem for new users. They shouldn't do it anyway!

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc4b14d8-23c4-45ab-9ab3-41891784c24c%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread @TiddlyTweeter
A Gloom wrote:
>
>
>- TT: took me 6 months to realise that a "blank" ContentType is 
>actually "text/vnd.tiddlywiki" (yes?). BTW, WHY can it be BLANK? 
>
> I believe not type set defaults to text/vnd.tiddlywiki but in my building 
> the Tiddler Explorer, using type[] brings up some tiddlers with no type set 
> that don't show as x-tiddler or text/vnd.tiddlywiki.  In More tab> Types, 
> no type set ususally shows under x-tiddler while text/vnd.tiddlywiki is 
> excluded from the list there.  Using type[text/vnd.tiddlywiki] in Advanced 
> search> Filter brings up only tiddlers that actually have 
> text/vnd.tiddlywiki set as a type.  I think there's some extra background 
> filtering when TW determines what a tiddler type is when its not set, 
> x-tiddlers for type not set has widgets and such and not just plain text.
>  
> ** note: using type[typename] should only display a type field with value 
> "typename" and not see type fields not set
>

Not fully clear what you mean. Are you saying that a BLANK "Type" field 
could be an unpredictable format? 

>
>>- It took me 9 months to realise that I could mix HTML code with 
>>WikiText. For a long time I was under the illusion that if I used HTML 
>> tags 
>>I must use ContentType "text/html".
>>
>> Exact opposite here-- being a web page author (old school with Notepad), 
> I mixed html with wikitext without setting txt/html from the get go and was 
> thinking I was doing it wrong
>

It is fascinating. 

Heft of it is maybe the docs are assuming something? I am not sure IF I am 
a bad reader or, actually, they implicitly assume something that a #newbie 
needs to explicitly know or not.

Best wishes
TT 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/82470625-26d7-476c-bf66-eb4e505f4633%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-11-16 Thread @TiddlyTweeter
An issue on doing nice layouts for GG (like TidBits: TW5 TIPS 
) is 
that EMAIL users may be reading the post in the EMAIL DIGEST version.

I'm not yet clear if that degrades well enough to be workable for them as 
its a plain text format.

TT

A Gloom wrote:
>
> good thing for me since most of the devs monitor by email
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bf530dc1-9845-464a-b1be-31c95e7086f3%40googlegroups.com.


[tw5] Help with setting up TiddlyServer (unable to upgrade)

2019-11-16 Thread JPtech250
Hey everyone,

I'm trying to find an easy to edit my TW file, and I have previously used 
and older version of TiddlyServer with success. 

Now that I'm on a new Windows machine (win 10), I installed *TiddlyServer 
v.2.1.5 *coupled with *Node.js v. LTS Version 12.13.0. *So, in short, here 
is the summary of my specs:

*Specs*

   - Windows 10 OS
   - TiddlyServer v.2.1.5
   - Node.js v. LTS Version 12.13.0


*Successful Upgrade of settings.json*
Once I installed Node.js, I then followed the instructions to upgrade the 
*settings.json* file, which worked successfully. Confirmation below:

-
C:\Users\USER\Documents\TiddlyServer>node upgrade-settings.js settings.json 
settings1.json


==  Upgrade TiddlyServer from 2.0 to 2.1. ==

Syntax: node upgrade-settings.js old.json new.json
The new settings file must not exist.
useTW5path is always true in v2.1, meaning that
data folders are always loaded with a slash. If you
still want to load datafolders without a trailing
slash, set the noTrailingSlash property for the
parent folder specified in the tree.

Successfully converted settings. The new file is
C:\Users\USER\Documents\TiddlyServer\settings1.json
-

After this, I renamed settings1.json to settings.json


*Issue*
When I try to run Node, I receive the error: "uncaught error during server 
startup, ServerConfig did not pass validator"

Details below, which is captured from CMD output.
-
C:\Users\USER\Documents\TiddlyServer>node server.js
Settings file: C:\Users\USER\Documents\TiddlyServer\settings.json
{
  "bindInfo": {
"localAddressPermissions": {
  "localhost": {
"settings": "property is unexpected",
"WARNING_all_settings_WARNING": "property is unexpected"
  },
  "*": {
"settings": "property is unexpected",
"WARNING_all_settings_WARNING": "property is unexpected"
  }
}
  }
}
uncaught error during server startup
ServerConfig did not pass validator
exiting
-

I have attached a copy of my settings.json file for reference. 

Thoughts on how to resolve? 

Thanks!
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/15b29ba6-7e07-4f01-99e4-a0bdb0c2a1a2%40googlegroups.com.


settings.json
Description: application/json


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread @TiddlyTweeter
A Gloom wrote:
>
> I've found that there's no reading once, with info overload you always 
> forget unless you actually use the info-- why I got a cheatsheet of stuff I 
> need to remember-- like to remember to use to use the cheatsheet of stuff 
> needed to remember >< : ) 
>

It is an interesting thing. You have comprehension but need usage. I have 
almost complete memory and VERY slow comprehension. Horses for courses 
. 

Your CHEAT SHEETS, what I have seen of them, look very useful

TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8394081f-da8a-4d53-8a21-2a427d168da4%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread A Gloom

   
   - t took me 6 months to realise that a "blank" ContentType is actually 
   "text/vnd.tiddlywiki" (yes?). BTW, WHY can it be BLANK? 

I believe not type set defaults to text/vnd.tiddlywiki but in my building 
the Tiddler Explorer, using type[] brings up some tiddlers with no type set 
that don't show as x-tiddler or text/vnd.tiddlywiki.  In More tab> Types, 
no type set ususally shows under x-tiddler while text/vnd.tiddlywiki is 
excluded from the list there.  Using type[text/vnd.tiddlywiki] in Advanced 
search> Filter brings up only tiddlers that actually have 
text/vnd.tiddlywiki set as a type.  I think there's some extra background 
filtering when TW determines what a tiddler type is when its not set, 
x-tiddlers for type not set has widgets and such and not just plain text.
 
** note: using type[typename] should only display a type field with value 
"typename" and not see type fields not set

>
>- It took me 9 months to realise that I could mix HTML code with 
>WikiText. For a long time I was under the illusion that if I used HTML 
> tags 
>I must use ContentType "text/html".
>
> Exact opposite here-- being a web page author (old school with Notepad), I 
mixed html with wikitext without setting txt/html from the get go and was 
thinking I was doing it wrong

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9137d710-8b1a-4a8a-b758-7279a7d40a44%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-16 Thread @TiddlyTweeter
Yes. TT

On Saturday, 16 November 2019 10:39:03 UTC+1, bimlas wrote:
>
> Does anyone received my last message about the "jump to next/previous 
> match" feature?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/74fedcc5-60f3-47b5-a920-b286fcb33f0c%40googlegroups.com.


[tw5] Re: New plugin: Highlight searched text

2019-11-16 Thread bimlas
Does anyone received my last message about the "jump to next/previous 
match" feature?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e8a7075-8231-4394-b047-edfd228c89fa%40googlegroups.com.


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread A Gloom
@Eric

tyvm, its makes it easier to remember a rule when its understood why

@TT

no problem, the fields names tip is definitely an important

info notes on function, syntax, "rules" etc. in TW that are useful to know 
> (that you only need read once!) 
>

I've found that there's no reading once, with info overload you always 
forget unless you actually use the info-- why I got a cheatsheet of stuff I 
need to remember-- like to remember to use to use the cheatsheet of stuff 
needed to remember >< : ) 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c44c3dd4-e5e9-4c85-80c4-4004ceba3589%40googlegroups.com.


[tw5] Re: Main CSS classes

2019-11-16 Thread @TiddlyTweeter
Ciao Luis

   - Looking at the diagram there is a problem. Some of the vital styling 
   created by the Vanilla Theme (i.e. "hard-coded" basic CSS in TW) are often 
   cascades ... i.e. ".class1 .class2 .class3 etc.", not a single class. So 
   I'm not sure that single classes will capture the actual final styling so 
   well.


   - I think its great what you trying to do. IF I were doing it I would 
   concentrate on the styling of the main "divs" -- the fundamental layout of 
   the "page". The styling of elements within divs is pretty straightforward 
   and less of a complex issue, IMO.


   - You might find helpful looking at Thomas Elmiger's "Bricks Plugin 
   " that 
   systematically deconstructs Vanilla. Its good in that its a modular 
   approach that assists understand the CSS in Vanilla, as well as replace it. 

Best wishes
TT

On Friday, 15 November 2019 12:12:53 UTC+1, Luis Gonzalez wrote:
>
> I am studying the css classes Tiddlywiki use to format its elements. I 
> made a little mindmap but I think I forgot many important classes.
>
> Can you help me to complete them?
> Thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/924184b8-33cc-4473-b98e-c0ccc3135055%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-11-16 Thread A Gloom
good thing for me since most of the devs monitor by email

so I don't have to worry about those sideways glances from them and them 
thinking "exactly... what... are you doing with our software...???" : )

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5e3533ca-0adc-4063-9453-34c922adef4d%40googlegroups.com.


[tw5] Re: GGrexit did not happen. SO, make the best of GG. #1

2019-11-16 Thread @TiddlyTweeter
Ciao Bimlas

Regarding your query: *Your post arrived both on the Web and via Email on 
my computer fine! :-).*

This what I know for myself, and might be worth noting and be related to 
your concerns ...

   - My FIRST post in a thread NEVER gets emailed, only posted to the Web 
   GG. I have to post a second time on first posts to get them to those on 
   email.


   - It is proving very difficult to sort this issue out. I have not been 
   able to get Google assistance that is clear about what to do.


   - The way GG works is often obscure. What I DO know is that on email 
   versions of TW my posts are getting flagged as "suspicious" by GG. I have 
   no idea why.


Best wishes
TT


bimlas wrote:
>
> Many times, it seems as if my answers to the topics are not being received 
> by those who only use mail instead of Google Groups. As a test, I ask that 
> those who received this message in the form of a letter respond.
>
> If Google Groups is "malfunctioning" then I think only TiddlyTweeter will 
> get it.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5c55d7d-6883-457a-92ca-d5e741e505b6%40googlegroups.com.


[tw5] Re: Basic Errors: Things I Misunderstood At First ...

2019-11-16 Thread @TiddlyTweeter
Repeat for emailers ...

On Saturday, 16 November 2019 09:26:07 UTC+1, @TiddlyTweeter wrote:
>
> Before I completely lose "Beginners Mind" I thought to comment that ...
>
>- It took me 6 months to realise that a "blank" ContentType is 
>actually "text/vnd.tiddlywiki" (yes?). BTW, WHY can it be BLANK? 
>
>
>- It took me 9 months to realise that I could mix HTML code with 
>WikiText. For a long time I was under the illusion that if I used HTML 
> tags 
>I must use ContentType "text/html".
>
> I'm not sure if I'm typical on this. I wonder IF it was my error? Or 
> whether the info is clear enough in basic docs?? 
>
> Did you have early confusions? What were they?
>
> Best wishes
> TT
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d5bc885e-8f68-47d0-ace9-811ac2efbadc%40googlegroups.com.


[tw5] Re: TidBits: TW5 TIPS

2019-11-16 Thread @TiddlyTweeter
Thanks Eric & Gloom

I started this thread as a kind of experiment; not seeking a specific 
answer to a specific problem. 

Rather, I was interested in seeing if we can develop short, self-contained, 
info notes on function, syntax, "rules" etc. in TW that are useful to know 
(that you only need read once!) that are normally not so foregrounded but 
are important to know. 

Both of you wrote notes that are useful to have explicitly! 
In time will I try bring them together. Thanks!

TT

On Saturday, 16 November 2019 08:35:48 UTC+1, Eric Shulman wrote:
>
> On Friday, November 15, 2019 at 10:30:39 PM UTC-8, A Gloom wrote:
>>
>> Field names must be lowercase letters, digits or the characters - 
>> (dash), _ (underscore) and . (period).
>> I need to find the official info on character restrictions for tiddler 
>> titles and tag names if any
>>
>
> The restrictions on field names is because of the way tiddlers are stored 
> as HTML DIVs in a standalone file.
>
> For example:
>
>  "20191116072810554" otherfield="test" tags="TagWithQuote [[Tag with 
> spaces]] TagOne" title="New Tiddler" type="text/vnd.tiddlywiki">
> tiddler text content goes here
> 
>
>  
> Except for the tiddler text content, all tiddler fields are stored using 
> attributes of an HTML DIV, and those attribute names are limited to 
> lowercase, digits, dash, underscore, and period.  Note that the tags field 
> *value* is automatically pre-processed by the TW core to ensure that tags 
> with spaces are enclosed by doubled square brackets, and any embedded 
> quotes within a tag name are replaced with  so it doesn't interfere 
> with the quote delimiters used to surround the HTML attribute value itself.
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b913c3b1-736f-4035-a1db-5d62655dbca6%40googlegroups.com.