[tw5] Re: [tw] Re: [TW5] Tabbed Story View

2024-09-24 Thread Marc J. Cawood
I love the idea of a tabbed wiki, similar to a browser in a browser. For that however we'd need the tabs at the top level, outside of all divs and, ideally, position:fixed to the top of the page. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. T

[tw5] Re: Example of a tool tip for abbreviations

2024-09-14 Thread Charlie Veniot
G'day Tim, Because I really much prefer short-hand transclusions over macros, I just looked at that approach, and I fiddled a little bit with your implementation because I prefer type as little as possible and let the Transclusion template do as much of the work as possible. (Code pasted after

[tw5] Example of a tool tip for abbreviations

2024-09-14 Thread Tim Pizey
Hi, At https://timp.tiddlyhost.com/#Inline%20abbreviation%20example I use a global macro to find a tiddler by name and render it as a button. I would welcome code review or comments. best wishes Tim -- Tim Pizey - http://tim.pizey.uk/ -- You received this message because you are subscribed

Re: [tw5] Hosting a free, private, editable tiddlywiki

2024-09-08 Thread PMario
To use private GitHub Pages, you'll need a non-free Enterprise account. So that's probably no option. -m -- 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 tiddlywik

Re: [tw5] Hosting a free, private, editable tiddlywiki

2024-09-08 Thread Tim Pizey
Actually this is great. Git as a change control system that you can use to compare and revert to previous version is pretty tricky to use on Tiddlywiki, and Google Drive does not give change control that I am aware of. So I am going with: https://timp.tiddlyhost.com/ public https://timp-wip.tiddl

Re: [tw5] Hosting a free, private, editable tiddlywiki

2024-09-07 Thread Tim Pizey
Thank you, and it is a good option, but I would like to use Google Drive or github if possible for more control. On Sat, 7 Sept 2024 at 18:52, Simon Baird wrote: > > Did you consider/try https://tiddlyhost.com/ ? > > On Sat, 7 Sept 2024 at 08:23, Tim Pizey wrote: >> >> Hi, >> >> I have a number

Re: [tw5] Hosting a free, private, editable tiddlywiki

2024-09-07 Thread Simon Baird
Did you consider/try https://tiddlyhost.com/ ? On Sat, 7 Sept 2024 at 08:23, Tim Pizey wrote: > Hi, > > I have a number of public, editable tiddlywiki sites: created > following this howto > https://pizeyt.github.io/#Github%20Pages%20TiddlyWiki%20HowTo > > This functionality is great, but I woul

[tw5] Hosting a free, private, editable tiddlywiki

2024-09-07 Thread Tim Pizey
Hi, I have a number of public, editable tiddlywiki sites: created following this howto https://pizeyt.github.io/#Github%20Pages%20TiddlyWiki%20HowTo This functionality is great, but I would like to do the sme for a private site of notes and works in progress. I have not been able to find out how

[tw5] Re: List inside macro parameter

2024-08-16 Thread Eric Shulman
Hi! The problem is that in order to render bullet items, you need the `$text` macro param to be rendered using "block" mode, rather than "inline" mode. To achieve this, all you need to do is to include a blank line in your macro, immediately before the `$text$`, like this: ``` *\define In

[tw5] List inside macro parameter

2024-08-16 Thread Thibault Boullier
Hi everyone, I work on tiddlywiki for 5 weeks. and I want to customise tips blockquote for user. My users have no knowledge in code. so I want to create snippet and macro to create blockquote for tips, warning and Importante informations. for exemple, for tips i would like generate something

[tw5] Re: Absurdly Long Save Times

2024-08-14 Thread lordpalandus11
Thanks for the heads up and the links! On Wednesday, August 14, 2024 at 2:28:16 PM UTC-7 Mark S. wrote: > The owner/operator is looking into performance problems. > > There's an ongoing thread over on the main Tiddlywiki forum: > > > https://talk.tiddlywiki.org/t/tiddlyhost-opening-and-saving-wik

[tw5] Re: Absurdly Long Save Times

2024-08-14 Thread 'Mark S.' via TiddlyWiki
The owner/operator is looking into performance problems. There's an ongoing thread over on the main Tiddlywiki forum: https://talk.tiddlywiki.org/t/tiddlyhost-opening-and-saving-wikis-noticeably-slow/10390/13 or the github thread: https://github.com/simonbaird/tiddlyhost/issues/342 On Wednes

[tw5] Absurdly Long Save Times

2024-08-14 Thread lordpalandus11
Been noticing the past couple of days on TiddlyHost that its taking forever to save changes, on any of my private wikis. By absurdly long, I mean that it can take upwards of 30 minutes after clicking the Save Changes button, for it to actually save. This occasionally crops up around Midnight my

[tw5] Re: Contents in sidebar not showing up

2024-08-06 Thread Eric Shulman
Capitalization matters! The correct tag is "$:/tags/SideBar". -e P.S. The active TiddlyWiki group discussion site has moved to https://talk.tiddlywiki.org It uses a "discourse" server, which provides many more features than GoogleGroups. Hope to see you there! On Tuesday, August 6, 2024 at 10

[tw5] Contents in sidebar not showing up

2024-08-06 Thread Pawan Tiwari
Hello all, sorry if has been discussed before but couldn't find it in search. I am using 5.3.4 version and for some reason not able to get the "Table of Contents" to show up in sidebar. I followed the instructions precisely: https://tiddlywiki.com/#Adding%20a%20table%20of%20contents%20to%20the%2

[tw5] Re: Web Worker URL

2024-06-26 Thread Jeremy Ruston
Hi James Besides the discussion group at https://talk.tiddlywiki.org, there are more developer-oriented discussions at https://github.com/Jermolene/TiddlyWiki5 To answer your question, you'll need to make a Blob Url of the content of the tiddler. The closest example in the core code is probabl

[tw5] Re: Web Worker URL

2024-06-26 Thread PMario
Hi, >From your description I'm not really sure how your code looks like, but the Security Error, says `file://..` With modern browsers we are not allowed to require() code from a file-url, due to security concerns. So the best way is, to also add the library to the client as a plugin. Then you

[tw5] Re: Web Worker URL

2024-06-26 Thread Scott Sauyet
I don't have any answers, but I would suggest that you post this instead at https://talk.tiddlywiki.org/. Most community activity happens there. (Note that threads from Google Groups are included there, but are read-only.) -- Scott -- You received this message because you are subscribed to

[tw5] Web Worker URL

2024-06-26 Thread James Mclellan
Good morning all. I have a CPU-intensive data operation that I'm trying to spread across multiple CPUs in TiddlyWiki using a Web Worker (https://developer.mozilla.org/en-US/docs/Web/API/Worker) I have created a server-side library module and a client-side library module. The client-side constr

[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2024-06-23 Thread Mat
@TwN00b, you caught me at a good time. Summer vacations just started and I'm fiddling with these types of things, so I'll take a look at this within the next few days. HOWEVER, I will not reply here but over in the main tiddly talk group <https://talk.tiddlywiki.org/t/tw5-re-

[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2024-06-23 Thread JS2
Just found this - Looks like I *might* be able to use it - :-) * Is it possible to remove the background and foreground colors? * I have a custom dark-theme and LeftBar does not play-nice with dark-colors Thanks, TwN00b --- On Monday, March 9, 2020 at 9:22:48 AM UTC-7 Mat wrote: > Damon Prit

[tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2024-05-30 Thread springer
Andre, please know that the community's official forum moved a while ago to this site: https://talk.tiddlywiki.org/ Posts to google groups get forwarded there, so I could see your question -- but I had to come over to google groups to reply. In future, please post questions (and search and bro

[tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2024-05-30 Thread André Carvalho
Hi Alan I've just found this plugin and its amazing. Congratulations on a great job! Maybe I'm just missing something but I would like to be able to create a multi-line table whose content come from a single tiddler instead of a tiddler per line (probably named tablename_content and tagged with

[tw5] Setting a universal/standard style for images

2024-04-28 Thread Charlie Veniot
That's pretty easy/simple CSS. I'd suggest picking just one of width or height, so that images always maintain their respective proportions. Here, I'm using "VW" for sizing so that image sizes are readjusted along with browser window resizing. For example: [image: Screenshot 2024-04-28 9.56.2

[tw5] Help with sortby

2024-04-23 Thread Charlie Veniot
Not sure how to attach a file in Reddit, so sharing a file here for "Help with sortby ". Download the attached and drag into TiddlyWiki.com to import the tiddlers. I'm hoping this can help clarify the problem and the need.

[tw5] Re: sort:version:reverse?

2024-04-16 Thread PMario
I did create an GH issue: https://github.com/Jermolene/TiddlyWiki5/issues/8153 On Wednesday, April 17, 2024 at 8:33:00 AM UTC+2 PMario wrote: > I'm not 100% sure yet, but there seems to be a bug. I'll have a closer > look. > A fast look to the code suggests, that the documentation is right. >

[tw5] Re: sort:version:reverse?

2024-04-16 Thread PMario
I'm not 100% sure yet, but there seems to be a bug. I'll have a closer look. A fast look to the code suggests, that the documentation is right. But I can confirm, that *it does not work* as intended with my test tiddlers. -m On Wednesday, April 17, 2024 at 1:39:12 AM UTC+2 springer wrote: >

[tw5] Re: sort:version:reverse?

2024-04-16 Thread springer
Interesting! The documentation DOES imply that you can tuck :reverse into the very place where you had it! Perhaps this is just an error in documentation? In fact it works fine if it comes *before* the sort-type parameter: `{{{ [has[version]] :sort:reverse:version[get[version]] }}}` On Tuesday

[tw5] Re: sort:version:reverse?

2024-04-16 Thread Cade Roux
I see, I can use that separate reverse operator instead of doing it in the initial sort. I'm still not sure how to use the reverse documented here in the flaglist in the :sort filter run prefix: https://tiddlywiki.com/#Sort%20Filter%20Run%20Prefix [image: Screenshot 2024-04-16 182937.png] I'l

[tw5] Re: sort:version:reverse?

2024-04-16 Thread springer
Of course, I meant "come on over *from* google groups, and join us at talk.tiddlywiki.org" On Tuesday, April 16, 2024 at 6:59:58 PM UTC-4 springer wrote: > Hello Cade! As you might note with other posts at google groups, the > community for this discussion has migrated to talk.tiddlywiki.org. >

[tw5] Re: sort:version:reverse?

2024-04-16 Thread springer
Hello Cade! As you might note with other posts at google groups, the community for this discussion has migrated to talk.tiddlywiki.org. Although we (at that forum) can still *see* posts from the google group, we can't reply easily to them. So please come on over to google groups. Meanwhile, I

[tw5] sort:version:reverse?

2024-04-16 Thread Cade Roux
I have change logs with a field for version information, and I am trying to sort them in reverse order and it doesn't appear to be working. The change log tiddlers themselves are also lists, but I cleared all that out and loaded these into the latest TW version to make a minimal reproducible c

[tw5] Re: Setting up a TiddlyWiki as a BASIC programming platform

2024-03-27 Thread Charlie Veniot
Hey, Thanks for your interest and the kind words ! I don't have any plans of creating a "name-your-language" Anywhere Machine because, being very fussy, I don't particularly like any other programming language. (Although Gupta Team Developer is my bread and butter, and by leaps and bounds my

[tw5] Please help Alpha test TidGi mobile app on Android device

2024-03-27 Thread Lin Onetwo
Obsidian have Android app on Google play, but we don't have? https://play.google.com/store/apps/details?id=md.obsidian&hl=en&gl=US TidGi mobile is an Obsidian app comparable Tiddlywiki distribution, to let people know Tiddlywiki can be as *new user* friendly as Obsidian and Notion. Test link ht

[tw5] Re: Setting up a TiddlyWiki as a BASIC programming platform

2024-03-25 Thread Rahul Kashyap
This is awesome.. perhaps we can do python as well? no matter how slow, I would be interested in that. On Thursday, February 29, 2024 at 10:43:22 PM UTC-5 Charlie Veniot wrote: > Oops, those links should have been in separate lines: > > Part 1: https://youtu.be/kNNjmha5Fzg > Part 2: https://yout

[tw5] Re: Prevent an empty line

2024-03-25 Thread springer
First, a note that the active community is now at talk.tiddlwiki.org. You won't need any special definitions to get what you want — it's all in basic wikitext. See a working illustration here: https://quick-demo.tiddlyhost.com/#filtered-list-of-fields The core of the solution looks like this (

[tw5] Prevent an empty line

2024-03-23 Thread vinvi...@gmail.com
{{!!FieldName1}} {{!!FieldName2}} {{!!FieldName3}} shows the values from these fields on one line. {{!!Fieldname1}} {{!!Fieldname2}} {{!!Fieldname3}} Displays the values of these fields among eachother. But if the field {{!!FieldName2}} contains no value, a blank line will be displayed.

[tw5] Re: [tw] Re: TW WebDAV Failing Status 412 - but not curl

2024-03-21 Thread Rick Nyman
Resurrecting an old thread, but this solved the same issue for me, so thank you! Rick On Wednesday, April 4, 2018 at 4:56:10 PM UTC-4 Kevin Kleinfelter wrote: > Thanks for the replies. Now that I know that's just how it works, I > decided to hack the code and > change > if(this.etag) {\n\t\th

[tw5] Re: [TW5] Delete tiddler on click/mass delete

2024-03-06 Thread Eric Shulman
If you can use a filter to get the list the tiddlers you want to delete, then you can use the delete button (“trash can”) in $:/AdvancedSearch > Filters tab to bulk delete all matching tiddlers. If you want to exclude a few specific tiddlers from your filtered list, you can add -[[NameOfTiddler

[tw5] Re: [TW5] Delete tiddler on click/mass delete

2024-03-06 Thread Marc J. Cawood
OK, solved it using this info: https://talk.tiddlywiki.org/t/is-there-a-quick-way-to-delete-old-tiddlers-i-copied-from-main-tw/6143 Make a tiddler called Purge1 with this content (making sure to adapt the filter on the Make Purge2 List button): 1. Edit this Purge1 tiddler and set the filter 1

[tw5] Re: [TW5] Delete tiddler on click/mass delete

2024-03-05 Thread Marc J. Cawood
Found this thread searching for "mass delete tiddlywiki". Does anyone know how we can mass delete a list of tiddlers without clicking (and confirming) on 1000's of delete icons? On Thursday, December 11, 2014 at 5:14:05 PM UTC+1 Tobias Beer wrote: > Hi Danielo, > > >> maybe you want to update

[tw5] Re: [TW5] refresh a tiddler

2024-03-04 Thread FFT
Refresh works for me in Firefox but not in Chrome. Why? On Tuesday, July 9, 2019 at 3:04:38 PM UTC-7 FFT wrote: > Although it only works in Firefox. Can it work in Chrome? > > > On Tuesday, October 25, 2016 at 1:12:46 PM UTC-7, FFT wrote: >> >> Thanks Mark and others; it's working for me now. >>

[tw5] Re: Setting up a TiddlyWiki as a BASIC programming platform

2024-02-29 Thread Charlie Veniot
Oops, those links should have been in separate lines: Part 1: https://youtu.be/kNNjmha5Fzg Part 2: https://youtu.be/8obPweHvYWA Part 3: https://youtu.be/8RQb6E07sqE Part 4: https://youtu.be/2T1Q3Mn092g Part 5: https://youtu.be/nyata8S71Rs On Thursday, February 29, 2024 at 11:42:10 PM UTC-4 Charli

[tw5] Setting up a TiddlyWiki as a BASIC programming platform

2024-02-29 Thread Charlie Veniot
https://youtu.be/kNNjmha5Fzg https://youtu.be/8obPweHvYWA https://youtu.be/8RQb6E07sqE https://youtu.be/2T1Q3Mn092g https://youtu.be/nyata8S71Rs -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

Re: [tw5] Re: controlling the background image

2024-02-22 Thread FFT
after adding the field name bg, what is the syntax for the next part "...containing the name of an image tiddler"? On Thursday, February 15, 2024 at 2:07:49 PM UTC-8 Eric Shulman wrote: > Try this: > Create a new tiddler (e.g., "SetPageBackground"), tagged with ` > $:/tags/Stylesheet`, containin

Re: [tw5] Re: controlling the background image

2024-02-21 Thread Paul Reiber
Thank you, Eric. That is precisely what is needed, and it works flawlessly. Kind regards, -Paul On Thu, Feb 15, 2024 at 7:07 PM Eric Shulman wrote: > > Try this: > Create a new tiddler (e.g., "SetPageBackground"), tagged with > `$:/tags/Stylesheet`, containing: > ``` > <$let curr={{$:/HistoryL

Re: [tw5] Re: controlling the background image

2024-02-15 Thread Eric Shulman
Try this: Create a new tiddler (e.g., "SetPageBackground"), tagged with ` $:/tags/Stylesheet`, containing: ``` <$let curr={{$:/HistoryList!!current-tiddler}}> body.tc-body { background-image:url(<$macrocall $name="datauri" title={{{ [get[bg]] }}} $output="text/plain"/>); background-size:{{{ [get[b

Re: [tw5] Re: controlling the background image

2024-02-15 Thread Paul Reiber
Hi Scott, For the typical end user browsing experience, I think "whichever tiddler is opened most recently" would work fine. I can imagine situations where a single-tiddler story would be preferable, but my hope is that it wouldn't be required. I'll check out talk.tiddlywiki.org and if this does

[tw5] Re: controlling the background image

2024-02-15 Thread Scott Sauyet
(Note that most of the discussion for TW is being held at https://talk.tiddlywiki.org/. You might get more response there.) One question: Are you using a story view that opens just one tiddler at a time? If not, what's your expected behavior when there are multiple tiddlers open with `backgr

[tw5] controlling the background image

2024-02-14 Thread pbr
Greetings Tiddly Wickers, I want to implement something in TW and I'm not at all sure how to do it. The goal is, when a tiddler is added to the story, if it has a field "background" with the name of an image tiddler, the page background would get set to that image. Possibly another fieldwork (b

[tw5] Re: BJ Tools VisualEditor

2024-02-13 Thread BJ
HI Andy, The common place to ask questions has moved to https://talk.tiddlywiki.org/ Tiddlywiki markup treats internal and external links differently, external links are rendered like so: `https://help.com"; class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">https://help

[tw5] Re: BJ Tools VisualEditor

2024-02-13 Thread BJ
HI Andy, The common place to ask questions has moved to https://talk.tiddlywiki.org/ Tiddlywiki markup treats internal and external links differently, external links are rendered like so: https://help.com"; class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">https://help.c

[tw5] BJ Tools VisualEditor

2024-02-12 Thread Andy B
Is there a way to automatically add a classes to html tags created by ckeditor? Specifically I want the links created by ckeditor to have the class "tc-tiddlylink" so they has the same formatting as links created in tiddlers using tiddlywiki5 syntax. I was trying without success to add some jav

[tw5] Re: Suggestions to use TW for Weight-Loss

2024-02-11 Thread Télumire
I'm making a "health journal" : Health Journal — Taking care of yourself one day at a time (tiddlyhost.com) You can track your weight with it and it will display a small svg graph showing your progress. There is also a BMI calculator and other kind of

[tw5] Re: Suggestions to use TW for Weight-Loss

2024-02-10 Thread 'Mark S.' via TiddlyWiki
I used carbocommander to track calories, carbs, fiber: https://carbocommander.tiddlyhost.com/ But you might be looking for something more intensive. As mentioned above, you'll get more responses at talk.tiddlywiki.org . On Sunday, February 4, 2024 at 10:01:08 AM UTC-8 springer wrote: > Hello Val

[tw5] Re: Suggestions to use TW for Weight-Loss

2024-02-04 Thread springer
Hello Valdus! You'll find much more active discussion over at the discourse forum, which is the current official community discussion location. Although there's no thread specifically on weight loss, there are folks who have discussed working with TiddlyWiki for medical information tracking,

[tw5] Suggestions to use TW for Weight-Loss

2024-02-04 Thread Valdus Constante
Just as the title says, I am looking for a way or an extension to use TW to help me lose weight. Suggestions? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to ti

[tw5] Re: Create a keyboard shortcut for transclude

2024-01-30 Thread Jorge
I think this man has solved it: https://talk.tiddlywiki.org/t/tw5-a-transclude-assistant-for-the-editor-toolbar/6148 On Tuesday 30 January 2024 at 10:47:55 UTC Jorge wrote: > Create a keyboard shortcut for transclude > > The shortcut for insert link (ctrl+L) is very helpful as it allo

[tw5] Create a keyboard shortcut for transclude

2024-01-30 Thread Jorge
Create a keyboard shortcut for transclude The shortcut for insert link (ctrl+L) is very helpful as it allows you to search all tiddlers and select the preferred one without having to remember the exact name. I would like to create a similar shortcut for transclude (eg ctrl+shift+L). I thought I

[tw5] Re: Copying TW customization and configuration

2024-01-29 Thread scott....@gmail.com
I copied this to a talk.tiddlywiki discussion at https://talk.tiddlywiki.org/t/copying-tw-customization-and-configuration/9009. Let's move the conversation over there. On Monday, January 29, 2024 at 2:58:41 PM UTC-5 duche...@gmail.com wrote: > Thank you Scott, and feel free to move this discus

[tw5] Re: Copying TW customization and configuration

2024-01-29 Thread duche...@gmail.com
Thank you Scott, and feel free to move this discussion to https://talk.tiddlywiki.org if it's better there. Here is what I did: 1. Converted my nodejs wiki to a single file; (I tried the two methods shown at https://tiddlywiki.com/static/Generating%2520Static%2520Sites%2520with%2520

[tw5] Re: Copying TW customization and configuration

2024-01-28 Thread scott....@gmail.com
Note that most of the tiddlywiki discussion these days takes place on https://talk.tiddlywiki.org. My technique would be to save a copy of your wiki as a single-file wiki, use the upgrade page at https://tiddlywiki.com/upgrade to create an updated wiki, and then use the TW-node `--load` to load

[tw5] Copying TW customization and configuration

2024-01-28 Thread Normand Duchesne
I am running TW 5.2.2. on nodejs and created a new (docker) TW nodes service running 5.3.3. I copied the tiddlers from the original env. to the new one without issues but I would like to also copy all the customizations I did in the 5.2.2 to the new one. I searched this group and the web unsuc

[tw5] Re: [tw] [TW5] Markdown as default for New Tiddler

2024-01-25 Thread Rahul Kashyap
Dear All, The new Markdown button is very useful but, *it doesn't solve the problem when we use excise button to transclude text from a markdown file, in that case newly created tiddlers are not markdown type. How do you enable that?* *-Rahul* On Thursday, December 18, 2014 at 12:39:13 PM UTC-

[tw5] Re: Tiddlywiki default sidebar searchbar -> dropdown close on click?

2023-12-21 Thread springer
Aha, Over at the official discourse forum for the community, I see this question was posted and answered: https://talk.tiddlywiki.org/t/tiddlywiki-default-sidebar-searchbar-dropdown-close-on-click/8653 On Tuesday, December 12, 2023 at 12:10:50 PM UTC-5 Abid Maqbool (CTO) wrote: > HI! I am CTO Ab

[tw5] Re: Tiddlywiki default sidebar searchbar -> dropdown close on click?

2023-12-21 Thread springer
Hello Abid! I see you haven't gotten a response here. I suggest you post your question at the official community discourse forum, at: https://talk.tiddlywiki.org/ I think if you post there, you're more likely to get a prompt response from people who understand the triggers for the dropdown cl

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2023-12-20 Thread TeeDub
I initially got a portion of this somewhere else, but I have added to it a lot. It works. As a sidenote, I'm pretty confused about how/why the checkbox field works like this (it seems to be interchangeable with the state tiddler?). That's the bit I got somewhere else. In any case, I used the

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2023-12-20 Thread TeeDub
Sorry I didn't whittle this down more, but it might be interesting for several reasons. I initially got a portion of this somewhere else, but I have added to it a lot. It works. As a sidenote however, I'm pretty confused about how/why the checkbox field works like this (it seems to be interc

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2023-12-20 Thread TeeDub
This kind of crazy. It is a set of expanding sections applied to a list filter. It uses a checkbox with a field instead of a button. I'm actually very confused as to why/how the checkbox field works with the state tiddler. Except that the qualify macro is applied to the checkbox field's name

[tw5] Tiddlywiki default sidebar searchbar -> dropdown close on click?

2023-12-12 Thread Abid Maqbool (CTO)
HI! I am CTO Abid Maqbool from Maqbool Solutions (SMC-Pvt) Ltd. an IT Company and Computer Software House! I am using Tiddlywiki from long time ago. And I love Tiddlywiki for my personal and professional notes taking app. Recently I am trying to do some development on tiddlywiki, to do some li

[tw5] Re: New Hear

2023-11-28 Thread Charlie Veniot
Hello, and welcome to the TiddlerHood! Yes, the Google Group still works. 99.99% of folk discuss things over at TalkTiddlyWiki, so you'll find more engagement over there. Anything you post here will also show at TalkTiddlyWiki for the community to see. There are

[tw5] New Hear

2023-11-28 Thread James Idayi
Does this still work? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://gr

[tw5] Re: Fiddlywiki still around?

2023-11-14 Thread Valdus Constante
Yeah I know it's not TW5, I just wanted to see if someone had an updated version. I emailed the author and waiting a response. I tried importing it but most of the plugins are not current. On Tuesday, November 14, 2023 at 1:46:22 AM UTC-6 PMario wrote: > Hi, > I think you should

[tw5] Re: Fiddlywiki still around?

2023-11-13 Thread PMario
Hi, I think you should switch over to https://talk.tiddlywiki.org/ and ask there. FiddlyWiki is based on TWclassic and seems to be 10 years old. So it would be good, if you could describe your requirements a bit closer at "Talk" discussion group. -mario -- You received this message beca

[tw5] Re: Fiddlywiki still around?

2023-11-13 Thread Valdus Constante
Got myself back into TW. I looked at this site (yes that’s it Fiddlywiki) and I wonder how you bring its features into TW5. I ask because it is a style that really caters to writing articles and fiction. V On Tuesday, March 2, 2021 at 6:00:47 PM UTC-6 strikke...@gmail.com wrote: >

[tw5] Re: Saying a thank you for codemirror the editor

2023-11-09 Thread Ste
Glad you found use full things. The main discussion place is now at https://talk.tiddlywiki.org/ where I'm sure the author will appreciate your thanks and you might get more feedback on that F11 thing :) On Thursday, 9 November 2023 at 13:23:50 UTC zsigmond@gmail.com wrote: > Hello Guys! >

[tw5] Saying a thank you for codemirror the editor

2023-11-09 Thread zsigmond....@gmail.com
Hello Guys! I just wanted to say thank you for the codemirror plugin - found it searching through messages in this group. At last this could save me from always ending up with a lots of unorganized notes inside my GUI text editor and saving into txt files because it was tedious to edit plain t

[tw5] Re: Whoever made that full screen editor for TiddlyWiki...

2023-11-09 Thread zsigmond....@gmail.com
The F11 with active editor still does not work on https://tiddlywiki.com/plugins/tiddlywiki/codemirror/ Anybody fixed it, using it? Thanks, Laci TonyM a következőt írta (2020. január 30., csütörtök, 0:32:51 UTC+2): > TT > > We had everything pluscode mirror to make this edition a reality. > >

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-15 Thread boaz...@gmail.com
Thanks for the suggestions, Mark. I ran the installer from the command line (with a few initial challenges...) and saving with timimi seems to work again! On Tuesday, October 3, 2023 at 5:52:23 PM UTC-6 Mark S. wrote: > Oh, one more thought. > > In your browser type in > > about:config > > Sear

[tw5] Grabbing a colour palette colour value for custom elements

2023-10-06 Thread Charlie Veniot
*(If viewing this from Google Groups, ignore the triple backticks.)* This is one approach to applying a particular colour setting from colour palettes to a custom element, to make sure that element fits any selected palette: ``` <$let couleur={{{ [[$:/palette]get[text]getindex[sidebar-tiddler-

[tw5] Re: How do I change the color of headings in TW5

2023-10-05 Thread Chuck R.
Hello. If you sign up (for free) and use https://talk.tiddlywiki.org you will have many more people available to help you. Enjoy! On Wednesday, October 4, 2023 at 7:49:17 PM UTC-4 ninja wrote: > I am using TW5. > > The default heading style doesn't stand out (same colour

[tw5] Re: How do I change the color of headings in TW5

2023-10-04 Thread ninja
3 at 00:49:17 UTC+1 ninja wrote: > I am using TW5. > > The default heading style doesn't stand out (same colour as normal text) > unlike in TiddlyWiki Classic where it was a helpfully striking blue. > > I want to change the colour of all headings throughout my wiki. I

[tw5] How do I change the color of headings in TW5

2023-10-04 Thread ninja
I am using TW5. The default heading style doesn't stand out (same colour as normal text) unlike in TiddlyWiki Classic where it was a helpfully striking blue. I want to change the colour of all headings throughout my wiki. I've looked around the internet for this and it's clea

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-03 Thread 'Mark S.' via TiddlyWiki
Oh, one more thought. In your browser type in about:config Search for Timimi. There should be one key. If there is not, then perhaps that is the problem. On Tuesday, October 3, 2023 at 4:50:23 PM UTC-7 Mark S. wrote: > I would try running the Mac installer from the command line, and seeing i

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-03 Thread 'Mark S.' via TiddlyWiki
I would try running the Mac installer from the command line, and seeing if there are error messages. Note that there are special instructions for Mac Catalina There are other ways to save besides Timimi. There's the default HTML5 saver. There is TiddlyDesktop. You can run your files using a web

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-02 Thread pedruchini
I'm on MX Linux. Timimi is working fine in Firefox 118.0.1. El lunes, 2 de octubre de 2023 a las 18:57:09 UTC+1, Zaphod Beeblebrox escribió: > I can confirm it's also stopped working on Firefox 118.0.1, Windows 11... > > Luckily, I hardly ever use Firefox, anymore. I switched exclusively to > C

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-02 Thread Zaphod Beeblebrox
I can confirm it's also stopped working on Firefox 118.0.1, Windows 11... Luckily, I hardly ever use Firefox, anymore. I switched exclusively to Chrome about a year ago. Hopefully it'll continue to function there :) --Zaphod On Monday, October 2, 2023 at 6:24:37 AM UTC-4 boaz...@gmail.com wrote

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-02 Thread boaz...@gmail.com
As another data point, saving is working fine for me on a different mac laptop also running firefox (117). On Sunday, October 1, 2023 at 4:05:44 PM UTC-6 boaz...@gmail.com wrote: > I'm on mac, using Firefox. Still no idea how to fix this. I may have to > stop using tiddlywiki. > > On Wednesday,

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-10-01 Thread boaz...@gmail.com
I'm on mac, using Firefox. Still no idea how to fix this. I may have to stop using tiddlywiki. On Wednesday, September 27, 2023 at 7:55:14 AM UTC-7 Mark S. wrote: > The people having trouble seem to be running linux. Are you on linux? > > Riz has said he's stepping away from TW but will still su

[tw5] Re: saving with timimi in Firefox (117 and 118) stopped working for me

2023-09-27 Thread 'Mark S.' via TiddlyWiki
The people having trouble seem to be running linux. Are you on linux? Riz has said he's stepping away from TW but will still support Timimi. On Tuesday, September 26, 2023 at 6:04:11 PM UTC-7 boaz...@gmail.com wrote: > I get a message saying > "Timimi > Can't read and change data on this site"

[tw5] saving with timimi in Firefox (117 and 118) stopped working for me

2023-09-26 Thread boaz...@gmail.com
I get a message saying "Timimi Can't read and change data on this site" I found another person with a similar issue https://github.com/ibnishak/Timimi/issues/92 Thanks for any help! I can't use Tiddlywiki without this! Regards, Boaz -- You received this message because you are subscribed to th

[tw5] Re: Footnote Plugin (TW5)

2023-09-24 Thread yasai ya
It's very helpful, thanks. I found the popup appears in wrong place used in a table. And I made small change, added "popupAbsCoords="yes"". reference: https://tiddlywiki.com/static/Coordinate%2520Systems.html \define ref(label) <$button popup="$:/state/$label$" *popupAbsCoords="yes"* class="tc-b

[tw5] Re: CheckboxWidget listField Mode but not a RevealWidget listField option

2023-09-15 Thread 'Mark S.' via TiddlyWiki
I usually use the list widget instead of the reveal widget unless I need the "popup" or "tag" abilities. For the reveal widget, you can use the "text", and "default" attributes, and the filter transclusion. So contents might look like: <$reveal type="match" text="match" default={{{[all[curren

[tw5] CheckboxWidget listField Mode but not a RevealWidget listField option

2023-09-14 Thread León Digital
I updated my wiki to the 5.3.1 version and my macros for using the new CheckboxWidget listField. I use a list field, "phases" to store a list with the fases. I need to use a RevealWidget to show and hide the text of all this pases but there is not a listfield option in this widget. Is this pos

[tw5] Re: A very BASIC pie-charting service

2023-09-10 Thread Charlie Veniot
Oh, just to demonstrate dynamic generation of that URL (scenario: percentage of tiddlers vs percentage of shadows), paste the following into a tiddler in some TiddlyWiki instance: *(if viewing this post in Google Groups, ignore the triple-backtick bookends)* ``` <$let tid_count={{{ [all[tiddle

[tw5] Re: A very BASIC pie-charting service

2023-09-10 Thread Ste
Good stuff! On Friday, 8 September 2023 at 05:33:26 UTC+1 Charlie Veniot wrote: > Much prettier pie-charts can be created with javascript and CSS. > > This is for older folk like me who like BASIC programming. > > Enter the following in a tiddler in some TiddlyWiki: > *(ignore the triple-backtic

[tw5] A very BASIC pie-charting service

2023-09-07 Thread Charlie Veniot
Much prettier pie-charts can be created with javascript and CSS. This is for older folk like me who like BASIC programming. Enter the following in a tiddler in some TiddlyWiki: *(ignore the triple-backticks; they are just to format the code correctly for TalkTiddlyWiki)* ``` https://basicanywhe

[tw5] Re: ApexCharts plugin released

2023-09-03 Thread Ste
You are correct. The most awesome Charlie V does not get on with the talk site :(, and posts here are copied there, but there is no ability to reply to Google groups posts in talk. Currently the talk site is the official and more active community. On Sunday, 3 September 2023 at 14:16:07 UTC+1

[tw5] Re: ApexCharts plugin released

2023-09-03 Thread andrewg_oz
Thanks. My understanding is that some people don't like the talk site and that messages here are copied there too. I'll start another thread over there, but before I go: I've just updated my wiki with a plugin for Chart.js! On Sunday, 3 September 2023 at 12:29:45 am UTC+8 Ste wrote: > Thats aw

[tw5] Re: ApexCharts plugin released

2023-09-02 Thread Ste
Thats awsome. Thanks for sharing. You should get more feedback posting to https://talk.tiddlywiki.org Which is where people are active. On Friday, 1 September 2023 at 14:52:05 UTC+1 andrewg_oz wrote: > Hi all, > > For a while now I've been working on a plugin to integrate the ApexCharts >

  1   2   3   4   5   6   7   8   9   10   >