[tw5] Re: Posts should be now cross-posted to the Talk TiddlyWiki Discourse again

2021-10-06 Thread Boris Mann
Rebooted the server once more, doing a test send. And it needs to be long 
enough.

On Monday, October 4, 2021 at 10:41:38 PM UTC-7 Boris Mann wrote:

> For those that are interested, it was related to an SSL / root certificate 
> that caused havoc all over the Internet. The Discourse team made an update 
> which appears to have fixed it.
>
> Further details / comments / questions in the meta thread here: 
> https://talk.tiddlywiki.org/t/seems-like-new-gg-posts-do-not-show-up-in-tiddlytalk/969/14
>
> --
>
> Boris Mann, Co-founder
>
> Fission: Fast app publishing for front end devs to ship web native apps
>

-- 
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/0eaf8e04-9336-421f-8ed5-0fc6b062fa1an%40googlegroups.com.


[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-06 Thread TW Tones
It is interesting the conversation in the github discussion  issue request 
for a real solution . 

But twMat I think your solution is a* real solution* and does not 
necessarily need a core widget improvement, but it would be good, since 
this could be a common use feature.

I suppose the conversation could/should continue there in github, but I was 
wondering if a simple solution would be if the checkbox widgets checked and 
unchecked fields accepted filters that is they were treated as strings like 
currently unless they start with a "[" and if so first evaluate the filter 
to obtain the value. However the below may be a better solution. Because 
otherwise the two filters may need to match and I am not sure filters can 
handle the two purposes that checked and unchecked provide. 

The trick is these fields are used for two purposes one is to test the 
other is to set the state. This is easily the same thing when a simple 
string toggle is in place, but not if we want to use listops to handle 
multiple values in a field.

Then I thought if the string is prefixed with either a + or a - this 
implies it is a list ops function. So if the checkbox widget encounters a 
string with one of these prefixing it it uses list ops instead.

The following could be applied to any field however it replicates 
manipulating tags.
```<$checkbox field="tags" checked="+mytag" unchecked="-mytag" default=" 
-mytag"> Is it open?```

So if the +mytag was encountered the checked test would be 
`[contains:tags[mytag]]` and the unchecked `[!contains:tags[mytag]]`
and the reverse of the +- is reversed.

The action on click for each would be to provide the "signed value" to the 
listops subfilter.

We should however allow pseudo filters still to be passed eg; "+[[a 
tag/value with spaces]]" or "+[has[fieldname]then[client]else[friend]]" as 
long as they resolved to a string that can be given to the contains test 
and listops subfilter.

What do you think?
Perhaps I post it over there?


On Wednesday, 6 October 2021 at 23:33:53 UTC+11 cj.v...@gmail.com wrote:

> Your images are quite nice.  Besides, "real" checkboxes in HTML, aren't 
> they pretty much images?
>
> I say un-Beta that bad boy.
>
> On Wednesday, October 6, 2021 at 5:56:07 AM UTC-3 Mat wrote:
>
>> Thanks for referencing my old  http://toggle-in-field.tiddlyspot.com/
>>
>> One reason for it to be in beta is because of the (somewhat embarrassing) 
>> use of faux checkboxes (they're images!)
>>
>> I obviously agree there is a need for this, so I made an issue request 
>> for a real solution 
>> . If you agree 
>> with the request, please give it a like or comment in the thread there. I 
>> was hoping this would be solved with the latest TW release but evidently it 
>> was not.
>>
>> <:-)
>>
>

-- 
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/c49107da-734c-41c7-bcd2-cb088b6be44bn%40googlegroups.com.


[tw5] Re: Adding Additional Content Types

2021-10-06 Thread Col
Thank you so much!

On Tuesday, October 5, 2021 at 5:39:01 p.m. UTC-4 strikke...@gmail.com 
wrote:

> Create a new tiddler named $:/language/Docs/Types/video/mp4
> Create following fields:
>
>- description: MP4
>- group: video
>- name: video/mp4
>- group-sort: 3
>
> The group-sort:3 will make it shown in the bottom.
>
>
> On Tuesday, October 5, 2021 at 9:45:45 PM UTC+2 Col wrote:
>
>> Does anyone know how to add a new TiddlyWiki content type?
>>
>> Looking to add a "video/mp4" and "application/pdf" type but don't want to 
>> mess up my $:/core.
>>
>> Many 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/51461b26-a7be-4228-b0b7-379fb331ff0cn%40googlegroups.com.


[tw5] Tiddlyhost now uses TW 5.2.0 by default FYI

2021-10-06 Thread Simon Baird
SSIA I guess.

New sites on Tiddlyhost will be created with TW 5.2.0 by default.

If you want to try out some of those cool new features, go crazy at
https://tiddlyhost.com/ :)


-Simon

Ps, if you want to upgrade your existing Tiddlyhost site to 5.2.0,
https://github.com/simonbaird/tiddlyhost/wiki/FAQ#how-can-i-upgrade-my-site-to-a-newer-version-of-tiddlywiki
is a rough guide on how to do it.

Pps, FYI there was some extra work needed to get Tiddlyhost to support the
new JSON formatted tiddler store. Thanks very much @saqimtiaz
and @Jermolene for the help with getting that working and tested well in
advance. (See https://github.com/simonbaird/tiddlyhost/issues/161 if you're
interested.)

Ppps, congrats on the great release, and great work everyone who
contributed! Zarro boogs..?

-- 
simon.ba...@gmail.com

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


[tw5] Re: A tour through my Zettelkasten

2021-10-06 Thread Soren Bjornstad
The page that's linked in the Talk TW thread explains where you can get it:
https://sobjornstad.github.io/tzk/

On Tuesday, October 5, 2021 at 10:20:42 PM UTC-5 James wrote:

> Hi Soren,
> Do you have an empty Tiddly Zettelkasten that we could download and use?
>
> On Thursday, 23 September 2021 at 00:51:25 UTC+8 Soren Bjornstad wrote:
>
>> The Zettelkasten edition I talked about wanting to get together is public 
>> now. It's still alpha-ish, but in much better shape than the version I 
>> published here. You can find a link and continue discussion of it on this 
>> thread:
>>
>>
>> https://talk.tiddlywiki.org/t/introducing-tzk-tiddlyzettelkasten-edition/834
>>
>> On Monday, June 28, 2021 at 12:51:14 PM UTC-5 Soren Bjornstad wrote:
>>
>>> Probably did, but right now that one is more or less just <>> "[[OpenQuestion]backlinks[]]">> -- there's no special functionality for 
>>> selecting questions out of the tiddlers. That's something I'd like to 
>>> improve in the future.
>>>
>>> On Monday, June 28, 2021 at 12:12:30 PM UTC-5 mark.cu...@gmail.com 
>>> wrote:
>>>
 Is there any chance your filter missed the OpenQuestions tiddler as 
 well?

 On Sunday, April 18, 2021 at 11:55:35 AM UTC-4 Soren Bjornstad wrote:

> Looks like my filter missed the TODO tiddler, which should contain:
>
> \define todore() \[\[TODO\]\]:
> \define splitre() [\.\?!]
>
> To add a TODO item to this list, simply link to [[TODO]].
>
> 
> <$list filter="[[TODO]backlinks[]] -[[TODO]]" variable=outer>
>   <$list 
> filter="[get[text]splitregexplast[]splitregexpfirst[]]"
>  
> variable=inner>
>   <$link to=<>/>
> ''TODO:'' <>.
> 
> 
> 
>
> On Sunday, April 18, 2021 at 10:23:28 AM UTC-5 ludwa6 wrote:
>
>> Good to know, Soren, but first i have to get the basics under 
>> control, like: TODO items!  
>>
>> About that, you say in your video at 28'47" 
>>  : "*Anywhere that i write the 
>> word todo in square brackets, so link to the tiddler todo, gets 
>> automatically pulled in here"* -here being presumably TODO tab of 
>> "Write" feature, since that is the context.  I have tried this a number 
>> of 
>> ways -with square brackets of both types: single (would have to be by 
>> some 
>> magic i don't see, but since you didn't say "DOUBLE"...) and double 
>> (creating a missing tiddler, which i then activated, tagged "Stub"), 
>> whether as TODO uppercase or lower... Nothing shows up as expected in 
>> that 
>> tab, at all.
>>
>> So what am i missing here, i wonder?
>>
>> /walt
>>
>> On Sunday, April 18, 2021 at 3:31:11 PM UTC+1 Soren Bjornstad wrote:
>>
>>> Oh, to convert a single-file wiki to Node.js, all you need is:
>>>
>>> tiddlywiki --load path/to/single/file.html --savewikifolder 
>>> path/to/output/folder
>>>
>>> You could even do this as a first step in the script above, if you 
>>> wanted to normally edit in single-file mode but use the automated build.
>>>
>>> On Sunday, April 18, 2021 at 9:02:28 AM UTC-5 ludwa6 wrote:
>>>
 Thank-you Soren, but to be clear: I'm working in single-file mode, 
 since i was unable to find a way to convert your file to node.js, 
 though 
 that would probably make for a more elegant solution [*]... But the 
 "manual" method you propose below (with slight adaptation, see below) 
 is 
 sufficiently well-automated, it makes my workflow relatively painless, 
 as 
 follows:

1. In TiddlyDesktop (where i am managing a fair mitt-full of 
TW5 instances), finish my days edits with a review to ensure tag 
 "Public" 
is on all the right tiddlers, and none other;
2. In $:/AdvancedSearch, run the filter-  
[tag[Public]!is[system]]  -and upload the result set as .json, to...
3. Drag & drop that .json file into the my local PUBLIC 
instance (subset of the above), which is they synced to...
4. My github.io repo  : pull from 
there (just to ensure there are no conflicting edits), then 
commit/comment/push changes online.

 NB: I'm using Atom text editor (on Mac, b/t/w, not Windows) for the 
 last step, just because i like its change management workflow, but 
 there's 
 a desktop app for Github that is probably the most intuitive GuI app 
 for 
 this purpose.

 [*] As to that more elegant solution: if it were a node.js instance 
 i had in github, then i can see how it might be easier to manage a 
 dataflow 
 based on individual tiddlers, instead of one big .html file 
 -especially if 
 others were to be engaged in 

[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-06 Thread Charlie Veniot
Your images are quite nice.  Besides, "real" checkboxes in HTML, aren't 
they pretty much images?

I say un-Beta that bad boy.

On Wednesday, October 6, 2021 at 5:56:07 AM UTC-3 Mat wrote:

> Thanks for referencing my old  http://toggle-in-field.tiddlyspot.com/
>
> One reason for it to be in beta is because of the (somewhat embarrassing) 
> use of faux checkboxes (they're images!)
>
> I obviously agree there is a need for this, so I made an issue request 
> for a real solution . 
> If you agree with the request, please give it a like or comment in the 
> thread there. I was hoping this would be solved with the latest TW release 
> but evidently it was not.
>
> <:-)
>

-- 
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/c8aa99db-4831-4278-b703-87e21126871bn%40googlegroups.com.


[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-06 Thread Mat
Thanks for referencing my old  http://toggle-in-field.tiddlyspot.com/

One reason for it to be in beta is because of the (somewhat embarrassing) 
use of faux checkboxes (they're images!)

I obviously agree there is a need for this, so I made an issue request for 
a real solution . If 
you agree with the request, please give it a like or comment in the thread 
there. I was hoping this would be solved with the latest TW release but 
evidently it was not.

<:-)

-- 
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/3c7a95a1-eb48-499c-94bc-8bc1017afb6dn%40googlegroups.com.