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

2020-12-15 Thread Mohammad Rahmani
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

Re: [tw5] [HelpRequest] Stamp the date and time as text so it does not change?

2020-12-15 Thread Mohammad Rahmani
wishes Mohammad On Tue, Dec 15, 2020 at 11:41 PM David Gifford wrote: > > Hi all > > I was so pleased when I created this: > >- > > https://giffmex.org/gifts/documenting.tw.html#Insert%20the%20current%20time%20as%20text > > But now I realize it just inserts a

Re: [tw5] Re: Switch between two story views keep the same tiddler in view

2020-12-15 Thread Mohammad Rahmani
Sue, I prepare a minimal example! Should I post here or on GitHub Dev discussion board? Best wishes Mohammad On Tue, Dec 15, 2020 at 9:53 PM Saq Imtiaz wrote: > I suspect the problem is that the navigate is handled before the story > view has actually switched. > > If you can

Re: [tw5] Re: Switch between two story views keep the same tiddler in view

2020-12-15 Thread Mohammad Rahmani
, Dec 15, 2020 at 8:22 PM Saq Imtiaz wrote: > Try this: > <$button actions=<>>Switch View > <$action-setfield $tiddler="$:/view" text={{{ > [{$:/view}match[classic]then[zoomin]else[classic]] }}} /> > > > On Tuesday, December 15, 2020 at 5:09:41 PM UTC

[tw5] Re: Switch between two story views keep the same tiddler in view

2020-12-15 Thread Mohammad
The action button is like this of course it is bonded with a shortcut keys combination <$button>Switch View <$action-setfield $tiddler="$:/view" text={{{ [{$:/view}match[classic]then[zoomin]else[classic]] }}} /> <> On Tuesday, December 15, 2020 at 7:31:34 PM UTC+3:

[tw5] Re: Switch between two story views keep the same tiddler in view

2020-12-15 Thread Mohammad
story scroll position. > > You probably need to save and restore that yourself using tm-navigate or > tm-scroll messages. > > On Tuesday, December 15, 2020 at 4:27:23 PM UTC+1 Mohammad wrote: > >> I have asked this question before with no luck. >> >> 1. Assume I am in Classic

[tw5] Switch between two story views keep the same tiddler in view

2020-12-15 Thread Mohammad
tiddler under focus in both views? Is it possible in TW 5.1.23? --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...@google

Re: [tw5] [Macro] datauri macro and svg images

2020-12-15 Thread Mohammad
not make sense to create svg in this way. My two cents. -- Mohammad On Tuesday, December 15, 2020 at 3:22:39 PM UTC+3:30 jeremy...@gmail.com wrote: > Hi Sylvain > > Would it still be possible to make this evolve in the future (and consider > the favicon as a core image therefore and no

Re: [tw5] Re: [Dynamic Styles] a question of performance and efficient solution

2020-12-15 Thread Mohammad Rahmani
Thank you Saq. So I will start a thread in the GitHub discussion board. Best wishes Mohammad On Tue, Dec 15, 2020 at 12:44 PM Saq Imtiaz wrote: > This is a good question and something I have been wondering about recently > while working on some performance improvements for S

Re: [tw5] Re: [TW 5.1.23] Toggle filter operator how to replace the field value

2020-12-15 Thread Mohammad Rahmani
Hi Saq, Yes, dropping the list makes sense! Your last solution seems the simplest by now ;-) I will document this in TW-Script when I find free time! Cheers Mohammad On Tue, Dec 15, 2020 at 12:40 PM Saq Imtiaz wrote: > @Mohammad yes the toggle operator is best used with list fie

[tw5] Re: [TW 5.1.23] Toggle filter operator how to replace the field value

2020-12-15 Thread Mohammad Rahmani
actice* <$vars lightPalette="$:/palettes/Vanilla" darkPalette="$:/palettes/SolarFlare" > <$button>Day/Night II <$list filter="[{$:/palette}matchthenelse]" variable=selectedPalette> <$action-setfield $tiddler="$:/palette" text=&

[tw5] [Dynamic Styles] a question of performance and efficient solution

2020-12-14 Thread Mohammad Rahmani
estion is: 1. What is the performance impact using the above approach? 2. What simpler solution do you propose? I appreciate your input here. Best wishes Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from t

Re: [tw5] Re: [HowTo] a simple button to cycle in color palettes

2020-12-14 Thread Mohammad Rahmani
Hi Josiah, On Mon, Dec 14, 2020 at 12:42 PM TiddlyTweeter wrote: > Ciao Mohammad > > Thanks for highlighting the new operator. > I myself am very interested to see new features discussed. This is an effort of what I have discovered! :-) TW 5.1.23 has a lot of such great features!

Re: [tw5] Re: [TW 5.1.23] Toggle filter operator how to replace the field value

2020-12-14 Thread Mohammad Rahmani
" $value=""/> <$action-listops $tiddler="$:/palette" $field="text" $subfilter="+[toggle[$:/palettes/Vanilla],[$:/palettes/SolarFlare]]" /> I think using the two $reveal widgets may be simpler :-) :-) --Mohammad Best wishes Mohammad On Mo

Re: [tw5] Re: [TW 5.1.23] Toggle filter operator how to replace the field value

2020-12-14 Thread Mohammad Rahmani
Hi Saq, Many thanks for both solutions. The second is more semantic and I use it. Best wishes Mohammad Best wishes Mohammad On Mon, Dec 14, 2020 at 5:31 PM Saq Imtiaz wrote: > OR: > > <$action-listops $tiddler="$:/palette" $field="text" > $filter="&

Re: [tw5] Re: [HowTo] a simple button to cycle in color palettes

2020-12-14 Thread Mohammad Rahmani
Hi Tony! Yes, I think I just focused on the cycle and no the whole snippets. I like your approach. I myself have the simple solution! Thank you --Mohammad On Mon, Dec 14, 2020 at 10:39 AM TW Tones wrote: > Mohammad, > > I was looking at the filter you used and notice a sho

[tw5] [TW 5.1.23] Toggle filter operator how to replace the field value

2020-12-14 Thread Mohammad Rahmani
ty and has not one of the two values above, then I get the wrong values in the text field (actually the value is appended). How can I replace the field value using toggle operator. Best wishes Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&

[tw5] Re: [HowTo] a simple button to cycle in color palettes

2020-12-14 Thread Mohammad
Thank you Saq. Your solution is minimal and semantic! --Mohammad On Monday, December 14, 2020 at 1:25:13 PM UTC+3:30 saq.i...@gmail.com wrote: > @Mohammad > > You can simplify > <$button actions=<> > <$text text={{{ > [[$:/palette]get

[tw5] Re: New version of the Notebook theme available

2020-12-13 Thread Mohammad
Mohammad On Monday, December 14, 2020 at 1:14:28 AM UTC+3:30 Nicolas Petton wrote: > Hi, > > I've been working lately on a new version of my Notebook theme. > > The theme has evolved quite a bit, and is now available with 2 colour > palettes. While it hasn't reached v1.0 yet

[tw5] Re: Muuri Storyview

2020-12-13 Thread Mohammad
Great Job BTC, Useful new row layout. --Mohammad On Sunday, December 13, 2020 at 3:49:29 PM UTC+3:30 BurningTreeC wrote: > A little update for the Muuri StoryView: > > Thanks to the contribution of an enthusiastic Muuri user we now have a > row-based layout, too. You can enabl

[tw5] Re: TW minstyle - my new flavour

2020-12-13 Thread Mohammad
Hi Sylvain, Very nice! A clean and semantic design! Thank you for sharing! Best wishes Mohammad On Sunday, December 13, 2020 at 12:07:18 PM UTC+3:30 sil...@gmail.com wrote: > Bonjour :) > > I am happy to share with you my latest TiddlyWiki customization published > yesterda

[tw5] [HowTo] a simple button to cycle in color palettes

2020-12-12 Thread Mohammad
. https://github.com/Jermolene/TiddlyWiki5/discussions/5271 --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...@google

Re: [tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-12-12 Thread Mohammad
See https://github.com/Jermolene/TiddlyWiki5/issues/5261#issue-763431242 On Saturday, December 12, 2020 at 10:44:10 AM UTC+3:30 saq.i...@gmail.com wrote: > @springer So the dropzone widget which handles the import/paste/drag > actually lets you specify how to interpret the incoming text. > >

Re: [tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-12-11 Thread Mohammad
Hi Saq, Great tip. I will submit a ticket. Cheers Mohammad On Saturday, December 12, 2020 at 10:44:10 AM UTC+3:30 saq.i...@gmail.com wrote: > @springer So the dropzone widget which handles the import/paste/drag > actually lets you specify how to interpret the incoming text.

Re: [tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-12-11 Thread Mohammad
Hi Springer, I use the multiple citation export from Google Scholar see: https://uri.libguides.com/google/gscholexport After I finished I download the text file and save as .bib and then drag and drop into my Tiddlywiki with BibtexImporter plugin installed. --Mohammad On Saturday

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

2020-12-10 Thread Mohammad Rahmani
Odin, Springer, feel free to submit issues, feature request at https://github.com/kookma/Refnotes Best wishes Mohammad On Thu, Dec 10, 2020 at 7:22 PM odin...@gmail.com wrote: > One issue I had and couldn't find a good solution for back then is that > the macro to generate the biblio

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

2020-12-10 Thread Mohammad Rahmani
, no worry at all. Best wishes Mohammad On Thu, Dec 10, 2020 at 7:22 PM odin...@gmail.com wrote: > One issue I had and couldn't find a good solution for back then is that > the macro to generate the bibliography only uses one style/type. So for > example: <> Would generate al

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
ost and much more ONE IMPORTANT THING, If you gonna to use Tiddlywiki discussion service, please don't forget to star Tiddlywiki at https://github.com/Jermolene/TiddlyWiki5 Tiddlywiki deserves to have million stars,... and this is a new opportunity to star it! Best wishes Mohammad Be

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
This is the first discussion post as an idea for Tiddlywiki on GitHub discussion panel! https://github.com/Jermolene/TiddlyWiki5/discussions/5248#discussion-58631 Best wishes Mohammad On Thu, Dec 10, 2020 at 6:43 PM Jeremy Ruston wrote: > One feature of GitHub discussions is that one

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
it shortly to the Dev group. > Wow, love it! > > Best wishes > > Jeremy. > > 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

[tw5] Re: A plugin with few commands

2020-12-10 Thread Mohammad
such wonderful stuffs but all are stranded on the web or buried in this forum. Sometime I put a lot of time to solve some issues, then I realize a developer has solved them few years ago and I find it by chance --Mohammad On Thursday, December 10, 2020 at 5:33:59 PM UTC+3:30 clutterstack wrote

[tw5] Re: A plugin with few commands

2020-12-10 Thread Mohammad
Please ignore my previous post. I realized I have not included the plugin with custom command to my tiddlywiki.info file. I think this is a sign of Alzheimer ;-) --Mohammad On Thursday, December 10, 2020 at 5:09:19 PM UTC+3:30 Mohammad wrote: > I have a node.js plugin containing few

Re: [tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-12-10 Thread Mohammad Rahmani
Hi Andres, Many thanks. Lovely tool. @David Gifford, Would you please add Tiddlytext to Tiddlywiki toolmap under slideshow and presentation category. Best wishes Mohammad On Thu, Dec 10, 2020 at 5:18 PM Anjar wrote: > Hi Mohammad, > > Thank you for noticing, it should be available

[tw5] A plugin with few commands

2020-12-10 Thread Mohammad Rahmani
js plugin folder, Tiddlywiki is happy and runs my custom commands Would you please advise me if there is any limitation using custom commands? Why packaged plugin works but plugin folder not work. Best wishes Mohammad -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
community knowledge base. Conversations need their own > place—that’s what GitHub Discussions is for. * So this is a good move! Thank you Jeremy! --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this gr

[tw5] Re: "Right" way to deconstruct a standalone wiki?

2020-12-10 Thread Mohammad
* update my local plugin folder on my work machine * create local backups, ... The bad news is TheDiveO has not update the tools for some time but they work with latest TW but some small hacks. Good luck Mohammad On Thursday, December 10, 2020 at 8:19:27 AM UTC+3:30 clutterstack wrote

[tw5] Re: "Right" way to deconstruct a standalone wiki?

2020-12-10 Thread Mohammad
* update my local plugin folder on my work machine * create local backups, ... The bad news is TheDiveO has not update the tools for some time but they work with latest TW but some small hacks. Good luck Mohammad On Thursday, December 10, 2020 at 8:19:27 AM UTC+3:30 clutterstack wrote

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

2020-12-10 Thread Mohammad
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 connec

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

2020-12-09 Thread Mohammad
e your hack and let me know if you need to be these included in the new update. By the way I may recommend to submit tickets on https://github.com/kookma/Refnotes --Mohammad On Thursday, December 10, 2020 at 12:46:28 AM UTC+3:30 springer wrote: > Hello all, > > I'm just orienting

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-12-09 Thread Mohammad
Hi Anjar, I cannot download the demo! Would you mind to take a look --Mohammad On Saturday, May 2, 2020 at 9:26:13 PM UTC+4:30 Anjar wrote: > Hi @Petruschka, > > The easiest way to use it, is to download the demo > <https://ewy.no/tiddlytext.html>, open the sidebar (from t

[tw5] Re: Packaged theme and plugin library

2020-12-09 Thread Mohammad
ki > <https://clutterstack.github.io/can-tw/workshop/>. > > It should now be possible, as Mohammad suggested, to easily grab the theme > to try it out in prebuilt wikis (including tiddlywiki.com). > > Here's a link to the library tiddler: clutterstack plugin library tiddler >

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-09 Thread Mohammad
Hi Jeremy, Many thanks for clarification. I understand your concerns. --Mohammad On Wednesday, December 9, 2020 at 1:27:08 PM UTC+3:30 jeremy...@gmail.com wrote: > GitHub’s mission is focussed on developers, a very different audience than > TiddlyWiki. > > GitHub Discussions migh

[tw5] [Macro] datauri macro and svg images

2020-12-09 Thread Mohammad
uot;/>); height: 300px; } Now if I replcae Motovun Jack.jpg with $:/core/images/close-button as below .jack { background: url(<$macrocall $name="datauri" title="Motovun Jack.jpg" $output="text/plain"/>); height: 300px; } It does not work! Wh

[tw5] Discussion on GitHub: Good or bad

2020-12-08 Thread Mohammad
/discussions --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 vi

[tw5] Re: Packaged theme and plugin library

2020-12-08 Thread Mohammad
Hi Chris, Wonderful job! Imported into my working 5.1.22 wiki, works like a charm. Best wishes Mohammad On Tuesday, December 8, 2020 at 11:28:01 PM UTC+3:30 clutterstack wrote: > Hello all, > > I *think* I've got a working plugin library for my projects, and a > packaging of

[tw5] Re: Imminent release of v5.1.23

2020-12-08 Thread Mohammad
bimlas, This is not a bug but intentionally plugin library does not work. Some Tiddlywiki empty file (empty.html) does not have the plugin library so one cannot install the official plugin. If so do as below 1. import

[tw5] Re: Best practice to use css in Tiddlywiki

2020-12-08 Thread Mohammad
To correct my previous post On Tuesday, December 8, 2020 at 12:53:01 PM UTC+3:30 Mohammad wrote: > Bimlas, > I really like CSS variables and they give a lot of flexibility see > https://blog.logrocket.com/how-to-create-better-themes-with-css-variables-5a3744105c74/ > See default v

[tw5] Re: Best practice to use css in Tiddlywiki

2020-12-08 Thread Mohammad
don’t have to run macros and filters > unnecessarily. > > Good idea! > > Mohammad a következőt írta (2020. december 8., kedd, 8:58:41 UTC+1): > >> CSS tiddlers are an important part of Tiddlywiki to adjust look and feel >> of different elements. For some use cases (like plugi

[tw5] Re: Update text field using the checkbox widget

2020-12-08 Thread Mohammad
Kebi, Why don't use style at display time? Why do you add them to text field? I believe you should separate these two content from style. By the way the removesuffix/removeprefixx filter operators shall do what you want On Tuesday, December 8, 2020 at 11:40:36 AM UTC+3:30 kebi wrote: > Hello

[tw5] Re: Best practice to use css in Tiddlywiki

2020-12-08 Thread Mohammad
More information https://blog.logrocket.com/how-to-create-better-themes-with-css-variables-5a3744105c74/ On Tuesday, December 8, 2020 at 11:44:57 AM UTC+3:30 Mohammad wrote: > More information > > https://css-tricks.com/responsive-designs-and-css-custom-properties-defining-

[tw5] Re: Best practice to use css in Tiddlywiki

2020-12-08 Thread Mohammad
More information https://css-tricks.com/responsive-designs-and-css-custom-properties-defining-variables-and-breakpoints/ On Tuesday, December 8, 2020 at 11:28:41 AM UTC+3:30 Mohammad wrote: > CSS tiddlers are an important part of Tiddlywiki to adjust look and feel > of different el

[tw5] Best practice to use css in Tiddlywiki

2020-12-07 Thread Mohammad
will be improved. --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 vi

[tw5] Re: Changes to TiddlyWiki toolmap and Documenting TW

2020-12-07 Thread Mohammad
Thanks Dave for all those great contributions. TiddlyWiki toolmap is a unique resource! I am sure your solutions will be a useful resource for many! Cheers Mohammad On Monday, December 7, 2020 at 9:27:16 PM UTC+3:30 David Gifford wrote: > Hi everyone > > Per Mohammad's wise sugg

[tw5] Re: Please vote for your favour banner for v5.1.23

2020-12-07 Thread Mohammad
Voted! Beautiful artworks. Thank you all! On Monday, December 7, 2020 at 7:22:00 PM UTC+3:30 jeremy...@gmail.com wrote: > The voting to choose the banner for TiddlyWiki v5.1.23 is now open. Please > pick your favourite here: > > >

Re: [tw5] [Documentation] attribute description

2020-12-07 Thread Mohammad
Hi Jeremy, Thank you for clarification. I thought it is a doc issue ;-) Cheers Mohammad On Monday, December 7, 2020 at 6:12:35 PM UTC+3:30 jeremy...@gmail.com wrote: > Hi Mohammad > > We use those brackets because the first column is supposed to be a listing > of att

[tw5] [Documentation] attribute description

2020-12-07 Thread Mohammad
widget and some other cases Why it is in a {}? Isn't it confusing? Why not to just write as below: *any attributes not starting with $* Best wishes Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group an

Re: [tw5] Dark, light palettes: How to find which is in use?

2020-12-06 Thread Mohammad
Hi Jeremy, Thank you for clarification. Best wishes Mohammad On Sunday, December 6, 2020 at 2:57:42 PM UTC+3:30 jeremy...@gmail.com wrote: > Hi Mohammad > > > So if a user change the palette in Tiddlywiki, say from "Vanilla" to > "Gruv Box Dark" there is

[tw5] Re: Please, help to write filter a1 a2 a3 ...+b1 b2 b3 ...= a1 b1 +a2 b2 + a3 b3 +...

2020-12-06 Thread Mohammad
Siniy-kit, Are you allowed to use a data dictionary and hard code values like this red: 100 green: 200 blue: 30 If so just search in a data dictionary. On Sunday, December 6, 2020 at 2:23:52 PM UTC+3:30 Siniy-Kit wrote: > Hi, i have two fields in my tiddler > *select-color: red green blue* >

Re: [tw5] Dark, light palettes: How to find which is in use?

2020-12-06 Thread Mohammad
user manually switch the plugin palette/theme to meet the Tiddlywiki palette in use. --Mohammad On Sunday, December 6, 2020 at 2:40:48 PM UTC+3:30 jeremy...@gmail.com wrote: > Hi Mohammad > > Third party plugins need to distinguish between dark and light palettes to > adjust

[tw5] Dark, light palettes: How to find which is in use?

2020-12-06 Thread Mohammad
Third party plugins need to distinguish between dark and light palettes to adjust colors and other visual effects of their elements. In TW 5.1.23, how a plugin can find which mode is in use? Dark or Light? Is there any state or info tiddler? -- You received this message because you are

[tw5] Re: Imminent release of v5.1.23

2020-12-06 Thread Mohammad
@BTC Yes, it works, much appreciated. On Sunday, December 6, 2020 at 2:15:16 PM UTC+3:30 BurningTreeC wrote: > @Mohammad, in the current prerelease this should be solved > > best wishes, BTC > > Mohammad schrieb am Sonntag, 6. Dezember 2020 um 09:01:57 UTC+1: > >> BTC,

[tw5] Re: Imminent release of v5.1.23

2020-12-06 Thread Mohammad
or use higher right padding for numbers or use a solid/colored left border for body! I mean someway to recognize the two parts easily. Best wishes Mohammad On Sunday, December 6, 2020 at 10:17:06 AM UTC+3:30 BurningTreeC wrote: > See this screenshot @Soren Bjornstad: > > [image: Bildschir

[tw5] [Documentation] Tiddlywiki Performance

2020-12-05 Thread Mohammad
There are some discussion on GitHub on Tiddlywiki performance. That means how to use Tiddlywiki to have the faster processing speed. I have collected some links, I listed them below. I like to *have this thread on this important topic*. Later on I would be happy to help documenting them in a

[tw5] Re: TW-Shiraz plugin 2.1.2: Stable release

2020-12-03 Thread Mohammad
solution: one hack is to create your own title template like what I did for clone and use an inputbox + confirmation button! Using shortcut keys makes it not work correctly on touch screens, so I used buttons and input box every where. Best wishes Mohammad On Thursday, December 3, 2020

[tw5] Re: Step through a list of tiddlers using shortcut keys - the focus is lost

2020-12-03 Thread Mohammad
Thank you Saq! I understand. I am really looking forward for a more flexible layout. I am actually experimenting these to make Tiddlyshow plugin simpler. Thank you again! On Thursday, December 3, 2020 at 8:39:11 PM UTC+3:30 saq.i...@gmail.com wrote: > @Mohammad Unfortunately I cannot th

[tw5] Re: Step through a list of tiddlers using shortcut keys - the focus is lost

2020-12-03 Thread Mohammad
the core viewtemplate. --Mohammad On Thursday, December 3, 2020 at 12:45:41 PM UTC+3:30 saq.i...@gmail.com wrote: > Regarding focus a couple of other tricks that can help depending on the > situation: > - use the tm-focus-selector message. > - use a <$edit-text> widge

[tw5] Re: Step through a list of tiddlers using shortcut keys - the focus is lost

2020-12-02 Thread Mohammad
xt={{{ > [tagbefore] ~[taglast[]] }}} /> > > \end > > <$keyboard key="right" actions=<> > > <$keyboard key="left" actions=<> > > tabindex=1> > * Current tid: <$text text={{{ [get[text]] }}}>/> > > >

[tw5] Re: TW-Shiraz plugin 2.1.2: Stable release

2020-12-02 Thread Mohammad
one-button}} Click the clone button several times and see the Recent tab to see the new cloned tiddlers NO navigation to them no opening in story river. Now use this code in the template I sent you instead <> use <> Cheers Mohammad On Thursday, December 3, 2020 at 4:03:28 AM U

[tw5] Re: Announcement: Modular theme and Maple color palette

2020-12-02 Thread Mohammad
Great job bimlas! Thank you for sharing. On Thursday, December 3, 2020 at 1:03:25 AM UTC+3:30 bimlas wrote: > Originally, I just wanted to share my own TiddlyWiki theme and color > palette with you. Since there are some changes that may not be to > everyone’s liking, I wanted to make most

[tw5] Re: Step through a list of tiddlers using shortcut keys - the focus is lost

2020-12-02 Thread Mohammad
The reason I attached zip file is Google forum does not attached tid files (may be it thinks JS code has been attached!) On Thursday, December 3, 2020 at 2:37:47 AM UTC+3:30 Mohammad wrote: > I am playing with keyboard shortcuts. attached there are two tiddlers. > > *Test 01: W

[tw5] Step through a list of tiddlers using shortcut keys - the focus is lost

2020-12-02 Thread Mohammad
ys pressed, because the focus is lost. Ultimate purpose: Transclude a tiddler from a list and step through using Left/Right arrow keys. --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this g

Re: [tw5] Re: Understanding how macro expansion works

2020-12-02 Thread Mohammad
Thanks Nico! On Wednesday, December 2, 2020 at 11:59:51 AM UTC+3:30 Nicolas Petton wrote: > Mohammad writes: > > Hi Mohammad, > > > Welcome back. > > Thanks :) > > > Off topic: > > > > I know your Project Manager plugin and more specif

[tw5] Re: TW-Shiraz plugin 2.1.2: Stable release

2020-12-01 Thread Mohammad
test works! By the way if you could not implement your own template please submit a ticket here https://github.com/kookma/TW-Shiraz On Wednesday, December 2, 2020 at 4:47:58 AM UTC+3:30 springer wrote: > Mohammad, > > As you know, I love Shiraz, and especially the dynam

[tw5] Re: Understanding how macro expansion works

2020-12-01 Thread Mohammad
and palette (https://nicolas.petton.fr/tw/project-manager.html) have a lot of fans! You may put the code on GitHub lets user send their issue and idea there. I use Notebook on mobile and its amazing! Thank you Nico. Cheers Mohammad On Tuesday, December 1, 2020 at 3:42:00 PM UTC+3:30 Nicolas

[tw5] Re: Tiddlywiki 5.1.23 New Features: Dark mode for Code mirror and Highlight.js

2020-11-30 Thread Mohammad
Testing the codemirror with dark palette 1. The color of line number has best contrast and readability in solarizeddark. The blue color of line number in few dark palette like Cupertino and Contrast Dark is not good for me at least. The dark blue on the dark background. --Mohammad On Monday

[tw5] Re: Tiddlywiki 5.1.23 New Features: Dark mode for Code mirror and Highlight.js

2020-11-30 Thread Mohammad
or it is a small issue? --Mohammad On Tuesday, December 1, 2020 at 1:08:23 AM UTC+3:30 Mohammad wrote: > Hi BTC, > Many thanks for making this. For sure I will test the new dark mode for > codemirror and highlight.js. > I kindly ask interested user to give a try and send their feedback. >

[tw5] Re: Tiddlywiki 5.1.23 New Features: Dark mode for Code mirror and Highlight.js

2020-11-30 Thread Mohammad
Hi BTC, Many thanks for making this. For sure I will test the new dark mode for codemirror and highlight.js. I kindly ask interested user to give a try and send their feedback. Best wishes Mohammad On Monday, November 30, 2020 at 10:14:48 PM UTC+3:30 BurningTreeC wrote: > Hi Moham

[tw5] Re: Imminent release of v5.1.23

2020-11-30 Thread Mohammad
IvanPsy, 1. Make a backup of your wiki. 2. Drag and drop your wiki on https://tiddlywiki.com/prerelease/upgrade.html 3. Save For more information see https://tiddlywiki.com/prerelease/#UpgradeMechanism On Monday, November 30, 2020 at 4:25:37 PM UTC+3:30 IvanPsy wrote: > Waiting for the

[tw5] Re: Imminent release of v5.1.23

2020-11-30 Thread Mohammad
points to developers. Best wishes Mohammad On Monday, November 30, 2020 at 3:06:42 PM UTC+3:30 jeremy...@gmail.com wrote: > I’m hoping that we’ll be able to release v5.1.23 of TiddlyWiki towards the > end of this week. There’s some discussion over on GitHub about the last few > l

Re: [tw5] Competition for v5.1.23 artwork

2020-11-30 Thread Mohammad
Springer, Very nice and useful Wiki, Tiddlywiki 5.1.23 artwork competition! I appreciate all your efforts. Thank you all. Tiddlywiki deserves having such fans! Best wishes Mohammad On Monday, November 30, 2020 at 4:05:30 PM UTC+3:30 springer wrote: > Jeremy, bimlas, and all, > >

Re: [tw5] Competition for v5.1.23 artwork

2020-11-29 Thread Mohammad
Nice colors! These two are great. By my previous post I meant colors with a little more contrast! I also like the colors and gradient used by Springer. Thank you Sylvain. On Sunday, November 29, 2020 at 7:39:38 PM UTC+3:30 sil...@gmail.com wrote: > So this is the RC2 and RC3 with some colors

Re: [tw5] Competition for v5.1.23 artwork

2020-11-29 Thread Mohammad
Hi Sylvain, Nice 3D artwork. See the first post for Jeremy guidelines. I may also propose if possible submit the same artwork but with few other colors. Cheers Mohammad On Sunday, November 29, 2020 at 5:35:27 PM UTC+3:30 sil...@gmail.com wrote: > Bonjour :) > > In this rainy Sunday

[tw5] Tiddlywiki 5.1.23 New Features: Dark mode for Code mirror and Highlight.js

2020-11-28 Thread Mohammad
, or Gruvbox 3. Create a tiddler and see how Codemirror editor looks in dark mode 4. Add some code e.g. css, JS or any language supported by TW-Codemirror plugin 5. check how they look It is good to give feedback here or on https://github.com/Jermolene/TiddlyWiki5/pull/5128 --Mohammad -- You

[tw5] Re: Stroll on steroids

2020-11-27 Thread Mohammad
--Mohammad On Saturday, November 28, 2020 at 2:46:06 AM UTC+3:30 David Gifford wrote: > Hi all > > At the moment this is just an experiment. It has a lot of clean up > necessary to make it publishable as a finished product. But if I get a lot > of requests, I may clean this up dur

[tw5] Re: Plugin: Omnibus tiddlers

2020-11-27 Thread Mohammad
Good progress! Nice tools! I see new theme and palette in your new release. It would be great to announce them and lets interested user download them separately. Thank you for sharing Chris! --Mohammad On Friday, November 27, 2020 at 11:32:19 PM UTC+3:30 clutterstack wrote: > In c

[tw5] Re: My amazing you tube Video.....:)

2020-11-27 Thread Mohammad
Thank you David! Cheers Mohammad On Saturday, November 28, 2020 at 2:47:47 AM UTC+3:30 David Gifford wrote: > I think I found it https://www.youtube.com/watch?v=zEQWc-alBMQ=249s > > On Friday, November 27, 2020 at 11:53:44 AM UTC-6 Mohammad wrote: > >> Hi Ste, >>

[tw5] Re: My amazing you tube Video.....:)

2020-11-27 Thread Mohammad
Hi Ste, Congrats! Would you mind to share the link here? Cheers Mohammad On Friday, November 27, 2020 at 2:04:07 PM UTC+3:30 Ste wrote: > Well, it's not that amazing (I say 'Er' an awful lot)...a while ago I put > up a quick intro to TiddlyWiki video in the hope of enticing my coll

[tw5] Re: TiddlyWiki best practices

2020-11-27 Thread Mohammad
notes in their Course Tiddlywiki. Cheers Mohammad On Thursday, November 26, 2020 at 11:27:15 PM UTC+3:30 springer wrote: > Cl0d, exactly what I find marvelous about TiddlyWiki is how much it can be > molded to very different purposes. I maintain different TW5 projects for > different

[tw5] Re: TiddlyWiki best practices

2020-11-27 Thread Mohammad
Tiddlywiki as a comprehensive second brain, they mostly use it for notes! In most cases it is just like Mr Woopee and hos closet <https://www.pinterest.com/pin/175781191693396182/> --Mohammad On Thursday, November 26, 2020 at 10:36:10 PM UTC+3:30 Cl0d wrote: > Hi there, > > Been u

Re: [tw5] Re: Dynamic Svg Calendar

2020-11-26 Thread Mohammad Rahmani
Lovely! Please share when you are finished. 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...@google

[tw5] Re: Dynamic Svg Calendar

2020-11-25 Thread Mohammad
The tiddler of above post is attached here! It seems Google group does not allow to attached this kind of svg! So I zipped the tiddler. Unzip and then drag into your wiki or into https://tiddlywiki.com/ -- You received this message because you are subscribed to the Google Groups

[tw5] Dynamic Svg Calendar

2020-11-25 Thread Mohammad
Using Tiddlywiki endless feature create a macro to make a svg calendar for you. Use the ready to use now macro to insert the today date into your svg! To find the details look at the attached tiddler. --Mohammad Give a try: 1.Open https://tiddlywiki.com/ 2. Drag and drop attached tiddler

[tw5] Super Tiny Web Icons

2020-11-25 Thread Mohammad
https://github.com/edent/SuperTinyIcons Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourite logos. The average size is under 465 bytes! The logos have a 512x512 viewbox, they will fit in a circle with radius 256. They will scale up and down to suit your needs.

Re: [tw5] Competition for v5.1.23 artwork

2020-11-25 Thread Mohammad
gets cut off, then I'd submit >> this variant: >> >> [image: TiddlyWiki 5.1.23 keycaps-minimal.jpg] >> >> On Wednesday, November 25, 2020 at 9:17:34 AM UTC-5 Mohammad wrote: >> >>> I just dropped two of banners to compare and see how they look like! B

[tw5] Re: How to work with square bracket in operators

2020-11-25 Thread Mohammad
There are some greats resources to learn the syntax, have a look 1. TW-Scripts: https://kookma.github.io/TW-Scripts/#Shorthand%20Syntax%20Summary 2. Tones GitWiki: https://anthonymuscio.github.io/#Standard%20Nomenclature Good luck On Wednesday, November 25, 2020 at 11:28:13 PM UTC+3:30 W

Re: [tw5] Competition for v5.1.23 artwork

2020-11-25 Thread Mohammad
Thanks Jeremy, Just to have all in one place to compare! I used Springer wiki https://springerspandrel.github.io/tw/logo-play.html to have all in one place and compare! Nice competition for 5.1.23 with great candidates! --Mohammad On Wednesday, November 25, 2020 at 5:50:38 PM UTC+3:30

Re: [tw5] Competition for v5.1.23 artwork

2020-11-25 Thread Mohammad
Hi Jeremy, Is it possible to have a tiddler https://tiddlywiki.com/prerelease/ called Banner competition and containing all proposed artworks to be able to compare candidate artworks? Mohammad On Wednesday, November 25, 2020 at 5:25:45 PM UTC+3:30 jeremy...@gmail.com wrote: > Apolog

[tw5] Re: TW-Shiraz plugin 2.1.2: Stable release

2020-11-25 Thread Mohammad
Panel, Plugin and click on *Get more plugins* button! In the window opened, select* Kookma Plugin Library* tab and the from the list select any plugins you like to install! Good luck On Wednesday, November 25, 2020 at 12:03:47 AM UTC+3:30 david.j.winfi...@gmail.com wrote: > Mohammad, >

Re: [tw5] Competition for v5.1.23 artwork

2020-11-24 Thread Mohammad
Hi Springer, On Wednesday, November 25, 2020 at 7:44:31 AM UTC+3:30 springer wrote: > Mohammad, Yes! > Maybe you didn't see my post about that (announcing success) over at the > Tiddlyspot-down thread-of-mourning. But I've been very happily using the > GitHub saver ever

Re: [tw5] Competition for v5.1.23 artwork

2020-11-24 Thread Mohammad
Hi Springer, The good news is, you finally succeeded to use GitHub pages +TW Good luck On Wednesday, November 25, 2020 at 3:08:26 AM UTC+3:30 springer wrote: > Hey all, rather than bombard the list with variants, I just set up a tw > page with alternatives, including one with a keycaps

<    5   6   7   8   9   10   11   12   13   14   >