[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread imleg...@gmail.com
Done, two tiddlers needed one for logic one for button image. Thanks. 

On Sunday, September 19, 2021 at 8:50:56 AM UTC+8 Télumire wrote:

> Oups sorry theok was faster than me ahah
>
> Le dimanche 19 septembre 2021 à 02:49:54 UTC+2, Télumire a écrit :
>
>> You also need to add the tag $:/tags/ViewToolbar if you want your button 
>> to be displayed in the view toolbar (which is at the right of the tiddler 
>> title).
>>
>> If you want your button to be really in the title itself and not in the 
>> toolbar, then you can use the field icon, which display the content of the 
>> tiddler in the title, then with css move the icon to the right, e.g : 
>> https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title
>>
>> Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a écrit :
>>
>>> To study and copy for the creation of your own button:
>>>
>>> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
>>> for your button)*
>>> $:/core/images/edit-button *(nice to have one like this, even if your 
>>> image is just an emoji or whatever)*
>>> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
>>> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>>>
>>> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
>>> wrote:
>>>
 <$button message="tm-copy-to-clipboard" param=<>>
 Copy date to clipboard
 

 I know the command is something like this, but I don't know how to add 
 a button to the top right beside the edit clone tiddler. 

>>>

-- 
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/e62bd32d-7f53-4cdb-a6e2-d5e37c4880b9n%40googlegroups.com.


AddButtonTOViewBar.json
Description: application/json


[tw5] Re: What are editor options for TiddlyWiki syntax highlighting?

2021-09-18 Thread PMario
On Sunday, September 19, 2021 at 3:05:52 AM UTC+2 cj.v...@gmail.com wrote:
...

> Does anybody know of other editors that either have TiddlyWiki syntax 
> highlighting built-in or allow custom language syntax highlighting?
>
 
There is a plugin for VSCode, named: TiddlyWiki5 Syntax, which can be 
installed as any other highlighter.

As a TW plugin there is: 
https://github.com/Gk0Wk/CodeMirror-Mode-TiddlyWiki5/blob/main/README_en.md 
now. 

-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/a6630857-ede1-489b-8d13-1b7c5669bfe5n%40googlegroups.com.


[tw5] What are editor options for TiddlyWiki syntax highlighting?

2021-09-18 Thread Charlie Veniot
I've been thinking lightly about this for the better part of a month.  As a 
way to make it easier to review complicated TiddlyWiki tiddler content, 
especially convenient when those tiddlers are in their own files 
(TiddlyWiki on nodejs.)

For the last couple of days, I've been pretty consumed by the thought: what 
editor could I use that supports TiddlyWiki syntax highlighting?

I was getting pretty frustrated until I fell upon GNU nano, and discovered 
how easy it is to create custom syntax highlighting for anything.  Well, 
basic syntax highlighting is easy to get good enough results.  A bit of 
effort to get towards perfection.

*(Screenshot attached, using as an example some pretty nifty code Eric 
provided in another post to help out one of our TiddlerHood crew.  Probably 
too many colours, but I'm just pushing the limits to experiment.)*

Does anybody know of other editors that either have TiddlyWiki syntax 
highlighting built-in or allow custom language syntax highlighting?

-- 
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/4b93d88f-0e38-4432-92c8-2f540385e961n%40googlegroups.com.


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Télumire
You also need to add the tag $:/tags/ViewToolbar if you want your button to 
be displayed in the view toolbar (which is at the right of the tiddler 
title).

If you want your button to be really in the title itself and not in the 
toolbar, then you can use the field icon, which display the content of the 
tiddler in the title, then with css move the icon to the right, e.g : 
https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title

Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a écrit :

> To study and copy for the creation of your own button:
>
> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
> for your button)*
> $:/core/images/edit-button *(nice to have one like this, even if your 
> image is just an emoji or whatever)*
> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>
> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
> wrote:
>
>> <$button message="tm-copy-to-clipboard" param=<>>
>> Copy date to clipboard
>> 
>>
>> I know the command is something like this, but I don't know how to add a 
>> button to the top right beside the edit clone tiddler. 
>>
>

-- 
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/a7b17b3e-8f2a-401b-9b67-011f4364422cn%40googlegroups.com.


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Télumire
Oups sorry theok was faster than me ahah

Le dimanche 19 septembre 2021 à 02:49:54 UTC+2, Télumire a écrit :

> You also need to add the tag $:/tags/ViewToolbar if you want your button 
> to be displayed in the view toolbar (which is at the right of the tiddler 
> title).
>
> If you want your button to be really in the title itself and not in the 
> toolbar, then you can use the field icon, which display the content of the 
> tiddler in the title, then with css move the icon to the right, e.g : 
> https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title
>
> Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a écrit :
>
>> To study and copy for the creation of your own button:
>>
>> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
>> for your button)*
>> $:/core/images/edit-button *(nice to have one like this, even if your 
>> image is just an emoji or whatever)*
>> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
>> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>>
>> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
>> wrote:
>>
>>> <$button message="tm-copy-to-clipboard" param=<>>
>>> Copy date to clipboard
>>> 
>>>
>>> I know the command is something like this, but I don't know how to add a 
>>> button to the top right beside the edit clone tiddler. 
>>>
>>

-- 
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/d2ce87bc-4d8c-4614-a313-a73984c381afn%40googlegroups.com.


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Paul Hampshire
I think you're looking for this.
 https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FViewToolbar

If you do a search for that tag you'll also be able how the others are put 
together.

On Saturday, September 18, 2021 at 10:55:49 AM UTC-4 cj.v...@gmail.com 
wrote:

> To study and copy for the creation of your own button:
>
> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
> for your button)*
> $:/core/images/edit-button *(nice to have one like this, even if your 
> image is just an emoji or whatever)*
> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>
> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
> wrote:
>
>> <$button message="tm-copy-to-clipboard" param=<>>
>> Copy date to clipboard
>> 
>>
>> I know the command is something like this, but I don't know how to add a 
>> button to the top right beside the edit clone tiddler. 
>>
>

-- 
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/1b9ad1be-892f-49ac-b695-a085e52367fdn%40googlegroups.com.


Re: [tw5] Re: tw editions and docker questions

2021-09-18 Thread Jean-Pierre Rivière
I'm sorry Xavier, but I've been unable to create any edition to see what 
you suggest would do. I haven't understood how to do it. Could you help me 
please?

cheers,

Le mercredi 15 septembre 2021 à 15:20:35 UTC+2, xca...@immateriel.fr a 
écrit :

> Hi Jean-Pierre,
>
> Historically, the fr-FR and fr-FR-server editions were aimed at providing 
> a translated version of tw5.com. I had wanted to gather a team of 
> translators in order to achieve this, but I eventually gave up as the task 
> seemed too daunting. I focused instead on the fr-FR language plugin. 
>
> What you experience — tiddlers are saved in the fr-FR sub-directory 
> instead of the served wiki — is probably due to the 
> "default-tiddler-location": "../fr-FR/tiddlers" in the config of the 
> fr-FR-server edition. If you remove that before you --init a new wiki, you 
> will get a more natural behaviour. If you confirm that it solves the 
> problem, I'll propose a removal from the official edition.
>
> Cheers,
> -- Xavier Cazin.
>
> On Wed, Sep 15, 2021 at 12:43 PM Jean-Pierre Rivière <
> jn.pierr...@gmail.com> wrote:
>
>> Hi @PMario and mauloop!
>>
>> I(ve taken my time but I can now bring some valuable new input. But 
>> before that, let me thank you for your answers. I've dipped deeper in 
>> docker and nodejs tiddlywiki as a result. And I can tell you that I've 
>> finally come to a successful setup but some problems are still there. But I 
>> can create an OK docker image and use it to launch it a suceesfull 
>> tiddlywiki and load stuff inside before really launching it as a server (I 
>> have not yet seen how to use apache as a proxy).
>>
>> So for the sake of answering my question, here is my Dockerfile:
>> -
>> # Dockerfile pour lancer le tiddlywiki proteva
>> # copiée et adaptée du modèle elasticdog/tiddlywiki disponible sur le 
>> docker hub
>> from node:16.9.0-alpine3.11
>>
>> LABEL author="Jean-Pierre RIVIÈRE"
>> LABEL content="instance de nodejs avec le tiddliwki proteva"
>>
>> env TIDDLYWIKI_VERSION=5.1.23
>> env PROTEVA_FEED=proteva-data.json
>> env WORKDIR=/usr/share/tiddlywiki/proteva-wiki
>>
>> EXPOSE 8080
>>
>> WORKDIR $WORKDIR
>> VOLUME $WORKDIR
>>
>> run apk update && apk add --no-cache tini
>> run npm install -g tiddlywiki@$TIDDLYWIKI_VERSION && npm install clean 
>> --force
>>
>> #ENTRYPOINT ["tiddlywiki", "proteva"]
>> #CMD ["--listen", "host=0.0.0.0"]
>> ENTRYPOINT ["/sbin/tini", "--"]
>> CMD ["tiddlywiki", "proteva", "--listen", "host=0.0.0.0"]
>> --
>>
>> and here is my proteva.sh script that I use to manage the wiki with 
>> ./proteva.sh init  && ./proteva.sh start
>> 
>> #!/bin/sh
>> # shell pour initialiser ou lancer proteva via docker
>>
>> IMAGE=proteva
>> WIKI=$IMAGE
>> PROTEVA_FEED=proteva-data.json
>> PROTEVA_DIR=$PWD/proteva-data
>> WORKDIR=/usr/share/tiddlywiki/proteva-wiki
>> EDITION=rerver
>>
>> case $1 in
>>   init)
>> echo wiping $PROTEVA_DIR
>> [ -d $PROTEVA_DIR ] && sudo rm -rf $PROTEVA_DIR
>> mkdir $PROTEVA_DIR
>> echo building $IMAGE docker image
>> sudo docker build . -t $IMAGE
>> echo built
>> sudo docker run --rm -v $PROTEVA_DIR:$WORKDIR $IMAGE tiddlywiki $WIKI 
>> --init $EDITION
>> echo initialized
>> cp $PROTEVA_FEED $PROTEVA_DIR
>> sudo docker run --rm -v $PROTEVA_DIR:$WORKDIR $IMAGE tiddlywiki $WIKI 
>> --load $PROTEVA_FEED
>> rm $PROTEVA_DIR/$PROTEVA_FEED
>> echo import done
>> ;;
>>   start)
>> [ -d $PROTEVA_DIR ] || mkdir $PROTEVA_DIR
>> sudo docker run --rm -it -p 8080:8080 -v $PROTEVA_DIR:$WORKDIR --name 
>> $WIKI $IMAGE tiddlywiki $WIKI --listen host=0.0.0.0
>> ;;
>>   *) echo "usage : ${0##/} ORDER"
>>  echo '  where ORDER is either "init" or "start"'
>>  echo '  to initialize or launch proteva tiddlywiki nodejs via 
>> docker.'
>>  ;;
>> esac
>> 
>>
>> Now for the remaining problem: the fr-FR-server edition seems at fault. 
>> If I use iti instead of server (as value of the EDITION variable in the 
>> script)' the --init and --listen part is OK (launching the "proteva" wiki), 
>> the --load part is wrong for the data are copied in the fr-FR sub-directory 
>> (instead of the proteva sub-directory). Besides, I can't see any French 
>> with that edition.
>>
>> the real command I use is:
>>
>> sudo docker run --rm -v 
>> /home/jnpr/big/workspace/accessibilite/dockerized/proteva-data:/usr/share/tiddlywiki/proteva-wiki
>>  
>> proteva tiddlywiki proteva --load proteva-data.json
>>
>> This commands create this strucure all of its own:
>>
>> proteva-data
>> ├── fr-FR
>> │   └── tiddlers
>> │   ├── $__StoryList.tid
>> │   └── TODO.tid
>>
>> (proteva-data is created previously along proteva-data/proteva by --init)
>>
>> Where can I get the fr-FR sources/fellows of this project to help sort 
>> out this mystery?
>>
>> Le dimanche 12 septembre 2021 à 00:59:09 UTC+2, mauloop a écrit :
>>
>>> I published on Github a little project to run Tiddlyserver with Docker. 
>>> You can 

[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Charlie Veniot
To study and copy for the creation of your own button:

$:/core/ui/Buttons/edit *(you need to at least have a tiddler like this for 
your button)*
$:/core/images/edit-button *(nice to have one like this, even if your image 
is just an emoji or whatever)*
$:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
$:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*

On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
wrote:

> <$button message="tm-copy-to-clipboard" param=<>>
> Copy date to clipboard
> 
>
> I know the command is something like this, but I don't know how to add a 
> button to the top right beside the edit clone tiddler. 
>

-- 
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/f86b6555-d7e3-4962-8efe-83fd42022785n%40googlegroups.com.


Re: [tw5] Re: "Loud Tones?" on Discourse discussion: talk.tiddlywiki.org

2021-09-18 Thread CJ Veniot
GG has actually become better for me because of the very much reduced
activity.

So when I have something I think worth contributing, I can contribute via
the GG forum without the challenges of

   - coping with the distracting bells and whistles of discourse
   - the overall design of the discourse site, which I think is best for
   what the great majority wants, but is brutal to me trying to process
   information
   - too many discussions, too many discussion forks within discussions,
   too many people, too many moving pieces
  - these have me trying to process every detail of every little
  thing all at once, so this brain is all over the place like a
little kid in
  a toy or candy store for the first time

And when I'm looking for a little something interesting to immerse myself
in, I can make a short and sweet visit to Discourse, find something I can
tackle, tackle it, and then get out of there right pronto when done.

Silly, I think, to try and setup Discourse to provide a cognitive wheel
chair ramp.  GG is my cognitive wheel chair ramp via the integration
between the GG and Discourse forums.

In that sense, Discourse is wonderful to me.  It allows me to participate
in a way that accommodates my needs perfectly (via the non-overstimulating
back door that is GG).

Very cool.

On Sat, Sep 18, 2021 at 4:34 AM TW Tones  wrote:

> Charlie,
>
> I understand your concerns and will argue for GG continuing, visit
> occasionally and hopefully one day we will find ways to make Discourse more
> acceptable for you. Of course no final decision has being made yet. This is
> my personal position.
>
> Tones
>
> On Saturday, 18 September 2021 at 15:58:22 UTC+10 cj.v...@gmail.com wrote:
>
>> It would be good for the discourse forum to indicate that moderators can
>> also edit members' posts to benefit the community.
>>
>> That should be mentioned prominently in terms of use or something.
>>
>> That aside, I wish you and other members all the best over in the
>> discourse forum.  You've put together a nice list of benefits, so totally
>> makes sense why members have flocked over to that forum.
>>
>> Me, I'll pop in once in a blue moon, but I will  stay over here in the GG
>> forum because this one is much more accommodating re cognitive disability
>> challenges.
>>
>>
>>
>> On Friday, September 17, 2021 at 10:16:20 PM UTC-3 TW Tones wrote:
>>
>>> Oh,  and you can edit to correct your post :)
>>>
>>> I have *just run across the road and discovered that side is much
>>> greener* :)
>>>
>>> On Saturday, 18 September 2021 at 11:12:42 UTC+10 TW Tones wrote:
>>>
 Folks,

 As you may know I am a regular contributor to the community. I just
 want to let you know although I will always support the use of Google
 Groups, *I am now only an occasional visitor here.* Without entering
 into the detailed evaluations and comparisons these are *my reasons
 why*;

- Discourse fixed a number of problems introduced to Google Groups
of late eg code highlighting.
- Discourse has all the standard features of most of the advance
community tools.
- It can almost resemble a chat if more than one person is on line.
- I do not use any email features only online.
- Its easier to keep track of what I have done or when others post
and reply
- Its nice to use emoticon reactions rather than a whole (email)
reply to indicate support, or thank someone.
- *I can deal with a larger volume of activity in the same time*
- Private messaging without using email is possible (off line
discussions)
- I can support new users to Discourse, as I certainly want us to
move, so of course I support it.
- Given the way users have being treated by google eg; destroyed
mobile view I no longer trust Google Groups in the long term.

 There are too many features to name here that I appreciate in
 Discourse, but most are reusable skills, because they are available in many
 other community solutions, but not in Google Groups, which after all is a
 glorified mail list.

 I did not choose Discourse, but because it has gained some momentum and
 is more than adequate if not very good *"I just want to leave".* I
 tried to encourage a move many times, but most communities are like herding
 cats, but now in the case of Discourse its more like "herding sheep" and a
 pile of us sheeple, have *just run across the road and discovered than
 side is much greener* :)

 I understand there are community members who feel one or more of the
 following;

- finding the transition difficult,
- need solutions to help on the new platform
- are not familiar with these sophisticated solutions
- don't like changing something that works for them.

 I urge you to come over and connect with me @TW_Tones
 

[tw5] how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread imleg...@gmail.com
<$button message="tm-copy-to-clipboard" param=<>>
Copy date to clipboard


I know the command is something like this, but I don't know how to add a 
button to the top right beside the edit clone tiddler. 

-- 
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/640602a0-d20f-4fd7-ac3d-d03750f16272n%40googlegroups.com.


[tw5] Re: 1. Parallel Tab 2. "find/replace"

2021-09-18 Thread strikke...@gmail.com
I think you are looking for the tiddlers $:/.giffmex/sidebar/parallel and 
$:/.giffmex/sidebar/parallel2. I you have deleted those tiddlers you will 
have to download TiddlyRoam and drag the tiddlers over to your own wiki.
If you do not want to download - I think David Giffords TiddlyBlink has the 
same tiddlers: 
Parallel 

 
and parallel2 

On Saturday, September 18, 2021 at 2:31:14 PM UTC+2 jd@gmail.com wrote:

> Hello Everyone,
>
> I'm a complete newbie with TiddlyWiki. I'm currently using TiddlyRoam 
> version *5.1.22. *
>
> I have 2 questions:
>
>
>1. I love the aspect of SideBar tabs but somehow, in the process of 
>cleaning up my plug-ins I seemed to delete the  default "parallel" tab. Is 
>there a way to retrieve it?
>2. Is there a way to have a "find and replace" option/button/etc. 
>within the tiddler itself?
>
>
> Thanks for any advice,
>
> Joe
>
>
>

-- 
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/e6909c8c-3efc-4597-a906-7db2137295a9n%40googlegroups.com.


[tw5] 1. Parallel Tab 2. "find/replace"

2021-09-18 Thread JD
Hello Everyone,

I'm a complete newbie with TiddlyWiki. I'm currently using TiddlyRoam 
version *5.1.22. *

I have 2 questions:


   1. I love the aspect of SideBar tabs but somehow, in the process of 
   cleaning up my plug-ins I seemed to delete the  default "parallel" tab. Is 
   there a way to retrieve it?
   2. Is there a way to have a "find and replace" option/button/etc. within 
   the tiddler itself?


Thanks for any advice,

Joe


-- 
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/abd850fe-761e-411d-8207-e7af50eeb74en%40googlegroups.com.


[tw5] Re: "Loud Tones?" on Discourse discussion: talk.tiddlywiki.org

2021-09-18 Thread TW Tones
Charlie,

I understand your concerns and will argue for GG continuing, visit 
occasionally and hopefully one day we will find ways to make Discourse more 
acceptable for you. Of course no final decision has being made yet. This is 
my personal position.

Tones

On Saturday, 18 September 2021 at 15:58:22 UTC+10 cj.v...@gmail.com wrote:

> It would be good for the discourse forum to indicate that moderators can 
> also edit members' posts to benefit the community.
>
> That should be mentioned prominently in terms of use or something.
>
> That aside, I wish you and other members all the best over in the 
> discourse forum.  You've put together a nice list of benefits, so totally 
> makes sense why members have flocked over to that forum.
>
> Me, I'll pop in once in a blue moon, but I will  stay over here in the GG 
> forum because this one is much more accommodating re cognitive disability 
> challenges.
>
>
>
> On Friday, September 17, 2021 at 10:16:20 PM UTC-3 TW Tones wrote:
>
>> Oh,  and you can edit to correct your post :)
>>
>> I have *just run across the road and discovered that side is much 
>> greener* :) 
>>
>> On Saturday, 18 September 2021 at 11:12:42 UTC+10 TW Tones wrote:
>>
>>> Folks,
>>>
>>> As you may know I am a regular contributor to the community. I just want 
>>> to let you know although I will always support the use of Google Groups, *I 
>>> am now only an occasional visitor here.* Without entering into the 
>>> detailed evaluations and comparisons these are *my reasons why*;
>>>
>>>- Discourse fixed a number of problems introduced to Google Groups 
>>>of late eg code highlighting.
>>>- Discourse has all the standard features of most of the advance 
>>>community tools.
>>>- It can almost resemble a chat if more than one person is on line.
>>>- I do not use any email features only online.
>>>- Its easier to keep track of what I have done or when others post 
>>>and reply
>>>- Its nice to use emoticon reactions rather than a whole (email) 
>>>reply to indicate support, or thank someone.
>>>- *I can deal with a larger volume of activity in the same time*
>>>- Private messaging without using email is possible (off line 
>>>discussions)
>>>- I can support new users to Discourse, as I certainly want us to 
>>>move, so of course I support it.
>>>- Given the way users have being treated by google eg; destroyed 
>>>mobile view I no longer trust Google Groups in the long term.
>>>
>>> There are too many features to name here that I appreciate in Discourse, 
>>> but most are reusable skills, because they are available in many other 
>>> community solutions, but not in Google Groups, which after all is a 
>>> glorified mail list.
>>>
>>> I did not choose Discourse, but because it has gained some momentum and 
>>> is more than adequate if not very good *"I just want to leave".* I 
>>> tried to encourage a move many times, but most communities are like herding 
>>> cats, but now in the case of Discourse its more like "herding sheep" and a 
>>> pile of us sheeple, have *just run across the road and discovered than 
>>> side is much greener* :) 
>>>
>>> I understand there are community members who feel one or more of the 
>>> following;
>>>
>>>- finding the transition difficult, 
>>>- need solutions to help on the new platform
>>>- are not familiar with these sophisticated solutions
>>>- don't like changing something that works for them.
>>>
>>> I urge you to come over and connect with me @TW_Tones 
>>>  I will do all I can to help 
>>> you learn how to use discourse and transition (others will help as well).
>>>
>>> Tones
>>>
>>

-- 
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/75d1188a-b18c-4149-876f-d0fe65299dden%40googlegroups.com.