[tw5] Best practice to use css in Tiddlywiki

2020-12-07 Thread Mohammad
CSS tiddlers are an important part of Tiddlywiki to adjust look and feel of different elements. For some use cases (like plugins, webpages, blogs) you may need to set properties of many elements. What is your best practice for such cases: 1. Using *css variables* like

[tw5] How can I integrate TiddlyWiki with Reactjs webapp

2020-12-07 Thread Raphael Chaula
Hello here, I am new to TiddlyWiki, just found about it recenlty, here is my usecase. I want to integrate it to my Reactjs webapp in such a way when the app starts, I fetch all the wikis I stored in my database and add them to tiddlywiki to display, when user creates a new wiki, I store it in

Re: [tw5] Re: How to index all the files and folders inside a folder?

2020-12-07 Thread Dummy ME
Hi Joshua Thanks for the reply. Yes, the folder path seems to be correct. My tiddlywiki.files is inside tiddlers, while NotesVault is a folder behind. I will get rid of the 'isTiddlerFile=true', and see if all the subfolders of NotesVault is included. On Tue, 8 Dec, 2020, 6:27 am Joshua

[tw5] Re: TiddlyWiki for ToDo managment: need tips + use cases and best practices

2020-12-07 Thread TW Tones
Ivan Todos can be "bigger than Ben Hur". One great method I discovered that requires a conceptual leap is use the list to find items not done for N days, rather than set a date into the future on the tiddler, and when done, eg weekly, stamp them with the current date and time. ie you only

Re: [tw5] Re: Build-index-and-export question

2020-12-07 Thread David Gifford
Worked! Thank you, Tones! On Mon, Dec 7, 2020 at 8:28 PM TW Tones wrote: > David, > > When you surprisingly get all tiddler listed it is often because of a > fault in your filters. Check them in more detail. > > A Quick look my self, I would fix this > text={{{ >

[tw5] Re: A howto: Dynamic content include/exclude, and dynamic "DetailsWidget" title

2020-12-07 Thread TW Tones
Charlie, Yup, filters are fun. Also placing content inside the details summary, can be done with vanilla HTML as well. It is a nice place to put content summarising the content in the drop down, but you can also get checkboxes and buttons in there as well, I discovered recently. Tones On

Re: [tw5] Service worker

2020-12-07 Thread 林东吴
I made a service-worker plugin https://github.com/linonetwo/tiddlywiki-plugins/tree/master/plugins/linonetwo/service-worker But it requires additional setup, and only work in nodejs wiki that is bundled to HTML wiki when publish to github pages or vercel. It surely boost the open speed of my

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

2020-12-07 Thread TW Tones
They are all good! On Tuesday, 8 December 2020 at 02:52:00 UTC+11 jeremy...@gmail.com wrote: > The voting to choose the banner for TiddlyWiki v5.1.23 is now open. Please > pick your favourite here: > > >

[tw5] Re: Build-index-and-export question

2020-12-07 Thread TW Tones
David, When you surprisingly get all tiddler listed it is often because of a fault in your filters. Check them in more detail. A Quick look my self, I would fix this text={{{ [{$:/SiteTitle}addsuffix[.html]][{$:/config/SaveWikiButton/Filename}]+[!is[blank]last[]] }}} Yours text={{{

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

2020-12-07 Thread Joshua Fontany
Well done, everyone. Best, Joshua Fontany On Monday, December 7, 2020 at 10:37:23 AM UTC-8 sil...@gmail.com wrote: > Hi Jeremy, > > It's not quite the right version, but it doesn't matter, the spirit of the > illustration remains the same for the vote, so let's leave it like that! > (but it

[tw5] Re: How to index all the files and folders inside a folder?

2020-12-07 Thread Joshua Fontany
Also, get rid of the `"isTiddlerFile" : true`, that may be causeing the files to be misread if the path is in-fact correct. *.md files are their own type, not "tiddler files". Best, Joshua Fontany On Monday, December 7, 2020 at 4:56:14 PM UTC-8 Joshua Fontany wrote: > We would need to see the

[tw5] Re: How to index all the files and folders inside a folder?

2020-12-07 Thread Joshua Fontany
We would need to see the folder structure to troubleshoot. I have a feeling the directory path is not correct. Where on disk is this tiddlywiki.info file located within your folder structure? For example, if your folder structure is so that the "tiddlywiki.files" config file is inside a folder

[tw5] A howto: Dynamic content include/exclude, and dynamic "DetailsWidget" title

2020-12-07 Thread Charlie Veniot
As I play around to get my bare bones "task management" jussst right... I like the idea of a category of things to do reminder to show up only if there are actually one or more things that need to be done in that category. *BTW: when I've got a tiddler that needs a little tweaking to be done

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

2020-12-07 Thread David Gifford
I also added two instructions on installing Timimi (Windows) , one for Chrome and one for Firefox. On Monday, December 7, 2020 at 12:38:44 PM UTC-6 Mohammad wrote: > Thanks Dave for all those great contributions. TiddlyWiki toolmap is a > unique resource! > I am sure your solutions will be a

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-07 Thread Anjar
Hi, I think you can use the parser to create your own shorthand notation, eg. to render ;;test;; as “curly quotes”, or you can probably also use a parser rule to replace straight quotes as well (altough I don't know if you risk quotes within code being replaced as well). See

[tw5] Parsing arrows from shorthand

2020-12-07 Thread Anjar
Hi all, To improve my workflow a bit, I used the the dash-parser as template to replace ->, -^, -. and -< with →, ↑, ↓ and ←, respectively. Just sharing in case it could be useful for others! Best, Anders -- You received this message because you are subscribed to the Google Groups

[tw5] Build-index-and-export question

2020-12-07 Thread David Gifford
The following snippet builds an index of tiddlers with one button, then exports the index with another button. But while I tried to limit the tiddlers in the index to include only those with the word `Topics` in the `meta` field, it is adding all the tiddlers to the index. Any advice? \define

[tw5] Re: Question and Idea - assign a button a shortcut

2020-12-07 Thread Hans Wobbe
Tones, I am traveling for the next few days, with limited internet access, so it will be the end of the weekend before I can reply properly. Cheers, Hans On Sunday, December 6, 2020 at 7:59:17 AM UTC-5 TW Tones wrote: > Hans, > > Thanks for some guidence. > > I am not sure I know enough to

[tw5] TiddlyWiki for ToDo managment: need tips + use cases and best practices

2020-12-07 Thread IvanPsy
Greetings, My next step with TiddlyWiki is about ToDos: my goal is to ditch third Apps when possible, in order to have all in one place...but with care... So I’m looking for use cases and best practices to get inspiration from. Plus I need some help in: - recurring todos: how do you manage

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-07 Thread coda coder
FWIW, I use AutoHotKey. I've wired up Ctrl+' and Ctrl+Shift+' to issue curlies “like this” ;Pretty quotes ^':: SendInput “ ^+':: SendInput ” On a US DT keyboard, at least, they're conveniently located. On UK keyboards I know they're not so convenient. Android... no idea. On Sunday, December

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

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

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

2020-12-07 Thread Sylvain Naudin
Hi Jeremy, It's not quite the right version, but it doesn't matter, the spirit of the illustration remains the same for the vote, so let's leave it like that! (but it corresponds well to the latest evolution, so it's perfect, no worries) Cheers, Sylvain Le lundi 7 décembre 2020 à 19:13:28

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

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

[tw5] Changes to TiddlyWiki toolmap and Documenting TW

2020-12-07 Thread David Gifford
Hi everyone Per Mohammad's wise suggestion, I added links in the TiddlyWiki toolmap ( *https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM*) that point to the solutions in Documenting TW (https://giffmex.org/gifts/documenting.tw.html). I also added three new solutions to the documenting TW -

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

2020-12-07 Thread clutterstack
Voted. :) I like them all for different reasons, so well done everyone who put their time into creating snappy graphics for the new release! Best, Chris On Monday, December 7, 2020 at 10:52:00 AM UTC-5 jeremy...@gmail.com wrote: > The voting to choose the banner for TiddlyWiki v5.1.23 is now

[tw5] Re: Twtube

2020-12-07 Thread duche...@gmail.com
The idea to test it first on a standalone wiki is a good one so I did so and was very happy to see that it worked! Unfortunately the install on my node server is still a failure and I can't find what I'm doing wrong. Few questions for you (if you don't mind): 1. Do you start the media

Re: [tw5] [Documentation] attribute description

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

[tw5] Re: Open tiddler in new window from menubar-link

2020-12-07 Thread 'torax...@googlemail.com' via TiddlyWiki
Hi. after reading my text I am surprised to get any hint at all. Thanks Tones. The problem description now in a proper way: Normally you create a tiddler, tag it with "$:/tags/MenuBar", put in the caption the display text and in target the title of the targeted tiddler. And after clicking, the

Re: [tw5] [Documentation] attribute description

2020-12-07 Thread Jeremy Ruston
Hi Mohammad We use those brackets because the first column is supposed to be a listing of attribute names but the entry here is not an actual attribute name, but a phrase specifying a set of names. We use the curly braces to indicate that the item is a description of an item, rather than the

Re: [tw5] Service worker

2020-12-07 Thread Jeremy Ruston
Hi Nick Are you perhaps generating a static rendering of the wiki, and then uploading that? The process I described works with an ordinary TiddlyWiki standalone HTML file, you don't need to export anything. If you're using the Node.js configuration you can save a snapshot of the wiki as an

Re: [tw5] Service worker

2020-12-07 Thread Nick
Hi Tone, Yep, looking for the TW5 internal search. I'll give this a go Cheers Nick On Sunday, 6 December 2020 at 23:25:47 UTC TW Tones wrote: > Nick, > > Perhaps you can find the search due to mobile layout, create a tiddler and > transclude the sidebar search in it and see if that works. > >

[tw5] [Documentation] attribute description

2020-12-07 Thread Mohammad
Is there any reason for some attribute description like below *{any attributes not starting with $}* See: Tiddlywiki.com for Vars widget and

[tw5] Re: [ Streams ] : feedback and issues

2020-12-07 Thread si
@saq Will do. Thanks a lot for all your amazing contributions to TiddlyWiki! On Sunday, 6 December 2020 at 17:56:33 UTC saq.i...@gmail.com wrote: > @si busy times currently. Please remind me after the release of 5.1.23 > > On Sunday, December 6, 2020 at 12:36:53 AM UTC+1 si wrote: > >> Hi Saq,

[tw5] Re: how to make a link list finding all tiddlers with a certain field and sorting them by that field content

2020-12-07 Thread Sapphireslinger
In my reading history log (thank you so much) how do I have a count of entries for the month show up beside the month? For instance, if I read 10 books in September, how do I get it to show: September (10) Ditto for year total of entries: 2020 (x) I'm pretty sure this was the wrong way to do

[tw5] Re: Imminent release of v5.1.23

2020-12-07 Thread BurningTreeC
@Soren Bjornstad, I just discovered that the highlight color didn't work for chromium-based browsers and changed that in the meantime. That's why it's working now for you, too all the best, BTC Soren Bjornstad schrieb am Sonntag, 6. Dezember 2020 um 20:05:28 UTC+1: > It's working now. Maybe