[twdev] Create a List of Numbers

2018-06-26 Thread Mohammad Rahmani
Is it possible to create a list of numbers say from 0 to n? For example having a macro like enum and then <> creates 0 1 2 3 4 5 6 7 8 9 100 1 2 3 4 5 6 7 8 9 10 or <> produces 0 1 2 3 4 Thank you Mohammad -- You received this message because you are subscribed to the Google Groups

[twdev] Re: Getting started contributing

2018-07-01 Thread Mohammad Rahmani
Tony! Don't you want to update and maintain the plugin? This is wonderful. /Mohammad On Friday, October 2, 2015 at 3:17:33 AM UTC+3:30, Tony Grosinger wrote: > > What plugin? ;-) > > > http://grosinger.net/tw5-checklist/ > > I think it would be made obsolete by this issue though: >

[twdev] Re: TiddlyDesktop: Any chance for new revision?

2018-07-25 Thread Mohammad Rahmani
Hello Josiah! I have also requested for update in github few months ago, but I will do it again! Well I use TD in my everyday TW working! Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and

[twdev] Re: TiddlyDesktop: Any chance for new revision?

2018-08-26 Thread Mohammad Rahmani
Reminder! Hello Jeremy! Is there any chance for having a new release of TiddlyDsktop? Thank you On Wednesday, July 25, 2018 at 6:59:46 AM UTC+4:30, Mohammad Rahmani wrote: > > Hi Jeremy! > > Is there any chance to have a new revision of Tiddlydesktop in the near > futu

[twdev] TiddlyDesktop: Any chance for new revision?

2018-07-24 Thread Mohammad Rahmani
Hi Jeremy! Is there any chance to have a new revision of Tiddlydesktop in the near future? The issue with fullscreen is very demanding and I hope you could resolve this in the new revision. Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev"

[twdev] Re: How to populate the list field

2018-07-23 Thread Mohammad Rahmani
Mario, Doesn't work! On Monday, July 23, 2018 at 4:41:33 PM UTC+4:30, PMario wrote: > > Hi, > > Try: {{{[tag]}}} > > see: *Variable Attribute Values* at: > https://tiddlywiki.com/#TextReference:TextReference%20%5B%5BHTML%20in%20WikiText%5D%5D > > -m > -- You received this message because

[twdev] How to populate the list filed

2018-07-23 Thread Mohammad Rahmani
Assume I have a rot tiddler e.g. Demo, and several other child tiddlers like A, B, C, D, ... tagged with Demo How can I populate the list filed by putting some expression it it? I used the below code, but it doesnot work! {{{[tag[]]"}}} -- You received this message because you are subscribed

[twdev] Re: How to populate the list field

2018-07-23 Thread Mohammad Rahmani
I will study this to see how it works! On Monday, July 23, 2018 at 4:43:55 PM UTC+4:30, PMario wrote: > > You may also dig deeper into filter expressions: > https://tiddlywiki.com/#Filter%20Expression and > https://tiddlywiki.com/#Filter%20Syntax > -m > -- You received this message because

[twdev] Tiddlydesktop

2018-06-27 Thread Mohammad Rahmani
Hi Jeremy Is there any plan to have a new release for TiddlyDesktop? There are some issues need to be addressed, among the them is the `full screen view` which is not working. /Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To

Re: [twdev] Tiddlydesktop

2018-06-28 Thread Mohammad Rahmani
the web serving > functionality. > > Many thanks, > > Jeremy. > > -- > Jeremy Ruston > jer...@jermolene.com > https://jermolene.com > > On 28 Jun 2018, at 05:58, Mohammad Rahmani > wrote: > > Hi Jeremy > > Is there any plan to have a new release for TiddlyDesk

[twdev] Re: Big list of TWs

2018-10-02 Thread Mohammad Rahmani
Hi bimlas, Is this a maintained list? Or one automated by robot? -Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: Big list of TWs

2018-10-02 Thread Mohammad Rahmani
Thank you Thomas and Josiah! Yes, I understood you need sign up! not good to collect and list works on TW! Hope maintainer solve this issue! Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and

[twdev] Re: Big list of TWs

2018-10-01 Thread Mohammad Rahmani
Thomas, Who does maintain this list? It seems it is outdated! Mohammad On Sunday, September 30, 2018 at 10:13:00 PM UTC+3:30, Thomas Elmiger wrote: > > Hey Joe > > Often overseen: https://tiddlywiki.com/#TWCommunitySearch > > Good luck! > Thomas > > -- You received this message because you

[twdev] Re: Suggestion for checking if a Tiddler is empty?

2019-01-01 Thread Mohammad Rahmani
This macro can return the name of tiddler and a true/false if it has / has not text \define hasText(tid) <$set name="Tiddler" value=<<__tid__>> > <$reveal type="match" default=<> text={{{ [has[text]] }}}> <>: True <$reveal type="nomatch" default=<> text={{{ [has[text]] }}}> <>: False \end

[twdev] Re: New Feature PR: shuffle[] filter operator for deterministically randomizing list orders

2019-01-20 Thread Mohammad Rahmani
Matt, Good job, thank you! One question: in TW-Scripts, I like whenever I visit the page a random tiddler be shown. Can shuffle operator do that? I was trying to use Tobias Beer macro: https://tobibeer.github.io/tb5/#Tagline%20Macro --Mohammad -- You received this message because you are

[twdev] Re: New Feature PR: shuffle[] filter operator for deterministically randomizing list orders

2019-01-22 Thread Mohammad Rahmani
t; get N random tiddlers from the list of all tiddlers. To be more specific, > just pass in the input list you want to select from, e.g. > `[tag[TAG]shuffle[]first[N]]` > > On Sunday, January 20, 2019 at 1:05:14 PM UTC-5, Mohammad Rahmani wrote: >> >> Matt, >>

[twdev] Re: Looking for the Rosetta Stone

2018-12-20 Thread Mohammad Rahmani
Joe, The Tiddlywiki user forum seems to be more active and seems to have more members, so I also recommend to post there: https://groups.google.com/forum/#!forum/tiddlywiki Best Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To

[twdev] Re: Looking for the Rosetta Stone

2018-12-20 Thread Mohammad Rahmani
Joe, have you seen: https://tiddlywiki.com/#Widgets These are list of widgets in TW core: The below five widgets are my choice for programming TW and I think these are 1. list 2. set (and vars) 3. reveal (for conditional operation) 4. wikify 5. import (scope of variable and

[twdev] Re: Relation of filter expressions to boolean logic

2018-12-20 Thread Mohammad Rahmani
Joe, Look at these two amazing resources: 1. https://ooktech.com/jed/ExampleWikis/FilterLogicExamples/ 2. http://tobibeer.github.io/tw/filters/#Filter%20Examples -- Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To

[twdev] Re: Looking for the Rosetta Stone

2018-12-20 Thread Mohammad Rahmani
Hello Joe, I see you are working with TW and raise some interesting and fundamental questions! Most of them are answered nicely and I see you have very good discussion from programming point of view. It would be great if you could put these in a TW wiki and share them to community. There is a

[twdev] Re: What are 5 most important widgets to learn?

2018-12-20 Thread Mohammad Rahmani
Joe, Post to TW USER forum! --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this group,

[twdev] Re: My new blog (pre release)

2018-12-20 Thread Mohammad Rahmani
Good luck Joe! It is good to show the solution of outstanding problem there (those you fixed)! If anybody else wishes to do like that, then your solution could be used. --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To

[twdev] Re: My Blog is now a TW

2018-12-26 Thread Mohammad Rahmani
Joe, The version you use is TW 5.1.19pre! The 5.1.19 final is out there. Look here to simply upgrade to the latest stable release. https://tiddlywiki.com/#Upgrading --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe

[twdev] Re: My Blog is now a TW

2018-12-26 Thread Mohammad Rahmani
Your progress is really good! I know you are a great author, Hope we could see a book written on TW by you :-) Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it,

[twdev] Re: My Blog is now a TW

2018-12-26 Thread Mohammad Rahmani
Joe 1. Did you restricted the access to control panel? 2. Opening the right sidebar overlaps with tiddlers in story river! 3. What theme are you using? --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from

[twdev] Re: Preparing TW for the next step

2018-11-28 Thread Mohammad Rahmani
Hello Diego, I am totally agree with you! I think TW can use the experience form many other successful software in this way. TW in 2019 is not the small code of 2004 and needs more people to be involved from different areas of technology. Still I respect the Jeremy rights and wishes. He can

[twdev] Re: Special formatting of a tiddler with a specific tag

2018-12-09 Thread Mohammad Rahmani
Eric, Your solution is always with full description, thank you! -Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: Preparing TW for the next step

2018-11-29 Thread Mohammad Rahmani
Jed, What Diego said is, a large and popular project cannot be maintained by ONLY one person! That's all. His proposal states to involve more interested and expert people in development! Cheers Mohammad -- You received this message because you are subscribed to the Google Groups

[twdev] KeeBoord plugin and the Shortcuts in TW 5.1.18

2018-11-24 Thread Mohammad Rahmani
Hello BTC, The good news of today is we are informed in another post that the new release TW 5.1.18 is at door! My question is how we can find the differences in Keyboard Shortcuts 5.1.18 and KeeBoord plugin? This is because people may want to upgrade the current 5.1.17 wikis using KeeBoord

[twdev] Re: KeeBoord plugin and the Keyboard Shortcuts in TW 5.1.18

2018-11-25 Thread Mohammad Rahmani
> > Hello Simon > Thank you for your clarification. Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: Announcing continuous integration for tiddlywiki.com

2019-01-08 Thread Mohammad Rahmani
Great job Jeremy! One question, is there any recommendation for preparing documentation tiddlers? As I have not been involved before, I wish to know some details or a HowTo for preparing or improving TW documentation. --Mohammad -- You received this message because you are subscribed to the

Re: [twdev] Re: Announcing continuous integration for tiddlywiki.com

2019-01-08 Thread Mohammad Rahmani
Thanks Jeremy! Good stuff. I hope I can contribute Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: Problem with TW5.1.19 and Tinka plugin

2019-01-07 Thread Mohammad Rahmani
Further input: Note that the plugin has been created even TW displays that error window. Best -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: Problem with TW5.1.19 and Tinka plugin

2019-01-07 Thread Mohammad Rahmani
Hi Simon, I tested Tinka on 5.1.19. I got a similar error TypeError: options.event.event.target is undefined My plugin was quite simple - a simple macro macro/01 - a readme $:/plugins/.mr/readme What is the problem? Mohammad -- You received this message because you are subscribed to the

[twdev] Re: Showing BasicAuth username as default tiddler

2019-01-07 Thread Mohammad Rahmani
It should be enough to have {{$:/status/UserName}} Good luck -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To

[twdev] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-20 Thread Mohammad Rahmani
Hi Jousha, These are great stuff! As Jeremy asked to add them to Tiddlywiki.com, please go ahead. Cheers Mohammad On Tuesday, February 19, 2019 at 8:27:27 AM UTC+3:30, Joshua Fontany wrote: > > Hi Everyone~ > > I have caught and squashed quote a few bugs with this update and > refactored quite

Re: [twdev] Re: How to build a settings panel for a plugin

2019-02-14 Thread Mohammad Rahmani
Stefano, Could you please bruch up the procedure based on the received comments. I would like to add it to TW-Scripts. Cheers Mohammad On Friday, February 15, 2019 at 1:42:32 AM UTC+3:30, stefano franchi wrote: > > > > On Thu, Feb 14, 2019 at 2:49 PM Matthew Lauber > wrote: > >> That should

Re: [twdev] Re: How to build a settings panel for a plugin

2019-02-14 Thread Mohammad Rahmani
Thank you! Added to TW-Scripts On Friday, February 15, 2019 at 10:32:28 AM UTC+3:30, stefano franchi wrote: > > > > On Fri, Feb 15, 2019 at 12:04 AM Mohammad Rahmani > wrote: > >> Stefano, >> Could you please bruch up the procedure based on the received com

[twdev] Re: Problem with TW5.1.19 and Tinka plugin

2019-02-17 Thread Mohammad Rahmani
Hi Ton, Referring to Andreas Hahn the author of Tinka at https://groups.google.com/d/msg/tiddlywiki/Wcz36PF2a6M/R7NIHrMVBAAJ The Tinka plugin works with TW5.1.20pre and the issue is from TW5.1.19 side. Best Mohammad On Friday, January 4, 2019 at 12:18:50 AM UTC+3:30, Ton Gerner wrote: > >

[twdev] Re: Is this doable? -- TOC Question

2019-02-09 Thread Mohammad Rahmani
Josiah, I like the way it highlight the topic under focus. It TW I always lost where I was! Clicking on TOC item and clicking some other hyperlink and then you forget where you were! I know breadcrumbs can help, but they are no as semantic as having TOC item highlighted. --Mohammad On

[twdev] Re: ANN: widget tutorial

2019-02-03 Thread Mohammad Rahmani
Many thanks Brian, I like the tutorial and I will return to you after some experimenting! By the way for me it is also interesting to know how innerwiki itself work! --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe

Re: [twdev] How to use WebServer without Node.js?

2020-03-05 Thread Mohammad Rahmani
bimlas, Not sure if this Python Script can do the Job https://kookma.github.io/TW-Scripts/#Easy%20local%20saving%20with%20Python Best wishes Mohammad On Thu, Mar 5, 2020 at 1:47 AM bimlas wrote: > Dear all, > > Can I run TiddlyWiki WebServer without Node.js? I need to query the >

Re: [twdev] [service worker] I introducing service worker and webmanifest to the wiki, make my Wiki a PWA, now it can work offline!

2020-04-14 Thread Mohammad Rahmani
Hi Lin, Please add some description to be able use/install this great tool! Best wishes Mohammad On Tue, Apr 14, 2020 at 11:11 PM LinOnetwo wrote: > I read the tutorial of PWA today, and created a manifest.webmanifest : >

Re: [twdev] Lets try the new features of Syncer in 5.1.22pre

2020-03-22 Thread Mohammad Rahmani
Hi Jeremy, Many thanks for your quick action. I am starting the fix-syncer branch and will send you my feedback if any on GitHub. At the first look it is impressive and I love the icons appear on page controls. Best wishes Mohammad On Mon, Mar 23, 2020 at 1:49 AM Jeremy Ruston wrote: > Hi

Re: [twdev] Command line export, then title changes

2020-05-24 Thread Mohammad Rahmani
Please have a look here: https://tiddlywiki.com/prerelease/#Generating%20Static%20Sites%20with%20TiddlyWiki Best wishes Mohammad On Mon, May 25, 2020 at 9:11 AM Kalcifer Kandari wrote: > Thanks, but that still give a similar error: > > Error: ENOENT: no such file or directory, open >

Re: [twdev] Command line export, then title changes

2020-05-24 Thread Mohammad Rahmani
Use tiddlywiki mywiki --render "[all[]]-[tag[private]]" change mywiki with your wiki folder name. This is when you run the command from a parent folder if not give the correct wiki folder path, if you run from inside the wiki folder just issue tiddlywiki --render "[all[]]-[tag[private]]" Best

[twdev] Demystify drag-N-drop in Tiddlywiki

2021-05-08 Thread Mohammad Rahmani
While drag and drop is not a new feature in Tiddlywiki, but it is a bit tricky to develop tools based on it. There are a lot of great use cases for it [1]. This feature has recently been improved [2] and there is still work in progress to address issues and make it more powerful! I am working on

Re: [twdev] Re: Tiddloid - A new android editor is to be released

2021-05-10 Thread Mohammad Rahmani
Hi donmor3000, Many thanks for the update! Downloaded and tested the Lite version on ANdroid 10 and works just great! Side Note: Please post here https://github.com/Jermolene/TiddlyWiki5/discussions The Tiddlywikidev is not read by many users! Best wishes Mohammad On Mon, May 10, 2021 at

Re: [twdev] Announcing: easy Google Drive integration

2021-05-02 Thread Mohammad Rahmani
On Mon, May 3, 2021 at 8:16 AM Ryan Kramer wrote: Hi Ryan! Nice stuff! I have prototyped a simple webpage that allows you to load a TiddlyWiki > from your Google Drive and save the changes back. Perhaps the TiddlyWiki > project will be interested in hosting a more polished version at >

Re: [twdev] Announcing: easy Google Drive integration

2021-05-02 Thread Mohammad Rahmani
en discontinued. > Please continue the conversation on Github if possible: > https://github.com/Jermolene/TiddlyWiki5/discussions/5660 > > On Sun, May 2, 2021 at 11:02 PM Mohammad Rahmani < > mohammad.rahm...@gmail.com> wrote: > >> >> >> >> On M

[twdev] Awesome Starred Tiddlywiki Tools

2021-04-15 Thread Mohammad Rahmani
I came over the https://github.com/almereyda/awesome-starred and interestingly found several Tiddlywiki related tools! Amazingly they are not discussed in this forum not can be found in TiddlyWiki community links One of them is twserver-go

[twdev] Re: Awesome Starred Tiddlywiki Tools

2021-04-15 Thread Mohammad Rahmani
Look here Tiddlywiki in the Pod Store https://solidproject.org/apps Best wishes Mohammad On Thu, Apr 15, 2021 at 12:06 PM Mohammad Rahmani < mohammad.rahm...@gmail.com> wrote: > Also see > > Tiddlywiki SyncAdaptorModules for node-solid-server > https://github.com/bourgeoa

[twdev] Re: Awesome Starred Tiddlywiki Tools

2021-04-15 Thread Mohammad Rahmani
Also see Tiddlywiki SyncAdaptorModules for node-solid-server https://github.com/bourgeoa/solid-file-widget Store your Tiddlywiki in a Pod! Awesome! Best wishes Mohammad On Thu, Apr 15, 2021 at 12:00 PM Mohammad Rahmani < mohammad.rahm...@gmail.com> wrote: > I came over