[tw5] Installing plugins on node.js installation

2021-08-28 Thread Sandip Deshmukh
I installed a tiddlywik on node.js on my linux computer. Then I installed some plugins like Relink the usual way --- dragging the link to the wiki. And everything seemed to work perfectly. Then I came across this . And now I

Re: [tw5] Collapse and expand headings in a tiddler

2021-08-28 Thread Sandip Deshmukh
wrote: > Have a look at Shiraz! > > See display on demand > See FAQ and how it works (open/closed status) > > you will see some good solutions there! > > > Best wishes > Mohammad > > > On Sat, Aug 28, 2021 at 7:53 AM Sandip Deshmukh > wrote: &g

[tw5] Collapse and expand headings in a tiddler

2021-08-27 Thread Sandip Deshmukh
ReadThisLongManual tiddler carries this: ! Heading1 {{||PartOne}} {{||PartTwo}} !! Heading 2 Some text under the heading {{||PartThree}} When rendered, there will be several headings. Some of these will come from the transcluded templates. Is there a way to collapse/ expand these headings

Re: [tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Sandip Deshmukh
t; I think strikke/@Birthe might have forgot a leading dot(period). So: >> .tc-tiddler-frame textarea.tc-edit-texteditor {font-size: 125%; >> background: #485052; color: #48E16A;} >> On Friday, August 27, 2021 at 11:18:28 AM UTC-4 Sandip Deshmukh wrote: >> >>> Hello S

[tw5] Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Sandip Deshmukh
I feel that as I switch from a single column view to a two column view, the display font size reduces. I do not want that to happen. Any way to achieve that? Secondly, the font that is used when I am editing a tiddler is definitely smaller than the one used for displaying the tiddler. How do I

[tw5] Re: Transclusion through template --- preserve wikitex formatting

2021-08-26 Thread Sandip Deshmukh
ere, see Block Mode and Inline Mode > <https://groktiddlywiki.com/read/#Block%20Mode%20and%20Inline%20Mode> in > *Grok > TiddlyWiki.* > > On Thursday, August 26, 2021 at 4:16:21 AM UTC-5 Sandip Deshmukh wrote: > >> Thanks. That worked perfectly. >> >> &g

Re: [tw5] Re: Process contents of a field before transclusion

2021-08-26 Thread Sandip Deshmukh
L tiddlers can be used as > templates. > > Sorry that I'm not understanding what you're trying to do. I must be > missing something. > > On Thursday, August 26, 2021 at 1:29:13 PM UTC-4 Sandip Deshmukh wrote: > >> Hello Stobot, >> >>

Re: [tw5] Re: Process contents of a field before transclusion

2021-08-26 Thread Sandip Deshmukh
Thursday, August 26, 2021 at 10:23:50 AM UTC-4 Sandip Deshmukh wrote: > >> A tiddler 'King George' contains a field 'family-members' that has the >> value [[Mary]] [[Henry]]. >> >> The code >> >> <$list filter="[get{!!family-memb

[tw5] Process contents of a field before transclusion

2021-08-26 Thread Sandip Deshmukh
A tiddler 'King George' contains a field 'family-members' that has the value [[Mary]] [[Henry]]. The code <$list filter="[get{!!family-members}]"> #{{!!title}} produces #Mary #Henry I want to put this code in a tiddler 'HashTaggedFamilyMembers' and use that as a template tiddle

[tw5] Re: Renaming and deleting fields

2021-08-26 Thread Sandip Deshmukh
ActionDeleteFieldWidget >><https://tiddlywiki.com/#ActionDeleteFieldWidget> and or WidgetMessage: >>tm-remove-field >><https://tiddlywiki.com/#WidgetMessage%3A%20tm-remove-field> >> >> Regards >> Tones >> >> On Thursday, 2

[tw5] Renaming and deleting fields

2021-08-26 Thread Sandip Deshmukh
It is easy to rename and delete tags. But how do I do the same with fields? Suppose, fld1 and fld2 are the fields I have created. How can I rename fld1 to field1 and remove (so it does not show up in the list of fields available when I create a tiddler) fld2? -- You received this message beca

[tw5] Re: Transclusion through template --- preserve wikitex formatting

2021-08-26 Thread Sandip Deshmukh
Thanks. That worked perfectly. On Thursday, August 26, 2021 at 12:04:46 PM UTC+5:30 Eric Shulman wrote: > On Wednesday, August 25, 2021 at 10:39:54 PM UTC-7 Sandip Deshmukh wrote: > >> My `ContactInformation' tiddler contains: >> <$list filter="[contains:parti

[tw5] Transclusion through template --- preserve wikitex formatting

2021-08-25 Thread Sandip Deshmukh
My `ContactInformation' tiddler contains: <$list filter="[contains:participants!sort[on]]"> <$link /> {{!!text}} My 'KG More1' tiddler's participants field contains [[King George]] and its text contains: * Item 1 * Item 2 My 'KG More2' tiddler's participants field contains [[King George]

[tw5] Re: Convert a dynamic list into a template

2021-08-25 Thread Sandip Deshmukh
lping difficult. > > Thanks! > > On Wednesday, August 25, 2021 at 9:07:00 AM UTC-7 Sandip Deshmukh wrote: > >> Thanks, Mark. >> >> >> On Wednesday, August 25, 2021 at 9:16:42 PM UTC+5:30 Mark S. wrote: >> >>> Try >>> >>> >>

Re: [tw5] Re: Random html tags appear in my wiki

2021-08-25 Thread Sandip Deshmukh
My experience is also very similar to what David has described. Either TiddlyDesktop or Tiddloid could be causing the problem. But nothing seems to be broken. The wiki works perfectly otherwise. On Thursday, August 26, 2021 at 5:55:52 AM UTC+5:30 TW Tones wrote: > David, > > I am not so sure ho

[tw5] Re: Convert a dynamic list into a template

2021-08-25 Thread Sandip Deshmukh
ipatedList' and tagged it as suggested by you. *Also, what I am aiming at is not the list. I want to transclude the matching tiddlers.* I have edited the original question to say so explicitly. I earlier thought that {{}} meant it automatically. > > > On Wednesday, August

[tw5] Convert a dynamic list into a template

2021-08-25 Thread Sandip Deshmukh
Here is a working dynamic list I have: <$list filter="[contains:participants[King George]!sort[at]]"> <$link /> This works perfectly. Can I convert this into a template --- 'ParticipatedListTemplate'? So, I can sit in a tiddler 'King George', write {{||ParticipatedListTemplate}} and get th

[tw5] Re: Dynamic list with tiddler names containing a space

2021-08-25 Thread Sandip Deshmukh
does not allow me to change the earlier message, I will post a new conversation. Please bear with me. On Wednesday, August 25, 2021 at 7:28:17 PM UTC+5:30 PMario wrote: > On Wednesday, August 25, 2021 at 12:26:56 PM UTC+2 Sandip Deshmukh wrote: > > But the filter syntax you have prov

[tw5] Re: Dynamic list with tiddler names containing a space

2021-08-25 Thread Sandip Deshmukh
gt; > <$list filter="[project]"> > ... > > > note that it doesn't use the [ ] and << becomes < and >> becomes > within > a filter expression > Sandip Deshmukh schrieb am Mittwoch, 25. August 2021 um 07:47:03 UTC+2: > >> I was try

[tw5] Dynamic list with tiddler names containing a space

2021-08-24 Thread Sandip Deshmukh
I was trying to create a dynamic list containing a list of all tiddlers containing the current tiddler as a member of the field project. I am in tiddler "B B" that carries the following code: <$list filter="[project[<>]]"> <$link /> Another tiddler "D D" has [[A A]] and [[B B

[tw5] Re: Random html tags appear in my wiki

2021-08-23 Thread Sandip Deshmukh
iddler may have a tag such as SystemTag: $:/tags/BelowStory > <https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FBelowStory>, > remove this to see if its fixed, if not re tag it and keep looking. > > I expect a tiddler is broken or corrupt. > > Regards > Tones > On

[tw5] Re: Refer to the same tiddler with multiple names

2021-08-22 Thread Sandip Deshmukh
Dear Mario, Oh OK. I could finally install the plugin and provide an alias link and see the backlink, etc. I had missed out on the syntax. That caused the confusion. On Friday, August 20, 2021 at 12:31:47 PM UTC+5:30 R² wrote: > My bad, I hadn't understood the alias had to be invoked and wrong

[tw5] No plugin seems to work!

2021-08-22 Thread Sandip Deshmukh
Much though I like the concept, I am unable to use tiddlywiki. To start afresh, I downloaded the empty.html form tiddlywiki website, downloaded and extracted tiddlydesktop archive for linux-64. Executed nw and imported the empty.html file. Then I dragged uni-link plugin installation link from h

[tw5] Random html tags appear in my wiki

2021-08-20 Thread Sandip Deshmukh
I have a plain vanilla tiddlywiki with a couple of tiddlers. I copied this on my Android smartphone. And opened it with tiddloid. All went well till I was only viewing the tiddlers. But after I edited/ added new tiddlers, some html markup strings started appearing at the very end. They are not

[tw5] Re: Refer to the same tiddler with multiple names

2021-08-19 Thread Sandip Deshmukh
Hello Mario, Thanks. Tried the plugin. It is useful. There is one small issue, though. Suppose, X is an alias for A. And suppose, B refers to X. The linking works perfectly. Clicking on X takes us to A. But B is not shown as a backlink to A. Or it did not on my wiki. How do I get the backli

[tw5] Refer to the same tiddler with multiple names

2021-08-18 Thread Sandip Deshmukh
There are times when I would like to call a tiddler by multiple names. This is true especially about names of people, places, etc. In Wikipedia, one can see mentions like this: "JFK", "John Kennedy", and "Jack Kennedy" redirect here Does similar functionality exist in tiddlywiki? It will me

Re: [tw5] Installing plugins in Android

2021-08-17 Thread Sandip Deshmukh
Thanks.That did it. On Monday, August 16, 2021 at 10:36:49 PM UTC+5:30 jeremy...@gmail.com wrote: > Hi Sandip > > > On 16 Aug 2021, at 16:01, Sandip Deshmukh wrote: > > A newbie here. So, bear with me if this is a basic question. > > On my desktop, I am able to ins

[tw5] Installing plugins in Android

2021-08-16 Thread Sandip Deshmukh
A newbie here. So, bear with me if this is a basic question. On my desktop, I am able to install several plugins not listed in tiddlywiki official directory by dragging the buttons to my wiki. But how do I do the same on my Android phone? Dragging is not possible there. -- You received this m