[tw5] Radically Newb .... apologising ahead of time.

2021-02-26 Thread Mikel Azure
G'day All, I'm writing a novel using Evernote and it is great for the writing flow. My encyclopedia for the world being built has got out of control and is now slowing me down. I figured I better get a proper encyclopedia designed, with links and all that, before it gets insanely out of

Re: [tw5] [Demo] Inspect macro definitions

2021-02-26 Thread Mohammad Rahmani
Hi Chris, Inspect is a very useful addition both for developers and users. Few suggestions (ignore them if not relevant) 1. find macros in tiddlers not tagged with $:/tags/Macro (e.g. non-global variable). For example I can search in all tiddlers tagged with $:/tags/Macro/Commander 2. limit the

[tw5] Re: was MPTW ever updated to the newest version?

2021-02-26 Thread strikke...@gmail.com
@Mat, Is that really true? Did you never use MPTW tagglytaggning. To have known it is to miss it. We might be able to do the same now, but with much more difficulty. TagglyTagging was the ease of use for newcomers and up. The filters, the way you could view your tiddlers. Fast and easy to use

[tw5] Re: Sequential tiddlers

2021-02-26 Thread Charlie Veniot
G'day, Sneak a peek at these tiddlers and see if there is some code of use to you: - Facts Explorer (find the "New" button, which calls the NewFact macro) - Tifoist Macros

[tw5] Re: Need help getting rid of iframe

2021-02-26 Thread PMario
Hi, What do you want to achieve? -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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web

[tw5] Re: Need help getting rid of iframe

2021-02-26 Thread PMario
On Friday, February 26, 2021 at 5:19:12 PM UTC+1 rpayn...@gmail.com wrote: > Can someone tell me what needs to be done to make text/html content render > in the tiddler body, rather than rending using an iframe? There is no iframe in the tiddler body "view mode". The edit mode iframe can

[tw5] --render templates

2021-02-26 Thread Jimmy Sweeney
Hi all, I'm hoping someone can help me out here. I'm trying to use the `--render` command to create HTML files from each tiddler. What I'm having trouble with is using the "template" parameter that is discussed here. What I want to do is

Re: [tw5] Sequential tiddlers

2021-02-26 Thread PMario
On Friday, February 26, 2021 at 4:50:25 PM UTC+1 Jeremy Ruston wrote: I think Merv also wants the index number to be zero padded, which isn’t > currently supported by the PR, but does make a lot of sense. Presumably > we’d add an optional parameter giving the padding width. > Hmmm, I think

Re: [tw5] Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread 'Mark S.' via TiddlyWiki
Apparently I misunderstood the question -- I thought you wanted every tiddler with contents eponymously associated with their title. On Friday, February 26, 2021 at 10:14:33 AM UTC-8 David Gifford wrote: > The email reply didn't send yesterday. Thank you, Mark! > > On Thursday, February 25,

[tw5] [Demo] Inspect macro definitions

2021-02-26 Thread clutterstack
Hi all, I was playing with dropdowns and...things...and I built something that I wished I had last summer, and which will help me keep track of current variable and macro definitions/values. A first version to play with is at

[tw5] Re: Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread dieg...@gmail.com
Ah - I knew this about regexp but didnt think about it all here. Thanks Eric! On Friday, February 26, 2021 at 10:29:05 AM UTC-6 Eric Shulman wrote: > On Friday, February 26, 2021 at 7:06:20 AM UTC-8 dieg...@gmail.com wrote: > >> To help my learn, was there something wrong with mine? >> > > The

Re: [tw5] Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread David Gifford
Thank you Diego! On Thursday, February 25, 2021 at 7:40:42 PM UTC-6 dieg...@gmail.com wrote: > I came up with the following: > > > {{{ [!is[system]regexp:text] }}} > > David's is this what you meant? > > Note: it doesnt work in draft/edit preview mode as the value of > currentTiddler then is

Re: [tw5] Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread David Gifford
The email reply didn't send yesterday. Thank you, Mark! On Thursday, February 25, 2021 at 7:39:03 PM UTC-6 Mark S. wrote: > Since filter operators don't have a T operator (except maybe in "reduce"), > you need two list filters: > > <$list filter="[all[tiddlers]]"> > <$list

[tw5] Re: background change in click of button

2021-02-26 Thread jc-ose
You could do this with something like the following: <$button> <$action-setfield $tiddler=" $:/themes/tiddlywiki/vanilla/settings/backgroundimage <#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Fsettings%2Fbackgroundimage>" text="name_of_your_image_tiddler" /> <$action-setfield $tiddler="$:/palette"

Re: [tw5] Re: New macro list-pages: Looking for a simpler solution

2021-02-26 Thread Eskha
Hello Mohammad, Exactly, I want to refine the search result. (Useful when the filter returns a lot of matches). Thank you for having a look at it. Best regards, Eskha Le jeudi 25 février 2021 à 10:08:55 UTC+1, Mohammad a écrit : > Hi Eskha > > I got your point! You want to refine the

[tw5] Re: Just realized what was tripping me up with tags (I think it was the UI, thanks Soren!)

2021-02-26 Thread jc-ose
Lately, I've adopted a sort of multi-use method for utilizing tags, where I have two or three different sets of tags that all serve different purposes. I have a main set of tags the are setup as a hierarchy (for organizing information linearly so it is easy to find), and then I have a different

[tw5] Re: Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread Eric Shulman
On Friday, February 26, 2021 at 7:06:20 AM UTC-8 dieg...@gmail.com wrote: > To help my learn, was there something wrong with mine? > The regexp[] filter finds *pattern* matches. If the tiddler's title contains any special regular expression syntax (such as ".") then it can match text other

[tw5] Need help getting rid of iframe

2021-02-26 Thread Robert Payne
Can someone tell me what needs to be done to make text/html content render in the tiddler body, rather than rending using an iframe? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

Re: [tw5] Sequential tiddlers

2021-02-26 Thread mrv...@gmail.com
Thank you. That is exactly right. Merv On Friday, February 26, 2021 at 8:50:25 AM UTC-7 jeremy...@gmail.com wrote: > Hi pmario > > I think Merv also wants the index number to be zero padded, which isn’t > currently supported by the PR, but does make a lot of sense. Presumably > we’d add an

Re: [tw5] Sequential tiddlers

2021-02-26 Thread Jeremy Ruston
Hi pmario I think Merv also wants the index number to be zero padded, which isn’t currently supported by the PR, but does make a lot of sense. Presumably we’d add an optional parameter giving the padding width. Best wishes Jeremy > On 26 Feb 2021, at 15:47, mrv...@gmail.com wrote: > > I

Re: [tw5] Re: List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread jc-ose
There is also an in-built way to avoid system tiddlers. Try this: <> On Friday, February 26, 2021 at 9:44:45 AM UTC-5 Mohammad wrote: > First try here Eric solution > > <> > > on > > https://tiddlywiki.com/ > > > > > Best wishes > Mohammad > > > On Fri, Feb 26, 2021 at 5:54 PM David SZERMAN

[tw5] Re: Sequential tiddlers

2021-02-26 Thread mrv...@gmail.com
I noticed the pull request. Thank you for noticing the need. I"m unfamiliar with the process. Is there anything that I can do to help? Merv On Friday, February 26, 2021 at 7:48:57 AM UTC-7 PMario wrote: > Hi Merv, > > There is a pending pull request at github, which would make it easy to >

[tw5] Re: Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread dieg...@gmail.com
Eric, To help my learn, was there something wrong with mine? On Thursday, February 25, 2021 at 9:26:57 PM UTC-6 Eric Shulman wrote: > On Thursday, February 25, 2021 at 4:11:14 PM UTC-8 David Gifford wrote: > >> a list filter with all tiddlers that contain the current tiddler's title >> in

[tw5] Re: Sequential tiddlers

2021-02-26 Thread PMario
Hi Merv, There is a pending pull request at github, which would make it easy to create titles like this. Please vote +1 at: allow unusedtitle macro to use the prefix parameter and fix wiki.generateNewTitle() #5361 -mario -- You received

Re: [tw5] Re: List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread Mohammad Rahmani
First try here Eric solution <> on https://tiddlywiki.com/ Best wishes Mohammad On Fri, Feb 26, 2021 at 5:54 PM David SZERMAN wrote: > I tried it but it did not work ; maybe I missed something. Thanks > > Le vendredi 26 février 2021 à 15:17:55 UTC+1, Eric Shulman a écrit : > >> On

[tw5] Re: Sequential tiddlers

2021-02-26 Thread Mat
Yeah, so the ActionCreateTiddlerWidget takes a basetitle and then adds an incremental count to each new tiddler. This is what is used for the "New Tiddler 1", "New Tiddler 2" etc. You can trim off the space before the number in

Re: [tw5] Sequential tiddlers

2021-02-26 Thread Mohammad Rahmani
This may be helpful if you can use batch operations. Have you tried Tiddler Commander ! Open it and go to create tiddlers! It can create many tiddlers with sequential numbers at once. Best wishes Mohammad On Fri, Feb 26, 2021 at 5:40 PM mrv...@gmail.com

[tw5] Re: List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread David SZERMAN
I tried it but it did not work ; maybe I missed something. Thanks Le vendredi 26 février 2021 à 15:17:55 UTC+1, Eric Shulman a écrit : > On Friday, February 26, 2021 at 5:59:58 AM UTC-8 szd...@gmail.com wrote: > >> I would like to get a list of all tiddlers without tags so I typed : >> <> >> But

[tw5] Re: List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread Eric Shulman
On Friday, February 26, 2021 at 5:59:58 AM UTC-8 szd...@gmail.com wrote: > I would like to get a list of all tiddlers without tags so I typed : > <> > But it gives me a lot of tiddlers starting with $ (plugin/shadow > tiddlers). How could I remove them ? > <> enjoy, -e -- You received this

[tw5] Sequential tiddlers

2021-02-26 Thread mrv...@gmail.com
I need the ability to create sequentially numbered tiddlers. In other words, a button that creates a new tiddler with the following pattern. <><>. The next number in the series would have <><> and so on. The title cannot contain any spaces. I am not a whiz, but I have been using

[tw5] List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread David SZERMAN
Hello, I would like to get a list of all tiddlers without tags so I typed : <> But it gives me a lot of tiddlers starting with $ (plugin/shadow tiddlers). How could I remove them ? I found this page but I do not know how to use it : https://tiddlywiki.com/static/Filter%2520Operators.html

[tw5] Re: Limiting Number of Tiddlers Listed in Recent Tab

2021-02-26 Thread Eskha
Hello Dan, Another option that I found useful for limiting the number of tiddlers in the recent tab is to call the timeline macro with the following: subfilter: "days[-7]" (To limit the list to tiddlers edited during the last week). BR Eskha -- You received this message because you are

Re: [tw5] Limiting Number of Tiddlers Listed in Recent Tab

2021-02-26 Thread Jeremy Ruston
Just to note that the timeline macro includes a “limit” parameter which can be used to control the maximum number of entries shown: <> https://tiddlywiki.com/#timeline%20Macro The timeline macro doesn’t include a way to hide the date headings.

[tw5] Re: Limiting Number of Tiddlers Listed in Recent Tab

2021-02-26 Thread scot
This may help. not quite what your asking for but similar. https://giffmex.org/gifts/documenting.tw.html#Recent tab with transclusion Scot On Thursday, 25 February 2021 at 22:58:53 UTC dlh...@gmail.com wrote: > Thank you, Mat. Your answer helps me better understand the *subfilter* > attribute