Re: [tw5] Experimental Chromium native saver

2021-04-27 Thread Mohammad Rahmani
Hi Dyllon! Many thanks for the detailed answer and clarification! I hope someday we could have this native saving feature! It would be very convenient to be able work with Tiddlywiki without any extra requirements! Best wishes Mohammad On Wed, Apr 28, 2021 at 3:29 AM Dyllon Gagnier wrote: >

[tw5] Re: Transcluding Base64 Image as Tiddler Background

2021-04-27 Thread Joshua Fontany
One thing to note: When using WikiText within CSS tiddlers (tiddlers tagged `$:/tags/Stylesheet`), you do NOT want to set the tiddler-type to `text/css`. This would disable parsing of the wikitext. Leave it blank or set it to `text/vnd.tiddlywiki5`. Best, Joshua F On Monday, April 26, 2021 at

[tw5] Re: folding sections in tidler

2021-04-27 Thread 'Mark S.' via TiddlyWiki
You seem to have your select widget inside the main list filter, and so your selection gets repeated over and over. You probably want to take the select widget outside the main list widget. Then your code will be something like: <$select as in your text ...> <$list filter="[!has[draft

[tw5] Where do I embedd form? I understand TiddlyWiki can't process it, something likeFormspree or Kwes.IO would take care of that.

2021-04-27 Thread 'naim.abou.darwish' via TiddlyWiki
Hi, Thanks for the awesome work put into TiddlyWiki. A non-linear personal web notebook, fits my messy approach to work. I'm trying to collect some info on different dialects. I found a couple of web form services that would work for me, but I can't figure out where to embed the code. from forms

[tw5] folding sections in tidler

2021-04-27 Thread paulgilbert2000
Hi, i have 3 filter that lists tiddlers matching a specific field value, one filter for "in house" another for "pending" and one for "with Vendor" i want every filter have its results foldable , so in the below screen shot , i want it to be able to click an arrow for example using the select

[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Soren Bjornstad
Your snippet works for me, too. Can you export the tiddler you create as a json file and attach that? It's possible you're getting some kind of weird special character in there, and the JSON file will be an exact copy of your tiddler without any issues introduced by copying and pasting. [image:

[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Xabriña
Well, I don't know what happens. I also get it correctly in the online version of Tiddlywiki, but in the installation that I have on the laptop it doesn't work. I have to say that I use Bob.exe, I don't know if that will be the problem. What I am trying to put is the following: <<< You can us

Re: [tw5] Experimental Chromium native saver

2021-04-27 Thread Dyllon Gagnier
@mohammad.rahmani the security issue is actually relevant to TiddlyWiki even if the file itself is secured. Google decided this was a duplicate issue so I can disclose the issue in full. 1202597 - Security: File Access API Permission Bypass - chromium

Re: [tw5] How do I set tags in action-createtiddler?

2021-04-27 Thread TW Tones
Mat, Mohammad used a macro to do the concatenation of values and Mark used the triple curly braces to use a filter to do the concatenation. These are both good methods - In some cases the macro approach will need the result be be wikifiy[ed] before use - In other cases the triple curl

[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Michael Wiktowy
This seems to work fine unless you have some text in the line *immediately* above the <<<. Then everything gets mis-parsed (I think that it has something to do with rendering inline vs block). If you leave and at least one empty line (with absolutely no spaces) just before <<<, it should render

[tw5] Re: bug,help me

2021-04-27 Thread PMario
Hi No. It's not a bug. As long as https://tiddlywiki.com/#%24%3A%2Fstate%2Ftab%2Fsidebar--595412856 exists it will be used to define the tab that is used in the sidebar. If you delete the tiddler, the Open sidebar will be selected. -mario -- You received this message because you are subsc

[tw5] Re: Change the title of a tiddler from the tiddler itself?

2021-04-27 Thread PMario
Hi, Read this: https://tiddlywiki.com/#WidgetMessage%3A%20tm-rename-tiddler ... especially the "renameInxxx" parameters. try: \define actions() <$action-sendmessage $message="tm-rename-tiddler" from=<> to={{{ [{!!book-title}addsuffix[ - ]addsuffix{!!author}] }}} /> \end <$list filter=[all[cu

Re: [tw5] Re: Tiddlywiki Mobile App with Highlight Feature

2021-04-27 Thread Java Development
How to integrate the plugin https://github.com/bimlas/tw5-highlight-searched-text/ into Tiddloid ??? Is it possible to raise a request in Tiddloid to integrate the above plugin as it would be useful for all Thanks On Wed,

Re: [tw5] How do I set tags in action-createtiddler?

2021-04-27 Thread Mat
Guys, thank you! I'll look closer at it tomorrow but I'm pretty sure your solutions will solve it! Thank you. <:-) On Tuesday, April 27, 2021 at 9:45:29 PM UTC+2 Mark S. wrote: > Just for variety > > \define newtid() > <$vars lb="[[" rb="]]" spc=" "> > <$button> click > <$action-createtiddler $

Re: [tw5] How do I set tags in action-createtiddler?

2021-04-27 Thread 'Mark S.' via TiddlyWiki
Just for variety \define newtid() <$vars lb="[[" rb="]]" spc=" "> <$button> click <$action-createtiddler $basetitle={{temp!!ttl}} tags={{{[{temp!!tgs}addsuffixaddsuffixaddsuffixaddsuffixaddprefixaddsuffix]}}} /> \end <$edit-text tiddler=temp field=tgs/> On Tuesday, April 27, 2021 at 1

[tw5] Re: New Feature Request ?

2021-04-27 Thread PMario
On Tuesday, April 27, 2021 at 2:44:46 PM UTC+2 its.mar...@gmail.com wrote: > OH WOW!! > :) That is EXACTLY what I was after. > I didn't know HOW to explain it - but that's even better than I could have > asked for . > > Many Thanks > It's nice to get such an enthusiastic response. > Now

Re: [tw5] Re: Tiddlywiki Mobile App with Highlight Feature

2021-04-27 Thread si
I use Tiddloid , which should work fine with that plugin. On Tuesday, 27 April 2021 at 14:52:10 UTC+1 Java Development wrote: > Any good one for android with the mentioned plugin?? > > Thank you > > On Tue 27 Apr, 2021, 6:21 PM ludwa6, wrote: > >> Yes JavaDev

[tw5] Change the title of a tiddler from the tiddler itself?

2021-04-27 Thread si
I've created a ViewTemplate that adds a table of editable metadata to any tiddler with the tag "Book". Here is a simplified example: <$list filter=[all[current]tag[book]]> |Book title|<$edit-text field=book-title />| |Author|<$edit-text field=author />| Now I intend to set the title of these

[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Brian Radspinner
What part of the text disappears for you? Pasting your code into a new tiddler in TiddlyWiki.com seems to work as intended, with the code text showing inside the block quote. On Tuesday, April 27, 2021 at 12:22:35 PM UTC-7 Xabriña wrote: > this is the text i'm trying to put > > <<< > > You can

[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Xabriña
this is the text i'm trying to put <<< You can use two nested `$list` widgets, like this: ``` <$vars tagName="howdy" fieldName="special" fieldValue="Yes"> <$list filter="[taghas]"> <$list filter="[getmatch]" variable="is_match"> <> ``` <<< El martes, 27 de abril de 2021 a las 2

[tw5] Monospaced block inside a quoted text?

2021-04-27 Thread Xabriña
Hello everybody. I am trying to do one thing but I am not successful and I am not sure what can be done. I try to put a text in monospaced block formating inside a quoted text formating but I can't get it to work. I have just disappeared part of the text of the tiddler. Is there any way that th

Re: [tw5] Re: Is there a way to open a date-picker via a button?

2021-04-27 Thread si
Thanks. The TiddlyTools calendar widget seems mostly designed for adding events, rather than setting a date field, however Eric did include a date-picker widget: http://tiddlytools.com/timer.html#TiddlyTools%2FTime%2FEditDate. This has the same problem as with other date-pickers, but since it's

Re: [tw5] How do I set tags in action-createtiddler?

2021-04-27 Thread Mohammad Rahmani
Hi Mat This is one quick solution \define mytags() [[$(tag1)$]] $(tag2)$ \define newtid() <$button> click <$vars tag1=<> tag2={{temp!!tgs}}> <$action-createtiddler $basetitle={{temp!!ttl}} tags=<> /> \end <$edit-text tiddler=temp field=ttl/> <$edit-text tiddler=temp field=tgs/> <> * the my

[tw5] Re: Referencing ~35000 tiddlers - Custom development?

2021-04-27 Thread 'Mark S.' via TiddlyWiki
I've made a Bible (twice, I think, but I've misplaced one. Possibly on the car roof top). A 6000 entry nutrition database. A 63,000 entry dictionary. You'll have to explain what you mean exactly by "pollution". For your situation, using node.js, there is, as they say "One weird trick." You can

[tw5] Re: How do I set tags in action-createtiddler?

2021-04-27 Thread Michael Wiktowy
I've only been able to do this sort of thing by taking advantage of the fact that buttons can fire two actions in sequential order: <$button action<>> <>. So you can use <$action-createtidder $savetitle="$:/temp/new_button_tiddler"> in <> to save the *actual* title and not the base title and

Re: [tw5] Re: Sticky editortoolbar?

2021-04-27 Thread Brian Radspinner
History Buff may be in the same "position" as I am: I think I have some other CSS styles that as messing with the ability to use what you posted. When I use position:sticky on the toolbar, it does nothing, still scrolls with the tiddler frame. On Tuesday, April 27, 2021 at 10:40:59 AM UTC-7 Dav

[tw5] Re: Referencing ~35000 tiddlers - Custom development?

2021-04-27 Thread David Gifford
Sounds like the Bible, which has 66 books, about 20 chapter average per book, and about 30 verses per chapter. Regardless of what your content is, do a search for Bible here and that should turn up instances of people who have the entire Bible in one TiddlyWiki, divided by book and chapter, to

[tw5] How do I set tags in action-createtiddler?

2021-04-27 Thread Mat
I wish to create a new tiddler using action-createtiddler (because it uses the "basetitle" to prevent overwrites). I define the title and tags values via a temp tiddler in some EditTextWidgets, as you see below. But I want the new tiddler tags to be both this arbitrary temp!!tgs value AND and t

Re: [tw5] Re: Sticky editortoolbar?

2021-04-27 Thread David Gifford
@History Buff CSS worked great for me. Create a tiddler with the following: Title: $:/HistoryBuff/StickyEditorButtons tag: $:/tags/Stylesheet text: .tc-editor-toolbar { position: sticky; top: 0; background-color: white;} type: text/css On Tuesday, April 27, 2021 at 11:41:12 AM UTC-5 History

[tw5] Re: Referencing ~35000 tiddlers - Custom development?

2021-04-27 Thread Stobot
For what it's worth, I have a wiki that's a copy of my company's ActiveDirectory with about 30,000 people in it - one tiddler per person. It is a little slow but it works. If the issue isn't performance, but rather the "polution" one idea might be to "hide" them with a prefix - like $:/book/cha

Re: [tw5] Re: Sticky editortoolbar?

2021-04-27 Thread History Buff
I haven't been able to get the CSS to work yet. For now, I've been using the fixed height setting ($:/core/ui/EditorToolbar/editor-height-dropdown) which fixes the editor window and makes the toolbar visible at all times. On Tuesday, April 27, 2021 at 9:08:12 AM UTC-7 David Gifford wrote: > Tha

Re: [tw5] Simple php/sqlite3 adaptor

2021-04-27 Thread Mohammad Rahmani
On Tue, Apr 27, 2021 at 6:57 PM Anjar wrote: > @Mohammad currently, I haven't copied that part of the tw-receiver script > yet because having to edit a PHP is not very user friendly, it seems much > better to have the password saved in the database so that you can actually > set it and change it

Re: [tw5] Re: Sticky editortoolbar?

2021-04-27 Thread David Gifford
Thanks a bunch Odin! (I feel like a pagan idolater for writing that sentence!) :-) On Tue, Apr 27, 2021 at 10:34 AM Odin wrote: > The CSS position attribute has a 'sticky' value. See: > https://www.w3schools.com/cssref/pr_class_position.asp > > Adding this to a stylesheet tiddler would produc

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
On Tue, Apr 27, 2021 at 6:59 PM Brian Radspinner wrote: > Thank you Mohammad, > Hi Brian! > > > How do you pin tiddlers? Is it a plugin or you use tagging? > > It's just a list that grabs tiddlers tagged with "Sticky" and displays > them. I also have a Tiddler Controls button that adds the tag

[tw5] Re: transclusion and parameterized template

2021-04-27 Thread Saq Imtiaz
Two things that might be helpful: 1) {{tiddlerName||templateName}} 2) the above is a shortcut syntax for <$tiddler tiddler="tiddlerName"> <$translude tiddler="templateName"> See https://tiddlywiki.com/#Transclusion%20with%20Templates On Tuesday, April 27, 2021 at 5:24:01 PM UTC+2 jn.pierr...@g

[tw5] Re: Sticky editortoolbar?

2021-04-27 Thread Odin
The CSS position attribute has a 'sticky' value. See: https://www.w3schools.com/cssref/pr_class_position.asp Adding this to a stylesheet tiddler would produce the effect: .tc-editor-toolbar { position: sticky; top: 0; } To prevent the look of 'floating' buttons you can also add a 'background-c

[tw5] Re: Referencing ~35000 tiddlers - Custom development?

2021-04-27 Thread maki aea
hi not a direct answer but i am using a structure for 1 tiddlers (ported from a different app) and in hindsight didn’t end up needing so many. loosely, it’s 100 tiddlers with 100 subtiddlers per tiddler. references look like [[0030]] (reversed order i.e. subtiddler 00, main tiddler 30). th

[tw5] transclusion and parameterized template

2021-04-27 Thread Jean-Pierre Rivière
The transclude widget dos not offer any template use option. the wiki syntax for transclusion requires a fixed template although it allows for a computed source tiddler. That is: we can have {{<>!!temp}} but not {{<>!!<>}} and it would be fine to get <$transclude tiddler=<> template=<>/> I a

[tw5] Sticky editortoolbar?

2021-04-27 Thread David Gifford
Okay I know I had this set up once., but I can't find it. Can anyone explain how I could have a sticky editortoolbar? So that when I am editing a tiddler and scroll down, the editing buttons stay at the top of the screen? -- You received this message because you are subscribed to the Google G

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Brian Radspinner
Thank you Mohammad, How do you pin tiddlers? Is it a plugin or you use tagging? It's just a list that grabs tiddlers tagged with "Sticky" and displays them. I also have a Tiddler Controls button that adds the tag to a tiddler for easy one-click tagging. Having the Explorer tab readily availa

Re: [tw5] Simple php/sqlite3 adaptor

2021-04-27 Thread Anjar
@Mohammad currently, I haven't copied that part of the tw-receiver script yet because having to edit a PHP is not very user friendly, it seems much better to have the password saved in the database so that you can actually set it and change it directly from the tiddlywiki. It's probably also b

Re: [tw5] Can you help with these missing tiddlers or sites?

2021-04-27 Thread 'Mark S.' via TiddlyWiki
Thanks! Updated. On Tuesday, April 27, 2021 at 12:55:35 AM UTC-7 Ste wrote: > > > https://web.archive.org/web/20170407231100/http://erwans-learning-tw.bitballoon.com/ > > And > > > https://web.archive.org/web/20181219221651/https://erwans-learning-tw.netlify.com/ > > Both the same for > > Title:

Re: [tw5] Re: Tiddlywiki Mobile App with Highlight Feature

2021-04-27 Thread Java Development
Any good one for android with the mentioned plugin?? Thank you On Tue 27 Apr, 2021, 6:21 PM ludwa6, wrote: > Yes JavaDev: the Quine2 app makes my several TW instances -including all > plugins- available on my iOS devices (phone & pad) via iCloud in fully > interactive mode. > (NB: i can't speak

[tw5] Referencing ~35000 tiddlers - Custom development?

2021-04-27 Thread Cs Molnar
There is something I want to achieve with TiddlyWiki but I don't know how, so I hope one of you can help me. My problem, in a generalized way, is the following: I want to take reading notes from a book in tiddlers. The book has chapters (about 60), every chapter has on average 20 sections, and

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
*Example of using Tiddlywiki sidebar effectively* The Zettelkasten edition by Soren is another nice example of sidebar application. See the *Explorer* tab [image: img_92_chrome.png] and the *Write* tab! There are several categories here Stubs, Missing, Needing attention, Needing excision, TOD

[tw5] Re: Tiddlywiki Mobile App with Highlight Feature

2021-04-27 Thread ludwa6
Yes JavaDev: the Quine2 app makes my several TW instances -including all plugins- available on my iOS devices (phone & pad) via iCloud in fully interactive mode. (NB: i can't speak to Android nor that particular plugin you mention). /walt On Tuesday, April 27, 2021 at 10:53:10 AM UTC+1 Java De

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
Hi Brian, Wonderful sidebar! I see the Explorer on the tabs list! The tiddler creators Nice color theme! How do you pin tiddlers? Is it a plugin or you use tagging? Thank you for sharing the snapshot! On Tue, Apr 27, 2021 at 4:01 PM Brian Radspinner wrote: > I have a customized sidebar layout

[tw5] Re: New Feature Request ?

2021-04-27 Thread Martin West
OH WOW!! That is EXACTLY what I was after. I didn't know HOW to explain it - but that's even better than I could have asked for . Many Thanks Now I have to learn ABC format - to write some out On Monday, 26 April 2021 at 12:06:59 UTC+1 PMario wrote: > Hi, > I do have no idea, what that

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
On Tue, Apr 27, 2021 at 3:19 PM S² wrote: > Hello, > I really like Tiddly Wiki - I'm more user than programmer. > I prefer to have the whole screen available for the content of the > tiddler. That's why my right sitebar is faded out. > When I need a second column, I have installed the plugin 'Sto

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
On Tue, Apr 27, 2021 at 4:36 PM David Gifford wrote: > Hi Mohammad > Hi Dave, > My use of the right sidebar: > > 1. First thing I do is hide the sitetitle and sitesubtitle. They take up > so much room. Removing them lets me see more of the tabs. > 2. I either use my customizer plugin or I add

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread David Gifford
Hi Mohammad My use of the right sidebar: 1. First thing I do is hide the sitetitle and sitesubtitle. They take up so much room. Removing them lets me see more of the tabs. 2. I either use my customizer plugin or I add a couple tabs, using captions to keep them short. List-searches, for example.

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Brian Radspinner
I have a customized sidebar layout that works well for me: [image: SidebarLayout.jpg] On Tuesday, April 27, 2021 at 3:49:01 AM UTC-7 S² wrote: > Hello, > I really like Tiddly Wiki - I'm more user than programmer. > I prefer to have the whole screen available for the content of the > tiddler. Tha

[tw5] Playing with Highlight.JS in Tiddlywiki: Color themes and Language brushes

2021-04-27 Thread Mohammad Rahmani
If you are a fan of Highlight.JS in Tiddlywiki then you may like to have a look at the below wiki https://highlightjs.tiddlyhost.com/ It has all the color themes from the official repo (https://highlightjs.org/ ) It has a sidebar tab to simply switch your color theme It allows you simply drag an

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread
Hello, I really like Tiddly Wiki - I'm more user than programmer. I prefer to have the whole screen available for the content of the tiddler. That's why my right sitebar is faded out. When I need a second column, I have installed the plugin 'Stories' [image: right_sidebar.png] Greetings Stefan lud

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
*Example of using Tiddlywiki sidebar effectively* One example is Favorites! There are few plugins for this, but one is the below https://kookma.github.io/TW-Favorites/ It creates a sidebar tab and lets to manage your bookmarks Simply pin a tiddler or set of tiddlers when you work on a project (j

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
Hi Walt, I enjoy reading your experiences with Tiddlywiki and see how active you are these days in the forum! On Tue, Apr 27, 2021 at 2:36 PM ludwa6 wrote: > Agreed, @Mohammad: that right sidebar is like the digital extension of my > right hand, when working in TW; without it, i would not be us

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
Best wishes Mohammad On Tue, Apr 27, 2021 at 1:33 PM PMario wrote: > Hi, > I think, that tiddlymap.org is one of the best examples, that a "right" > sidebar makes sense. > -mario > > Elegant! > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" grou

Re: [tw5] Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Mohammad Rahmani
Hi Jeremy, Many thanks for your clarification! I love the sidebar and I use it alot! As you said we have the main story river from top left of the page where we focus to read! The empty.html itself (simplicity, clean UI, small story river and big sidebar) is like a fresh air and I always start

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread ludwa6
Agreed, @Mohammad: that right sidebar is like the digital extension of my right hand, when working in TW; without it, i would not be using TW at all, i expect. The fact that it is persistent, always-accessible and easily mutable -all 3 qualities at the same time- is what makes it so powerful fo

[tw5] Tiddlywiki Mobile App with Highlight Feature

2021-04-27 Thread Java Development
Hi, The AndTidWiki is a good mobile app...but doesn't have the following plugin Below highlight plugin https://github.com/bimlas/tw5-highlight-searched-text/ is awesome. Does Any mobile app available for Tiddly Wiki? Does Any Mobile app available for tiddly wiki with above highlight beautif

[tw5] Re: Why my action-setfield is not executed ?

2021-04-27 Thread vpl
Thanks a lot for your quick answer Regards Le mardi 27 avril 2021 à 11:21:10 UTC+2, saq.i...@gmail.com a écrit : > See https://tiddlywiki.com/#ActionWidgets > > On Tuesday, April 27, 2021 at 11:20:43 AM UTC+2 Saq Imtiaz wrote: > >> Action widgets are only invoked when triggered by triggering wid

[tw5] Re: Why my action-setfield is not executed ?

2021-04-27 Thread Saq Imtiaz
See https://tiddlywiki.com/#ActionWidgets On Tuesday, April 27, 2021 at 11:20:43 AM UTC+2 Saq Imtiaz wrote: > Action widgets are only invoked when triggered by triggering widgets such > as the Button Widget. That is, it takes user interaction to make changes to > tiddlers. > > On Tuesday, April

[tw5] Re: Why my action-setfield is not executed ?

2021-04-27 Thread Saq Imtiaz
Action widgets are only invoked when triggered by triggering widgets such as the Button Widget. That is, it takes user interaction to make changes to tiddlers. On Tuesday, April 27, 2021 at 10:40:12 AM UTC+2 vpl wrote: > Hi guys > > A stupid question but I don't understand what the rational beh

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread PMario
Hi, I think, that tiddlymap.org is one of the best examples, that a "right" sidebar makes sense. -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

[tw5] Re: Datatable Integration in TW5

2021-04-27 Thread PMario
On Tuesday, April 27, 2021 at 10:45:57 AM UTC+2 dode...@gmail.com wrote: > Thank you for you support and ideas. I took them together, spent a day > JavaScript hacking and published the result here: > http://tiddlywiki.doolplex.org/#GroupedTable%20Macro Very well done! I will ananimize the pla

Re: [tw5] Tiddlywiki right sidebar: How do you use it?

2021-04-27 Thread Jeremy Ruston
Just to explain the original rationale, the reason that in TW5 I put the sidebar on the right was because I felt the story river should be the primary content. Given the way that eye tracking studies show that we read web pages from the top left, that meant making sure that the story river occu

[tw5] Re: Datatable Integration in TW5

2021-04-27 Thread joost van den Dool
Thank you for you support and ideas. I took them together, spent a day JavaScript hacking and published the result here: http://tiddlywiki.doolplex.org/#GroupedTable%20Macro I will ananimize the planning tool and publish it later as well as well as other macro's and tweaks I made. Thank you fo

[tw5] Why my action-setfield is not executed ?

2021-04-27 Thread vpl
Hi guys A stupid question but I don't understand what the rational behind this ... When I create a basic tiddler with this code the "todel" field is set (even not created) I've tried to specify the $tiddler as <> but that does not work .. Thanks very much for any help .. Regards \define macro

Re: [tw5] Re: How $codeblock works in Tiddlywiki?

2021-04-27 Thread Jeremy Ruston
Just to confirm that the <$codeblock code="x"> widget is essentially a synonym for <$text text="x"/>, but with some special processing to let the highlight plugin do its work. As TiddlyTweeter points out, if you want to display wikified text in a codeblock then one can simply use the HTML tags.

Re: [tw5] Re: How $codeblock works in Tiddlywiki?

2021-04-27 Thread TiddlyTweeter
Mohammad wrote: > I am working on a tiny new plugin that lets you show a code using > codeblock with line number and specified lines highlighted (stand out). > If I could use the html inside codblock then the life was much more easier! > FYI it is ONLY invoking the parser wia WikiText that creat

Re: [tw5] Can you help with these missing tiddlers or sites?

2021-04-27 Thread Ste
https://web.archive.org/web/20170407231100/http://erwans-learning-tw.bitballoon.com/ And https://web.archive.org/web/20181219221651/https://erwans-learning-tw.netlify.com/ Both the same for Title: My first steps with TiddlyWiki Url: http://erwans-learning-tw.bitballoon.com/ Problem: No site O