Re: [tw5] Re: Presenting: HackSearch - Find that shadowtid!

2021-04-08 Thread Mohammad Rahmani
Thank you Mat!

Two ignorable comments
- put version number and date on the first page
- the table in Page tab overflows over the right border of tiddler, may be
a max-width:100% could help


Best wishes
Mohammad


On Fri, Apr 9, 2021 at 3:49 AM Mat  wrote:

> HackSearch updated! <https://hacksearch.tiddlyhost.com/>
>
> The main news is a search mechanism that lets you save custom search words
> for specific tiddlers. Avoid *"Gaaah! I can't find it, again!"*
>
> <:-)
>
> --
> 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/e7c2405c-f98f-4c9e-ac64-8658b0d00f2an%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/e7c2405c-f98f-4c9e-ac64-8658b0d00f2an%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBTo_0hr5gqyo6OxK1-o%3D1yBKGPwL_WMCtT0o4uXZskqQ%40mail.gmail.com.


Re: [tw5] Getting backlinks from shadow tiddlers

2021-04-08 Thread Mohammad Rahmani
Here Soren likes to distribute a book using plugin. There were other
requests to have a plugin subtype or similar mechanism to
distribute presentations, lecture notes, etc..

So, with reference to discussion on GitHub
https://github.com/Jermolene/TiddlyWiki5/discussions/5462#discussion-2560493
and the current request, a plugin subtype or a simple mechanism to
distribute materials in similar form and yet have the flexibility
of non shadow tiddlers (like backlinks, simple semantic name instead of
$://name) could of a requested feature in TW 5.1.24


Best wishes
Mohammad


On Fri, Apr 9, 2021 at 12:43 AM Jeremy Ruston 
wrote:

> Hi Soren
>
> I can confirm that the backlinks operator does not currently consider
> links from shadow tiddlers. There would be performance and backwards
> compatibility implications to changing the default, but we could consider
> adding an option/switch.
>
> I've created a GitHub ticket here:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/5594
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com
> https://jermolene.com
>
> On 8 Apr 2021, at 19:01, Soren Bjornstad 
> wrote:
>
> Is there any way I can obtain backlinks that exist within shadow tiddlers
> (i.e., tiddler B is a shadow tiddler that links to tiddler A, and I want to
> see that link with, e.g., [[A]backlinks[]])? I've placed most of the
> content of *Grok TiddlyWiki *in a plugin to make it easy to update in the
> future, but this seems to have broken the backlinks display (no backlinks
> are ever detected to anything). I don't see any options to the filter
> operator or anything like that.
>
> It's fairly important that the backlinks be available, so I'm not quite
> sure what to do if there's no known way to accomplish this – any thoughts?
>
> --
> 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/2466c53c-b4da-426c-9930-f920995ab05cn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2466c53c-b4da-426c-9930-f920995ab05cn%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> --
> 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/1EE9593E-FE63-4913-895C-BEF7D0ADB3A6%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/1EE9593E-FE63-4913-895C-BEF7D0ADB3A6%40gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDmQjkiSfU1OhyZZeFhmSji_qwiTboDSLazRtKvBz-ZiQ%40mail.gmail.com.


Re: [tw5] Re: Reveal fields on View mode

2021-04-08 Thread Mohammad Rahmani
Mark I think the below works

<$vars newFieldNameTiddler=<>
newFieldValueTiddler=<>
searchListState=<>
storeTitle=<>
><$transclude tiddler="$:/core/ui/EditTemplate/fields"/>




By way not sure if we meet all requirements or not ;-)


Also this works (copied from TW core editviewtemplate ui itself)

<$vars storyTiddler=<> newTagNameTiddler=<> newFieldNameTiddler=<> newFieldValueTiddler=<> newFieldNameInputTiddler=<> newFieldNameSelectionTiddler=<> newTagNameInputTiddler=<> newTagNameSelectionTiddler=<> typeInputTiddler=<> typeSelectionTiddler=<>>
<$keyboard key="((cancel-edit-tiddler))"
actions=<>>
<$keyboard key="((save-tiddler))" actions=<>>
<$list filter="$:/core/ui/EditTemplate/fields" variable="listItem">
<$set name="tv-config-toolbar-class" filter="[]
[encodeuricomponent[]addprefix[tc-btn-]]">
<$transclude tiddler=<>/>








Best wishes
Mohammad


On Thu, Apr 8, 2021 at 10:50 PM 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> As a start:
>
> <$fieldmangler>
> <$vars newFieldNameTiddler=<>
> newFieldValueTiddler=<>
> >
> <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>
> 
> 
>
>
>
> On Thursday, April 8, 2021 at 10:35:03 AM UTC-7 Mohammad wrote:
>
>> In the Utility plugin <https://kookma.github.io/TW-Utility/> there is a
>> button on the sidebar that on click shows the fields under subtitle and
>> above the text of tiddler.
>> To simplify it I decided to transclude the core tiddler e.g
>> *$:/core/ui/EditTemplate/fields* in my own tiddler as below and
>> conditionally tag it with $:/tags/ViewTemplate.
>>
>> So if you like to reproduce the whole work
>>
>> 1. open https://tiddlywiki.com/prerelease/
>> 2. create a tiddler as below
>>
>> *title*: my view fields
>> *tags*: $:/tags/ViewTemplate
>> *text*: <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>
>>
>> 3. create a test tiddler with fields like *fld1 fld2 *with some test
>> values
>> 4. save test tiddler and see fields in view mode
>>
>> I have attached it for your convenience.
>>
>> It works but there are two issues
>> 1. the keyboard shortcuts do not work
>> 2. the add new fields does not work
>>
>> I think some variables are not set correctly in my solution above! e.g we
>> need
>> <$vars ... ...>
>>  <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>
>> 
>>
>> What do you think?
>>
>> Best wishes
>> Mohammad
>>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/39af16b4-1594-4d06-b309-c1cb85be153cn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/39af16b4-1594-4d06-b309-c1cb85be153cn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMB54h92vVE0cuofjDARW%3DVR3yOeStjJzbNPwy6RJ6OQcw%40mail.gmail.com.


Re: [tw5] Re: I love TiddlyWiki because...

2021-04-08 Thread Mohammad Rahmani
On Thu, Apr 8, 2021 at 10:29 PM TiddlyTweeter 
wrote:

>  Mohammad wrote
>
>> One reason is I love it because it is mine!
>>
>
> Right!
> I could not agree more!
>

It is not on the cloud! It is on your own machine! It is yours!
You can do many customization! No need to ask others to allow you to do
that!
You can form it in many ways! It is yours!

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/c36ce8ea-f759-475d-a8fe-53f870f36d78n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/c36ce8ea-f759-475d-a8fe-53f870f36d78n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBaG%2BR0MyfsV%2Ba83bWEMM%3DyaSfTFkQYK3RV3DL5BaK18w%40mail.gmail.com.


Re: [tw5] Re: Reveal fields on View mode

2021-04-08 Thread Mohammad Rahmani
Good start Mark,

The current fields are displayed
New fields can be added
the field name does not filter names as you type
enter key on adding the new fields works
other shortcuts does not work





Best wishes
Mohammad


On Thu, Apr 8, 2021 at 10:50 PM 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> As a start:
>
> <$fieldmangler>
> <$vars newFieldNameTiddler=<>
> newFieldValueTiddler=<>
> >
> <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>
> 
> 
>
>
>
> On Thursday, April 8, 2021 at 10:35:03 AM UTC-7 Mohammad wrote:
>
>> In the Utility plugin <https://kookma.github.io/TW-Utility/> there is a
>> button on the sidebar that on click shows the fields under subtitle and
>> above the text of tiddler.
>> To simplify it I decided to transclude the core tiddler e.g
>> *$:/core/ui/EditTemplate/fields* in my own tiddler as below and
>> conditionally tag it with $:/tags/ViewTemplate.
>>
>> So if you like to reproduce the whole work
>>
>> 1. open https://tiddlywiki.com/prerelease/
>> 2. create a tiddler as below
>>
>> *title*: my view fields
>> *tags*: $:/tags/ViewTemplate
>> *text*: <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>
>>
>> 3. create a test tiddler with fields like *fld1 fld2 *with some test
>> values
>> 4. save test tiddler and see fields in view mode
>>
>> I have attached it for your convenience.
>>
>> It works but there are two issues
>> 1. the keyboard shortcuts do not work
>> 2. the add new fields does not work
>>
>> I think some variables are not set correctly in my solution above! e.g we
>> need
>> <$vars ... ...>
>>  <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>
>> 
>>
>> What do you think?
>>
>> Best wishes
>> Mohammad
>>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/39af16b4-1594-4d06-b309-c1cb85be153cn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/39af16b4-1594-4d06-b309-c1cb85be153cn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCnmUR%3Ddyf%3Do%3DOiKZq4NcNMuMg3v2%3DGjq72yjhkAhp8HA%40mail.gmail.com.


[tw5] Reveal fields on View mode

2021-04-08 Thread Mohammad Rahmani
In the Utility plugin <https://kookma.github.io/TW-Utility/> there is a
button on the sidebar that on click shows the fields under subtitle and
above the text of tiddler.
To simplify it I decided to transclude the core tiddler e.g
*$:/core/ui/EditTemplate/fields* in my own tiddler as below and
conditionally tag it with $:/tags/ViewTemplate.

So if you like to reproduce the whole work

1. open https://tiddlywiki.com/prerelease/
2. create a tiddler as below

*title*: my view fields
*tags*: $:/tags/ViewTemplate
*text*: <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>

3. create a test tiddler with fields like *fld1 fld2 *with some test values
4. save test tiddler and see fields in view mode

I have attached it for your convenience.

It works but there are two issues
1. the keyboard shortcuts do not work
2. the add new fields does not work

I think some variables are not set correctly in my solution above! e.g we
need
<$vars ... ...>
 <$transclude tiddler="$:/core/ui/EditTemplate/fields"/>


What do you think?

Best wishes
Mohammad

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


my view fields.tid
Description: Binary data


[tw5] Re: I love TiddlyWiki because...

2021-04-08 Thread Mohammad
With all the pros of other tools, I don't know why I stick to my gun 
(Tiddlywiki).

One reason is I love it because it is mine!


-- 
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/701798d2-1666-4742-92d4-d9ae52dc832an%40googlegroups.com.


[tw5] Re: Easy local saving with WebDav

2021-04-08 Thread Mohammad
Hi Mario,
 Thanks for your hint! Yes the above was  a demo to instruct users how to 
setup a wbdav server.
  Yes, one should warn users about the credentials used here!

Thank you

On Thursday, April 8, 2021 at 5:02:38 PM UTC+4:30 PMario wrote:

> Hi Folks, 
> Hi Mohammad, 
>
> PLEASE DON'T use username: admin and password: admin in your examples 
> without big red letters: Encrypt your passwords or you are f*&%$!
>
> There are users out there, which copy/paste configuration examples and 
> think they work. ... But they DON'T!.
>
> Mohammand. You used address: 127.0.0.1 which is localhost. ... That's good!
>
> The OP used address: 0.0.0.0, which is dangerous in production. It listens 
> on every IP address the server can find. It's similar to "My house is wide 
> open, take what you can!"
>
> The orginal configuration examples contains several parameters that can 
> increase security. ALL of them should be understood and configured!
> eg: CORS settings should be disabled for local installation. CORS is only 
> needed if the server faces the internet or is used in multi-user LAN. It 
> should only be enabled, if you know, what you do!!
>
> see: https://github.com/hacdias/webdav/#usage
>
> Just my thoughts!
>
> have fun!
> mario
> PS: admin is probably one of the most tested usernames by hackers. and 123456 
> the password which opens the gates. 
>
>

-- 
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/778dc1ca-2cf3-4978-af1c-38f34dd87881n%40googlegroups.com.


Re: [tw5] Re: Quick walkthrough of my notetaking process

2021-04-08 Thread Mohammad Rahmani
Best wishes
Mohammad


On Wed, Apr 7, 2021 at 10:44 PM 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Just thinking out loud. If the tiddler indexing code could be put in a
> template, then it might be possible to write a command line script that
> would use nodejs tiddliwiki to run a process on each wiki, collect the
> outputs, and rebuild the index file.  This would simplify keeping the main
> index up-to-date.
>

This would be great Mark!

>
> On Wednesday, April 7, 2021 at 7:48:49 AM UTC-7 David Gifford wrote:
>
>>
>> There has been a lot of talk about walk-throughs ever since Soren's
>> wonderful example.
>>
>> Here is one of my own. It includes BLTs (formerly L+BL), and Mohammad's
>> SearchWikis plugin.
>>
>> https://www.youtube.com/watch?v=GvLOdG-tCnc
>>
>> There is a link in the Youtube description to a template to play with,
>> and there are instructions in that template.
>>
> --
> 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/95c20b12-a430-4efe-ad17-f32c9cc369cbn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/95c20b12-a430-4efe-ad17-f32c9cc369cbn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAfzKDh5V820shmcUVki6L%3D751%3DWCAW9Xp%3D%3Dz_%2BqfQBEw%40mail.gmail.com.


Re: [tw5] Quick walkthrough of my notetaking process

2021-04-08 Thread Mohammad Rahmani
+1

Thank you David!


Best wishes
Mohammad


On Wed, Apr 7, 2021 at 7:18 PM David Gifford  wrote:

>
> There has been a lot of talk about walk-throughs ever since Soren's
> wonderful example.
>
> Here is one of my own. It includes BLTs (formerly L+BL), and Mohammad's
> SearchWikis plugin.
>
> https://www.youtube.com/watch?v=GvLOdG-tCnc
>
> There is a link in the Youtube description to a template to play with, and
> there are instructions in that template.
>
> --
> 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/2f485ced-2b9c-4dc7-b401-5df0a7af4c4an%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2f485ced-2b9c-4dc7-b401-5df0a7af4c4an%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCJcA1VGxttuDJbY8Gu6MNssUfn3tGS0-DFmCRzSeSKXA%40mail.gmail.com.


Re: [tw5] Possible [Bug] in add-tm-field and add-tm-tag widget messages

2021-04-08 Thread Mohammad Rahmani
Bug was filed on GitHub https://github.com/Jermolene/TiddlyWiki5/issues/5593

Best wishes
Mohammad


On Thu, Apr 8, 2021 at 12:08 PM Mohammad  wrote:

> 1. Open https://tiddlywiki.com/
> 2. Create a new tiddler with below text
>
>
> <$button>Tag me
> <$fieldmangler tiddler=MyTiddler>
> <$list filter="one two" variable=item>
> <$action-sendmessage $message="tm-add-field" $param=<>/>
> 
> 
> 
>
> 3. don't save and open preview pan
> 4. click on the button
> 5. MyTiddler is created and fields are added but surprisingly the fields
> also added to the tiddler in preview!!
>
> The same happened with `tm-add-tag`
>
> Note: If you save the tiddler and click the button, you wont see the above
> issue!
>
> Expected behavior: the operation shall only be applied to the tiddler
> mentioned in fieldmangler widget!
>
> --
> 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/93fc7e18-3336-40b3-988e-26a0887c3052n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/93fc7e18-3336-40b3-988e-26a0887c3052n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMB%3DwuYWnDqX0ZFmqCgB0rK0OJbPg68s7DC7qjN7jQ97Gg%40mail.gmail.com.


Re: [tw5] Re: Possible [Bug] in add-tm-field and add-tm-tag widget messages

2021-04-08 Thread Mohammad Rahmani
On Thu, Apr 8, 2021 at 12:50 PM TW Tones  wrote:

> Mohammad,
>
> I reproduced this my self also in preview mode of FieldMangler Widget
> (Examples <https://tiddlywiki.com/#FieldMangler%20Widget%20(Examples)>)
> on tiddlywiki.com.
>

Ah yes, Tiddlywiki has the same example!

>
> This is without creating a new tiddler.
>
> Yes, I think it is a bug, perhaps as a result of the tiddler being in
> draft mode, the changes "also" occur on the draft tiddler which is then
> saved.
>

Thank you! I submit a bug report on GitHub

>
> Tones
>
>
> On Thursday, 8 April 2021 at 17:38:46 UTC+10 Mohammad wrote:
>
>> 1. Open https://tiddlywiki.com/
>> 2. Create a new tiddler with below text
>>
>>
>> <$button>Tag me
>> <$fieldmangler tiddler=MyTiddler>
>> <$list filter="one two" variable=item>
>> <$action-sendmessage $message="tm-add-field" $param=<>/>
>> 
>> 
>> 
>>
>> 3. don't save and open preview pan
>> 4. click on the button
>> 5. MyTiddler is created and fields are added but surprisingly the fields
>> also added to the tiddler in preview!!
>>
>> The same happened with `tm-add-tag`
>>
>> Note: If you save the tiddler and click the button, you wont see the
>> above issue!
>>
>> Expected behavior: the operation shall only be applied to the tiddler
>> mentioned in fieldmangler widget!
>>
> --
> 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/e018d6a0-6a12-4f0b-b13a-d22936000206n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/e018d6a0-6a12-4f0b-b13a-d22936000206n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDqLOBKbD0h3aG2Vd6Kc57e04Jm%2B_Vowpx5k%3DzvanJKSw%40mail.gmail.com.


[tw5] Possible [Bug] in add-tm-field and add-tm-tag widget messages

2021-04-08 Thread Mohammad
1. Open https://tiddlywiki.com/
2. Create a new tiddler with below text


<$button>Tag me
<$fieldmangler tiddler=MyTiddler>
<$list filter="one two" variable=item>
<$action-sendmessage $message="tm-add-field" $param=<>/>




3. don't save and open preview pan
4. click on the button
5. MyTiddler is created and fields are added but surprisingly the fields 
also added to the tiddler in preview!!

The same happened with `tm-add-tag`

Note: If you save the tiddler and click the button, you wont see the above 
issue!

Expected behavior: the operation shall only be applied to the tiddler 
mentioned in fieldmangler widget!

-- 
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/93fc7e18-3336-40b3-988e-26a0887c3052n%40googlegroups.com.


[tw5] Re: RefNotes plugin questions

2021-04-07 Thread Mohammad
Hi Manoe

On Wednesday, February 5, 2020 at 6:55:13 PM UTC+3:30 @magasine wrote:

> Hi Damon,
>
> I thought something like that:
>
> JSON:
>
> {
>  "created": "",
>  "creator": "",
>  "text": "<>", 
>  "title": "Template - showfnotes",
>  "tags": "$:/tags/ViewTemplate",
>  "modifier": "",
>  "modified": "",
>  "list-after": "$:/core/ui/ViewTemplate/body" 
> }
>
>

I have added this as an example to Refnotes 1.6.3 beta!
Thank you for your tip!

 

>
> Greetings!
>
> Manoel
>
> Em quarta-feira, 5 de fevereiro de 2020 00:36:30 UTC-3, Damon Pritchett 
> escreveu:
>>
>> Hey Mohammad,
>>
>> I love your RefNotes plugin and am wondering about a couple of things. 
>>
>> I would like to have "Footnotes:" appear at the beginning of the 
>> footnotes list when I use showfnotes. But I don't want that to show if 
>> there are no footnotes. For example, if there are 3 footnotes then the 
>> output would look something like this:
>>
>> Footnotes:
>>  1. blah blah blah
>>  2. more of the same
>>  3. and I think that's the end.
>>
>>
>>
>> But if there are no footnotes in the tiddler, then I would like to not 
>> have the "Footnotes:" appear. I've been trying many different things, but 
>> haven't been able to figure it out yet.
>>
>> Also, I was wondering if there was a way to handle more than one footnote 
>> for the same sentence. Meaning there would be two or more superscript 
>> numerals separated by commas. Is that possible?
>>
>> Thanks,
>>
>> Damon
>>
>

-- 
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/1e80fbbd-4c22-4cd7-90eb-9cf0ff05372dn%40googlegroups.com.


[tw5] Re: RefNotes plugin questions

2021-04-07 Thread Mohammad
Damon,

On Wednesday, February 5, 2020 at 7:06:30 AM UTC+3:30 History Buff wrote:

> Hey Mohammad,
>
> I love your RefNotes plugin and am wondering about a couple of things. 
>
> I would like to have "Footnotes:" appear at the beginning of the footnotes 
> list when I use showfnotes. But I don't want that to show if there are no 
> footnotes. For example, if there are 3 footnotes then the output would look 
> something like this:
>
> Footnotes:
>  1. blah blah blah
>  2. more of the same
>  3. and I think that's the end.
>
>
>
> But if there are no footnotes in the tiddler, then I would like to not 
> have the "Footnotes:" appear. I've been trying many different things, but 
> haven't been able to figure it out yet.
>

This has been addressed in Refnotes 1.6.2 beta

 

>
> Also, I was wondering if there was a way to handle more than one footnote 
> for the same sentence. Meaning there would be two or more superscript 
> numerals separated by commas. Is that possible?
>

Use something like this

<>^^,^^ <>

It is possible to implement multiple footnotes macro, but I am afraid it 
gets too complicated! The above solutions work seamlessly now!
 

>
> Thanks,
>
> Damon
>

-- 
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/890b7a4d-9147-4d41-aaba-75dc14f17452n%40googlegroups.com.


[tw5] Re: Can BibTeX plugin expand beyond journals?

2021-04-07 Thread Mohammad


On Thursday, December 10, 2020 at 12:46:28 AM UTC+3:30 springer wrote:

> Hello all,
>
> I'm just orienting to the BibTeX plugin (as well as refnotes). It's 
> clearly very powerful! But it seems designed mostly for journal articles (as 
> odin noted in June 
> <https://groups.google.com/g/tiddlywiki/c/UcJHW-HHPJU/m/C9hJkgxjCAAJ>).
>
> While working on the biblio-demo quote-collection project, the BibTeX 
> citations I import tend to be books. I'm finding that the 
> viewtemplate/bibtex, as well as <> macros in refnotes, don't 
> handle key book fields (like bibtex-publisher); they instead highlight 
> fields (like bibtex-doi) that are not relevant to books.
>


This feature request has been addressed in Refnotes 1.6.2 beta!
 

>
> I'm happy to play a role in troubleshooting such work, and of course I can 
> cobble together some local workarounds for my own use-cases. But I'm 
> putting the challenge out, here, in case Mohammad (who I think is mostly 
> behind both BibTeX importer and refnotes?) or others are interested in 
> getting BibTeX connections supported across wider applications.
>
> Best regards to all!
>
> -Springer
>

-- 
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/a42f214f-11b0-4d39-83d7-20f24f32b6c1n%40googlegroups.com.


[tw5] Re: [Question] Can the refnotes plugin be used to make A.P.A. style reference?

2021-04-07 Thread Mohammad
This has been addressed in Refnotes 1.6.2 beta. For citation APA has two 
formats (author, year) and author (year).
Refnotes 1.6.2 beta uses the second form. But it is planned to add options 
in setting page to support both! 

On Monday, May 11, 2020 at 3:02:30 PM UTC+4:30 Odin wrote:

> It seems that the https://kookma.github.io/Refnotes/ refnotes plugin uses 
> another type of reference style than the A.P.A. style that I am used (or 
> supposed to use) to.
> It is possible to use this plugin to create A.P.A. style reference? It 
> uses this format: Author, A., & Author, B. (year). *Title of book.* 
> Publisher. 
> or Author, A., & Author, B. (year). Title of article. *Journal Title*, 
> *Volume*(Issue), page range. DOI for scientific articles.
>
> So the example reference in the plugin: N.E. Amadeo and M.A. Laborde, 
> Hydrogen 
> Production From The Low-Temperature Water-Gas Shift Reaction: Kinetics And 
> Simulation Of The Industrial Reactor,*International Journal of Hydrogen 
> Energy*, *1995*.
>
> would look something like this: N.E. Amadeo and M.A. Laborde. (1995) Hydrogen 
> Production From The Low-Temperature Water-Gas Shift Reaction: Kinetics And 
> Simulation Of The Industrial Reactor,*International Journal of Hydrogen 
> Energy*, *Volume*(Issue), page range. DOI
>
> The in text reference would be: (Amadeo & Laborde, 1995) instead of :  
> [Amadoe-1995]
> 
>  
>
> Is there a way to change the formatting in the plugin code?
>

-- 
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/4b6ec97a-b403-4723-a87d-7797f62c9db7n%40googlegroups.com.


[tw5] AI Coding and Notetaking

2021-04-07 Thread Mohammad Rahmani
It seems #ai is spreading too fast and will facilitate many works one is
notetaking.

Below is a simple example using #ai for writing better codes!
Maybe a similar app can help us to write good TW scripts ;-) :-) :-)

https://sourcery.ai/


Best wishes
Mohammad

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


Re: [tw5] Re: trigger a rerendering of a tiddler from a button.

2021-04-07 Thread Mohammad Rahmani
Hi Damon,
 Yes, it seems something is wrong with the counter in this complex case!
Unfortunately I could not reproduce the issue as the case is a complex one!
 I am working on Refnotes and I will have a look to clean up the
stylesheets and see if everything is correct!


Best wishes
Mohammad


On Tue, Apr 6, 2021 at 8:46 PM History Buff 
wrote:

> Hi Mohammad,
>
> Thanks for the reply. It will take me some time to generate a sample wiki.
> In the meantime, here are some screenshots that better illustrate what I'm
> talking about.
>
> This first one is the initial dynamic table with no search performed to
> filter the results (just showing the column with footnotes because my
> content is proprietary):
>
> [image: DynamicTableUnfiltered.png]
>
> Now here is the result of showfnotes with the unfiltered footnotes:
>
> [image: showfnotes-unfiltered.png]
>
> Now I perform a search to filter the results of the dynamic table (just as
> you did as an example). The footnotes are renumbered to start at 1:
>
> [image: DynamicTableFiltered.png]
>
> Here is the results of the showfnotes after filtering the dynamic table
> results. I have not closed and re-opened the details widget yet. You can
> see that the footnotes start with number 6 which is the unfiltered
> numbering. The output of the showfnotes shows only the filtered results,
> but they are not numbered correctly:
>
> [image: showfnotes-filtered.png]
>
> Finally, if I simply close the details widget and re-open, the showfnotes
> output is renumbered:
>
> [image: showfnotes-filtered-details-reopened.png]
>
> I know that you're using a css counter. I've tried inserted a counter
> reset with a stylesheet in various places, but it has made no difference so
> far.
>
> Damon
>
> On Tuesday, April 6, 2021 at 1:53:28 AM UTC-7 Mohammad wrote:
>
>> Hi History Buff,
>> If I understand your question well,  it is only related to showfnotes.
>> You like showfnotes renumber the output based on the filtered list of
>> tiddlers (footnotes??)
>>
>> Would you please provide a minimum example wiki?
>>
>> --Mohammad
>>
>>
>> On Tuesday, April 6, 2021 at 1:56:46 AM UTC+4:30 History Buff wrote:
>>
>>> So I have a situation where I thought the above would solve my problem,
>>> but I haven't been able to get there yet.
>>>
>>> I have a Shiraz Dynamic Table where one of the columns contains
>>> footnotes using Mohammad's Refnotes plugin. I also have it set up so that I
>>> can filter the content of the dynamic table with a search parameter. So far
>>> so good. The footnotes are numbered 1 through "x" and when I enter a search
>>> parameter, the results of the results are filtered and the footnotes get
>>> renumbered 1 through  "y" as expected.
>>>
>>> I also have the showfnotes macro below the dynamic table to list the
>>> footnotes. This works fine until I enter a search term and filter the
>>> table. Once filtered, the footnotes that are shown retain the pre-filter
>>> numbering unless I leave the tiddler and come back to it which then
>>> renumbers the footnotes being shown starting at 1 and now matches the
>>> filtered content. I can get similar behavior when I wrap the showfnotes
>>> macro in a details widget. If I close and then reopen the details widget,
>>> the footnotes shown get renumbered to match the filtered content. I would
>>> like to have the footnotes being listed by the showfnotes macro to
>>> automatically get renumbered when I filter the content of the above dynamic
>>> table. Wrapping the showfnotes macro in the set widget as mentioned above
>>> and setting the trigger to the current time using my search button doesn't
>>> do the trick. Any suggestions? Thanks in advance.
>>>
>>>
>>> On Thursday, September 3, 2015 at 3:29:57 PM UTC-7 ma...@mklauber.com
>>> wrote:
>>>
>>>> Brilliant!  Always learning something new.  Never heard about the
>>>> $:/temp thing before.
>>>> Thanks,
>>>> Matt
>>>>
>>>>
>>>> On Thursday, September 3, 2015 at 5:19:34 PM UTC-4, Eric Shulman wrote:
>>>>>
>>>>> On Thursday, September 3, 2015 at 12:52:02 PM UTC-7, Matthew Lauber
>>>>> wrote:
>>>>>>
>>>>>> Hey All, I've got a unusual request.  I've created a list filter
>>>>>> 'shuffle' that randomizes the order of a list.  Each time it's rendered 
>>>>>> the
>>>>>> list changes.  Combining this with a 'first' I c

[tw5] Re: trigger a rerendering of a tiddler from a button.

2021-04-06 Thread Mohammad
Hi History Buff,
If I understand your question well,  it is only related to showfnotes.
You like showfnotes renumber the output based on the filtered list of 
tiddlers (footnotes??)

Would you please provide a minimum example wiki?

--Mohammad


On Tuesday, April 6, 2021 at 1:56:46 AM UTC+4:30 History Buff wrote:

> So I have a situation where I thought the above would solve my problem, 
> but I haven't been able to get there yet.
>
> I have a Shiraz Dynamic Table where one of the columns contains footnotes 
> using Mohammad's Refnotes plugin. I also have it set up so that I can 
> filter the content of the dynamic table with a search parameter. So far so 
> good. The footnotes are numbered 1 through "x" and when I enter a search 
> parameter, the results of the results are filtered and the footnotes get 
> renumbered 1 through  "y" as expected.
>
> I also have the showfnotes macro below the dynamic table to list the 
> footnotes. This works fine until I enter a search term and filter the 
> table. Once filtered, the footnotes that are shown retain the pre-filter 
> numbering unless I leave the tiddler and come back to it which then 
> renumbers the footnotes being shown starting at 1 and now matches the 
> filtered content. I can get similar behavior when I wrap the showfnotes 
> macro in a details widget. If I close and then reopen the details widget, 
> the footnotes shown get renumbered to match the filtered content. I would 
> like to have the footnotes being listed by the showfnotes macro to 
> automatically get renumbered when I filter the content of the above dynamic 
> table. Wrapping the showfnotes macro in the set widget as mentioned above 
> and setting the trigger to the current time using my search button doesn't 
> do the trick. Any suggestions? Thanks in advance.
>
>
> On Thursday, September 3, 2015 at 3:29:57 PM UTC-7 ma...@mklauber.com 
> wrote:
>
>> Brilliant!  Always learning something new.  Never heard about the $:/temp 
>> thing before.
>> Thanks,
>> Matt
>>
>>
>> On Thursday, September 3, 2015 at 5:19:34 PM UTC-4, Eric Shulman wrote:
>>>
>>> On Thursday, September 3, 2015 at 12:52:02 PM UTC-7, Matthew Lauber 
>>> wrote:
>>>>
>>>> Hey All, I've got a unusual request.  I've created a list filter 
>>>> 'shuffle' that randomizes the order of a list.  Each time it's rendered 
>>>> the 
>>>> list changes.  Combining this with a 'first' I can get a random subset of 
>>>> the list (think choosing 10 random character names).  But unfortunately, I 
>>>> haven't been able to come up with a fully satisfactory way to refresh the 
>>>> list.  Ideally, I'd like to be able to click a button and repaint the 
>>>> tiddler, without it being treated as if the data changed (because it 
>>>> hasn't)  I've gotten a button working with the following code, but every 
>>>> time it's clicked, the tiddlywiki thinks it needs to be saved.  Can anyone 
>>>> think of a better way to handle things?
>>>>
>>>> <$button>
>>>> <$action-sendmessage $message="tm-edit-tiddler" />
>>>> <$action-sendmessage $message="tm-cancel-tiddler" $param="Draft of 
>>>> 'Names'" />
>>>> Refresh
>>>> 
>>>>
>>>
>>> One way to force a refresh of some content is to make it dependent on a 
>>> tiddler value by wrapping it inside a <$set>..., like this:
>>> <$set name="trigger" value={{$:/temp/trigger}}>
>>>*** your content here ***
>>> 
>>>
>>> Then, write a button that changes the $:/temp/trigger value, like this:
>>> <$button>
>>> <$action-setfield $tiddler="$:/temp/trigger" $value=<
>>> >/>
>>> refresh trigger
>>> 
>>>
>>> By setting the trigger text to the current time, the value of the 
>>> trigger changes each time you press the button.  This, in turn, triggers 
>>> the refresh of the dependent content.  Note that, by using $:/temp/... to 
>>> store the trigger, it will avoid marking the document as "dirty" (in need 
>>> of saving).
>>>
>>> enjoy,
>>> -e
>>> Eric Shulman
>>> ELS Design Studios
>>> TiddlyTools - "Small Tools for Big Ideas!"
>>> InsideTiddlyWiki: The Missing Manuals
>>>
>>> YOUR DONATIONS ARE VERY IMPORTANT!
>>> HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
>>>http://TiddlyTools.github.com/fundraising.html#MakeADonation
>>>
>>> Professional TiddlyWiki Consulting Services...
>>> Analysis, Design, and Custom Solutions:
>>>http://www.TiddlyTools.com/#Contact
>>>
>>

-- 
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/8e84ab3d-f0d7-4989-9e4e-60d8233de107n%40googlegroups.com.


Re: [tw5] Re: CSS help

2021-04-06 Thread Mohammad Rahmani
On Tue, Apr 6, 2021 at 2:28 AM Rika Sukenik  wrote:

> Thanks, Mohammad. I didn't know about the Utility plugin. I like Reader
> mode a lot! I'll have to explore the other features too. Thanks for the tip!
>

Hi Rika,
 Glad you like it. Utility plugin has a lot of features! You can customize
the reader mode as you like!
 So you need to play with it and later on you should be able to hack as you
like!

Best wishes
Mohammad



> On Friday, April 2, 2021 at 12:43:34 AM UTC-7 Mohammad wrote:
>
>> Rika,
>>  Have you tried the Utility plugin? It has author/reader mode. You can
>> open the model windows when you can set reader mode and many controls will
>> hide then!
>>  https://kookma.github.io/TW-Utility/
>>
>> ctrl+alt+a brings you the modal window to activate reader/autor mode.
>> ctrl+s save wiki
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Fri, Apr 2, 2021 at 4:38 AM Rika Sukenik  wrote:
>>
>>> Joshua and Mat, thanks for your feedback! I'm not a developer, just a
>>> tinkerer. Public sidebar was the first plugin I found that allowed me to
>>> hide page controls and other settings that just confused people who read my
>>> tiddlywiki. It's strange for someone to think (even though not actually
>>> do!) that they can make edits to my website. Mat, thanks for putting the
>>> plugin out there!
>>>
>>> I have noticed that it's hard to target specific elements. I'll think
>>> some more about Joshua's feedback.
>>>
>>> Joshua - if you have time to respond to Mat, that would be super
>>> helpful. Like I said, I'm not a developer, so getting some more guidance on
>>> how best to style the Public menu bar will be immensely helpful and save me
>>> a lot of time!
>>>
>>> Best,
>>> Rika Sukenik
>>>
>>>
>>> On Wed, Mar 31, 2021 at 10:04 PM Mat  wrote:
>>>
>>>> Hi rika. That's an old creation I had forgotten about, happy to see
>>>> someone use it.
>>>> I don't have time today but will take a look in these coming days.
>>>>
>>>> But you should probably not(!) listen to Joshua in this particular
>>>> case! ;-) @Joshua- I don't remember details at this moment but the reason
>>>> for putting the styleblock in the listwidget is to use it conditionally.
>>>> Note that the listwidget only outputs one thing so it is just binary. ...Or
>>>> maybe your description here is some other clever solution for triggering
>>>> the styles based on url, that I don't understand?
>>>>
>>>> <:-)
>>>> On Thursday, April 1, 2021 at 1:11:54 AM UTC+2 rika.s...@gmail.com
>>>> wrote:
>>>>
>>>>> I'm using the Public Sidebar plugin (
>>>>> http://publicsidebar.tiddlyspot.com/) which is fantastic, but I can't
>>>>> get the margins right.
>>>>>
>>>>> Can someone please so kindly take a look at my website and help with
>>>>> the margins? I'd also like to fix the issue with text expanding past the
>>>>> screen. Much appreciated!!
>>>>>
>>>>> Here's the code I currently have:
>>>>> <$set name="loc" value=<>>
>>>>> <$list filter="[]+[prefix[www.rikasukenik.com]]">
>>>>> 
>>>>> .tc-sidebar-scrollable{visibility:visible;}
>>>>> .tc-page-controls {display:none;}
>>>>> .tc-sidebar-lists{visibility:hidden; display:inline; height: 100px;}
>>>>> .tc-search{visibility:visible;}
>>>>> .tc-search-results{visibility:visible;}
>>>>> .public {visibility:visible;}
>>>>>
>>>>> 
>>>>> 
>>>>> 
>>>>>
>>>> --
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "TiddlyWiki" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/tiddlywiki/-8VyVkwsmHI/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> tiddlywiki+...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/tiddlywiki/32825b75-e635-4a17-9db6-cc130e9df1c8n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/tiddlywiki/32825b75-e635-4a17-9db6-cc130e9df1c8n%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> --

[tw5] Re: Refnotes plugin: Development version

2021-04-05 Thread Mohammad Rahmani
Refnotes 1.6.1 beta is out there
https://github.com/kookma/TW-Refnotes/tree/development


*Apr 5th, 2021*

   - [FIXED] abbr macro support CamelCase term
   - [FIXED] abbreviation font style changed to normal
   - [FIXED] all inline styles removed and suitable classes were created
   - [FIXED] the css class for title in show footnotes changed to h2
   - [FIXED] all color settings were removed. It is planned to use the
   active color palette for some coloring
   - [FIXED] documentation improved
   - [NEW] more templates to display different bibtex entry types e.g
   books, websites,...
   - [NEW] bibliography table was added to show the library of bibtex
   entries. It uses Shiraz dynamic table
   - [NEW] process new bibtex entry button to tag new new entries to
   bibtex-entry and change the entry title and entry-type to lowercase


The implementation of different output style mainly APA7, Harward and
numbered is planned for next steps.


Feedbacks and comments are welcome!


Best wishes
Mohammad


On Sat, Apr 3, 2021 at 11:52 PM Mohammad Rahmani 
wrote:

> Refnotes is a plugin jointly developed with Mark S. Recently there were
> some requests to add features like different output styles and support for
> other reference types like conference papers, websites, theses, ...
>
> I have pushed a beta version in a development branch on GitHub. Those
> interested can download and test. Feature requests, comments and feedback
> are welcome!
>
> The 1.6.0 beta added some view templates to display bibtex entries.
>
> https://github.com/kookma/TW-Refnotes/tree/development
>
>
> Best wishes
> Mohammad
>
> *References*
>
>1. https://groups.google.com/g/tiddlywiki/c/HLru0XFEnyI/m/awlXB3kkDwAJ
>2. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
>3. https://groups.google.com/g/tiddlywiki/c/sGldiq8BY0w/m/BMA2WXhMBAAJ
>4. https://groups.google.com/g/tiddlywiki/c/lRDzKpps3UA/m/T6jvOb_MFgAJ
>5. https://groups.google.com/g/tiddlywiki/c/UcJHW-HHPJU/m/QtMIHkARBQAJ
>6. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
>
>
>
>

-- 
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/CAAV1gMCMVFW-cDrL1YJ4kpLNmrg9ifU7jxhKpwAui-iBkQu42g%40mail.gmail.com.


[tw5] Re: Refnotes plugin: Development version

2021-04-05 Thread Mohammad


To use Tiddlywiki as reference manager, the best practice is to import the 
bibliographic libraries generated by other tools (manually or 
automatically).

The Tiddlywiki Bibtex plugin provides a deserializer that can convert 
bibliographic entries in .bib files into individual tiddlers.

There are sevarl good online tools to generate libraries of bibliographic 
data. Some simple and general purpose online tools are given below.
BibGuru <https://app.bibguru.com/>

BibGuru generates citation and bibliographic data by searching and finding 
references including books, papers, websites, and other types. It is 
possible to manually enter the bibliographic data.

On Saturday, April 3, 2021 at 11:52:48 PM UTC+4:30 Mohammad wrote:

> Refnotes is a plugin jointly developed with Mark S. Recently there were 
> some requests to add features like different output styles and support for 
> other reference types like conference papers, websites, theses, ...
>
> I have pushed a beta version in a development branch on GitHub. Those 
> interested can download and test. Feature requests, comments and feedback 
> are welcome!
>
> The 1.6.0 beta added some view templates to display bibtex entries.
>
> https://github.com/kookma/TW-Refnotes/tree/development
>
>
> Best wishes
> Mohammad
>
> *References*
>
>1. https://groups.google.com/g/tiddlywiki/c/HLru0XFEnyI/m/awlXB3kkDwAJ
>2. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
>3. https://groups.google.com/g/tiddlywiki/c/sGldiq8BY0w/m/BMA2WXhMBAAJ
>4. https://groups.google.com/g/tiddlywiki/c/lRDzKpps3UA/m/T6jvOb_MFgAJ
>5. https://groups.google.com/g/tiddlywiki/c/UcJHW-HHPJU/m/QtMIHkARBQAJ
>6. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
>
>
>
>

-- 
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/2d59b872-4da1-4f2a-bd3e-e7531a7ab345n%40googlegroups.com.


Re: [tw5] Re: Refnotes plugin: Development version

2021-04-04 Thread Mohammad Rahmani
Hi Odin,
 Actually I am working on the update! I will add some more templates!
 The new design will simplify adding your own template. If you note when
there is a missing template the default template is used.

 I will notify you here of a new update for testing!



Best wishes
Mohammad


On Sun, Apr 4, 2021 at 9:17 PM Odin  wrote:

> Hi Mohammad,
>
> I looked around the new update of the plugin. I see that the default
> templated has code in it, but the others are empty. It isn't clear to me
> how to fill in the templates and/or create new templates for the plugin to
> use. How would I create a new template?
>
> Op zaterdag 3 april 2021 om 21:22:48 UTC+2 schreef Mohammad:
>
>> Refnotes is a plugin jointly developed with Mark S. Recently there were
>> some requests to add features like different output styles and support for
>> other reference types like conference papers, websites, theses, ...
>>
>> I have pushed a beta version in a development branch on GitHub. Those
>> interested can download and test. Feature requests, comments and feedback
>> are welcome!
>>
>> The 1.6.0 beta added some view templates to display bibtex entries.
>>
>> https://github.com/kookma/TW-Refnotes/tree/development
>>
>>
>> Best wishes
>> Mohammad
>>
>> *References*
>>
>>1. https://groups.google.com/g/tiddlywiki/c/HLru0XFEnyI/m/awlXB3kkDwAJ
>>2. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
>>3. https://groups.google.com/g/tiddlywiki/c/sGldiq8BY0w/m/BMA2WXhMBAAJ
>>4. https://groups.google.com/g/tiddlywiki/c/lRDzKpps3UA/m/T6jvOb_MFgAJ
>>5. https://groups.google.com/g/tiddlywiki/c/UcJHW-HHPJU/m/QtMIHkARBQAJ
>>6. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
>>
>>
>>
>> --
> 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/dc70c3b0-b0c7-4970-a5ca-129f0a2a553bn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/dc70c3b0-b0c7-4970-a5ca-129f0a2a553bn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBKMg-dDgjhUYmSYu1c9dr0nwrUfEzXNJmjDfX9820wvA%40mail.gmail.com.


Re: [tw5] Import as external files (Node.js)

2021-04-04 Thread Mohammad Rahmani
Thank you Saq!

Much appreciated!

Best wishes
Mohammad


On Sun, Apr 4, 2021 at 1:50 PM Saq Imtiaz  wrote:

> Hi Mohammad,
>
> Currently there is only a local git repo on my own machine. I've uploaded
> a zip file for you:
> https://github.com/saqimtiaz/sq-tw/raw/master/temp/ImportToExternalFile.zip
> Please do use with caution.
>
> Regards,
> Saq
>
> --
> 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/c4dab120-309f-43d3-92e6-61b3df8445c9n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/c4dab120-309f-43d3-92e6-61b3df8445c9n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCqyeF3f7HNwrsaJZ-9UxbR%3D3g%3DGWw%2BeD8_mm5FwteHYA%40mail.gmail.com.


Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Mohammad Rahmani
On Sun, Apr 4, 2021 at 1:38 PM Saq Imtiaz  wrote:

> Hi Mohammad,


Hi Saq,

>
> So a lot of things are still up in the air. As I mentioned this is a quick
> prototype without a lot of pre-planning and I haven't had the chance to
> figure out a good workflow yet even for my specific needs. I'll try to
> answer your questions as well as I can at this point,
>


> but some things we may need to discuss and figure out together.
>

Sure!

>
>
>> One question: In Searchwikis (https://github.com/kookma/TW-Searchwikis)
>> it uses index tiddlers from target wikis to search them
>> The question is: Can I use Get Remote Tiddlers plugin to automatically
>> update the indeed tiddlers in my main wiki i.e to fetch latest changes?
>>
>
> Yes that should be possible as long as the wikis are on the same domain or
> served with CORS headers. The catch is that for every wiki, the code will
> be fetching the entire TW file to extract the tiddlers, which means more
> bandwidth used and also possibly some lag in the wiki depending on the
> number of wikis being fetched and the hardware. I want to experiment with
> using the same technique with an uglified TW with Flibbles' plugin, or a TW
> with the core in an external js file. Especially the second option should
> load considerably faster.
>

I did not know the whole wiki is fetched, then yes for many external wikis
or large wikis we will have some time lags! I use the Flibbles uglify, I am
very happy with that, but for this case still the empty.html is around
1.2MB, the external.js seems promising here!

>
> Another option that might make the most sense for Searchwikis is to
> generate and save the index as a separate file. This would need far less
> bandwidth to fetch and should overall be considerably faster. For wikis
> served by Github pages we could even try to implement an option to save the
> index file automatically each time the wiki is saved.
>

Great! Right now I have to open each target wiki separately, update the
index, export it, and import to the central wiki!

>
>
>> A more radical question is can " Get Remote Tiddlers " deprecate
>> searchwikis and lets users search other wikis from a central wiki?
>>
>
> Fetching tiddlers from a remote wiki already entails loading the entire
> wiki and extracting all its tiddlers and creating an array of tiddler
> titles. So yes, theoretically you could skip the part of Searchwikis that
> creates the index and just use Get Remote Tiddlers to create the index for
> the other wikis. However, the same caveats apply in terms of bandwidth
> usage and that with many wikis being fetched in the background it could
> slow down the wiki when that is happening. Using TW files with an external
> core.js file would be very helpful here.
>
> Having to rely on CORS headers being present is indeed a limitation but
> this overall approach (rather than the code I posted specifically) opens
> some interesting possibilities as well.
>
> If you're interested, there's a small discussion here about enabling CORS
> on TiddlyHost: https://github.com/simonbaird/tiddlyhost/issues/112
>

I will!

>
> I am also curious to see if TW on Fission opens up for similar workflows.
>
> Cheers,
> Saq
>


Thank you Saq!

> --
> 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/a30adfd0-8d9f-42d8-aea6-e0824c777db6n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/a30adfd0-8d9f-42d8-aea6-e0824c777db6n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMApi7STpRFofsx3Uq3inNk6B1R0u%3Dsbp%2BEqQa2xXurzJw%40mail.gmail.com.


Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Mohammad Rahmani
Hi Saq,
 This is very exciting and opens a lot of new windows for Tiddlywiki.

One question: In Searchwikis (https://github.com/kookma/TW-Searchwikis) it
uses index tiddlers from target wikis to search them
The question is: Can I use Get Remote Tiddlers plugin to automatically
update the indeed tiddlers in my main wiki i.e to fetch latest changes?

A more radical question is can " Get Remote Tiddlers " deprecate
searchwikis and lets users search other wikis from a central wiki?


Best wishes
Mohammad


On Sun, Apr 4, 2021 at 10:24 AM Saq Imtiaz  wrote:

> I've been contemplating a project where if I were to use TiddlyWiki, I
> would need to be able to fetch content from other wikis on startup, and
> preferably without needing to have extra plugins installed on the wiki that
> is the content source.
>
> I've created a quick and messy proof of concept. This has only a very
> narrow use case in that it requires that both wikis either be on the same
> domain, or that the wiki that is the source of content be served with CORS
> headers. I am sharing it in case anyone else finds it of interest.
>
> Warning: this is very raw and incomplete. I spent about 40 minutes hacking
> this into place - with a lot of déjà vu moments thinking of working with
> FND and prototyping a plugin update system back in the TW 2.x days - and
> then maybe just as long preparing a demo:
>
> https://saqimtiaz.github.io/sq-tw/temp/get-remote-tiddlers.html
>
> What does make this a little exciting is that Github pages supports CORS
> and with a little luck we might get CORS support at TiddlyHost too. So it
> opens the door to some of the workflow that was commonplace in the TWC
> days, like auto-importing content, updates to certain tiddlers, plugin auto
> updates etc.
>
> In preparing the demo I also realized that it would be useful to be able
> to bypass the cache when fetching the content.
>
> Cheers,
> Saq
>
> --
> 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/20ade4fa-4f1e-4569-8133-3bf3cd4ad1e4n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/20ade4fa-4f1e-4569-8133-3bf3cd4ad1e4n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAXRjnFzd9Jq%2BFyexfLzf-PdrNtq9NbFupFF6wBJ8FbvQ%40mail.gmail.com.


Re: [tw5] Import as external files (Node.js)

2021-04-04 Thread Mohammad Rahmani
Best wishes
Mohammad


On Sun, Apr 4, 2021 at 12:19 PM Mohammad Rahmani 
wrote:

> Hi Saq,
>  This is amazing indeed! Your time and talent are much appreciated!
>   One use case for me is: In Refnotes I use bibtex format for my
> references (most of them with pdf=full version stored in the ref folder in
> the same folder of my wiki)!
>   This plugin allows me to have access to the full text of those
> references from my wiki!
>
>  One question: Is there a client-server version to be downloaded? I mean
> not a packed version (usually installed by drag and drop)!
>

A plugin folder can be distributed as an embedded zip file here I think



> Best wishes
> Mohammad
>
>
> On Sun, Apr 4, 2021 at 9:33 AM Saq Imtiaz  wrote:
>
>> This is an in-development plugin for Node.js that has been recently
>> discussed in another thread. I'm posting it separately as well in case
>> others find it of interest.
>>
>> For images (and other binary files), when importing to a wiki it allows
>> you to save the files as external files in the files folder with a
>> _canonical_uri tiddlers created in the wiki.
>>
>> There is also a view toolbar button to externalise existing tiddlers (if
>> they are of the correct type).
>>
>> This is still very much in development and there is no documentation so
>> use with care:
>>
>> https://saqimtiaz.github.io/sq-tw/temp/import-to-external-file.html
>>
>> If you have a previous version installed, you will need to delete that
>> before importing this. The version numbering system had to be changed for
>> compatibility with how the core compares version numbers.
>>
>> Future plans include exploring saving to other backends like S3, time
>> allowing. This would be a nice option for single file wikis but the
>> challenge is how to securely save credentials for s3. Any ideas on this
>> would be most welcome.
>>
>> Cheers,
>> Saq
>>
>> --
>> 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/dc0138a0-2bbf-4c46-83f9-2585ea3264c3n%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/dc0138a0-2bbf-4c46-83f9-2585ea3264c3n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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/CAAV1gMAfcT9UfWNmsjUWb-_hgtzPH%3DFneYKwtsaQMr312p2Pcw%40mail.gmail.com.


Re: [tw5] Import as external files (Node.js)

2021-04-04 Thread Mohammad Rahmani
Hi Saq,
 This is amazing indeed! Your time and talent are much appreciated!
  One use case for me is: In Refnotes I use bibtex format for my references
(most of them with pdf=full version stored in the ref folder in the same
folder of my wiki)!
  This plugin allows me to have access to the full text of those references
from my wiki!

 One question: Is there a client-server version to be downloaded? I mean
not a packed version (usually installed by drag and drop)!
Best wishes
Mohammad


On Sun, Apr 4, 2021 at 9:33 AM Saq Imtiaz  wrote:

> This is an in-development plugin for Node.js that has been recently
> discussed in another thread. I'm posting it separately as well in case
> others find it of interest.
>
> For images (and other binary files), when importing to a wiki it allows
> you to save the files as external files in the files folder with a
> _canonical_uri tiddlers created in the wiki.
>
> There is also a view toolbar button to externalise existing tiddlers (if
> they are of the correct type).
>
> This is still very much in development and there is no documentation so
> use with care:
>
> https://saqimtiaz.github.io/sq-tw/temp/import-to-external-file.html
>
> If you have a previous version installed, you will need to delete that
> before importing this. The version numbering system had to be changed for
> compatibility with how the core compares version numbers.
>
> Future plans include exploring saving to other backends like S3, time
> allowing. This would be a nice option for single file wikis but the
> challenge is how to securely save credentials for s3. Any ideas on this
> would be most welcome.
>
> Cheers,
> Saq
>
> --
> 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/dc0138a0-2bbf-4c46-83f9-2585ea3264c3n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/dc0138a0-2bbf-4c46-83f9-2585ea3264c3n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCL23Fo5pD7WmJYTAcwuEuygP4Dk5W0q4ZGpDx7SuNBxA%40mail.gmail.com.


[tw5] Re: [Question] Can the refnotes plugin be used to make A.P.A. style reference?

2021-04-03 Thread Mohammad
Hi Odin,

 These will be addressed in new update of Refnotes plugin! 
 adding output styles for different entry types. 
See GitHub and Forum for feedback.

https://github.com/kookma/TW-Refnotes

https://groups.google.com/g/tiddlywiki/c/qgss_exy97g/m/L99utjKEBQAJ

On Friday, June 19, 2020 at 6:08:24 PM UTC+4:30 Odin wrote:

> Using the solutions in this thread for my study notes that I take in my 
> tiddlywiki, I've run into another problem I am looking for some help with.
>
> The <> marco does not differentiate between the type of 
> reference. When I am referencing a journal article it is fine, but when I 
> am referencing a book it uses the same layout for the bibliography.
> I know I can add a custom_output. So I could make one for the A.P.A. 
> styled journal reference and a A.P.A. styled book reference. I am trying to 
> figure out how to add a check in the macro for deciding if it is a book or 
> journal article, and there is already a 'bibtex-entry-type' field built-in. 
> I am looking for a way to add a check of that field, so when there are 
> references within a tiddler of different types of sources (books vs journal 
> articles) it changes the template of that reference.
>
> For example, this tiddler has a reference to a book (Green, 2007) and a 
> reference to an article (Johnson, 2010).
>
> References:
> 1) Author, A., & Author, B. (year). *Title of book.* Publisher
> 2) Author, A., & Author, B. (year). Title of article. *Journal Title*, 
> *Volume*(Issue), page range. DOI
>
>
>
>
> Op maandag 11 mei 2020 12:32:30 UTC+2 schreef Odin Jorna:
>
>> It seems that the https://kookma.github.io/Refnotes/ refnotes plugin 
>> uses another type of reference style than the A.P.A. style that I am used 
>> (or supposed to use) to.
>> It is possible to use this plugin to create A.P.A. style reference? It 
>> uses this format: Author, A., & Author, B. (year). *Title of book.* 
>> Publisher. 
>> or Author, A., & Author, B. (year). Title of article. *Journal Title*, 
>> *Volume*(Issue), page range. DOI for scientific articles.
>>
>> So the example reference in the plugin: N.E. Amadeo and M.A. Laborde, 
>> Hydrogen 
>> Production From The Low-Temperature Water-Gas Shift Reaction: Kinetics And 
>> Simulation Of The Industrial Reactor,*International Journal of Hydrogen 
>> Energy*, *1995*.
>>
>> would look something like this: N.E. Amadeo and M.A. Laborde. (1995) 
>> Hydrogen 
>> Production From The Low-Temperature Water-Gas Shift Reaction: Kinetics And 
>> Simulation Of The Industrial Reactor,*International Journal of Hydrogen 
>> Energy*, *Volume*(Issue), page range. DOI
>>
>> The in text reference would be: (Amadeo & Laborde, 1995) instead of :  
>> [Amadoe-1995]
>> 
>>  
>>
>> Is there a way to change the formatting in the plugin code?
>>
>

-- 
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/e1b472ac-d9a3-4e14-86a8-b826f5373fa6n%40googlegroups.com.


[tw5] Refnotes plugin: Development version

2021-04-03 Thread Mohammad Rahmani
Refnotes is a plugin jointly developed with Mark S. Recently there were
some requests to add features like different output styles and support for
other reference types like conference papers, websites, theses, ...

I have pushed a beta version in a development branch on GitHub. Those
interested can download and test. Feature requests, comments and feedback
are welcome!

The 1.6.0 beta added some view templates to display bibtex entries.

https://github.com/kookma/TW-Refnotes/tree/development


Best wishes
Mohammad

*References*

   1. https://groups.google.com/g/tiddlywiki/c/HLru0XFEnyI/m/awlXB3kkDwAJ
   2. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ
   3. https://groups.google.com/g/tiddlywiki/c/sGldiq8BY0w/m/BMA2WXhMBAAJ
   4. https://groups.google.com/g/tiddlywiki/c/lRDzKpps3UA/m/T6jvOb_MFgAJ
   5. https://groups.google.com/g/tiddlywiki/c/UcJHW-HHPJU/m/QtMIHkARBQAJ
   6. https://groups.google.com/g/tiddlywiki/c/zHxkQyESUSg/m/_ipcmq5iAgAJ

-- 
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/CAAV1gMAG1j6GVK8EFd_v%2BhPo03PZ%3DAooFA6%3D%2BNzj_GT7%2BG_NTw%40mail.gmail.com.


Re: [tw5] A little coding fun: simple table with resizeable rows and columns

2021-04-02 Thread Mohammad Rahmani
Very nice!

Why not to use just

<$vars rowCount=4
   colCount=5>

Best wishes
Mohammad


On Fri, Apr 2, 2021 at 11:15 PM Charlie Veniot  wrote:

> G'day, I felt like experimenting a little bit, trying to figure out an
> easy way to create a simple table that allows resizing rows and columns of
> data.
>
> So a wee TiddlyWiki CSS + HTML itch that needed some scratching.
>
> For yer interest, please find below a screenshot and the related code.
>
> Cheers !
>
> [image: Screenshot 2021-04-02 3.30.27 PM.png]
>
> Code:
>
> <$vars rowCount={{{ [[4]]}}}
>colCount={{{ [[5]] }}}>
>
> 
>
> 
> 
> 
> <$list filter="[range]">
> 
> 
>  {{!!title}}
> 
> 
> 
> 
> <$list filter="[range]">
> <$vars currentRow=<>>
> 
> 
> 
>  <>
> 
> 
> <$list filter="[range]">
> <$vars currentCol=<>>
> 
> 
> <>
> 
> 
> 
> 
> 
> 
> 
>
> 
>
>
> 
>
> --
> 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/b63eb895-c40b-477f-ad4a-6546611127c6n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b63eb895-c40b-477f-ad4a-6546611127c6n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCU%2BE68M1BMfrxRf%2BKrbLbw5iepbUr%2BKAAQrqNUFwPpWg%40mail.gmail.com.


Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-04-02 Thread Mohammad Rahmani
On Fri, Apr 2, 2021 at 6:17 PM Jeremy Ruston 
wrote:

> Hi Mohammad
>
> Hi Jeremy,



>  Is there any way to start links on Tiddlywiki Community Links? This way
> useful links will stay at top!
>
>
> I’m guessing you mean “star”? The closest we have at the moment is for
> people to download link tiddlers to add to their own link wiki.
>

Sorry, yes I mean star ;-)

>
> The server for links.tiddlywiki.com is just static GitHub Pages, so
> there’s nowhere to store stars at the moment apart from client-side cookies.
>

Thank you for clarification!

>
> Best wishes
>
> Jeremy.
>

Best

>
>
> Best wishes
> Mohammad
>
>
> On Thu, Mar 25, 2021 at 9:30 PM Jeremy Ruston 
> wrote:
>
>> Hi Mat
>>
>> Some of my plugins are anachronisticly archaic from an antediluvian epoch.
>>
>> Maybe it's more constructive to put it into context by displaying a
>> last-updated date and what the TW version was at that time?
>>
>>
>> When the scraper gets to the point of crawling the link targets we’ll be
>> able to extract the version number automatically, but you’re right,
>> adopting the version number as a tag would be very helpful for the old
>> stuff.
>>
>> Bug? or just me:
>> When downloading a link from links.tiddlywiki.com, i.e by clicking the
>> black circle with a downarrow, I get a tid file. When I drag this into a
>> wiki, I was expecting to get some kind of *tiddler*. Instead, the
>> $:/Import tiddler shows the external *link*... so if I click that link I
>> go to the wiki. But the Import $:/Import tiddlers list is of course just
>> temporary so I lose the last import all the time. Do I misunderstand
>> something?
>>
>>
>> That’s just a bug with the $:/Import display because the tiddler titles
>> look like links, the tiddlers should be there
>>
>> An idea - maybe it's already been thought of (this thread is now too long
>> for me to tell):
>>
>> Assuming that one should, indeed, get a *tiddler *when downloading a
>> linktiddler then:
>>
>> If linktiddlers are fetched to a wiki that is itself a link-contributing
>> wiki, then I assume the linktiddlers will be aggregated *again*. We
>> could make is so linktiddlers have a UI to make it very easy to *improve
>> *on its data. For example when fetching tiddlers from the aggregator
>> site, an extra tiddler comes along; a ViewTemplate conditional for
>> tag[$:/tags/Link]. (Or this viewtemplate could be installed manually.)
>>
>> This ViewTemplate presents a UI, e.g a checkbox for easily
>> tagging/marking out the link as outdated, or a selectwidget to attach a TW
>> version to it. The viewtemplate can also have a field with the tag full tag
>> space for all linktiddlers, sorted, and a Selectwidget or some such so the
>> user can select to improve the tags. (Later there could be a smarter
>> mechanism that proposes modifications like "Proposal: Exchange tag [plugin]
>> for tag [Plugin]")
>>
>>
>> That’s the sort of workflow that I hope we can start exploring with the
>> download button.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> <:-)
>>
>>
>>
>>
>> On Thursday, March 25, 2021 at 4:18:47 PM UTC+1 Mark S. wrote:
>>
>>> I've added Obsolete to ImageMagick.
>>>
>>>
>>>
>>>>
>> --
>> 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/13a4eabe-fc22-4f1a-9b05-faf60a0233e6n%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/13a4eabe-fc22-4f1a-9b05-faf60a0233e6n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>>
>>
>> --
>> 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/EB4C4725-E85D-4CC9-B720-517A3FF8D6D7%40gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/EB4C4725-E85D-4CC9-B720-517A3FF8D6D7%40gmail.com?utm_medium=email_source=footer>
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-04-02 Thread Mohammad Rahmani
Congratulations!

TW Community Links by 2nd April 2021 has* 753 unique links*! A great number
of resources!
Special thanks to *Mark *and *Jeremy*! and I really appreciate the efforts
by all other contributors.


Best wishes
Mohammad


On Thu, Mar 25, 2021 at 9:30 PM Jeremy Ruston 
wrote:

> Hi Mat
>
> Some of my plugins are anachronisticly archaic from an antediluvian epoch.
>
> Maybe it's more constructive to put it into context by displaying a
> last-updated date and what the TW version was at that time?
>
>
> When the scraper gets to the point of crawling the link targets we’ll be
> able to extract the version number automatically, but you’re right,
> adopting the version number as a tag would be very helpful for the old
> stuff.
>
> Bug? or just me:
> When downloading a link from links.tiddlywiki.com, i.e by clicking the
> black circle with a downarrow, I get a tid file. When I drag this into a
> wiki, I was expecting to get some kind of *tiddler*. Instead, the
> $:/Import tiddler shows the external *link*... so if I click that link I
> go to the wiki. But the Import $:/Import tiddlers list is of course just
> temporary so I lose the last import all the time. Do I misunderstand
> something?
>
>
> That’s just a bug with the $:/Import display because the tiddler titles
> look like links, the tiddlers should be there
>
> An idea - maybe it's already been thought of (this thread is now too long
> for me to tell):
>
> Assuming that one should, indeed, get a *tiddler *when downloading a
> linktiddler then:
>
> If linktiddlers are fetched to a wiki that is itself a link-contributing
> wiki, then I assume the linktiddlers will be aggregated *again*. We could
> make is so linktiddlers have a UI to make it very easy to *improve *on
> its data. For example when fetching tiddlers from the aggregator site, an
> extra tiddler comes along; a ViewTemplate conditional for
> tag[$:/tags/Link]. (Or this viewtemplate could be installed manually.)
>
> This ViewTemplate presents a UI, e.g a checkbox for easily tagging/marking
> out the link as outdated, or a selectwidget to attach a TW version to it.
> The viewtemplate can also have a field with the tag full tag space for all
> linktiddlers, sorted, and a Selectwidget or some such so the user can
> select to improve the tags. (Later there could be a smarter mechanism that
> proposes modifications like "Proposal: Exchange tag [plugin] for tag
> [Plugin]")
>
>
> That’s the sort of workflow that I hope we can start exploring with the
> download button.
>
> Best wishes
>
> Jeremy
>
>
> <:-)
>
>
>
>
> On Thursday, March 25, 2021 at 4:18:47 PM UTC+1 Mark S. wrote:
>
>> I've added Obsolete to ImageMagick.
>>
>>
>>
>>>
> --
> 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/13a4eabe-fc22-4f1a-9b05-faf60a0233e6n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/13a4eabe-fc22-4f1a-9b05-faf60a0233e6n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
>
> --
> 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/EB4C4725-E85D-4CC9-B720-517A3FF8D6D7%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/EB4C4725-E85D-4CC9-B720-517A3FF8D6D7%40gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDwOdmKs%2Bdwcc0N4xGCZMN1iUeO5nh3twFZ731Tuuoa%3Dg%40mail.gmail.com.


Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-04-02 Thread Mohammad Rahmani
Hi Jeremy,
 Is there any way to start links on Tiddlywiki Community Links? This way
useful links will stay at top!

Best wishes
Mohammad


On Thu, Mar 25, 2021 at 9:30 PM Jeremy Ruston 
wrote:

> Hi Mat
>
> Some of my plugins are anachronisticly archaic from an antediluvian epoch.
>
> Maybe it's more constructive to put it into context by displaying a
> last-updated date and what the TW version was at that time?
>
>
> When the scraper gets to the point of crawling the link targets we’ll be
> able to extract the version number automatically, but you’re right,
> adopting the version number as a tag would be very helpful for the old
> stuff.
>
> Bug? or just me:
> When downloading a link from links.tiddlywiki.com, i.e by clicking the
> black circle with a downarrow, I get a tid file. When I drag this into a
> wiki, I was expecting to get some kind of *tiddler*. Instead, the
> $:/Import tiddler shows the external *link*... so if I click that link I
> go to the wiki. But the Import $:/Import tiddlers list is of course just
> temporary so I lose the last import all the time. Do I misunderstand
> something?
>
>
> That’s just a bug with the $:/Import display because the tiddler titles
> look like links, the tiddlers should be there
>
> An idea - maybe it's already been thought of (this thread is now too long
> for me to tell):
>
> Assuming that one should, indeed, get a *tiddler *when downloading a
> linktiddler then:
>
> If linktiddlers are fetched to a wiki that is itself a link-contributing
> wiki, then I assume the linktiddlers will be aggregated *again*. We could
> make is so linktiddlers have a UI to make it very easy to *improve *on
> its data. For example when fetching tiddlers from the aggregator site, an
> extra tiddler comes along; a ViewTemplate conditional for
> tag[$:/tags/Link]. (Or this viewtemplate could be installed manually.)
>
> This ViewTemplate presents a UI, e.g a checkbox for easily tagging/marking
> out the link as outdated, or a selectwidget to attach a TW version to it.
> The viewtemplate can also have a field with the tag full tag space for all
> linktiddlers, sorted, and a Selectwidget or some such so the user can
> select to improve the tags. (Later there could be a smarter mechanism that
> proposes modifications like "Proposal: Exchange tag [plugin] for tag
> [Plugin]")
>
>
> That’s the sort of workflow that I hope we can start exploring with the
> download button.
>
> Best wishes
>
> Jeremy
>
>
> <:-)
>
>
>
>
> On Thursday, March 25, 2021 at 4:18:47 PM UTC+1 Mark S. wrote:
>
>> I've added Obsolete to ImageMagick.
>>
>>
>>
>>>
> --
> 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/13a4eabe-fc22-4f1a-9b05-faf60a0233e6n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/13a4eabe-fc22-4f1a-9b05-faf60a0233e6n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
>
> --
> 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/EB4C4725-E85D-4CC9-B720-517A3FF8D6D7%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/EB4C4725-E85D-4CC9-B720-517A3FF8D6D7%40gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBFfAHknq-y20Pe0CMuG0g1gwtDXJBNgmQkqkPS2P0XVw%40mail.gmail.com.


Re: [tw5] Order of template tiddlers tagged with $:/tags/ViewTemplate

2021-04-02 Thread Mohammad Rahmani
The simplest is to click on the tag pill for $:/tags/ViewTemplate and
reorder the templates
The best practice is to use list-after / list-before  in your user template!

Best wishes
Mohammad


On Fri, Apr 2, 2021 at 2:27 PM Hubert  wrote:

> Hi,
>
> Minimum use case:
>
> Let's say I have a tiddler named "apple" with some *lorem ipsum *fluff in
> its text field and with the tag "fruit".
>
> I also have a tiddler
> <https://tiddlywiki.com/static/TemplateTiddlers.html>, let's name it,
> "viewer" tagged with $:/tags/ViewTemplate and the following content:
>
> <$list filter="[all[current]tag[fruit]]">
> This is a fruit
> 
>
> When I open the tiddler named "apple" I will see:
>
> Lorem ipsum
>
> This is a fruit
>
> My question is -- how can I decide what should come first: the text field
> of the "apple" tiddler (as defined by the core viewtemplates) or the text
> in my own viewtemplate ("viewer")? What determines the order? If I decided
> I want to see "This is a fruit" before or after "Lorem ipsum" how could I
> achieve this?
>
> Apologies if this is not clear and thanks in advance for suggestions.
>
> Regards,
> -Hubert
>
> --
> 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/174f27ad-69b9-4d41-bcdd-4226bc8361ccn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/174f27ad-69b9-4d41-bcdd-4226bc8361ccn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC%3D2EepgY79_nmV4VV2dvyHpfnCE7JWqk47abn0sSM90g%40mail.gmail.com.


Re: [tw5] Re: [Semi off topic] How best create screencasts (about TW)?

2021-04-02 Thread Mohammad Rahmani
Joshua,
Vimo Chrome plugin looks amazing! Is it possible to save an offline video
or you have to upload?


Best wishes
Mohammad


On Fri, Apr 2, 2021 at 12:52 PM Joshua Fontany 
wrote:

> I have been considering using the Vimeo Chrome Record plugin:
>
> https://chrome.google.com/webstore/detail/vimeo-record-screen-webca/ejfmffkmeigkphomnpabpdabfddeadcb?hl=en
>
> Best,
> Joshua Fontany
>
> On Friday, April 2, 2021 at 12:52:32 AM UTC-7 Mat wrote:
>
>> In another thread, fellow tiddleur Mohammad suggested I make screencasts
>> to demo some stuff. I agree and it's one of those "ought to do" things I've
>> been thinking of forever.
>>
>> Actually, if there's a very simple workflow we could encourage more
>> people to do this overall. I think it would benefit the TW project.
>>
>> So how can I do this "very easily"? It must be super simple. I don't want
>> to have to study a lot of stuff about editing and special software and yet
>> I want the following:
>>
>> Toggle live between recording:
>>  - only the screen (preferably a specific browser tab)
>>  - the screen plus also a small frame with my face in a corner
>>  - only my face
>> Add a premade intro or end segment to the result.
>> Put up on youtube easily.
>>
>> 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/82e96c24-cd73-49bf-a5f9-6ec7604b6c95n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/82e96c24-cd73-49bf-a5f9-6ec7604b6c95n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC%2B4mHALk25ZtUwEuib1iyO4FWdufA9%2B_zYaNtYEt%3DaRA%40mail.gmail.com.


Re: [tw5] [Semi off topic] How best create screencasts (about TW)?

2021-04-02 Thread Mohammad Rahmani
Hi Mat,
 I think Boris, Dave and Soren can have better suggestions as they have
recently shared a screencast for Tiddlywii!


*My workflow*
1. I use the free open source tool *ShareX*: https://getsharex.com/
2. It has great features for capturing regions, capturing the whole screen,
scrolling region, ... and like that.
3. It has *after capture tasks* e.g AUTOMATICALLY upload to Google Drive,
or add a watermark, or resize it and many more
4. It can create screencast as gifs (small size video clips) or mp4 (high
quality but large file)
5. It has several productivity tools like image editor, ruler, color
picker, ...


The big drawback is it is only available for Windows!
The other drawback is it does not support a camera at the same time you
record the screen.

Some links

   -
   https://simulatine.github.io/100DaysOfCode/day-9-configuring-sharex.html
   - Reddit group https://www.reddit.com/r/sharex/
   - To download: go to https://getsharex.com/



Best wishes
Mohammad

*Sidenote:*
I use ShareX for my online classes where I mainly use screen capture
with after capture tasks! to automatically resize images, add date,
department logo, save a copy to my working folder and upload a copy to
Google drive. I use Tamasha to load images as slides!



On Fri, Apr 2, 2021 at 12:22 PM Mat  wrote:

> In another thread, fellow tiddleur Mohammad suggested I make screencasts
> to demo some stuff. I agree and it's one of those "ought to do" things I've
> been thinking of forever.
>
> Actually, if there's a very simple workflow we could encourage more people
> to do this overall. I think it would benefit the TW project.
>
> So how can I do this "very easily"? It must be super simple. I don't want
> to have to study a lot of stuff about editing and special software and yet
> I want the following:
>
> Toggle live between recording:
>  - only the screen (preferably a specific browser tab)
>  - the screen plus also a small frame with my face in a corner
>  - only my face
> Add a premade intro or end segment to the result.
> Put up on youtube easily.
>
> 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/93f4cf38-3824-4532-9eaf-621beb6ce331n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/93f4cf38-3824-4532-9eaf-621beb6ce331n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCnd6qAo8paNU5JmEBBQ5jwfqiJV8B%3D43Z72Shut85egg%40mail.gmail.com.


Re: [tw5] Re: CSS help

2021-04-02 Thread Mohammad Rahmani
Rika,
 Have you tried the Utility plugin? It has author/reader mode. You can open
the model windows when you can set reader mode and many controls will hide
then!
 https://kookma.github.io/TW-Utility/

ctrl+alt+a brings you the modal window to activate reader/autor mode.
ctrl+s save wiki

Best wishes
Mohammad


On Fri, Apr 2, 2021 at 4:38 AM Rika Sukenik  wrote:

> Joshua and Mat, thanks for your feedback! I'm not a developer, just a
> tinkerer. Public sidebar was the first plugin I found that allowed me to
> hide page controls and other settings that just confused people who read my
> tiddlywiki. It's strange for someone to think (even though not actually
> do!) that they can make edits to my website. Mat, thanks for putting the
> plugin out there!
>
> I have noticed that it's hard to target specific elements. I'll think some
> more about Joshua's feedback.
>
> Joshua - if you have time to respond to Mat, that would be super helpful.
> Like I said, I'm not a developer, so getting some more guidance on how best
> to style the Public menu bar will be immensely helpful and save me a lot of
> time!
>
> Best,
> Rika Sukenik
>
>
> On Wed, Mar 31, 2021 at 10:04 PM Mat  wrote:
>
>> Hi rika. That's an old creation I had forgotten about, happy to see
>> someone use it.
>> I don't have time today but will take a look in these coming days.
>>
>> But you should probably not(!) listen to Joshua in this particular case!
>> ;-) @Joshua- I don't remember details at this moment but the reason for
>> putting the styleblock in the listwidget is to use it conditionally. Note
>> that the listwidget only outputs one thing so it is just binary. ...Or
>> maybe your description here is some other clever solution for triggering
>> the styles based on url, that I don't understand?
>>
>> <:-)
>> On Thursday, April 1, 2021 at 1:11:54 AM UTC+2 rika.s...@gmail.com wrote:
>>
>>> I'm using the Public Sidebar plugin (
>>> http://publicsidebar.tiddlyspot.com/) which is fantastic, but I can't
>>> get the margins right.
>>>
>>> Can someone please so kindly take a look at my website and help with the
>>> margins? I'd also like to fix the issue with text expanding past the
>>> screen. Much appreciated!!
>>>
>>> Here's the code I currently have:
>>> <$set name="loc" value=<>>
>>> <$list filter="[]+[prefix[www.rikasukenik.com]]">
>>> 
>>> .tc-sidebar-scrollable{visibility:visible;}
>>> .tc-page-controls {display:none;}
>>> .tc-sidebar-lists{visibility:hidden; display:inline; height: 100px;}
>>> .tc-search{visibility:visible;}
>>> .tc-search-results{visibility:visible;}
>>> .public {visibility:visible;}
>>>
>>> 
>>> 
>>> 
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/tiddlywiki/-8VyVkwsmHI/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> tiddlywiki+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/32825b75-e635-4a17-9db6-cc130e9df1c8n%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/32825b75-e635-4a17-9db6-cc130e9df1c8n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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/CALSoQA3qMd5f%3Dp41yUDg0bdZ9dEx%3DAWkwAZYUp9cRXpFumE%2BJg%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CALSoQA3qMd5f%3Dp41yUDg0bdZ9dEx%3DAWkwAZYUp9cRXpFumE%2BJg%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDPknz9VmtJbHj6%3DFYiNSLxtYMc_3d51xS3785NMeTyJA%40mail.gmail.com.


Re: [tw5] Presenting: The TiddlyGoo project - integrate your wiki with the web

2021-04-02 Thread Mohammad Rahmani
Hi Mat,
 Great addition! I would recommend adding a screencast to show the features
and capability!


Best wishes
Mohammad


On Fri, Apr 2, 2021 at 11:00 AM Mat  wrote:

> I proudly present the...
>
> TiddlyGoo project <https://tiddlygoo.tiddlyhost.com/>
>
> The project is an expanding set of tools for integrating your wiki with
> the web - do participate with more ideas!
>
> [image: illustration_small.png]
>
> Fellow *tiddleur* *@Mark S* and I recently presented
> <https://groups.google.com/g/tiddlywiki/c/iqS_xINysUA/m/VAJtnRg2AwAJ> the
> SheetsIN plugin which is one of the linchpins enabling me to hereby present:
>
> *The DriveTree plugin*
> Map your Google Drive as a tree structure in TiddlyWiki. (Finally use TW
> as a document manager!)
>
> *The Pic macro*
> Very easily use Drive stored images in tiddlers to create complex
> text+image tiddlers.
>
> ...and there is a *lot more* on the TiddlyGoo project page.
>
> Note! Help is needed to create a SheetsOUT
> <https://tiddlygoo.tiddlyhost.com/#SheetsOUT>plugin, i.e some way to
> export tiddler content to Google Sheets. If you have ideas for this, please
> shout out. This would open up for... a lot.
>
> <:-)
>
> --
> 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/caf4f959-ce78-43e6-af49-23c201b607e7n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/caf4f959-ce78-43e6-af49-23c201b607e7n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBywsYRjtyPmB5PzCiKpL0CiVzxojmjj-DZ%2BiWtLwGo_A%40mail.gmail.com.


Re: [tw5] New features at tiddlyhost.com

2021-04-02 Thread Mohammad Rahmani
Many thanks Simon!


Best wishes
Mohammad


On Fri, Apr 2, 2021 at 10:02 AM Simon Baird  wrote:

> FYI descriptions and tags are now enabled. You can also make them
> searchable so they appear in the hub.
>
> On Sat, Mar 27, 2021 at 9:12 PM Simon Baird  wrote:
>
>> I will enable descriptions and tags for claimed tiddlyspot sites soon,
>> just wait a few days.
>>
>> For saving, beware it doesn’t work like tiddlyhost. You need to remember
>> and enter your old upload password in the usual place in the TiddlyWiki in
>> order to save.
>>
>> What happens when you try to save? What message do you get?
>>
>> See also the announcement here:
>>
>> https://tiddlyspot.blogspot.com/2021/03/tiddlyspot-save-to-web-is-back.html
>>
>>
>> On Sat, 27 Mar 2021 at 1:26 am, Mohammad Rahmani <
>> mohammad.rahm...@gmail.com> wrote:
>>
>>> Hi Simon,
>>>  I am trying the new feature of tiddlyhost i.e claim my tiddlyspot wikis
>>> and try to change and save
>>>  It seems claim tiddlyspot site works fine and I claimed one of sites (
>>> tw-regexp.tiddlyspot.com) but I can not change and save!
>>>  The  tw-regexp.tiddlyspot.com was appeared under the Home tab on
>>> tiddlyhost, but I cannot add tags, or change!
>>>
>>> Please let me know what you think.
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Tue, Feb 23, 2021 at 10:01 PM Simon Baird 
>>> wrote:
>>>
>>>> Hub related:
>>>> * Clickable tags, for example: https://tiddlyhost.com/hub/tag/demo
>>>> * Clickable usernames, e.g. https://tiddlyhost.com/hub/user/Simon
>>>> Note: This requires adding a username to your account, which you can do
>>>> at https://tiddlyhost.com/users/edit
>>>> * Gravatar profile pics
>>>> Note: This is off by default, but you can enable it at
>>>> https://tiddlyhost.com/users/edit
>>>> * Searching, e.g. https://tiddlyhost.com/hub?search=test
>>>> * Sorting, by name or view count, e.g.
>>>> https://tiddlyhost.com/hub?sort=name .
>>>>
>>>> Site related:
>>>> * Renaming sites no longer breaks saving
>>>> * A download button
>>>> * View counts
>>>>
>>>> Thanks everyone for the feedback and suggestions so far. As usual if
>>>> you have ideas or bug reports, please create an issue
>>>> https://github.com/simonbaird/tiddlyhost/issues .
>>>> See also the FAQ at https://github.com/simonbaird/tiddlyhost/issues .
>>>>
>>>>
>>>> -Simon
>>>> --
>>>> 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-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> --
>>> 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/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> simon.ba...@gmail.com
>>
>
>
> --
> 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-SEYM0smT_wwA3rU%2BeiSQVKOwXGEemnUUO1%3D5vLLLVxA%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS-SEYM0smT_wwA3rU%2BeiSQVKOwXGEemnUUO1%3D5vLLLVxA%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDxE%3DjhfXkv6%3DT3HMCMnSUxy0QWnG3C_h_qqujbn%2BRSpw%40mail.gmail.com.


Re: [tw5] Searchwikis question for Mohammad

2021-04-01 Thread Mohammad Rahmani
On Fri, Apr 2, 2021 at 2:24 AM David Gifford  wrote:

> Hi Mohammad
>

Hi Dave,

>
> No, I mean this: searching the indexes lists all the external wikis and
> under each one, lists only the tiddlers that contain the search string. I
> am wondering if there is a way to have a tiddler that does the same but
> lists ALL the contents, unfiltered, of each external wiki in the same way,
> as links to those tiddlers.
>

does it mean to show all tiddlers with a link to them? have you checked the
search UI? You should be able to hack it!
If I correctly understand all tiddlers from those wikis shall be listed!


> Wiki A
> * [[Tiddler 1]]
> * [[Tiddler 2]]
> * etc
>
> Wiki B
> *[[Tiddler 1]]
> * [[Tiddler 2]]
> * etc
>
> Dave
>
> On Thursday, April 1, 2021 at 3:47:19 PM UTC-6 Mohammad wrote:
>
>> Hi Dave,
>>  I did not follow you! Do you mean to merge all index files created on
>> different target wikis into one file?
>>  For sorting you should be able do it when you search in indexes!
>>
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Thu, Apr 1, 2021 at 10:22 PM David Gifford  wrote:
>>
>>>
>>> Hi Mohammad, or anyone listening in,
>>>
>>> Is there a way use searchwikis to create a master list of the links to
>>> the tiddlers from all indexes?
>>>
>>> Dave
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/19378723-0c7a-4734-ba00-b716d93f143an%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/19378723-0c7a-4734-ba00-b716d93f143an%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> 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/68bbbf4d-8069-4263-ace5-ccbdc3c31da9n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/68bbbf4d-8069-4263-ace5-ccbdc3c31da9n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMA%3DPuChKpOziD4ZLLvn1Vh5iRxvjdeMFtO4QcfkFnt9fw%40mail.gmail.com.


[tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-04-01 Thread Mohammad Rahmani
I have updated the codes and demos to https://colorplay.tiddlyhost.com/


*Rev 0.9.2 - Apr 2nd, 2021*


   - [NEW] Selected color mood in Palette Studio shows a circle with a white
   ring to be recognized
   - [NEW] Selected color for a CSS selector in color stripe shows a white
   cross sign inside the colored box to be recognized



[image: image.png]


Best wishes
Mohammad

>

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


Re: [tw5] Searchwikis question for Mohammad

2021-04-01 Thread Mohammad Rahmani
Hi Dave,
 I did not follow you! Do you mean to merge all index files created on
different target wikis into one file?
 For sorting you should be able do it when you search in indexes!



Best wishes
Mohammad


On Thu, Apr 1, 2021 at 10:22 PM David Gifford  wrote:

>
> Hi Mohammad, or anyone listening in,
>
> Is there a way use searchwikis to create a master list of the links to the
> tiddlers from all indexes?
>
> Dave
>
> --
> 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/19378723-0c7a-4734-ba00-b716d93f143an%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/19378723-0c7a-4734-ba00-b716d93f143an%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBtGEtvFo5ZW1%3DjHG1KNhfMFEk6TFLj5wrunUjLtviKyQ%40mail.gmail.com.


Re: [tw5] Re: Experimenting with Help Panel

2021-04-01 Thread Mohammad Rahmani
Thank you Boris!
I will follow your instruction to see how it works.


Best wishes
Mohammad


On Thu, Apr 1, 2021 at 5:47 PM Boris Mann  wrote:

> Hello Mohammad!
>
> Use Fission Drive to upload files. I’ll add some messaging to the home
> page about that.
>
> Go to https://drive.fission.codes and click on Public. You can drag and
> drop any TiddlyWiki HTML file to upload.
>
> Also a good thing to make a screencast about!
>
> --
>
> Boris Mann, Co-founder
>
> Fission: Fast app publishing for front end devs to ship web native apps
>
> On April 1, 2021 at 5:32 AM, Mohammad (mohammad.rahm...@gmail.com) wrote:
>
> Hi Boris,
>  How can I put my own Tiddlywiki/Fission edition on my public folder? So I
> can create new Tiddlywiki based on that!
>
> Best wishes
> Mohammad
> On Tuesday, March 30, 2021 at 12:40:58 PM UTC+4:30 bo...@fission.codes
> wrote:
>
> I'm slowly putting together a "Fission Edition" to teach myself how to put
> Editions together, and to have some interesting Core + Plugins + Content
> curated and targeted at those new to TiddlyWiki.
>
> I'm working my way through all the Core plugins and found Help Panel. It's
> great! And, like all things TW, it's easily customizable.
>
> I added in Dave Gifford's recent Customizer plugin video. Cool!
> Two questions:
>
> 1) Tips on using Help Panel?
>
> Anyone using it more "in the wild"? Customizations? Thoughts on how to use?
>
> 2) What if we had many more videos in there? What if it was easy for
> everyone to create videos and have them appear in the Help Panel?
>
> Specifically, just quick little screencasts even. I added Dave Gifford's
> recent Customizer plugin video as an example
> https://www.youtube.com/watch?v=rse3Cv6VRlI
>
> I put mine on Vimeo, because they have a nice Chrome extension for
> screencasts https://talk.fission.codes/t/1767/2
>
> I'm thinking that something super simple, like a Github repo where a JSON
> file can be maintained / published with video content, and then "consumed"
> by the Help Panel. There are probably tons of TW native ways of doing this
> if people have suggestions :P The goal being fresher content right in
> people's TW experience.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/l3C1Acfds-Q/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/0ce19f6d-b870-4f1e-836b-208f87bf31cbn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/0ce19f6d-b870-4f1e-836b-208f87bf31cbn%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> --
> 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/58097813-1eb9-4b5b-914f-5f54ce1aa46b%40missiveapp.com
> <https://groups.google.com/d/msgid/tiddlywiki/58097813-1eb9-4b5b-914f-5f54ce1aa46b%40missiveapp.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCDrTNjOk%3D8rJuaoT_UNsZS3CXcFwsdJs9280_iiNa%2BmQ%40mail.gmail.com.


[tw5] Re: Experimenting with Help Panel

2021-04-01 Thread Mohammad
Hi Boris,
 How can I put my own Tiddlywiki/Fission edition on my public folder? So I 
can create new Tiddlywiki based on that!

Best wishes
Mohammad

On Tuesday, March 30, 2021 at 12:40:58 PM UTC+4:30 bo...@fission.codes 
wrote:

> I'm slowly putting together a "Fission Edition" to teach myself how to put 
> Editions together, and to have some interesting Core + Plugins + Content 
> curated and targeted at those new to TiddlyWiki.
>
> I'm working my way through all the Core plugins and found Help Panel. It's 
> great! And, like all things TW, it's easily customizable.
>
> I added in Dave Gifford's recent Customizer plugin video. Cool!
>
> Two questions:
>
> 1) Tips on using Help Panel?
>
> Anyone using it more "in the wild"? Customizations? Thoughts on how to use?
>
> 2) What if we had many more videos in there? What if it was easy for 
> everyone to create videos and have them appear in the Help Panel?
>
> Specifically, just quick little screencasts even. I added Dave Gifford's 
> recent Customizer plugin video as an example 
> https://www.youtube.com/watch?v=rse3Cv6VRlI
>
> I put mine on Vimeo, because they have a nice Chrome extension for 
> screencasts https://talk.fission.codes/t/1767/2
>
> I'm thinking that something super simple, like a Github repo where a JSON 
> file can be maintained / published with video content, and then "consumed" 
> by the Help Panel. There are probably tons of TW native ways of doing this 
> if people have suggestions :P The goal being fresher content right in 
> people's TW experience.
>
>

-- 
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/0ce19f6d-b870-4f1e-836b-208f87bf31cbn%40googlegroups.com.


Re: [tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-31 Thread Mohammad Rahmani
Birthe,
 You can explorer the new tools from sidebar/contents



Best wishes
Mohammad


On Wed, Mar 31, 2021 at 12:48 AM strikke...@gmail.com <
strikkeglad...@gmail.com> wrote:

> Mohammad,
> Does this link work? All I get to see is all white page and no wiki.
>
>
> Birthe
>
> tirsdag den 30. marts 2021 kl. 20.34.03 UTC+2 skrev Mohammad:
>
>> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>>
>>
>>- The code was not bundled as plugin lets you to hack and change it
>>as you like
>>- The sidebar tab shows the Color Play Components
>>
>>
>>
>>
>>
>> Rev 0.9.1 - Mar 30th, 2021
>>
>>- [FIXED] minor bug in color viewtemplate
>>- [NEW] color contrast analyzer
>>- [NEW] JS macro to calculate the contrast ratio
>>    - [NEW] Palette Browser (by Soren Bjornstad)
>>
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani 
>> wrote:
>>
>>> Following the work by Thomas and Chris I have updated the Color Play!
>>> This version adds the Coloractions plugin by Thomas! So you can use it
>>> as a utility to generate colors and check readability!
>>>
>>> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>>>
>>>
>>>
>>>- The code was not bundled as plugin lets you to hack and change it
>>>as you like
>>>- The sidebar tab shows the Color Play Components
>>>
>>>
>>>
>>> *The purpose is to let any user create a color palette and a new taste!
>>> and perhaps share it with others. *
>>> I would be happy to receive your created palettes and share them with
>>> others through the Color Play page!
>>>
>>> Don't be afraid: In your free time give a try and create a new color
>>> palette and then share it!
>>>
>>>
>>> [image: image.png]
>>>   References:
>>>
>>>- https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>>>- https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>>>- https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>>>-
>>>https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>>>-
>>>
>>> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>>>
>>>
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/526a5bf6-b350-4053-b343-f67f74aacdf3n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/526a5bf6-b350-4053-b343-f67f74aacdf3n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMA%3DQW3vNkDcc0uOptZDRQ%2BQaNxXD%2BOTUiNoB5P6oTXSJg%40mail.gmail.com.


Re: [tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-31 Thread Mohammad Rahmani
Hi Birthe,
 I have uploaded the wiki again! It seems something went wrong last time I
updated the Color Play!
Please let me know if it works for you.

Best wishes
Mohammad

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


[tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-30 Thread Mohammad Rahmani
I have updated the codes and demos to https://colorplay.tiddlyhost.com/

- The code was not bundled as plugin lets you to hack and change it as you
like
- The sidebar tab shows the Color Play Components



Rev 0.9.1 - Mar 30th, 2021

   - [FIXED] minor bug in color viewtemplate
   - [NEW] color contrast analyzer
   - [NEW] JS macro to calculate the contrast ratio
   - [NEW] Palette Browser (by Soren Bjornstad)



Best wishes
Mohammad


On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani <
mohammad.rahm...@gmail.com> wrote:

> Following the work by Thomas and Chris I have updated the Color Play!
> This version adds the Coloractions plugin by Thomas! So you can use it as
> a utility to generate colors and check readability!
>
> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>
>
>
>- The code was not bundled as plugin lets you to hack and change it as
>you like
>- The sidebar tab shows the Color Play Components
>
>
>
> *The purpose is to let any user create a color palette and a new taste!
> and perhaps share it with others. *
> I would be happy to receive your created palettes and share them with
> others through the Color Play page!
>
> Don't be afraid: In your free time give a try and create a new color
> palette and then share it!
>
>
> [image: image.png]
>   References:
>
>- https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>- https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>- https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>-
>https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>-
>
> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>
>
>
>
> Best wishes
> Mohammad
>

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


Re: [tw5] Re: [Plugin] TW5-CodeMirror-Plus - with better formatting and autocompletion

2021-03-30 Thread Mohammad Rahmani
Best wishes
Mohammad


On Tue, Mar 30, 2021 at 3:07 AM Adithya B  wrote:

> Hi Eskha,  The Autolists seems to be working with the cmplus plugin. Try
> it out!
>
> Mohammed,
> I can make a separate theme with all standard font-weights. Would  that
> help?
>

That would be great! I love syntax highlighting of TW in code mirror! and I
am sure coding will be much more simpler then!

>
> Adithya
>
>
> On Monday, March 29, 2021 at 3:49:02 AM UTC-6 Eskha wrote:
>
>> Hello  Adithya,
>>
>> Very nice plugin, thank you for sharing.
>>
>> Would it be possible to integrate the very convenient behaviour proposed
>> by Saq in its "Editor AutoList - editor extension to automatically continue
>> lists"?  (Pressing enter when in a list continues the list, pressing tab
>> increases the indentation by one level, ...)
>> Editor AutoLists — (saqimtiaz.github.io)
>> <https://saqimtiaz.github.io/sq-tw/editor-autolists.html>
>>
>> Best regards,
>>
>> Eskha
>>
>> --
> 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/bb8fc6e0-1a57-40ad-8513-5b8c0c2c4c13n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/bb8fc6e0-1a57-40ad-8513-5b8c0c2c4c13n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAB2haP96O1TpwC3yq0vF9dK3sdyUBFhBfKCOpN_-j%3DHA%40mail.gmail.com.


Re: [tw5] MetaTiddly: Collaborative data charting for meta-analysis

2021-03-29 Thread Mohammad Rahmani
Anders,
 Thank you for clarification! Nice wiki!
 Summarizing literature data specially for graduate students and
researchers is very important!
 This wiki shows a working example!


Best wishes
Mohammad


On Mon, Mar 29, 2021 at 10:13 PM Anjar  wrote:

> @Mohamad: I have entered them manually. To my knowledge, there is no
> standardized format for sharing research findings yet, except tables in PDF
> files. It is possible that csv import could be useful, but at the moment I
> think it is too complicated.
>
> The most important features here I think are the nesting of tiddlers, a
> relatively straight-forward interface that doesn't require knowledge of
> tiddlywiki, and the possibility to add or remove properties. The next step,
> I think, will be better/custom json export
>
> Best,
> Anders
>
> mandag 29. mars 2021 kl. 19:19:45 UTC+2 skrev Mohammad:
>
>> Andres,
>>  question: did you enter the data manually or you use any tool to do that?
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Mon, Mar 29, 2021 at 6:21 PM Anjar  wrote:
>>
>>> Hi all,
>>>
>>> I just started on a small literature review and wanted a tool for
>>> charting findings of the studies. Further, I wanted others to be able to
>>> contribute with their findings, and github + tiddlywiki seemed perfect.
>>>
>>> The result: https://andjar.github.io/CyPreg/
>>>
>>> Measurements are nested within result, nested within population, nested
>>> within study. In addition, statistical tests can connect two or more
>>> measurements.
>>>
>>> I share this because I was unable to find better options for managing a
>>> collaborative database in github (utilizing pull and merge); tiddlywiki is
>>> perfect since it embeds presentation, storing and editing in a single file!
>>>
>>>
>>> Hope you are all healthy and safe!
>>>
>>> Best,
>>> Anders
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/510d0bb0-892b-4fce-935c-b470c1af2d4bn%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/510d0bb0-892b-4fce-935c-b470c1af2d4bn%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> 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/56b0cbcc-45a0-4822-a00d-e7d1533a322en%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/56b0cbcc-45a0-4822-a00d-e7d1533a322en%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMA7434GvEgPuHuJ5aehBfXe7tVzECjAuYfbNFD%3DDs1X4g%40mail.gmail.com.


Re: [tw5] MetaTiddly: Collaborative data charting for meta-analysis

2021-03-29 Thread Mohammad Rahmani
Andres,
 question: did you enter the data manually or you use any tool to do that?

Best wishes
Mohammad


On Mon, Mar 29, 2021 at 6:21 PM Anjar  wrote:

> Hi all,
>
> I just started on a small literature review and wanted a tool for charting
> findings of the studies. Further, I wanted others to be able to contribute
> with their findings, and github + tiddlywiki seemed perfect.
>
> The result: https://andjar.github.io/CyPreg/
>
> Measurements are nested within result, nested within population, nested
> within study. In addition, statistical tests can connect two or more
> measurements.
>
> I share this because I was unable to find better options for managing a
> collaborative database in github (utilizing pull and merge); tiddlywiki is
> perfect since it embeds presentation, storing and editing in a single file!
>
>
> Hope you are all healthy and safe!
>
> Best,
> Anders
>
> --
> 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/510d0bb0-892b-4fce-935c-b470c1af2d4bn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/510d0bb0-892b-4fce-935c-b470c1af2d4bn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDpfWvnSkBH5%3DWB9qEu5jK5WUpOKRaF74RXbJa8hQqoiQ%40mail.gmail.com.


Re: [tw5] Interesting use of Tiddlywiki?

2021-03-29 Thread Mohammad Rahmani
Great idea Matt4,

Would be great if you could share a demo wiki.



Best wishes
Mohammad


On Mon, Mar 29, 2021 at 8:10 PM Matt4  wrote:

> I may be late to the party here but I just stumbled across a unique (to
> me) use for Tiddlywiki.
>
> I have been using tailwindcss <http://tailwindcss.com>in a lot in recent
> web projects lately. I included the CSS for it in Tiddlywiki so I could use
> some it's features to format tiddlers a little easier. It has worked really
> well so far.
>
> But then I realized that I could use Tiddlywiki as a repository for
> tailwindcss 'components'. I've build all kinds of button styles for
> example. I've stored each in a tiddler tagged with 'button'. I then have a
> tiddler that lists all the tiddlers with the button tag. They all display
> using tailwindcss so they look like they should. I've then added an edit
> button and copy code button next to each tiddler in the list. The edit
> button takes you to the tiddler so it can be edited, and the copy code
> button copies the html code for the button. I can then just paste that
> right into my web page.
>
> There are some limitations to this of course but it's nice to see all the
> various button styles visually, then just click one button to grab the code
> all ready to be pasted. It can be used for all sorts of components or
> sections of pages. Fun stuff. :)
>
> --
> 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/5e9f3009-9c50-42c2-9bf6-b10db61c0b45n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/5e9f3009-9c50-42c2-9bf6-b10db61c0b45n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCC_EaaqkVQu5HRByDZ5Egz2RMDJq9aAJWMV_YAP_baoQ%40mail.gmail.com.


Re: [tw5] Re: Todolist Plugin: A wonderful Tiny to-do got new update (1.2.0)

2021-03-29 Thread Mohammad Rahmani
Hi again Arun
I actually did not implant any time reminder so I do not know how to do
that. I also think the reminder only works if you keep Tiddlywiki open in
the browser.

Best wishes
Mohammad


On Mon, Mar 29, 2021 at 7:10 PM arun babu  wrote:

> The last line in the above reply was supposed to be deleted. Please ignore
> that line.
>
> Thanks,
> Arun.
>
> On Mon, Mar 29, 2021 at 8:07 PM arun babu  wrote:
>
>> @Mohammed and PMario
>>
>>- Reason behind this request is that only I will be with my child
>>during the daytime for the next month or so. There is only one child who 
>> is 2
>>and 1/2 yrs old now. So I have to take care of his food and hence it’s a
>>temporary arrangement. But a long term plan was to track his daily 
>> nutrient
>>intake using Carbocommander.  For this reason, a daily notes page or
>>journal page was central to my plan.
>>- Open the daily notes (journal) page and enter the food items for
>>that day in a checklist fashion - this was my initial plan. I wanted to
>>avoid frequent repetition of the same food items. So I listed out 
>> different
>>food items for each day in a week and thought of repeating it weekly.
>>- Since projectify and ToDoNow use a central dashboard like approach
>>I couldn’t use them. So initially I used grosinger’s checklist plug
>>in for testing my plan out. It was working fine.
>>- But then I found "multiple list features" in Todolist a few days
>>back and I thought that it can help me to break each day into breakfast,
>>lunch, dinner and so on easily. This is shown in the demo wiki.
>>- Then what I needed was a template function to automatically
>>populate each day's food checklist into the respective daily notes page. I
>>tried using the view-template option and snippets. Temporarily settled 
>> with
>>snippets as of now. That’s what I was showing in the demo wiki. But now I
>>understand that I will have to uncheck the checklist items when I use it
>>the next time if I am using the snippet feature. Is there any other way 
>> of auto-populating
>>the checklist for a particular day?  If nothing is working, I am ok
>>with manually typing each day's food plan.
>>- Then yesterday while checking the todo apps again, I got interested
>>in the remainder feature in ToDoNow.  If I could add a time to each todo
>>which gives a remainder on reaching the deadline, that would be useful. I
>>also have some daily todos other than these food checklists. So a 
>> remainder
>>based on time (not date) will be a very useful feature.
>>
>>
>> To answer Mohammed's questions
>>
>>1. Do you want to only have a time stamp or you need the
>>functionality of ToDoNow!  - I need to add a particular time to each
>>todo as a deadline (not as a date)
>>2. Does that mean to have a reminder? - Reason for adding a
>>particular time of a day is to receive notification or reminder on 
>> reaching
>>the deadline.
>>
>> To answer PMario's questions
>>
>>1. You intend to create journals that contain the "copy" of a
>>predefined "plan" for 1 day --- Yes
>>2. This journal will be active for 1 day and then it may be archived
>>(no edit possible anymore.) --- Partly yes. I am thinking of repeating the
>>plan weekly on the same day (Monday plan will be repeated on the next
>>Monday). How to repeat the plan is the other question - by using snippets
>>or view-template or manually typing?
>>3. There should be a due-time, no due-date. So a calendar isn't
>>needed --- Yes I need only time. So the calendar is not needed.
>>4. If the due-time is reached, there should be a notification --- Yes
>>5. Will there be more than 1 baby? - No
>>6. Will you have 1 wiki for 1 baby? - No
>>7. Is it important to see who made changes to the wiki? - No
>>8. What should happen with the notification if the browser is _not_
>>running? --- I haven't thought about it much. Will the notification be
>>shown while opening the wiki next time if the deadline has passed.
>>
>>
>> I am open to other ideas as well. There is one more week left before I
>> have to start implementing it.
>>
>>
>> Thanks,
>> Arun.
>>
>>
>>
>>
>>
>>
>>
>>
>> and put it in a checklist format with due time attached. When the time
>> comes, there should be some sort of a remainder (or notification).
&g

Re: [tw5] Re: Todolist Plugin: A wonderful Tiny to-do got new update (1.2.0)

2021-03-29 Thread Mohammad Rahmani
Arun,


On Mon, Mar 29, 2021 at 12:52 PM arun babu  wrote:

> Thanks Mohammed for the detailed reply. I have attached a file showing my
> plan (making a food schedule for my baby). Using the "Multiple todo lists"
> feature in todolist, I have made separate snippets for each day of a week
> with different food items so that I can just select the snippet appropriate
> for that particular day and follow it. What I wanted was an option to add a
> time to each food item with option of remainder or alarms on reaching that
> time.


Do you want to only have a time stamp or you need the functionality of
ToDoNow! Does that mean to have a reminder?

>
> For this purpose, I think todolist suits more than shiraz task manager.
> Also I checked Eric's alarms - but it functions separately and so I will
> have to do double entry (both in todolist and Eric alarms). Can you think
> of any other solutions ? Some timer or alarms which can work together with
> todolist
> ?
> On Monday, March 29, 2021 at 11:44:53 AM UTC+5:30 Mohammad wrote:
>
>> Arun,
>>  I have attached another screenshot show how due date is set
>> [image: image.png]
>>
>>
>> I have also attached a sample task manager tiddler with a new task
>> button. Drag and drop in any wiki with Shiraz installed for example
>>
>> https://kookma.github.io/TW-Shiraz/
>>
>> to see how it works.
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Mon, Mar 29, 2021 at 10:35 AM Mohammad Rahmani 
>> wrote:
>>
>>> Hi Arun
>>> It is a great pleasure to hear you like Tint todolist. As you see from
>>> name, tiny todolist is for very short/one line note and also it uses a base
>>> tiddler so you can
>>> use it per tiddler e.g. it can be embedded in a tiddler and works
>>> independently. It is not designed for task management (e.g. like ToDoNow)
>>>
>>> I recommend using the Task manager in Shiraz. It has a lot of
>>> flexibility! It can be simply customized! You can add more fields as you
>>> like. You can have multiple task managers in a single wiki! You can use the
>>> Eric Time tool (http://tiddlytools.com/timer.html) to trigger reminders
>>> and much more. One great feature of Shiraz Task manager is, it is actually
>>> a dynamic table, so you can change and customize it in many ways!
>>>
>>> For Shiraz task manager see:
>>> https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-table%2Ftask-manager
>>>
>>> [image: image.png]
>>>
>>> For customizing the Task manager in Shiraz, you don't need to write any
>>> new script.
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Mon, Mar 29, 2021 at 2:29 AM arun babu  wrote:
>>>
>>>> Hi Mohammad,
>>>>
>>>> I was planning to use todolist for one of my personal use from next
>>>> month onwards. I had checked other todo plug ins of tiddlywiki, but only
>>>> todolist is suiting the workflow needed for my use case. I wanted to ask
>>>> whether is it possible to add a deadline for each task (only the time is
>>>> needed, not the calendar) with reminders as in ToDoNow plug in by
>>>> Thomas Elmiger <https://tid.li/tw5/tdn.html>.
>>>>
>>>> Thanks,
>>>> Arun
>>>> On Tuesday, April 7, 2020 at 12:09:12 AM UTC+5:30 Mohammad wrote:
>>>>
>>>>> Cmari,
>>>>>
>>>>> If you used the Todolist with drag and drop, it is the same! But it
>>>>> seems your previous version was the one without drag and drop feature.
>>>>> You are right! To change the order, it uses a list field in task
>>>>> tiddler to keep track of the order of items. So, adding a new item also 
>>>>> its
>>>>> key is added to
>>>>>
>>>>>
>>>>> Good to hear you have solved the issue!
>>>>>
>>>>> --Mohammad
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "TiddlyWiki" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to tiddlywiki+...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/tiddlywiki/caeb18a5-1f37-4d09-b519-6f682cf3c6c6n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/tiddlywiki/caeb18a5-1f37-4

Re: [tw5] [Plugin] TW5-CodeMirror-Plus - with better formatting and autocompletion

2021-03-29 Thread Mohammad Rahmani
Nice addition Adithya,
One question: I note codemirror plus uses a theme! I think the font color
and size come from this theme. am I right?

I think in text editor (as it is not a WYSIWYG) it is good to have the
fonts in the same weight and size but use colors to distinguish between them
So, while I appreciate the current theme, I myself prefer the plain editor
with syntax highlighting like the one by Joshua Fontany for Visual Studio
code!

I really like to use Codemirror plus with TW syntax highlighting for
wikitext scripting.


Best wishes
Mohammad


On Mon, Mar 29, 2021 at 1:29 AM Adithya B  wrote:

> Hi Everyone,
>
> I first released TW5-CodeMirror-plus six months or so back but didnt get
> time to work on it since then. This is a major update with some nice
> additions.
>
> Checkout it out here:
> https://adithya-badidey.github.io/TW5-codemirror-plus/
>
> Cheers
> Adithya
>
> --
> 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/2045a2ac-4ad0-4193-b48e-dc6fbf6dce4dn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2045a2ac-4ad0-4193-b48e-dc6fbf6dce4dn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC7797euzHomv7CVQbf3E6yejYXZ94aHm%2B4V5dWvgXpkQ%40mail.gmail.com.


Re: [tw5] Re: Todolist Plugin: A wonderful Tiny to-do got new update (1.2.0)

2021-03-29 Thread Mohammad Rahmani
Hi Arun
It is a great pleasure to hear you like Tint todolist. As you see from
name, tiny todolist is for very short/one line note and also it uses a base
tiddler so you can
use it per tiddler e.g. it can be embedded in a tiddler and works
independently. It is not designed for task management (e.g. like ToDoNow)

I recommend using the Task manager in Shiraz. It has a lot of flexibility!
It can be simply customized! You can add more fields as you like. You can
have multiple task managers in a single wiki! You can use the Eric Time
tool (http://tiddlytools.com/timer.html) to trigger reminders and much
more. One great feature of Shiraz Task manager is, it is actually a dynamic
table, so you can change and customize it in many ways!

For Shiraz task manager see:
https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-table%2Ftask-manager

[image: image.png]

For customizing the Task manager in Shiraz, you don't need to write any new
script.


Best wishes
Mohammad


On Mon, Mar 29, 2021 at 2:29 AM arun babu  wrote:

> Hi Mohammad,
>
> I was planning to use todolist for one of my personal use from next month
> onwards. I had checked other todo plug ins of tiddlywiki, but only todolist
> is suiting the workflow needed for my use case. I wanted to ask whether is
> it possible to add a deadline for each task (only the time is needed, not
> the calendar) with reminders as in ToDoNow plug in by Thomas Elmiger
> <https://tid.li/tw5/tdn.html>.
>
> Thanks,
> Arun
> On Tuesday, April 7, 2020 at 12:09:12 AM UTC+5:30 Mohammad wrote:
>
>> Cmari,
>>
>> If you used the Todolist with drag and drop, it is the same! But it seems
>> your previous version was the one without drag and drop feature.
>> You are right! To change the order, it uses a list field in task tiddler
>> to keep track of the order of items. So, adding a new item also its key is
>> added to
>>
>>
>> Good to hear you have solved the issue!
>>
>> --Mohammad
>>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/caeb18a5-1f37-4d09-b519-6f682cf3c6c6n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/caeb18a5-1f37-4d09-b519-6f682cf3c6c6n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBUbNPp7gyumaAZLpNtYc7PeaxvKDweM8AWtQL8oqB%2BAA%40mail.gmail.com.


Re: [tw5] Re: Tiddlywiki (TW): Getting started with digital gardens, networked thinking, and non-linear research

2021-03-28 Thread Mohammad Rahmani
Hi bimlas,



On Sun, Mar 28, 2021 at 3:01 PM bimlas  wrote:

> Mohammad,
>
> You may also be interested in this similar solution, which allows you to
> browse tiddlers categorized by metadata links:
> https://bimlas.gitlab.io/demo/tw5/property-comparison.html
>
> Very nice! Thank you for sharing!



> --
> 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/5f7513b7-72b4-418d-b65a-944a7177fcedn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/5f7513b7-72b4-418d-b65a-944a7177fcedn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCqN8Q_M_exzo2ZihXdobg91cMeB2KOeuUBN_Q%3D8JvvXQ%40mail.gmail.com.


Re: [tw5] New features at tiddlyhost.com

2021-03-27 Thread Mohammad Rahmani
Hi again Simon,
 I would like to confirm that saving on the web now works for me!
 So, it seems my claimed tiddlyspot websites on Tiddlyhost work as before!

Thanks a million ;-)


On Sun, Mar 28, 2021 at 5:42 AM Simon Baird  wrote:

> I will enable descriptions and tags for claimed tiddlyspot sites soon,
> just wait a few days.
>
> For saving, beware it doesn’t work like tiddlyhost. You need to remember
> and enter your old upload password in the usual place in the TiddlyWiki in
> order to save.
>
> What happens when you try to save? What message do you get?
>
> See also the announcement here:
> https://tiddlyspot.blogspot.com/2021/03/tiddlyspot-save-to-web-is-back.html
>
>
> On Sat, 27 Mar 2021 at 1:26 am, Mohammad Rahmani <
> mohammad.rahm...@gmail.com> wrote:
>
>> Hi Simon,
>>  I am trying the new feature of tiddlyhost i.e claim my tiddlyspot wikis
>> and try to change and save
>>  It seems claim tiddlyspot site works fine and I claimed one of sites (
>> tw-regexp.tiddlyspot.com) but I can not change and save!
>>  The  tw-regexp.tiddlyspot.com was appeared under the Home tab on
>> tiddlyhost, but I cannot add tags, or change!
>>
>> Please let me know what you think.
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Tue, Feb 23, 2021 at 10:01 PM Simon Baird 
>> wrote:
>>
>>> Hub related:
>>> * Clickable tags, for example: https://tiddlyhost.com/hub/tag/demo
>>> * Clickable usernames, e.g. https://tiddlyhost.com/hub/user/Simon
>>> Note: This requires adding a username to your account, which you can do
>>> at https://tiddlyhost.com/users/edit
>>> * Gravatar profile pics
>>> Note: This is off by default, but you can enable it at
>>> https://tiddlyhost.com/users/edit
>>> * Searching, e.g. https://tiddlyhost.com/hub?search=test
>>> * Sorting, by name or view count, e.g.
>>> https://tiddlyhost.com/hub?sort=name .
>>>
>>> Site related:
>>> * Renaming sites no longer breaks saving
>>> * A download button
>>> * View counts
>>>
>>> Thanks everyone for the feedback and suggestions so far. As usual if you
>>> have ideas or bug reports, please create an issue
>>> https://github.com/simonbaird/tiddlyhost/issues .
>>> See also the FAQ at https://github.com/simonbaird/tiddlyhost/issues .
>>>
>>>
>>> -Simon
>>> --
>>> 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-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> 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/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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%2B9aNS8OZsFp3CAvybmERes73tz91OWdCaEmZ7b6yHw4MvZifQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS8OZsFp3CAvybmERes73tz91OWdCaEmZ7b6yHw4MvZifQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCTmvmT%3DnwL3mHhDabbkkwf3%2BPJ3rcTPygK4fy_QesALw%40mail.gmail.com.


Re: [tw5] New features at tiddlyhost.com

2021-03-27 Thread Mohammad Rahmani
Thank you for clarification. I will check again!
But when I click save button, browser starts a local save!
I checked the user/pass and they are correct!

By the way I wait to see feedback from other users to see if anything wrong
in my side.


Best wishes
Mohammad


On Sun, Mar 28, 2021 at 5:42 AM Simon Baird  wrote:

> I will enable descriptions and tags for claimed tiddlyspot sites soon,
> just wait a few days.
>
> For saving, beware it doesn’t work like tiddlyhost. You need to remember
> and enter your old upload password in the usual place in the TiddlyWiki in
> order to save.
>
> What happens when you try to save? What message do you get?
>
> See also the announcement here:
> https://tiddlyspot.blogspot.com/2021/03/tiddlyspot-save-to-web-is-back.html
>
>
> On Sat, 27 Mar 2021 at 1:26 am, Mohammad Rahmani <
> mohammad.rahm...@gmail.com> wrote:
>
>> Hi Simon,
>>  I am trying the new feature of tiddlyhost i.e claim my tiddlyspot wikis
>> and try to change and save
>>  It seems claim tiddlyspot site works fine and I claimed one of sites (
>> tw-regexp.tiddlyspot.com) but I can not change and save!
>>  The  tw-regexp.tiddlyspot.com was appeared under the Home tab on
>> tiddlyhost, but I cannot add tags, or change!
>>
>> Please let me know what you think.
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Tue, Feb 23, 2021 at 10:01 PM Simon Baird 
>> wrote:
>>
>>> Hub related:
>>> * Clickable tags, for example: https://tiddlyhost.com/hub/tag/demo
>>> * Clickable usernames, e.g. https://tiddlyhost.com/hub/user/Simon
>>> Note: This requires adding a username to your account, which you can do
>>> at https://tiddlyhost.com/users/edit
>>> * Gravatar profile pics
>>> Note: This is off by default, but you can enable it at
>>> https://tiddlyhost.com/users/edit
>>> * Searching, e.g. https://tiddlyhost.com/hub?search=test
>>> * Sorting, by name or view count, e.g.
>>> https://tiddlyhost.com/hub?sort=name .
>>>
>>> Site related:
>>> * Renaming sites no longer breaks saving
>>> * A download button
>>> * View counts
>>>
>>> Thanks everyone for the feedback and suggestions so far. As usual if you
>>> have ideas or bug reports, please create an issue
>>> https://github.com/simonbaird/tiddlyhost/issues .
>>> See also the FAQ at https://github.com/simonbaird/tiddlyhost/issues .
>>>
>>>
>>> -Simon
>>> --
>>> 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-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> 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/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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%2B9aNS8OZsFp3CAvybmERes73tz91OWdCaEmZ7b6yHw4MvZifQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS8OZsFp3CAvybmERes73tz91OWdCaEmZ7b6yHw4MvZifQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAB%3DO6pkudyYXX4T7_qd6U1TAVLeK8GhGE8eYqssOjUJg%40mail.gmail.com.


Re: [tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-27 Thread Mohammad Rahmani
Thanks Chris! Your Mood plugin was the initiator of Color play :-)

While the goal is to have a simple and smart color palette generator! I am
thinking to include the most common color tools a user may need when work
with Tiddlywiki.



Best wishes
Mohammad


On Sat, Mar 27, 2021 at 11:29 PM clutterstack  wrote:

> Looks very interesting. I don't have time to look in detail right now, but
> this looks like a fun project, maybe also good PR for TiddlyWiki.
>
> Best,
> Chris
>
> On Saturday, March 27, 2021 at 12:51:35 PM UTC-4 Mohammad wrote:
>
>> RGBA tools have been added to version 0.9
>>
>> https://colorplay.tiddlyhost.com/#
>>
>>
>> [image: image.png]
>>
>>
>> *Rev 0.9 - Mar 27th, 2021*
>>
>>- [NEW] JS macro to convert hex to rgb
>>- [NEW] RGBA Color tools
>>- [NEW] RGB Colors
>>    - [NEW] RGBA Colors
>>
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Sat, Mar 27, 2021 at 12:11 AM Mohammad Rahmani 
>> wrote:
>>
>>> *Color Play New Update*
>>> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>>>
>>>- The code was not bundled as plugin lets you to hack and change it
>>>as you like
>>>- The sidebar tab shows the Color Play Components
>>>- The sidebar tab also has a color tools (links to tiddlers)
>>>
>>> *Rev 0.8 - Mar 26th, 2021*
>>>
>>>
>>>- [NEW] JS macro to convert rgb to hex
>>>- [NEW] JS macro to convert rgba to hex8 (#rrggbbaa)
>>>- [NEW] JS macro to convert hex to hsl
>>>- [NEW] JS macro to convert hex8 (#rrggbbaa) to hsla
>>>- [NEW] Wikitex macro to convert extended color name to hex
>>>- [NEW] Wikitex macro to convert extended color name to hsl
>>>- [NEW] HSLA Color tool shows checker box for transparency
>>>- [NEW] HSLA Color tool now accepts the extended color names as input
>>>
>>>
>>>
>>> Color Play will not only provide tools to create Tiddlywiki color palettes
>>> but also tools to play with colors in general!
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani 
>>> wrote:
>>>
>>>> Following the work by Thomas and Chris I have updated the Color Play!
>>>> This version adds the Coloractions plugin by Thomas! So you can use it
>>>> as a utility to generate colors and check readability!
>>>>
>>>> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>>>>
>>>>
>>>>
>>>>- The code was not bundled as plugin lets you to hack and change it
>>>>as you like
>>>>- The sidebar tab shows the Color Play Components
>>>>
>>>>
>>>>
>>>> *The purpose is to let any user create a color palette and a new taste!
>>>> and perhaps share it with others. *
>>>> I would be happy to receive your created palettes and share them with
>>>> others through the Color Play page!
>>>>
>>>> Don't be afraid: In your free time give a try and create a new color
>>>> palette and then share it!
>>>>
>>>>
>>>> [image: image.png]
>>>>   References:
>>>>
>>>>-
>>>>https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>>>>-
>>>>https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>>>>-
>>>>https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>>>>-
>>>>
>>>> https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>>>>-
>>>>
>>>> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>>>>
>>>>
>>>>
>>>>
>>>> Best wishes
>>>> Mohammad
>>>>
>>> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/65dcf600-f666-4f7b-8329-a2a004966f81n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/65dcf600-f666-4f7b-8329-a2a004966f81n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCo%3D8t5x-pTqAauJ6D8gKZrR0wnJ5wWmbKgQZnbkC0X%2BA%40mail.gmail.com.


Re: [tw5] New features at tiddlyhost.com

2021-03-26 Thread Mohammad Rahmani
Hi Simon,
 I am trying the new feature of tiddlyhost i.e claim my tiddlyspot wikis
and try to change and save
 It seems claim tiddlyspot site works fine and I claimed one of sites (
tw-regexp.tiddlyspot.com) but I can not change and save!
 The  tw-regexp.tiddlyspot.com was appeared under the Home tab on
tiddlyhost, but I cannot add tags, or change!

Please let me know what you think.


Best wishes
Mohammad


On Tue, Feb 23, 2021 at 10:01 PM Simon Baird  wrote:

> Hub related:
> * Clickable tags, for example: https://tiddlyhost.com/hub/tag/demo
> * Clickable usernames, e.g. https://tiddlyhost.com/hub/user/Simon
> Note: This requires adding a username to your account, which you can do at
> https://tiddlyhost.com/users/edit
> * Gravatar profile pics
> Note: This is off by default, but you can enable it at
> https://tiddlyhost.com/users/edit
> * Searching, e.g. https://tiddlyhost.com/hub?search=test
> * Sorting, by name or view count, e.g.
> https://tiddlyhost.com/hub?sort=name .
>
> Site related:
> * Renaming sites no longer breaks saving
> * A download button
> * View counts
>
> Thanks everyone for the feedback and suggestions so far. As usual if you
> have ideas or bug reports, please create an issue
> https://github.com/simonbaird/tiddlyhost/issues .
> See also the FAQ at https://github.com/simonbaird/tiddlyhost/issues .
>
>
> -Simon
> --
> 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-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CA%2B9aNS-revOfmC-diP%3D3fDrV1Zno%3Dho77U0djpReV3oZ82VesQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCr71BuAq6kTETgOH4uMj6ZDYy_Sz9oGP_d_WcJwu7NTg%40mail.gmail.com.


[tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-26 Thread Mohammad Rahmani
*Color Play New Update*
I have updated the codes and demos to https://colorplay.tiddlyhost.com/

   - The code was not bundled as plugin lets you to hack and change it as
   you like
   - The sidebar tab shows the Color Play Components
   - The sidebar tab also has a color tools (links to tiddlers)

*Rev 0.8 - Mar 26th, 2021*


   - [NEW] JS macro to convert rgb to hex
   - [NEW] JS macro to convert rgba to hex8 (#rrggbbaa)
   - [NEW] JS macro to convert hex to hsl
   - [NEW] JS macro to convert hex8 (#rrggbbaa) to hsla
   - [NEW] Wikitex macro to convert extended color name to hex
   - [NEW] Wikitex macro to convert extended color name to hsl
   - [NEW] HSLA Color tool shows checker box for transparency
   - [NEW] HSLA Color tool now accepts the extended color names as input



Color Play will not only provide tools to create Tiddlywiki color palettes
but also tools to play with colors in general!

Best wishes
Mohammad


On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani <
mohammad.rahm...@gmail.com> wrote:

> Following the work by Thomas and Chris I have updated the Color Play!
> This version adds the Coloractions plugin by Thomas! So you can use it as
> a utility to generate colors and check readability!
>
> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>
>
>
>- The code was not bundled as plugin lets you to hack and change it as
>you like
>- The sidebar tab shows the Color Play Components
>
>
>
> *The purpose is to let any user create a color palette and a new taste!
> and perhaps share it with others. *
> I would be happy to receive your created palettes and share them with
> others through the Color Play page!
>
> Don't be afraid: In your free time give a try and create a new color
> palette and then share it!
>
>
> [image: image.png]
>   References:
>
>- https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>- https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>- https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>-
>https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>-
>
> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>
>
>
>
> Best wishes
> Mohammad
>

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


[tw5] Tiddlywiki (TW): Getting started with digital gardens, networked thinking, and non-linear research

2021-03-26 Thread Mohammad Rahmani
By chance I came across with this Tiddlywiki site

https://gavart.ist/

and I found it impressive!

See also

https://withfriends.co/event/10206187/babycastles_academy_tiddlywiki_tw_getting_started_with_digital_gardens_networked_thinking_and_non_linear_research


Best wishes
Mohammad

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


Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread Mohammad Rahmani
Hi Jeremy!

If I can have one vote, then I will vote to have a separate clone for TWC!
Having both in one place will be confusing!


Best wishes
Mohammad


On Thu, Mar 25, 2021 at 9:45 PM Jeremy Ruston 
wrote:

> On 25 Mar 2021, at 17:08, 'Mark S.' via TiddlyWiki <
> tiddlywiki@googlegroups.com> wrote:
>
> It's called TiddlyWikiLinks, not TiddlyWiki*5*Links.
>
> Are TWC links welcome?
>
>
> I always try to support TWC as an equal citizen to TW5 (see TiddlyFox,
> TiddlyDesktop, TiddlyWiki in the Sky for Dropbox). Thus, the aggregator
> should work fine with bookmarking wikis that use TWC.
>
> That’s from a technical perspective, but in terms of how we use it as a
> community, we need to decide whether it’s more helpful to keep all the
> links together or just to have a separate clone of the site for TWC.
>
> There are certainly a few links that are relevant to both TWC and TW5 (eg
> some podcasts etc), so it’s not out of the question to keep them together.
> I think, though, that we’d want some enhancements so that users could
> persistently filter which links they see.
>
> Best wishes
>
> Jeremy
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/AA6543C9-278D-468C-838F-89F2F97FDB61%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/AA6543C9-278D-468C-838F-89F2F97FDB61%40gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC_oPy58ZwKgZ7NpTsoJWPccEnS2gb_4KUv27GJ8UYZzA%40mail.gmail.com.


Re: [tw5] Re: Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-25 Thread Mohammad Rahmani
Thanks TT,
Good description to be added on the first page ;-)


Best wishes
Mohammad


On Thu, Mar 25, 2021 at 3:01 PM TiddlyTweeter 
wrote:

> Mohammad
>
> I truly think that ON-LINE, on the web, tools like this, with simple
> saving, ARE the way to go.
>
> Go to Color Play <https://colorplay.tiddlyhost.com/>. Set your pallette.
>
> Export it.
> Import it.
> DONE.
>
> There is NO need to install anything IF we do that.
>
> A basic comment
> 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/b13b1af5-3e9f-4482-ba02-2ca83d44b0f4n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b13b1af5-3e9f-4482-ba02-2ca83d44b0f4n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMChP9Dgx-tEKFBLp23jxLFOwc%3DBtH1KKSufTy4PjKKTZQ%40mail.gmail.com.


Re: [tw5] TiddlyWiki reference in new Medium article

2021-03-24 Thread Mohammad Rahmani
Thank you for sharing!



Best wishes
Mohammad


On Thu, Mar 25, 2021 at 2:49 AM stan...@gmail.com 
wrote:

> In the article "Get More Value Out of Online Courses with These Four
> Strategies" posted on March 23, the author, Eva Keiffenheim,
> <https://evakeiffenheim.medium.com/?source=post_page-d608b850e91d>,
>  references
> TW as a possible implementation for what she calls a "Roamkasten", i.e., an
> implementation of a Zelltelkastan.  (which she implemented in RoamResearch,
> obviously.
>
>
> https://medium.com/swlh/get-more-value-out-of-online-courses-with-these-four-strategies-d608b850e91d
>
> --
> 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/1ad8a729-1148-4cae-9261-53d6864a2d42n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/1ad8a729-1148-4cae-9261-53d6864a2d42n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC-mio7cSX2YhX4DsNXrZKMWsygXtt%2BrDuKmofO4mzjpQ%40mail.gmail.com.


[tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-24 Thread Mohammad Rahmani
*Color Play New Update*
I have updated the codes and demos to https://colorplay.tiddlyhost.com/


   - The code was not bundled as plugin lets you to hack and change it as
   you like
   - The sidebar tab shows the Color Play Components


*Rev 0.7 - Mar 250th, 2021*

   - [NEW] JS macros to convert hsla to rgba and hex codes
   - [NEW] JS macros to convert hsl to rgb and hex codes
   - [NEW] hsla and hsl color sliders to create new colors (fun tools)
   - [NEW] All html extended color names were added. A sidebar tab has been
   added to select colors easily. Codes are copied to clipboard on click.
   - [FIXED] number of colors is limited to 10 in color strip (see Color
   Palette Studio)
   - [FIXED] several bugs have been fixed



Color Play will not only provides tools to create Tiddlywiki color palettes
but also tools to play with colors in general!


Best wishes
Mohammad


On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani <
mohammad.rahm...@gmail.com> wrote:

> Following the work by Thomas and Chris I have updated the Color Play!
> This version adds the Coloractions plugin by Thomas! So you can use it as
> a utility to generate colors and check readability!
>
> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>
>
>
>- The code was not bundled as plugin lets you to hack and change it as
>you like
>- The sidebar tab shows the Color Play Components
>
>
>
> *The purpose is to let any user create a color palette and a new taste!
> and perhaps share it with others. *
> I would be happy to receive your created palettes and share them with
> others through the Color Play page!
>
> Don't be afraid: In your free time give a try and create a new color
> palette and then share it!
>
>
> [image: image.png]
>   References:
>
>- https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>- https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>- https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>-
>https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>-
>
> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>
>
>
>
> Best wishes
> Mohammad
>

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


Re: [tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread Mohammad Rahmani
On Wed, Mar 24, 2021 at 1:34 PM Saq Imtiaz  wrote:

> @Birthe and @Mohammad:
>
> This is the same content but should be a lot less resource intensive to
> work with:
> https://saqimtiaz.github.io/sq-tw/streams-tiddlytoolmap2.html
>

Thanks Saq! This is much suitable to create the entries for TW link
aggregator.

>
>
> On Wednesday, March 24, 2021 at 8:24:06 AM UTC+1 strikke...@gmail.com
> wrote:
>
>> Mohammad,
>> Is this the link?
>> https://saqimtiaz.github.io/sq-tw/streams-tiddlytoolmap.html I do not
>> remember the link, but I think Mark S did something similar testing
>> notowritey.
>>
>> Birthe
>>
>>
>> onsdag den 24. marts 2021 kl. 06.05.51 UTC+1 skrev Mohammad:
>>
>>> Hi Mark,
>>>  I really appreciate your efforts! I think you should develop a small
>>> code to do the conversion from Toolmap to link aggregator! I know Saq
>>> converted Toolmaps entry to TW tiddlers sometimes ago, but I forgot the
>>> link to that Tiddlywiki!
>>>  I know this work is tedious and like you I think the current
>>> configuration is not the best! Like you I think Jeremy shall remove the
>>> restriction on description, ...
>>>
>>>
>>>
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Wed, Mar 24, 2021 at 9:03 AM 'Mark S.' via TiddlyWiki <
>>> tiddl...@googlegroups.com> wrote:
>>>
>>>> Out of nearly 300 entries, less than 1% had url errors. I was hoping to
>>>> do follow-ups with the w3c link validator, but it doesn't recognize the
>>>> site as a document. The standard link-checker software said everything was
>>>> ok, but obviously that's wrong.
>>>>
>>>> I've removed the entry with a bad url.
>>>>
>>>> I will stop working for now. It's VERY tedious condensing descriptions
>>>> to 10 words and supplying tags. Mistakes are bound to happen.
>>>>
>>>> The last thing I need is to find people upset with my work. If
>>>> requested, I can roll back existing entrees.
>>>>
>>>> On Tuesday, March 23, 2021 at 6:25:32 PM UTC-7 dieg...@gmail.com wrote:
>>>>
>>>>> There should also be a tag to indicate "highest supported version" or
>>>>> something similar if relevant (for plugins, for example) and its known.
>>>>>
>>>>> On Tuesday, March 23, 2021 at 8:09:59 PM UTC-5 David Gifford wrote:
>>>>>
>>>>>> There should be a way to report dead links. LibreNote, for example,
>>>>>> turns up a 404. Someone is adding links without even checking them first.
>>>>>>
>>>>>> Also, giffmex.org has been https:// since early 2020. If those
>>>>>> adding links to giffmex.org could convert them from http: to https:,
>>>>>> that would be appreciated.
>>>>>>
>>>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "TiddlyWiki" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to tiddlywiki+...@googlegroups.com.
>>>>
>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/tiddlywiki/02dd9f80-b088-44d4-ae1b-c07f8d253130n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/tiddlywiki/02dd9f80-b088-44d4-ae1b-c07f8d253130n%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> --
> 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/556e327f-0f2f-4636-8a78-3cc27d86040cn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/556e327f-0f2f-4636-8a78-3cc27d86040cn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC-%2BC36mTBPmo0_HuVhs8NUeVYKoTD00pyTy8%2BpT06yLw%40mail.gmail.com.


Re: [tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread Mohammad Rahmani
Hi Birthe,
Yes, this is the right link.
Thank you

On Wed, Mar 24, 2021, 11:54 AM strikke...@gmail.com <
strikkeglad...@gmail.com> wrote:

> Mohammad,
> Is this the link?
> https://saqimtiaz.github.io/sq-tw/streams-tiddlytoolmap.html I do not
> remember the link, but I think Mark S did something similar testing
> notowritey.
>
> Birthe
>
>
> onsdag den 24. marts 2021 kl. 06.05.51 UTC+1 skrev Mohammad:
>
>> Hi Mark,
>>  I really appreciate your efforts! I think you should develop a small
>> code to do the conversion from Toolmap to link aggregator! I know Saq
>> converted Toolmaps entry to TW tiddlers sometimes ago, but I forgot the
>> link to that Tiddlywiki!
>>  I know this work is tedious and like you I think the current
>> configuration is not the best! Like you I think Jeremy shall remove the
>> restriction on description, ...
>>
>>
>>
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Wed, Mar 24, 2021 at 9:03 AM 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com> wrote:
>>
>>> Out of nearly 300 entries, less than 1% had url errors. I was hoping to
>>> do follow-ups with the w3c link validator, but it doesn't recognize the
>>> site as a document. The standard link-checker software said everything was
>>> ok, but obviously that's wrong.
>>>
>>> I've removed the entry with a bad url.
>>>
>>> I will stop working for now. It's VERY tedious condensing descriptions
>>> to 10 words and supplying tags. Mistakes are bound to happen.
>>>
>>> The last thing I need is to find people upset with my work. If
>>> requested, I can roll back existing entrees.
>>>
>>> On Tuesday, March 23, 2021 at 6:25:32 PM UTC-7 dieg...@gmail.com wrote:
>>>
>>>> There should also be a tag to indicate "highest supported version" or
>>>> something similar if relevant (for plugins, for example) and its known.
>>>>
>>>> On Tuesday, March 23, 2021 at 8:09:59 PM UTC-5 David Gifford wrote:
>>>>
>>>>> There should be a way to report dead links. LibreNote, for example,
>>>>> turns up a 404. Someone is adding links without even checking them first.
>>>>>
>>>>> Also, giffmex.org has been https:// since early 2020. If those adding
>>>>> links to giffmex.org could convert them from http: to https:, that
>>>>> would be appreciated.
>>>>>
>>>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tiddlywiki+...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/02dd9f80-b088-44d4-ae1b-c07f8d253130n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/02dd9f80-b088-44d4-ae1b-c07f8d253130n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> 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/6bd12ed6-1f59-43c1-8736-0c6142e6e54en%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/6bd12ed6-1f59-43c1-8736-0c6142e6e54en%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAqAzqWgZfiJjm0f_3DqGmZ0cDN5r1XK569wPz-rvq8sA%40mail.gmail.com.


Re: [tw5] Re: Changing menubar font

2021-03-24 Thread Mohammad Rahmani
Hi Rika,


On Wed, Mar 24, 2021 at 7:54 AM Rika Sukenik 
wrote:

> Soren, that was really helpful. Thank you! I realized that I needed to
> update the Shiraz framework (part of Kookma plugin library) that I'm using
> for styling the sidebar. It took me a few hours to figure it out, but I did
> it! By the way, Shiraz is awesome. For reference, here is a link to find it
> https://kookma.github.io/TW-PluginLibrary/
>
>
You can see all Shiraz classes in its demo page! or look at the plugin
content and see all styles tiddler! To my best knowledge on installing
Shiraz, it does not automatically apply any styles to any of TW elements
except the sidebar tab color which can be unchecked simply from
Sidebar/More/Shiraz tab!

See my reply here:
https://groups.google.com/d/msgid/tiddlywiki/45a91bd4-cbf9-42d1-beb4-58014158f2f3n%40googlegroups.com?utm_medium=email_source=footer

> On Tuesday, March 23, 2021 at 5:18:19 PM UTC-7 Soren Bjornstad wrote:
>
>> That looks right, so you might have a different (more specific) CSS rule
>> interfering. Try this: right-click on your page and choose *Inspect*,
>> then click the select icon in the upper-left corner of the developer tools
>> and click on the part of the menu bar that's not appearing in the correct
>> font. In the right pane under “Styles,” with any luck you'll be able to see
>> what other rules are setting the font (you will see the ones that are not
>> winning crossed out).
>>
>> You could also just try adding *!important *to your rules (e.g.,
>> “font-family: Arial !important;”, which is considered bad practice if you
>> don't understand why you're doing it, but might solve the issue.
>>
>> [image: ksnip_20210323-191838.png]
>>
>>
>> On Monday, March 22, 2021 at 5:34:27 PM UTC-5 rika.s...@gmail.com wrote:
>>
>>> Hmm, I must be doing something wrong because the font/size didn't
>>> change. Here's what I added:
>>>
>>> .tc-menubar {
>>>font-family: Arial;
>>>font-size:28pt;
>>> }
>>>
>>> I've added a screenshot of what the tiddler looks like when saved.
>>>
>>>
>>>
>>>
>>> On Saturday, March 20, 2021 at 10:54:14 AM UTC-7 Eric Shulman wrote:
>>>
 On Saturday, March 20, 2021 at 9:47:33 AM UTC-7 rika.s...@gmail.com
 wrote:

> I'm styling the menubar and I've found plugins to change colors
> (helpful!) but i'm also looking to change the font and font size. Does
> anyone know of a plugin or a stylesheet to help me with that? Thanks!


 Use the ".tc-menubar" class, like this:

 .tc-menubar {
font-family: monospace;
font-size:18pt;
 }

 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/deddcb73-4a64-413e-a05a-ab13ee710c84n%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/CAAV1gMCFiKJngxQo8WfPRMr1R6FNGgHyFQ6ySGoiJgYGYN8Vtw%40mail.gmail.com.


Re: [tw5] Notes on Shiraz ...

2021-03-24 Thread Mohammad Rahmani
Hi Josiah,

Shiraz styles are a subset of awesome Bootstrap 4. So you should have a
great flexibility to create amazing and very beautiful elements (e.g cards,
buttons, badges, images, tables,...)
You can even later use Shiraz to create Static Website with a killing UI ;-)

The bad news is many users know Shiraz as a dynamic table generator, but
dynamic tables are only a very small part of Shiraz! Shiraz makes you to be
much more productive (I say more than 1000 times) with respect to
Tiddlywiki empty.html. Shiraz for Tiddlywiki is like Bootstrap for the web
world! and here Shiraz is not only a tiny safe css framework, but also it
has many other TW based tools. Look at FAQ, list-search, searchable tables,
double badges,..

Shiraz also has good documentation and a wealth of examples.

So, all in all, I think Shiraz on its own is sufficient to be used with
Tiddlywiki to create many types of final products.



Best wishes
Mohammad


On Tue, Mar 16, 2021 at 11:37 AM TiddlyTweeter 
wrote:

> Shiraz <https://kookma.github.io/TW-Shiraz/> is a great plugin!!!
>
> It practically helps beginners with IN-Tiddler tools of large range &
> utility. ++
>
> It raises some issues that i think are interesting about how to handle CSS.
>
> But before I get into that I'd be interested in IF others found it useful
> too??
>
> 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/45a91bd4-cbf9-42d1-beb4-58014158f2f3n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/45a91bd4-cbf9-42d1-beb4-58014158f2f3n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBEtN-KJ9qs2v3zL837S%3DpYrjBENMXey1ipqbR4_FAHRw%40mail.gmail.com.


Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2021-03-24 Thread Mohammad Rahmani
On Wed, Mar 24, 2021 at 9:50 AM Flibbles 
wrote:

> Not sure I understand. Relink isn't integrated with any package managers
> like npm. To install Relink under Node.JS, you'd download the source from
> github, and the github page <https://github.com/flibbles/tw5-relink> has
> instructions on how to install.
>

Yes, I mean instruction for installing under node.js (e.g. the above
sentences in your post) . I myself know how to use Relink under node.js, I
mean to have this in your demo page for users like have it with node.js

>
> On Wednesday, March 24, 2021 at 1:15:49 AM UTC-4 Mohammad wrote:
>
>> Hi Flibless,
>> Thank you for the update! Relink and Uglify are a constant part of most
>> of my wikis!
>> I use both plugins on Node.JS and would like to have a link under Install
>> on demo page redirect/instruct to download the node version of plugins.
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Wed, Mar 24, 2021 at 9:19 AM Flibbles  wrote:
>>
>>>
>>> Hello all!
>>>
>>> Just announcing that Relink V2 <https://flibbles.github.io/tw5-relink/>
>>> has just been released. Besides support for V5.1.23 Tiddlywiki features
>>> like multi-operand filter operators, this integrates with the Tiddlywiki
>>> index.
>>>
>>> And THAT is a big thing (for me anyway). This version is much much
>>> faster. If were encountering speed issues with your Tiddlywiki at around
>>> 2500+ tiddlers, Relink may have unfortunately been to blame. It slowed down
>>> basic *typing* in if enough Relink info panels were open. Not anymore.
>>> It's much faster now.
>>>
>>> If you built any modules for Relink, it SHOULD continue to relink just
>>> fine, but part of the overhaul I did required me to offload all the Relink
>>> Info panel work to a new "report" method which all modules use.  If you
>>> want your module to fully integrate with V2, see the demo page for
>>> details <https://flibbles.github.io/tw5-relink/#Migration%20to%20V2>.
>>> better yet, reach out to me, because I can probably migrate your modules in
>>> about 10 seconds.
>>>
>>> Anyway! Hope you all enjoy. This version of Relink will save you
>>> seconds. *Seconds*!
>>>
>>> -Flibbles
>>> On Thursday, December 17, 2020 at 1:03:51 AM UTC-5 Flibbles wrote:
>>>
>>>> Yes. The parent-plugin field is present on both of Relink's
>>>> supplemental plugins.
>>>>
>>>> On Thursday, December 17, 2020 at 12:45:13 AM UTC-5 Mohammad wrote:
>>>>
>>>>> Flibbles,
>>>>>  Have you tried the parent-plugin field  to distribute subplugin of
>>>>> relink as its children?
>>>>> Take a look in  https://tiddlywiki.com/prerelease/#PluginMechanism
>>>>> presented in 5.1.23
>>>>>
>>>>>
>>>>> Best wishes
>>>>> Mohammad
>>>>>
>>>>>
>>>>> On Wed, Dec 16, 2020 at 4:24 AM Flibbles 
>>>>> wrote:
>>>>>
>>>>>> For those who may be interested, many people requested that Relink be
>>>>>> able to handle renaming titles of nested directory tiddlers associated 
>>>>>> with
>>>>>> a renamed tiddler.
>>>>>>
>>>>>> Here it is. Relink-titles, the supplemental plugin
>>>>>> <https://flibbles.github.io/tw5-relink/#Plugins%2FTitles>.
>>>>>>
>>>>>> It also allows for custom rename rules based on filters, as well as
>>>>>> rules introduced by 3rd party plugins.
>>>>>>
>>>>>> Currently, the only built in rule is the directory tree one. I
>>>>>> couldn't think of any others that people would generally want. If you 
>>>>>> know
>>>>>> of any, let me know.
>>>>>>
>>>>>> -Flibbles
>>>>>> On Monday, May 25, 2020 at 11:06:03 PM UTC-4 joshua@gmail.com
>>>>>> wrote:
>>>>>>
>>>>>>> Actually, that's really cool. I have that on my ToDo list, but have
>>>>>>> put it off while I tinker with UI stuff.
>>>>>>>
>>>>>>> Best,
>>>>>>> Joshua F
>>>>>>>
>>>>>>>
>>>>>>> On Monday, May 25, 2020 at 6:54:16 PM UTC-7, Flibbles wrote:
>>>>>>>>
>>>>>>>> 

Re: [tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-23 Thread Mohammad Rahmani
On Wed, Mar 24, 2021 at 3:59 AM Thomas Elmiger 
wrote:

> Hi Mohammad,
>

Hi Thomas,



>
> Thanks for the initiative and the demo. Looks like it will need some
> additional steps to approach the goal of maximal simplicity and user
> friendliness even for beginners – but I would say it’s absolutely worth it!
>
> Motivated by the first example I saw from you I experimented a bit with
> the tools I made some time ago. This is what I could come up with until now
> and what I still consider as much too complicated:
> https://tid.li/tw5/apps/palette.html
>

Thank you forsharing! I will go through and will share my findings.

>
>
> Important facts, concepts and questions:
>
>- this is *experimental* – don’t use it for anything important
>- based on the *primary* colour there are calculated a lot of other
>colours automagically, all tagged and namespaced
>
>
This is great! Having few main colors and calculate other elements color
based on them, yet have possibility for fine tuning!



>
>-
>   - neighbouring colours
>   - triadic and quadratic contrasting colours
>   - like shades and tints in your demo these are meant as an
>   inspiration for tuning, only a few of them should be used
>
>
Correct!


>- some colours are *static* as they are hard to calculate in a
>meaningful way: colours for buttons, warnings and a rather neutral scale
>- Is it wise to *mix* colours for the scale (opacity = 1) and use
>*alpha* transparency for the shades?
>
>
I actually used blend macro to generate tints and shades (mix with black
and white). In my new version I use hsla function and use a constant hue
and then play eith s, h, and alpha!
But as you said for simplicity having the minimum number of adjustable
parameters is better!


>-
>- To transfer the result to another wiki it is relatively safe to copy *the
>palette* AND all tiddlers tagged *$:/tags/Colours* (drag the tag pill)
>at the moment.
>- My palette *generator* (compiles all variables to fixed values)
>   leads to problems with transparency in tag colours. rgba definitions 
> seem
>   not to work in this form, while they work in transclustions (?!) – I 
> wonder
>   if the contrastcolour macro
>   <https://tiddlywiki.com/prerelease/#contrastcolour%20Macro>causes
>   this.
>
> I will have a look! but my design philosophy is to generate a palette and
when finalize, save in tiddler with constant  hex value preferably in
#rrggbbaa



>
>-
>   -
>   - *Readability* can be checked for many TW use cases – but not yet
>for the tiddler editor buttons for example. (They lack dedicated colours in
>the CSS.)
>
> This is a pain! I did not inspect the vanilla theme to see where it
assigned colors.

@Jeremy I think the theme shall be decoupled from colors! Theme shall only
create the layout and palette assign all colors! So, editor buttons shall
have their own namesapace and css selectors.

>
>- The *Colour Scheme Manager* is not consistent in the way it is
>changing colours: backgrounds are changed directly in the palette indexes,
>while the others change in my new colour tiddlers.
>
> Thanks again and all the best,
> Thomas
>

Thank you

> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/b093e259-677e-4f38-ae8b-4fad765a84f4n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b093e259-677e-4f38-ae8b-4fad765a84f4n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMB%3DZRtkPqU7mXZ7g1WAypznSweMHV-km3RX1E1KiJWUkQ%40mail.gmail.com.


Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2021-03-23 Thread Mohammad Rahmani
Hi Flibless,
Thank you for the update! Relink and Uglify are a constant part of most of
my wikis!
I use both plugins on Node.JS and would like to have a link under Install
on demo page redirect/instruct to download the node version of plugins.

Best wishes
Mohammad


On Wed, Mar 24, 2021 at 9:19 AM Flibbles 
wrote:

>
> Hello all!
>
> Just announcing that Relink V2 <https://flibbles.github.io/tw5-relink/>
> has just been released. Besides support for V5.1.23 Tiddlywiki features
> like multi-operand filter operators, this integrates with the Tiddlywiki
> index.
>
> And THAT is a big thing (for me anyway). This version is much much faster.
> If were encountering speed issues with your Tiddlywiki at around 2500+
> tiddlers, Relink may have unfortunately been to blame. It slowed down basic
> *typing* in if enough Relink info panels were open. Not anymore. It's
> much faster now.
>
> If you built any modules for Relink, it SHOULD continue to relink just
> fine, but part of the overhaul I did required me to offload all the Relink
> Info panel work to a new "report" method which all modules use.  If you
> want your module to fully integrate with V2, see the demo page for details
> <https://flibbles.github.io/tw5-relink/#Migration%20to%20V2>. better yet,
> reach out to me, because I can probably migrate your modules in about 10
> seconds.
>
> Anyway! Hope you all enjoy. This version of Relink will save you seconds.
> *Seconds*!
>
> -Flibbles
> On Thursday, December 17, 2020 at 1:03:51 AM UTC-5 Flibbles wrote:
>
>> Yes. The parent-plugin field is present on both of Relink's supplemental
>> plugins.
>>
>> On Thursday, December 17, 2020 at 12:45:13 AM UTC-5 Mohammad wrote:
>>
>>> Flibbles,
>>>  Have you tried the parent-plugin field  to distribute subplugin of
>>> relink as its children?
>>> Take a look in  https://tiddlywiki.com/prerelease/#PluginMechanism
>>> presented in 5.1.23
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Wed, Dec 16, 2020 at 4:24 AM Flibbles  wrote:
>>>
>>>> For those who may be interested, many people requested that Relink be
>>>> able to handle renaming titles of nested directory tiddlers associated with
>>>> a renamed tiddler.
>>>>
>>>> Here it is. Relink-titles, the supplemental plugin
>>>> <https://flibbles.github.io/tw5-relink/#Plugins%2FTitles>.
>>>>
>>>> It also allows for custom rename rules based on filters, as well as
>>>> rules introduced by 3rd party plugins.
>>>>
>>>> Currently, the only built in rule is the directory tree one. I couldn't
>>>> think of any others that people would generally want. If you know of any,
>>>> let me know.
>>>>
>>>> -Flibbles
>>>> On Monday, May 25, 2020 at 11:06:03 PM UTC-4 joshua@gmail.com
>>>> wrote:
>>>>
>>>>> Actually, that's really cool. I have that on my ToDo list, but have
>>>>> put it off while I tinker with UI stuff.
>>>>>
>>>>> Best,
>>>>> Joshua F
>>>>>
>>>>>
>>>>> On Monday, May 25, 2020 at 6:54:16 PM UTC-7, Flibbles wrote:
>>>>>>
>>>>>> *Now with Markdown support!*
>>>>>>
>>>>>> ...in the form of a supplemental plugin.
>>>>>>
>>>>>> But I integrated Relink v1.10 with Tiddlywiki's PluginLibrary wizard,
>>>>>> so now when you go to "Get More Plugins", Relink has it's own tab where 
>>>>>> you
>>>>>> can easily see all Relink sub-plugins (installed or not installed), what
>>>>>> needs updating, and then update with a single click. It's super slick,
>>>>>> guys. For real!
>>>>>>
>>>>>> But probably not worth all the work it took.
>>>>>>
>>>>>> -Flibbles
>>>>>>
>>>>> --
>>>>
>>> You received this message because you are subscribed to the Google
>>>> Groups "TiddlyWiki" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to tiddlywiki+...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/tiddlywiki/a57a3b3b-9a8b-4147-8717-40787ef67befn%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/tiddlywiki/a57a3b3b-9a8b-4147-8717-40787ef67befn%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> --
> 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/fc82a8f9-81b6-423f-8093-ccf285024916n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/fc82a8f9-81b6-423f-8093-ccf285024916n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBD4pthQiG8EM6chGqpDsdC_6Yf7My-zU7eSXAvv13ZGQ%40mail.gmail.com.


Re: [tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-23 Thread Mohammad Rahmani
Hi Mark,
 I really appreciate your efforts! I think you should develop a small code
to do the conversion from Toolmap to link aggregator! I know Saq converted
Toolmaps entry to TW tiddlers sometimes ago, but I forgot the link to that
Tiddlywiki!
 I know this work is tedious and like you I think the current
configuration is not the best! Like you I think Jeremy shall remove the
restriction on description, ...





Best wishes
Mohammad


On Wed, Mar 24, 2021 at 9:03 AM 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Out of nearly 300 entries, less than 1% had url errors. I was hoping to do
> follow-ups with the w3c link validator, but it doesn't recognize the site
> as a document. The standard link-checker software said everything was ok,
> but obviously that's wrong.
>
> I've removed the entry with a bad url.
>
> I will stop working for now. It's VERY tedious condensing descriptions to
> 10 words and supplying tags. Mistakes are bound to happen.
>
> The last thing I need is to find people upset with my work. If requested,
> I can roll back existing entrees.
>
> On Tuesday, March 23, 2021 at 6:25:32 PM UTC-7 dieg...@gmail.com wrote:
>
>> There should also be a tag to indicate "highest supported version" or
>> something similar if relevant (for plugins, for example) and its known.
>>
>> On Tuesday, March 23, 2021 at 8:09:59 PM UTC-5 David Gifford wrote:
>>
>>> There should be a way to report dead links. LibreNote, for example,
>>> turns up a 404. Someone is adding links without even checking them first.
>>>
>>> Also, giffmex.org has been https:// since early 2020. If those adding
>>> links to giffmex.org could convert them from http: to https:, that
>>> would be appreciated.
>>>
>>> --
> 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/02dd9f80-b088-44d4-ae1b-c07f8d253130n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/02dd9f80-b088-44d4-ae1b-c07f8d253130n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDtDj4yd-gHKC7nr05eo7KS8CnsiKHryi%2BUMk%3DCfOiGJQ%40mail.gmail.com.


Re: [tw5] Empty Story tip

2021-03-22 Thread Mohammad Rahmani
Lovely!

Thank for sharing!



Best wishes
Mohammad


On Tue, Mar 23, 2021 at 1:00 AM dieg...@gmail.com 
wrote:

> Hello all,
>
> Just a little tip I (re)discovered recently, and have been putting to good
> use.
>
> I have two tiddlers that I dont want to ignore: my "Dashboard" from the
> Projectify plugin, and "My Essays" which lists and links to essays Im
> currently writing.
>
> Ive placed these in the:
>
> $:/config/EmptyStoryMessage
>
> tiddler, allowing them to always show when my river is empty.
>
> This has been much more useful than I would have thought! This works
> particularly well with Projectify's Dashboard!
>
> This is only explained briefly in the bottom of:
>
> https://tiddlywiki.com/#HistoryMechanism
>
> in the "Empty story" section.
>
> Just wanted to remind everyone this exists and suggest a possible use.
>
> Best,
> Diego
>
> --
> 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/fbdf403d-255e-4dd3-83bb-d13ec7442cddn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/fbdf403d-255e-4dd3-83bb-d13ec7442cddn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC%2BtTu%2B4WRKMc_tkwgTn9BMVwDN8zpi5zLuTQET3sC0Gg%40mail.gmail.com.


Re: [tw5] Re: Savers that save to two places, using different saving filters

2021-03-22 Thread Mohammad Rahmani
Thanks Mat!


Best wishes
Mohammad


On Mon, Mar 22, 2021 at 10:28 AM Mat  wrote:

> https://groups.google.com/g/tiddlywiki/c/1S348N3rsAc/m/rbXjCZRB9HYJ
>
> <:-)
>
> On Monday, March 22, 2021 at 5:40:43 AM UTC+1 Mohammad wrote:
>
>> Mat in another thread wrot
>>
>>
>> I've previously experimented with savers that save to two places, using
>>> different saving filters. So I use my everyday wiki and click save,
>>> seemingly as normal. In reality, a copy is saved to another instance but
>>> the save filter filters out everything but the tiddlers tagged
>>> $:/tags/Link. The aggregator fetches from this wiki only. (BTW, such a
>>> multi-saver is pretty cool in itself; you could have one central wiki to
>>> publish niche content to multiple niche wikis.)
>>>
>>>
>> This is a very interesting approach, I appreciate it if you kindly
>> explain this in more details or share links to possible resources.
>>
>>
>>
>>> BTW, fellow tiddleur Erwan deserves some cred for this concept. More so
>>> than the mention of TWederation. He designed a "community plugin
>>> aggregator" many suns ago.
>>>
>>> <:-)
>>>
>>
>>
>> Best wishes
>> Mohammad
>>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/49b4004b-f581-44e2-b147-7cb59777062bn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/49b4004b-f581-44e2-b147-7cb59777062bn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMCMMbawDtepq%2B6Ra8ZOW%3Du36ptNBS_coE%3DxN6-1amqRhA%40mail.gmail.com.


Re: [tw5] Re: Notes on Shiraz ...

2021-03-22 Thread Mohammad Rahmani
Hi History Buff,
 A nice example you provided. I will add this to Shiraz documentation.

Best wishes
Mohammad


On Mon, Mar 22, 2021 at 2:54 AM History Buff 
wrote:

> Springer,
>
> I've used transclusion and a ViewTemplate to successfully add dynamic
> tables to every tiddler tagged with a certain tag. It's worked extremely
> well for me so far. Is this kind of what you were talking about?
>
> On Sunday, March 21, 2021 at 2:29:24 PM UTC-7 springer wrote:
>
>> Mohammad, a ViewTemplate add-in (with simple dynamic table for items
>> tagged-here) would be awesome!  Basically, I end up copy-pasting a basic
>> dynamic table into virtually every tiddler whose only role is to serve as a
>> parent/overview dashboard for its tagged underlings.
>>
>> Another "stretch" task would stretch dynamic tables to work with an
>> input-oriented filter: Say, there's an input box where if students enter
>> their initials, all tiddlers where those initials are listed (in list
>> field) would show up. (For me, this is better than creating a separate
>> tiddler for each student for felt-privacy reasons (plus my own laziness
>> with many students); it's better if they can "call up" their own data by
>> entering initials in an input field, without having an easy way to feel
>> like everyone's data is for easy viewing; I understand that if the data is
>> "in there" a savvy student can find it.) I started tinkering with this
>> task, and then realized it was not going to be quick.
>>
>> In general, I'm struggling a bit with whether and how I can feed
>> variables into a dynamic table macro; I can force a column header to
>> display a string like "next_level" (using tobibeer's setvars, or even by
>> inserting {{!!custom}} in the field list and setting that field up with
>> next_level), BUT the column won't actually show the next_level field
>> contents for the tiddler rows. Perhaps it's generally true of any <>
>> that it's hard to get the guts of the macro to work with anything that
>> requires calculation from outside the macro? Or else I'm just missing some
>> insight about how to inject a desired variable into the dynamic tables'
>> macro syntax.
>>
>> -Springer
>>
>> On Thursday, March 18, 2021 at 2:38:37 PM UTC-4 Mohammad wrote:
>>
>>> Hi Springer,
>>>
>>>
>>>
>>> On Wed, Mar 17, 2021 at 11:58 PM springer  wrote:
>>>
>>>> Absolutely, dynamic tables are a game-changer. I'm not *exactly* a
>>>> beginner, but I appreciate that Shiraz (and also the utility plugin) saves
>>>> me from certain learning curves so that I can focus on other ones.
>>>
>>>
>>> Thank you and very proud to hear Shiraz is a game changer!
>>>
>>>>
>>>> Today's possible-because-of-Shiraz challenge: figure out how to
>>>> configure a tiddler (tagged with $:/tags/ViewTemplate) such that:
>>>>
>>>> For each tiddler, if it currently has no content in body but has stuff
>>>> tagged to it, THEN I see a dynamic table with rows for its "children" and
>>>> columns for title, caption, plus any other fields mentioned in its
>>>> "columns" field. (Or, a variation: Any tiddler with children gets such a
>>>> ViewTemplate component at bottom, but it's regularly tucked into a compact
>>>> details-type dropdown.)
>>>>
>>>>
>>> So, do you like to have such a viewTemplate or you have already one and
>>> you use it now?
>>> If you like I can make one for you!
>>>
>>>
>>>
>>>> :)
>>>>
>>>> -Springer
>>>>
>>>> On Tuesday, March 16, 2021 at 4:07:13 AM UTC-4 TiddlyTweeter wrote:
>>>>
>>>>> Shiraz <https://kookma.github.io/TW-Shiraz/> is a great plugin!!!
>>>>>
>>>>> It practically helps beginners with IN-Tiddler tools of large range &
>>>>> utility. ++
>>>>>
>>>>> It raises some issues that i think are interesting about how to handle
>>>>> CSS.
>>>>>
>>>>> But before I get into that I'd be interested in IF others found it
>>>>> useful too??
>>>>>
>>>>> 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, s

Re: [tw5] Re: Notes on Shiraz ...

2021-03-22 Thread Mohammad Rahmani
Hi Springer,

Yes, the filter is a rather complex one, but the idea of having dynamically
create contents is great!
I submit a ticket on GitHub and will go through it to create an example for
this!

See https://github.com/kookma/TW-Shiraz/discussions/20 and feel free to add
more explanations.

Best wishes
Mohammad


On Mon, Mar 22, 2021 at 1:59 AM springer  wrote:

> Mohammad, a ViewTemplate add-in (with simple dynamic table for items
> tagged-here) would be awesome!  Basically, I end up copy-pasting a basic
> dynamic table into virtually every tiddler whose only role is to serve as a
> parent/overview dashboard for its tagged underlings.
>
> Another "stretch" task would stretch dynamic tables to work with an
> input-oriented filter: Say, there's an input box where if students enter
> their initials, all tiddlers where those initials are listed (in list
> field) would show up. (For me, this is better than creating a separate
> tiddler for each student for felt-privacy reasons (plus my own laziness
> with many students); it's better if they can "call up" their own data by
> entering initials in an input field, without having an easy way to feel
> like everyone's data is for easy viewing; I understand that if the data is
> "in there" a savvy student can find it.) I started tinkering with this
> task, and then realized it was not going to be quick.
>
> In general, I'm struggling a bit with whether and how I can feed variables
> into a dynamic table macro; I can force a column header to display a string
> like "next_level" (using tobibeer's setvars, or even by inserting
> {{!!custom}} in the field list and setting that field up with next_level),
> BUT the column won't actually show the next_level field contents for the
> tiddler rows. Perhaps it's generally true of any <> that it's hard
> to get the guts of the macro to work with anything that requires
> calculation from outside the macro? Or else I'm just missing some insight
> about how to inject a desired variable into the dynamic tables' macro
> syntax.
>
> -Springer
>
> On Thursday, March 18, 2021 at 2:38:37 PM UTC-4 Mohammad wrote:
>
>> Hi Springer,
>>
>>
>>
>> On Wed, Mar 17, 2021 at 11:58 PM springer  wrote:
>>
>>> Absolutely, dynamic tables are a game-changer. I'm not *exactly* a
>>> beginner, but I appreciate that Shiraz (and also the utility plugin) saves
>>> me from certain learning curves so that I can focus on other ones.
>>
>>
>> Thank you and very proud to hear Shiraz is a game changer!
>>
>>>
>>> Today's possible-because-of-Shiraz challenge: figure out how to
>>> configure a tiddler (tagged with $:/tags/ViewTemplate) such that:
>>>
>>> For each tiddler, if it currently has no content in body but has stuff
>>> tagged to it, THEN I see a dynamic table with rows for its "children" and
>>> columns for title, caption, plus any other fields mentioned in its
>>> "columns" field. (Or, a variation: Any tiddler with children gets such a
>>> ViewTemplate component at bottom, but it's regularly tucked into a compact
>>> details-type dropdown.)
>>>
>>>
>> So, do you like to have such a viewTemplate or you have already one and
>> you use it now?
>> If you like I can make one for you!
>>
>>
>>
>>> :)
>>>
>>> -Springer
>>>
>>> On Tuesday, March 16, 2021 at 4:07:13 AM UTC-4 TiddlyTweeter wrote:
>>>
>>>> Shiraz <https://kookma.github.io/TW-Shiraz/> is a great plugin!!!
>>>>
>>>> It practically helps beginners with IN-Tiddler tools of large range &
>>>> utility. ++
>>>>
>>>> It raises some issues that i think are interesting about how to handle
>>>> CSS.
>>>>
>>>> But before I get into that I'd be interested in IF others found it
>>>> useful too??
>>>>
>>>> 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+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/764bc106-c10f-4f35-9645-413d3481f137n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/764bc106-c10f-4f35-9645-413d3481f137n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> You received this message because

[tw5] Savers that save to two places, using different saving filters

2021-03-21 Thread Mohammad Rahmani
Mat in another thread wrot


I've previously experimented with savers that save to two places, using
> different saving filters. So I use my everyday wiki and click save,
> seemingly as normal. In reality, a copy is saved to another instance but
> the save filter filters out everything but the tiddlers tagged
> $:/tags/Link. The aggregator fetches from this wiki only. (BTW, such a
> multi-saver is pretty cool in itself; you could have one central wiki to
> publish niche content to multiple niche wikis.)
>
>
This is a very interesting approach, I appreciate it if you kindly
explain this in more details or share links to possible resources.



> BTW, fellow tiddleur Erwan deserves some cred for this concept. More so
> than the mention of TWederation. He designed a "community plugin
> aggregator" many suns ago.
>
> <:-)
>


Best wishes
Mohammad

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


Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-21 Thread Mohammad Rahmani
Many thanks Jeremy!

I have already created a PR.

I hope these questions and answers help other contributors!


Best wishes
Mohammad


On Sun, Mar 21, 2021 at 11:14 PM Jeremy Ruston 
wrote:

> Hi Mohammad
>
>  I followed the instructions and sent the resource url here:
> https://kookma.github.io/TW-Resources/
>  I am not sure if registering the site in sites.json is enough or one
> needs to explicitly notify you by replying here!
>
>
> If you create a PR then I'll get a notification from GitHub, otherwise,
> yes people should reply here with their details.
>
> Best wishes
>
> Jeremy
>
>
> Best wishes
> Mohammad
>
>
> On Sun, Mar 21, 2021 at 8:30 PM Jeremy Ruston 
> wrote:
>
>> One of the obstacles we face as a community is that we don’t have a good
>> place for us to curate and share bookmarks to useful resources. Dave
>> Gifford has shown what's possible with his ToolMap, an invaluable community
>> resource. But it’s a huge challenge for any one person to keep an
>> undertaking like that up to date, let alone complete.
>>
>> So, I’m pleased to announce TiddlyWikiLinks, a community links aggregator
>> that allows us to collectively curate bookmarks:
>>
>> https://links.tiddlywiki.com
>>
>> The way it works is that multiple contributing editors each maintain
>> their own TiddlyWiki containing their bookmarks. These wikis are registered
>> with the system on GitHub, and then at intervals a script retrieves all the
>> links and aggregates them together into a new wiki.
>>
>> The above links are to a static rendering to help Google find things, but
>> the information is also available in TiddlyWiki format:
>>
>> https://links.tiddlywiki.com/wiki.html
>>
>> It’s easy to set up to be a contributing editor.  The main requirement is
>> that bookmarks be kept as tiddlers tagged "$:/tags/Link" with an “url”
>> field containing the URL. So, for example, I’m “jermolene”, and all my
>> links are to be found at:
>>
>> https://links.tiddlywiki.com/contributors/jermolene/
>>
>> My bookmarking wiki is here:
>>
>> https://jermolene-links.tiddlyhost.com
>>
>> If enough people volunteer to be contributing editors, we can spread the
>> workload and make something much more valuable than any of us could do
>> individually. I’d be happy if we had a handful of contributing link editors
>> making high quality bookmarks, but I think this system could be scaled to
>> at least a few hundred.
>>
>> If you’re interested, please reply here with the URL of your bookmarking
>> wiki and your choice of username.
>>
>> As ever, there’s a lot to do on the development side to take this forward:
>>
>> * Improving the styling (consider the current colour scheme and styling
>> to be a placeholder!)
>> * Adding JavaScript-based interactivity (particularly search)
>> * Adding support for multiple languages
>> * Adding an RSS/Atom feed
>>
>> The development has required setting up another GitHub organisation in
>> order to get another GitHub Pages site:
>>
>> https://github.com/TiddlyWikiLinks/TiddlyWikiLinks
>>
>> (For those with long memories, this is, of course, a variation of the
>> "TWederation" archiecture we have discussed as a community for a long time).
>>
>> I’ve been able to put this together in a few days thanks to all that I’ve
>> learned on my recent client projects. My personal goal for 2021 remains to
>> get a Community Plugin Library up and running for TiddlyWiki. The link
>> aggregator is a simpler proposition that should give us some valuable
>> experience for that initiative.
>>
>> Questions and thoughts welcome,
>>
>> Best wishes
>>
>> Jeremy.
>>
>> 
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to tiddlywiki+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/98305029-B964-4190-A3BC-D33E1DB48832%40gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/98305029-B964-4190-A3BC-D33E1DB48832%40gmail.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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 

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-21 Thread Mohammad Rahmani
Much appreciated!



Best wishes
Mohammad


On Sun, Mar 21, 2021 at 9:56 PM Jeremy Ruston 
wrote:

> So, your recommendation is:
>
> - setup a dedicated TW on GitHub or Tiddlyhost or any host accessible from
> the net
> - create a tiddler per resource with tag: $:/tags/Link and a field called
> url: "address to resource"
>
> More questions:
> Do I need to add description on tiddler body?
>
>
> Yes, the text of the tiddler body is the description. Ideally we should
> keep the descriptions pretty short, perhaps 5-10 words.
>
> Hopefully most of this is covered in the "about" page:
>
> https://links.tiddlywiki.com/pages/about/
>
> Best wishes
>
> Jeremy
>
>
>
>
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to tiddlywiki+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/1a3648e4-6e21-464e-ba53-298c4e48977an%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/1a3648e4-6e21-464e-ba53-298c4e48977an%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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/CAAV1gMB_dH6yDf-Wr%2BthzGDM%2B0FaeyK6yg2D%3Dd64jpgdypNnGQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMB_dH6yDf-Wr%2BthzGDM%2B0FaeyK6yg2D%3Dd64jpgdypNnGQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
> --
> 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/DBC843CD-B70B-4B96-9FC7-0E2A51D0DA11%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/DBC843CD-B70B-4B96-9FC7-0E2A51D0DA11%40gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAAyiXz-AcpK9B4p6c93GhUCx0sXHwFhviNFQ00nxsByQ%40mail.gmail.com.


Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-21 Thread Mohammad Rahmani
Thanks Jeremy!

On Sun, Mar 21, 2021 at 9:35 PM Jeremy Ruston 
wrote:

>
> Does this mean: I can set up a tiddler in one of my online wikis (e.g tag
>> with $:/tags/Link and create a url field with address to my wiki say
>> commander)?
>>
>
> Yes, that's right. Ideally, the wiki shouldn't have too much extraneous
> stuff apart from the links because it will be pulled by the system multiple
> times per day.
>

So, your recommendation is:

- setup a dedicated TW on GitHub or Tiddlyhost or any host accessible from
the net
- create a tiddler per resource with tag: $:/tags/Link and a field called
url: "address to resource"

More questions:
Do I need to add description on tiddler body?



>
> Best wishes
>
> Jeremy
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/1a3648e4-6e21-464e-ba53-298c4e48977an%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/CAAV1gMB_dH6yDf-Wr%2BthzGDM%2B0FaeyK6yg2D%3Dd64jpgdypNnGQ%40mail.gmail.com.


Re: [tw5] Re: Edit textbox to append text to another tiddler

2021-03-21 Thread Mohammad Rahmani
Hi Saq,
Many thanks for clarification
So the magic is the empty string returned by else[]

Thanks again!


On Sun, Mar 21, 2021 at 4:01 PM Saq Imtiaz  wrote:

> @Mohammad the underyling issue is one that I think we have discussed
> before in another context.
>
> TiddlyWiki filters distinguish between no results from a filter step, and
> an empty string as a result.
>
> When there is no result from a filter step, like with get[text] on a
> non-existent tiddler, the next filter step receives no input and therefore
> the entire filter run will have no output. However, by using else[] we
> specify an empty string as the input to the next step if the previous step
> had returned no result. This allows the addsuffix[] step to return a result.
>
> This is the same reason why we have the is[blank] operator, to distinguish
> between no result, and an empty string as a result.
>
> On Sunday, March 21, 2021 at 11:44:51 AM UTC+1 Mohammad wrote:
>
>> Saq
>> Thank you! works like a charm!
>> Would you please explain what empty else[] does here?
>>
>>
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Sun, Mar 21, 2021 at 12:14 PM Saq Imtiaz  wrote:
>>
>>> Try adding an else[] after get[text]
>>>
>>> On Sunday, March 21, 2021 at 5:51:59 AM UTC+1 Mohammad wrote:
>>>
>>>> Lovely solution Saq!
>>>>
>>>> why it does not work with a non-existent Target tiddler? how can I
>>>> extend the code to address this issue?
>>>>
>>>>
>>>> Best wishes
>>>> Mohammad
>>>>
>>>>
>>>> On Sat, Mar 20, 2021 at 11:37 PM Saq Imtiaz  wrote:
>>>>
>>>>> @Diego, this is untested code but should hopefully point you in the
>>>>> right direction:
>>>>>
>>>>> \define appendBoxActions()
>>>>> <$action-setfield $tiddler=<> text={{{
>>>>> [get[text]addsuffixaddsuffixaddsuffix{$:/temp/appendbox}]
>>>>> }}}/>
>>>>> <$action-setfield $tiddler="$:/temp/appendbox" text=""/>
>>>>> \end
>>>>>
>>>>> <$vars targetTiddler="Target" linebreak="
>>>>> ">
>>>>> <$keyboard key="Enter" actions=<>>
>>>>> <$edit-text tag="textarea" placeholder="" tiddler="$:/temp/appendbox"/>
>>>>> 
>>>>> 
>>>>>
>>>>> Since you are only appending on the Enter key as opposed to on every
>>>>> keystroke, you could indeed apply this code via a viewtemplate and append
>>>>> to the tiddler the textarea field is in, if so desired. The key is that 
>>>>> the
>>>>> edit-text widget writes to a temp tiddler.
>>>>>
>>>>>
>>>>> On Saturday, March 20, 2021 at 8:02:54 PM UTC+1 dieg...@gmail.com
>>>>> wrote:
>>>>>
>>>>>>
>>>>>> Hello all,
>>>>>>
>>>>>> Using Nico's projectify with the excellent quick todo add, has put me
>>>>>> in mind for something similar.
>>>>>>
>>>>>> I'd like to have a tiddler with an edit box visible in view mode, and
>>>>>> when I type something in that edit box and press enter, what I've typed
>>>>>> gets *appended* to a tiddler (as I understand, cant be the tiddler
>>>>>> Im using the edit box in), with a timestamp.
>>>>>>
>>>>>> I know this will involve a keyboard widget. While I was trying it out
>>>>>> myself, I got stuck trying to append.
>>>>>>
>>>>>> Has anyone done anything similar and/or willing to help?
>>>>>>
>>>>>> Thanks!
>>>>>> Diego
>>>>>>
>>>>>>
>>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "TiddlyWiki" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to tiddlywiki+...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/tiddlywiki/a011af6d-89a5-4d90-bbf6-df25fc88f434n%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/tiddlywiki/a011af6d-89a5-4d90-bbf6-df25fc88f434n%40googlegroups.com?utm_m

Re: [tw5] Re: Edit textbox to append text to another tiddler

2021-03-21 Thread Mohammad Rahmani
Saq
Thank you! works like a charm!
Would you please explain what empty else[] does here?




Best wishes
Mohammad


On Sun, Mar 21, 2021 at 12:14 PM Saq Imtiaz  wrote:

> Try adding an else[] after get[text]
>
> On Sunday, March 21, 2021 at 5:51:59 AM UTC+1 Mohammad wrote:
>
>> Lovely solution Saq!
>>
>> why it does not work with a non-existent Target tiddler? how can I extend
>> the code to address this issue?
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Sat, Mar 20, 2021 at 11:37 PM Saq Imtiaz  wrote:
>>
>>> @Diego, this is untested code but should hopefully point you in the
>>> right direction:
>>>
>>> \define appendBoxActions()
>>> <$action-setfield $tiddler=<> text={{{
>>> [get[text]addsuffixaddsuffixaddsuffix{$:/temp/appendbox}]
>>> }}}/>
>>> <$action-setfield $tiddler="$:/temp/appendbox" text=""/>
>>> \end
>>>
>>> <$vars targetTiddler="Target" linebreak="
>>> ">
>>> <$keyboard key="Enter" actions=<>>
>>> <$edit-text tag="textarea" placeholder="" tiddler="$:/temp/appendbox"/>
>>> 
>>> 
>>>
>>> Since you are only appending on the Enter key as opposed to on every
>>> keystroke, you could indeed apply this code via a viewtemplate and append
>>> to the tiddler the textarea field is in, if so desired. The key is that the
>>> edit-text widget writes to a temp tiddler.
>>>
>>>
>>> On Saturday, March 20, 2021 at 8:02:54 PM UTC+1 dieg...@gmail.com wrote:
>>>
>>>>
>>>> Hello all,
>>>>
>>>> Using Nico's projectify with the excellent quick todo add, has put me
>>>> in mind for something similar.
>>>>
>>>> I'd like to have a tiddler with an edit box visible in view mode, and
>>>> when I type something in that edit box and press enter, what I've typed
>>>> gets *appended* to a tiddler (as I understand, cant be the tiddler Im
>>>> using the edit box in), with a timestamp.
>>>>
>>>> I know this will involve a keyboard widget. While I was trying it out
>>>> myself, I got stuck trying to append.
>>>>
>>>> Has anyone done anything similar and/or willing to help?
>>>>
>>>> Thanks!
>>>> Diego
>>>>
>>>>
>>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/a011af6d-89a5-4d90-bbf6-df25fc88f434n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/a011af6d-89a5-4d90-bbf6-df25fc88f434n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> 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/1f7d2e7b-c24a-4e19-8d3e-113fc6870e42n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/1f7d2e7b-c24a-4e19-8d3e-113fc6870e42n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDY8e6DVv%3Dvp%3D2Kz0hYivZBsYPYBm_-PfXUa9QSmvE1ig%40mail.gmail.com.


Re: [tw5] Re: Edit textbox to append text to another tiddler

2021-03-20 Thread Mohammad Rahmani
Lovely solution Saq!

why it does not work with a non-existent Target tiddler? how can I extend
the code to address this issue?


Best wishes
Mohammad


On Sat, Mar 20, 2021 at 11:37 PM Saq Imtiaz  wrote:

> @Diego, this is untested code but should hopefully point you in the right
> direction:
>
> \define appendBoxActions()
> <$action-setfield $tiddler=<> text={{{
> [get[text]addsuffixaddsuffixaddsuffix{$:/temp/appendbox}]
> }}}/>
> <$action-setfield $tiddler="$:/temp/appendbox" text=""/>
> \end
>
> <$vars targetTiddler="Target" linebreak="
> ">
> <$keyboard key="Enter" actions=<>>
> <$edit-text tag="textarea" placeholder="" tiddler="$:/temp/appendbox"/>
> 
> 
>
> Since you are only appending on the Enter key as opposed to on every
> keystroke, you could indeed apply this code via a viewtemplate and append
> to the tiddler the textarea field is in, if so desired. The key is that the
> edit-text widget writes to a temp tiddler.
>
>
> On Saturday, March 20, 2021 at 8:02:54 PM UTC+1 dieg...@gmail.com wrote:
>
>>
>> Hello all,
>>
>> Using Nico's projectify with the excellent quick todo add, has put me in
>> mind for something similar.
>>
>> I'd like to have a tiddler with an edit box visible in view mode, and
>> when I type something in that edit box and press enter, what I've typed
>> gets *appended* to a tiddler (as I understand, cant be the tiddler Im
>> using the edit box in), with a timestamp.
>>
>> I know this will involve a keyboard widget. While I was trying it out
>> myself, I got stuck trying to append.
>>
>> Has anyone done anything similar and/or willing to help?
>>
>> Thanks!
>> Diego
>>
>>
>> --
> 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/a011af6d-89a5-4d90-bbf6-df25fc88f434n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/a011af6d-89a5-4d90-bbf6-df25fc88f434n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAUVPFTH3Tqdfb2526nF%2B%2BFoQvrr711y6J1i%3DTbP9ZQ6Q%40mail.gmail.com.


Re: [tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-20 Thread Mohammad Rahmani
Hi Saq,
 Much appreciated! Nowruz Pirooz!


Best wishes
Mohammad


On Sat, Mar 20, 2021 at 11:47 PM Saq Imtiaz  wrote:

> Nowruz Mubarak!
>
>
>
> On Saturday, March 20, 2021 at 9:06:05 PM UTC+1 Mohammad wrote:
>
>> A new update is out there!
>>
>> *Color Play 0.6* has a more semantic UI and lets users (even newbies)
>> create a color palette of choice! Several experimental palettes have been
>> shipped with Color Play and you can modify them.
>>
>> Demo: https://colorplay.tiddlyhost.com/
>>
>> I call this release Nowruz!
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani 
>> wrote:
>>
>>> Following the work by Thomas and Chris I have updated the Color Play!
>>> This version adds the Coloractions plugin by Thomas! So you can use it
>>> as a utility to generate colors and check readability!
>>>
>>> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>>>
>>>
>>>
>>>- The code was not bundled as plugin lets you to hack and change it
>>>as you like
>>>- The sidebar tab shows the Color Play Components
>>>
>>>
>>>
>>> *The purpose is to let any user create a color palette and a new taste!
>>> and perhaps share it with others. *
>>> I would be happy to receive your created palettes and share them with
>>> others through the Color Play page!
>>>
>>> Don't be afraid: In your free time give a try and create a new color
>>> palette and then share it!
>>>
>>>
>>> [image: image.png]
>>>   References:
>>>
>>>- https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>>>- https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>>>- https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>>>-
>>>https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>>>-
>>>
>>> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>>>
>>>
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/0d396885-5515-4b75-91b8-20d008b5dd73n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/0d396885-5515-4b75-91b8-20d008b5dd73n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMC4jHAkCSzFT3WvOv%2BHQOjQ7SUnQytbKocCkEke15TE9g%40mail.gmail.com.


[tw5] Re: [Updated] Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-20 Thread Mohammad Rahmani
A new update is out there!

*Color Play 0.6* has a more semantic UI and lets users (even newbies)
create a color palette of choice! Several experimental palettes have been
shipped with Color Play and you can modify them.

Demo: https://colorplay.tiddlyhost.com/

I call this release Nowruz!

Best wishes
Mohammad


On Wed, Mar 17, 2021 at 11:42 AM Mohammad Rahmani <
mohammad.rahm...@gmail.com> wrote:

> Following the work by Thomas and Chris I have updated the Color Play!
> This version adds the Coloractions plugin by Thomas! So you can use it as
> a utility to generate colors and check readability!
>
> I have updated the codes and demos to https://colorplay.tiddlyhost.com/
>
>
>
>- The code was not bundled as plugin lets you to hack and change it as
>you like
>- The sidebar tab shows the Color Play Components
>
>
>
> *The purpose is to let any user create a color palette and a new taste!
> and perhaps share it with others. *
> I would be happy to receive your created palettes and share them with
> others through the Color Play page!
>
> Don't be afraid: In your free time give a try and create a new color
> palette and then share it!
>
>
> [image: image.png]
>   References:
>
>- https://groups.google.com/g/tiddlywiki/c/lGabtMCLmyk/m/y_SV5jdhAgAJ
>- https://groups.google.com/g/tiddlywiki/c/ATBaeD5uDYE/m/S3O7w6LBAgAJ
>- https://groups.google.com/g/tiddlywiki/c/SswEriOom7M/m/RCO1QcjlAgAJ
>-
>https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FColorAction
>-
>
> https://tid.li/tw5/apps/bricks.html#%24%3A%2Fapps%2Ftelmiger%2Fbricks%2Fpaletteeditor
>
>
>
>
> Best wishes
> Mohammad
>

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


Re: [tw5] Re: a filter question: two fields has value then NO else YES

2021-03-20 Thread Mohammad Rahmani
Hi Eric,

On Sat, Mar 20, 2021 at 9:19 PM Eric Shulman  wrote:

> On Saturday, March 20, 2021 at 9:45:23 AM UTC-7 Mohammad wrote:
>
>> <$vars   disabled={{{[get[name]!is[blank]then[no]else[yes]]
>> :intersection[get[colorscheme]!is[blank]then[no]else[yes]]
>> ~[[yes]]}}} >
>> This is an *ugly *solution! I am looking for a simpler, more semantic
>> and easy to follow!
>>
>
> You can use the "has[...]" filter which, by default, looks for *non-empty*
> field values.
> You can also combine both field tests into one filter run.
>
> Thus:
> <$vars disabled={{{ [has[name]has[colorscheme]then[no]else[yes]]
> }}}>
>
>
Wonderful! Works like a charm!



>  enjoy,
> -e
>

Thank you

> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/f77b6d4b-cf1c-43a7-ab89-e79a0e139731n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/f77b6d4b-cf1c-43a7-ab89-e79a0e139731n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDbutvSDuZvf%2BTppPWj7cPfvYCY77sKKUotiMrOyXPNYw%40mail.gmail.com.


[tw5] Re: a filter question: two fields has value then NO else YES

2021-03-20 Thread Mohammad Rahmani
One solution I came up with is as below.

Note here the two fields are name (fone) and colorsheme (ftwo)

\define tmpTid() myTiddler

<$vars   disabled={{{[get[name]!is[blank]then[no]else[yes]]
:intersection[get[colorscheme]!is[blank]then[no]else[yes]]
~[[yes]]}}} >
<$button actions=<> disabled=<>>Create


This is an *ugly *solution! I am looking for a simpler, more semantic and
easy to follow!

Note ii: the button is working if two fields are not empty at the same time!


Best wishes
Mohammad


On Sat, Mar 20, 2021 at 8:00 PM Mohammad Rahmani 
wrote:

> *Question*: There is a tiddler say myTiddler, a button shall be visible
> if and only if both fields of fone and ftwo  have non empty values
>
> I know this can be done using two $list widgets but I am looking for a
> simpler more semantic solution!
>
>
> *Pseudo code*
>
> <$vars disabled={{{ if [[myTiddler]get[fone]!is[blank]]  AND
>  [[myTiddler]get[fone]!is[blank]] then NO else YES }}} >
>
> <$button disabled=<> > Create 
>
> 
>
>
> What do you think?
>
>
> Best wishes
> Mohammad
>

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


[tw5] a filter question: two fields has value then NO else YES

2021-03-20 Thread Mohammad Rahmani
*Question*: There is a tiddler say myTiddler, a button shall be visible if
and only if both fields of fone and ftwo  have non empty values

I know this can be done using two $list widgets but I am looking for a
simpler more semantic solution!


*Pseudo code*

<$vars disabled={{{ if [[myTiddler]get[fone]!is[blank]]  AND
 [[myTiddler]get[fone]!is[blank]] then NO else YES }}} >

<$button disabled=<> > Create 




What do you think?


Best wishes
Mohammad

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


Re: [tw5] how to center an image?

2021-03-20 Thread Mohammad Rahmani
If you can use *Shiraz*, it has ready classes and you can use a wealth of
macros to insert images with caption, overlays, 

See https://kookma.github.io/TW-Shiraz/#Tutorial%20Images



Best wishes
Mohammad


On Sat, Mar 20, 2021 at 10:33 AM seven smith 
wrote:

>
>
> How do you center a single image in a tiddler?  (while the rest of the
> text is left aligned). Only managed to find entries for text and tables
> when it came to center alignment.
>
> Thank you for your time.
>
> --
> 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/03e65333-0c60-42fc-a1a8-851145cba51an%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/03e65333-0c60-42fc-a1a8-851145cba51an%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMB4rH%3D4-oE2XCw2RPboc6Ee7WnK4FYgjtTxh66jOGOBBg%40mail.gmail.com.


Re: [tw5] Re: Draggable table rows - how?

2021-03-20 Thread Mohammad Rahmani
Mat,
 I believe list-links-draggable is not a good choice! You need to use the
$draggable widget directly! I remember Eric has several good examples and
some good solutions (in reply to questions in this forum!) to start with.

Note: You may also use div with display:table, or display:table-row and
display:table-cell.



Best wishes
Mohammad


On Sat, Mar 20, 2021 at 11:54 AM Mat  wrote:

> Posted a request for this
> <https://github.com/Jermolene/TiddlyWiki5/issues/5554>. Givet it a thumbs
> up if you support it.
>
> I think it makes sense because the current "draggable" macros only treat
> single titles, not complex rows, which is very limiting. And lists with
> complex rows are a huge deal in TW.
>
> <:-)
> On Friday, March 19, 2021 at 9:34:49 PM UTC+1 Soren Bjornstad wrote:
>
>> Hey Mat,
>>
>> Just want to bump this as it's something I've found myself needing lately
>> as well. I don't have a good solution, but it seems like having an option
>> to not wrap each item in a div would be reasonable.
>>
>> On Wednesday, March 10, 2021 at 1:58:11 PM UTC-6 Mat wrote:
>>
>>> I want to make tables with DnD rearrangable rows because the content has
>>> to be presented in neat columns.
>>>
>>> I am trying to use the list-links-draggable
>>> <https://tiddlywiki.com/prerelease/#list-links-draggable%20Macro> macro
>>> for this:
>>>
>>> text:
>>> 
>>> <>
>>> 
>>> list:
>>> one two three four
>>>
>>>
>>> title: mytemplate
>>> text: <$link/>
>>>
>>>
>>> It does result in a table *but* a lot of extra divs are added, ruining
>>> the table. It has this structure:
>>>
>>> 
>>> 
>>>
>>>...first item..
>>> 
>>> 
>>>
>>>...second item..
>>> 
>>> ...etc...
>>> 
>>>
>>> What can I do to prevent this, or do I misunderstand something?
>>>
>>> Is it a reasonable to request a new native macro for this?
>>>
>>> Thank you!
>>>
>>> <:-)
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/eb2f3d43-1b5b-4289-b0bd-c764c45c943cn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/eb2f3d43-1b5b-4289-b0bd-c764c45c943cn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMDt-XQTbN9yfNaEq%2BoWrb%2BCz3h_RWmC-k7OGMUxTZPYhg%40mail.gmail.com.


Re: [tw5] Re: [INTRO] Field Search Plugin V0.3.0

2021-03-19 Thread Mohammad Rahmani
On Fri, Mar 19, 2021 at 9:35 PM PMario  wrote:

> On Friday, March 19, 2021 at 9:24:51 AM UTC+1 Mohammad wrote:
>
>> Hi Mario,
>>  I just updated Field Search through *Wikilabs Plugin Library* and it
>> works great.
>>
>
> Cool!
>
> One question: I configured Field Search in one of my wikis and like to use
>> that configuration on other personal wikis
>> Is there any simple way to export and reuse such configuration in other
>> wikis?
>>
>
> There are 2 config tiddlers that are created atm:
>
>   - $:/config/field-search/data/
>   - $:/config/field-search/tab/
>


Thank you! it works.

>
> H, It should be easy to add an export button to the UI ;)
> I did create a new issue <https://github.com/wikilabs/plugins/issues/79>.
>
> Thank you
>>
>
> You are welcome!
>
> -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/2d365a91-4aca-4c4c-8333-0eece67f8253n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2d365a91-4aca-4c4c-8333-0eece67f8253n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAeKhU2rC5aO6zq-ppT%2B3ur9sn2mj2yK2nzNPLQwEUy1Q%40mail.gmail.com.


Re: [tw5] Re: [INTRO] Field Search Plugin V0.3.0

2021-03-19 Thread Mohammad Rahmani
Hi Mario,
 I just updated Field Search through *Wikilabs Plugin Library* and it works
great.

One question: I configured Field Search in one of my wikis and like to use
that configuration on other personal wikis
Is there any simple way to export and reuse such configuration in other
wikis?

Thank you



On Wed, Mar 17, 2021 at 5:37 PM PMario  wrote:

> Hi,
> I did just upload a new video, that shows, how to configure the
> Field-Search plugin  Version 0.4.0-pre
> have fun!
> mario
>
> On Sunday, March 7, 2021 at 11:51:49 AM UTC+1 PMario wrote:
>
>> Hi folks,
>>
>> Here's a complete rewrite of the plugin. -> Please test and give feedback
>> here or at github [1].
>>
>> I want to introduce the Field Search plugin
>> .
>>
>> The plugin creates a new "Fields" tab in the wiki* search dropdown* and
>> the *$:/AdvancedSearch Standards* tab*. *A setting button lets you
>> toggle "+ system" tiddlers. ...
>>
>> Every tab can be activated individually.
>>
>> [image: field-search-config.png]
>>
>> *PS - If you USE it: Support it  :) *
>>
>> Have fun!
>> mario
>>
>> [1] https://github.com/wikilabs/plugins/issues
>>
> --
> 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/ec0093c1-6f18-491b-986f-9a8dc3a6f990n%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/CAAV1gMD%2BiXBKKvd1X3HLp8V5TAA7tJ_AFydmQv_SR6KxyBKuVQ%40mail.gmail.com.


Re: [tw5] TiddlyWiki demo and community chat next week

2021-03-19 Thread Mohammad Rahmani
Thank you Boris!
I am sure these recordings can be useful for both newbies and experienced
users.

Best wishes
Mohammad


On Fri, Mar 19, 2021 at 11:27 AM Boris Mann  wrote:

> So as it turned out, I messed up the recording and didn’t capture Jeremy’s
> demo.
>
> But — we’ll get a proper recording next week during the community call.
>
> The video from last month is available
> https://talk.fission.codes/t/tiddlywiki-on-fission-announcement-demo-with-jeremy/1596
> — Jeremy has made a lot of progress since then.
>
> --
>
> Boris Mann, Co-founder
>
> Fission: Fast app publishing for front end devs to ship web native apps
>
> On March 18, 2021 at 10:54 PM, Mohammad Rahmani (
> mohammad.rahm...@gmail.com) wrote:
>
> Hi Boris,
> Amazing, thank you so much for managing such sessions.
>
>  Is there any link to the recorded talks?
>
>
>
> Best wishes
> Mohammad
>
>
>
> On Wed, Mar 17, 2021 at 11:17 PM Boris Mann  wrote:
>
> Hi all!
>
> We're going to do a couple of live events with Jeremy, presenting what
> we've done with TiddlyWiki on Fission.
>
> Tomorrow, Thursday March 18th is our monthly Fission Demo Day
> <https://lu.ma/fission-march-2021> that Jeremy will be doing a short demo
> as part of the other updates from the Fission community.
>
> Next week is a dedicated hour long community session with Jeremy, to talk
> about TiddlyWiki on Fission (TWOF!). Please register to join us on
> Wednesday, March 24th, 7:30am PDT. <https://lu.ma/5j50g810>
>
> Aside from a walk through of how the TiddlyWiki on Fission is put together
> covering Jeremy's latest work, these other the topics we're proposing to
> cover:
>
>- *Including Editions in TiddlyWiki on Fission:* do you have an
>edition or would you like to make an edition that is included in the
>default bundle?
>- *Launching your own TiddlyWiki apps:* can Fission help more of you
>create custom Editions for people?
>- *Desired plugins, improvements, or new features: *what are often
>requested features you'd love to see?
>- *Community Funding with Open Collective:* Jeremy and I have created
>an OpenCollective <https://opencollective.com/tiddlywiki-on-fission>.
>It's live now, consider it an experiment and open for any and all
>discussions. The goal would be to pool funds and hire people in the
>community to implement features over time.
>
>
> Any other topics you'd like to discuss or questions you'd like to ask,
> please reply here or come add them as a comment in the forum
> <https://talk.fission.codes/t/tiddlywiki-community-call-march-24th-2021/1706>
> .
> --
> 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/0cb362d2-1413-4e95-a70f-77b35230a158n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/0cb362d2-1413-4e95-a70f-77b35230a158n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/G_L5za21aTo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMBB5is7hFC6XDrO0Y6s2CqPpXD%2B5w3YZDGkv1FGyc-7gw%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMBB5is7hFC6XDrO0Y6s2CqPpXD%2B5w3YZDGkv1FGyc-7gw%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
> --
> 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/f2cd240f-6c3c-48b3-8b86-0ba5d705c22c%40missiveapp.com
> <https://groups.google.com/d/msgid/tiddlywiki/f2cd240f-6c3c-48b3-8b86-0ba5d705c22c%40missiveapp.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAr-WM6td%3D2KO5a0VZHH8c2KB7tzQVnt8hfyimn3PqMdg%40mail.gmail.com.


Re: [tw5] Looking for a simple and mobile friendly wiki for a public website

2021-03-19 Thread Mohammad Rahmani
You need to customize and build your own wiki by adding plugins and themes.
One very good theme for Mobile/Desktop is Notebook from Nico!


Best wishes
Mohammad


On Thu, Mar 18, 2021 at 7:46 PM IvanPsy  wrote:

> Greetings,
> I want to create a public wiki about my professional topics, and I'm
> looking for the right platform.
>
> The features I'm looking for my wiki are:
> - easy to manage both on desktop and mobile (iPad, iPhone)
> - easy backlinks, since I'm the only editor
> - nice image and video embedding
> - a way to highlight some pages such as About Me, Contacts, Resources,
> etc...
> - fast note creation and upgrading both on desktop and mobile: since some
> notes will be long format and others just atomic notes, a complex creation
> process would eat too much time (one of the reasons why I'm not considering
> Wordpress)
>
> I see many Tiddlywiki users have converted their Tiddlywiki to a website,
> but how easy is it for a non-Tech guy?
>
> Of course other wiki suggestions are welcome.
>
> --
> 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/ee0e8368-f56f-4bbf-b208-d34db3204c4an%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/ee0e8368-f56f-4bbf-b208-d34db3204c4an%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAr82bmRd%2BuVURiA3iY%2BCd%3DEhh%3DsWomrtOUexwnc0--LA%40mail.gmail.com.


Re: [tw5] Bricks app for CSS

2021-03-18 Thread Mohammad Rahmani
Hi Rika,
 Bricks is a very good example, you may also give a try on user themes and
palettes like those from JD.
 In tiddlywiki.com daerch for theme and palettes and you will find few
examples



Best wishes
Mohammad


On Thu, Mar 18, 2021 at 5:39 AM Rika Sukenik 
wrote:

> I'm working on sprucing up my wiki's style and came across Bricks.
> https://tid.li/tw5/apps/bricks.html
>
> I'm a CSS newbie. Thoughts on using Bricks? Are there other CSS tools
> you'd recommend to get me started?
>
> 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/bf8bf4b2-295f-4d2e-a3d5-216f55c1e5b0n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/bf8bf4b2-295f-4d2e-a3d5-216f55c1e5b0n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMAx67hSCQM-vQFiRA%3D0GLjWytaMe5PK6g240XH4mH8azA%40mail.gmail.com.


Re: [tw5] TiddlyWiki demo and community chat next week

2021-03-18 Thread Mohammad Rahmani
Hi Boris,
Amazing, thank you so much for managing such sessions.

 Is there any link to the recorded talks?



Best wishes
Mohammad


On Wed, Mar 17, 2021 at 11:17 PM Boris Mann  wrote:

> Hi all!
>
> We're going to do a couple of live events with Jeremy, presenting what
> we've done with TiddlyWiki on Fission.
>
> Tomorrow, Thursday March 18th is our monthly Fission Demo Day
> <https://lu.ma/fission-march-2021> that Jeremy will be doing a short demo
> as part of the other updates from the Fission community.
>
> Next week is a dedicated hour long community session with Jeremy, to talk
> about TiddlyWiki on Fission (TWOF!). Please register to join us on
> Wednesday, March 24th, 7:30am PDT. <https://lu.ma/5j50g810>
>
> Aside from a walk through of how the TiddlyWiki on Fission is put together
> covering Jeremy's latest work, these other the topics we're proposing to
> cover:
>
>- *Including Editions in TiddlyWiki on Fission:* do you have an
>edition or would you like to make an edition that is included in the
>default bundle?
>- *Launching your own TiddlyWiki apps:* can Fission help more of you
>create custom Editions for people?
>- *Desired plugins, improvements, or new features: *what are often
>requested features you'd love to see?
>- *Community Funding with Open Collective:* Jeremy and I have created
>an OpenCollective <https://opencollective.com/tiddlywiki-on-fission>.
>It's live now, consider it an experiment and open for any and all
>discussions. The goal would be to pool funds and hire people in the
>community to implement features over time.
>
>
> Any other topics you'd like to discuss or questions you'd like to ask,
> please reply here or come add them as a comment in the forum
> <https://talk.fission.codes/t/tiddlywiki-community-call-march-24th-2021/1706>
> .
>
> --
> 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/0cb362d2-1413-4e95-a70f-77b35230a158n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/0cb362d2-1413-4e95-a70f-77b35230a158n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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/CAAV1gMBB5is7hFC6XDrO0Y6s2CqPpXD%2B5w3YZDGkv1FGyc-7gw%40mail.gmail.com.


<    1   2   3   4   5   6   7   8   9   10   >