Re: [tw5] Re: [Update] TW-Vote plugin v1.0.0

2022-01-03 Thread Mohammad
Try this solution 1. Create a new tiddler 2. Put below snippet as tiddler body ``` \import [all[tiddlers+shadows]tag[$:/tags/Macro/Vote]] TileVote No. of backlinksBacklinks <$list filter="[indexes[]]"> <$link/> <$transclude tiddler=<> index=<>/> <$text text={{{ [backlinks[]count[]] }}} />

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-03 Thread Mohammad
Jon, My filter looks like this <$list filter='[!is[system]!tag[Journal]sortsub:integerlimit]'> you can use :sort as a simpler solution https://tiddlywiki.com/#Sort%20Filter%20Run%20Prefix On Tuesday, January 4, 2022 at 12:15:59 AM UTC+3:30 jonligh...@gmail.com wrote: > I found a useful lead

[tw5] A way of creating Wikipedia article links

2022-01-03 Thread Charlie Veniot
*(Because I find myself referring to many articles in a TiddlyWiki instance.)* Transclusion goodness: {{Primitive_data_type||tWm}} So passing the (Wikipedia, mobile) article part of the URL to the tiddler template "tWm". There is no tiddler named "Primitive_data_type". This is just a way to

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-03 Thread Télumire
Thanks a lot for sharing this ! sortsub is a difficult filter for me to understand, examples like yours are great. On Monday, 3 January 2022 at 21:45:59 UTC+1 jonligh...@gmail.com wrote: > I found a useful lead from Eric Shulman using subsort >

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-03 Thread Jon Light
I found a useful lead from Eric Shulman using subsort https://groups.google.com/g/tiddlywiki/c/hZBWTSo8eCw Using this I can order in the filter directly. My filter looks like this <$list filter='[!is[system]!tag[Journal]sortsub:integerlimit]'> And the macro sub looks like this \define sub()

Re: [tw5] Wikify use case and trickery for tab-indented text

2022-01-03 Thread Charlie Veniot
G'day Jeremy, That I did not know. Thank-you much! I'm thinking overall safer to stick with tabs for indentation. Well, that's the knee-jerk instinct. To be chewed on via subconscious paralysis by analysis. On Monday, January 3, 2022 at 12:45:43 PM UTC-4 jeremy...@gmail.com wrote: > Hi

Re: [tw5] Wikify use case and trickery for tab-indented text

2022-01-03 Thread Jeremy Ruston
Hi Charlie > On 3 Jan 2022, at 16:32, Charlie Veniot wrote: > > However, spaces and tabs are problematic for the "Wikify Viewer" tool because > HTML ignores whitespace (spaces and tabs), i.e. whitespace is not rendered. You can control how HTML displays whitespace with CSS:

Re: [tw5] Filter to exclude tiddlers from includeWikis

2022-01-03 Thread Jeremy Ruston
Hi Louis, > I'm running several TW 5.2.1 wikis on node and I use the includeWikis > properties in tiddlywiki.info file. Example wiki AAA has > > "includeWikis": [ >{"path": "../BBB"} > ] > > Is there a filter expression I can use from within wiki AAA that will exclude > tiddlers from BBB?

[tw5] Filter to exclude tiddlers from includeWikis

2022-01-03 Thread Louis Davout
Hello, I'm running several TW 5.2.1 wikis on node and I use the includeWikis properties in tiddlywiki.info file. Example wiki AAA has "includeWikis": [ {"path": "../BBB"} ] Is there a filter expression I can use from within wiki AAA that will exclude tiddlers from BBB? Thanks. -- You

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-01-03 Thread Ste
Looking realy good! On Sunday, 2 January 2022 at 10:31:53 UTC Siniy-Kit wrote: > Hi! I make small on-line stores on Tiddlywiki. I was not able to finish my > last work, so i make a little demo from it > https://heeg.ru/shop2_3.html?id=16jpYS8egNJuLA8HyS-Um6wuwC9A5eFl-IKykIzZB92Y > > I think

Re: [tw5] Re: [Update] TW-Vote plugin v1.0.0

2022-01-03 Thread Jon Light
Hi Mohammad, thanks that might be just what I have been looking for. My TiddlyWiki is over 20Mb and is a self learning+discovery tool as well as a knowledge base I have been looking for something like this, I will experiment with using it. >From my view point a vote is a measure of usefulness

[tw5] Re: BASIC Anywhere Machine: focusing on ability to configure ...

2022-01-03 Thread Ste
Awesome stuff! On Monday, 3 January 2022 at 03:25:50 UTC cj.v...@gmail.com wrote: > Try the latest version of BASIC Anywhere Machine > . > > Two things on my mind: configuring wwwBasic, and configuring the IDE (in > particular, the TiddlyWiki

[tw5] Exporting Content to CSV

2022-01-03 Thread 'mohamed maghrabi' via TiddlyWiki
HI, when i export a tiddler to CSV , and that tiddler has a filter listing other tiddlers, the exported CSV has the actual filter query ( the code), and not the query result , is there a way around that ? -- You received this message because you are subscribed to the Google Groups