[tw5] Re: How to make a tiddler that asks the user for specific input ?

2018-08-15 Thread Melissa Rodriguez
Happy to join the club :) Thanks for having taken the time to make tutorials for the community!! I will have a look!! On Wednesday, 15 August 2018 19:52:16 UTC+2, PMario wrote: > > Hi Melissa, > > Welcome to the club! > > Some time ago I did create a step by step video-tutorial [1] about a "A

[tw5] Re: Template for set field?

2018-08-15 Thread Ste Wilson
Brliant! does the job. Thanks! -- 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 post to this group, send email to tid

[tw5] Re: How to make a tiddler that asks the user for specific input ?

2018-08-15 Thread Melissa Rodriguez
Thanks a lot for these! On Wednesday, 15 August 2018 19:30:32 UTC+2, Ste Wilson wrote: > > Hello > You might find > inmysocks.tiddlyspot.com/#New%20Tiddler%20Form > Usefull and a recent thread here > > https://groups.google.com/forum/m/#!topic/tiddlywiki/slwB8u1PQrA > > Which might help. > > Step

[tw5] No custom fields values in search results

2018-08-15 Thread Alexei R
I notice that custom fields values never show up in TiddlyWiki search results. Why it build that way? Is it possible to change such behavior? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: Extracting the subTiddlers below the current one "only"

2018-08-15 Thread TonyM
Mark Thanks, Time to bite the bullet on regEx Thanks to http://xenon.stanford.edu/~xusch/regexp/ it looks like this, can you show me how to write it into a filter, or is it simple? Sequence: match all of the followings in order BeginOfLine Repeat CapturingGroup GroupNumber:1 Sequence: match all

[tw5] Re: Extracting the subTiddlers below the current one "only"

2018-08-15 Thread 'Mark S.' via TiddlyWiki
I think instead of using "prefix" you're going to need a regexp that matches "^(.+\/){3}$" I'm pretty sure it will look something like that. Once you have the matches you want, you can use removeprefix perhaps to remove the prefix part and expose the working suffix. -- Mark On Wednesday, Aug

[tw5] Re: How to build index.html from git?

2018-08-15 Thread 'Mark S.' via TiddlyWiki
Once you have your node.js set up, you can generate one like this: tiddlywiki editions/empty --output ~/myempty.tw --build index This creates "index.html" which is empty and puts it in the directory ~/myempty.tw. For some reason it required an extension on the directory before it would do it,

[tw5] Re: How to build index.html from git?

2018-08-15 Thread TonyM
Zachary, It is possible, I have seen it documented, I would have thought on Git-Hub. Could it be within this https://tiddlywiki.com/dev/ Regards Tony On Thursday, 16 August 2018 13:24:59 UTC+10, Zachary Storer wrote: > > Sorry, I meant the empty.html file. The HTML file that you download from

[tw5] Extracting the subTiddlers below the current one "only"

2018-08-15 Thread TonyM
Folks, I am interested in Extracting the subTiddlers below the current one where the subtiddler is the "currenttiddler/" as a prefix, but not those below them and it seems a small challenge to do so As a quick example I have the following tiddlers - $:/PSaT/Viewer/edit-view-caption

[tw5] Re: How to build index.html from git?

2018-08-15 Thread Zachary Storer
Sorry, I meant the empty.html file. The HTML file that you download from https://tiddlywiki.com. On Wednesday, August 15, 2018 at 9:11:08 PM UTC-6, Zachary Storer wrote: > > Hello, > > Where is there documentation describing how to properly build > the default index.html file via the TiddlyWiki5

[tw5] Re: Template for set field?

2018-08-15 Thread Eric Shulman
On Wednesday, August 15, 2018 at 4:39:09 PM UTC-7, Ste Wilson wrote: > > All works as expected apart from the button which now reads *Create > Tiddler *** > I suspect I've missed a bracket somewhere, but my attempts to resolve the > matter end in only the final field being created. > You have t

[tw5] How to build index.html from git?

2018-08-15 Thread Zachary Storer
Hello, Where is there documentation describing how to properly build the default index.html file via the TiddlyWiki5 GitHub repo? Thanks, - Zak -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving e

Re: [tw5] Re: Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-15 Thread Arlen Beiler
If you are going to divide it into multiple pages you should definitely figure out a way to load the core and plugins from one URL so it can be cached. This will decrease the file size by 1.5MB or more, depending on your plugins. They can be added to the preloadTiddlers array like normal. I would r

[tw5] Re: [TW5] (Noob) How to use the name of a tiddler to retrieve information from a specific data tiddler ?

2018-08-15 Thread TonyM
Eric, Thanks for sharing such elegant code solutions. Tony On Thursday, 16 August 2018 07:48:34 UTC+10, Eric Shulman wrote: > > On Wednesday, August 15, 2018 at 2:10:39 PM UTC-7, Théophile Desmedt wrote: >> >> The tiddler generating the player sheet will look like this (for example): >> >>> [Cha

[tw5] Re: Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-15 Thread TonyM
Siniy-Kit, Is there a way to divide the site by multiple factors such as product types? then ensure the site look the same so user do not even know they are moving to another tiddlywiki. In this case you may need to keep some information in each wiki to assist product search (perhaps we would c

[tw5] Re: Template for set field?

2018-08-15 Thread 'Mark S.' via TiddlyWiki
I think you forgot to paste a "<$tiddler>" widget at the top? You have 3 set widget tags, but only one matching tag -- that will throw things off. -- Mark On Wednesday, August 15, 2018 at 4:39:09 PM UTC-7, Ste Wilson wrote: > Hi Jeremy (and other wonderful peeps), > > Finally had time to play

[tw5] Re: Template for set field?

2018-08-15 Thread Ste Wilson
Hi Jeremy (and other wonderful peeps), Finally had time to play with your code. I need to expand it to accept output multiple variables so my button mow looks like <$button> Create Tiddler <$set name="valuetext" value={{{ [{!!value_temp}addprefix[<$latex text="]addsuffix["displayMode="true">]

[tw5] Re: [TW5] (Noob) How to use the name of a tiddler to retrieve information from a specific data tiddler ?

2018-08-15 Thread Théophile Desmedt
Thanks a lot for your help ! :D Le mercredi 15 août 2018 23:48:34 UTC+2, Eric Shulman a écrit : > > On Wednesday, August 15, 2018 at 2:10:39 PM UTC-7, Théophile Desmedt wrote: >> >> The tiddler generating the player sheet will look like this (for example): >> >>> [CharacterSheet-John] --> name of

[tw5] Re: [TW5] (Noob) How to use the name of a tiddler to retrieve information from a specific data tiddler ?

2018-08-15 Thread Eric Shulman
On Wednesday, August 15, 2018 at 2:10:39 PM UTC-7, Théophile Desmedt wrote: > > The tiddler generating the player sheet will look like this (for example): > >> [CharacterSheet-John] --> name of the tiddler >> The player is named {{BD-John##PlayerName}} and is at the >> lvl{{BD-John##Level}}. >> >

[tw5] [TW5] (Noob) How to use the name of a tiddler to retrieve information from a specific data tiddler ?

2018-08-15 Thread Théophile Desmedt
Hello ! First of all, I'm very new to tiddly wiki and dont know much about code/programming, appart a bit of css and html. I want to use tiddlywiki to manage my players sheets (for a roleplaying game), and for that I use DataTiddlers. For each player, I create two tiddlers, the first one is a D

Re: [tw5] Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-15 Thread Pit.W.
Hi Siniy-Kit, I am running a local Node.js TW with 6.000+ tiddlers. No internal PDFs. Lazy-loading all. Speed is ... so,so..., but ok. I did not hit a brick wall so far. Its on a Laptop which is ...  quite powerfull... But I also have many growing singe-file TWs on normal PCs. I cant help yo

Re: [tw5] Re: Please advise: what is the clean and simple method of having a multiline note for a tiddler?

2018-08-15 Thread Mohammad
Hello Jeremy! Thank you very much for your comments, I understood the note code for making comments is not good because of some technical reasons. I really appreciate to advise me in the following case! - I have set of tiddlers all tagged with say myTag - This set is called a slideshow named

[tw5] Re: How to make a tiddler that asks the user for specific input ?

2018-08-15 Thread PMario
Hi Melissa, Welcome to the club! Some time ago I did create a step by step video-tutorial [1] about a "A script and todo manager workflow / UI experiment + video howto's", which is introduces in a different thread. see link [2] It deals with all types of input elements, for a specific usecase

[tw5] How to make a tiddler that asks the user for specific input ?

2018-08-15 Thread Ste Wilson
Hello You might find inmysocks.tiddlyspot.com/#New%20Tiddler%20Form Usefull and a recent thread here https://groups.google.com/forum/m/#!topic/tiddlywiki/slwB8u1PQrA Which might help. Stephen -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-15 Thread cpjobling
Perhaps use the Node.js Tiddlywiki - tiddlers are then stored in individual files and (I assume) loaded only on demand. On Wednesday, 15 August 2018 15:38:42 UTC+1, Siniy-Kit wrote: > > Hi! I make little online stores on Tiddlywiky. When I have not more than > 2000 items in my store, it works fa

[tw5] Re: Upgrading a Server-Based TW5 Wiki

2018-08-15 Thread cpjobling
Thanks for your advice. There wasn't a $__core.tid file in the tiddlers folder. So in the end I used this recipe! - I created a new empty server-based wiki - Started the server and opened it in a browser - Installed the non-standard plugins I had in my original wiki - Created a singl

[tw5] Re: How to find or filter all tiddlers that have custom fields?

2018-08-15 Thread Alexei R
Thank you Eric! It is exactly what I was looking for! How do you manage to get all the brackets in right order? It's insane ;-) I wonder how one can even think of some thing like that? I dropped the (<>): expression at line 12; It's always receives an empty string On Wednesday, August 15, 20

[tw5] Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-15 Thread Siniy-Kit
Hi! I make little online stores on Tiddlywiky. When I have not more than 2000 items in my store, it works fast, but customer wants to have 12500 items with many parameters... so made a demo of this shop https://heeg.ru/shop_test244.html it is 21.8 Mb (very big) and it works slow. How to make i

[tw5] Re: How to find or filter all tiddlers that have custom fields?

2018-08-15 Thread Alexei R
Thank you it is exactly what I was looking for! But you can get the same result with: <]">> instead of: <$link to=<>><> On Wednesday, August 15, 2018 at 2:59:22 PM UTC+3, FrD wrote: > > Hi, > > Assuming that the "non-custom" fields of a tiddler are : > >- title >- text >- tags >

[tw5] How to make a tiddler that asks the user for specific input ?

2018-08-15 Thread Melissa Rodriguez
Hi all! I discovered TW some weeks ago and I find it's a very powerful tool! I'm impressed by the great things that can be done with it, so I decided to dig deeper and give it a go myself. I thought this would not be that difficult, but after several weeks trying out, all my tests still fail...

[tw5] Re: How to find or filter all tiddlers that have custom fields?

2018-08-15 Thread TonyM
Alexei, Are you asking a much simpler question? <$list filter="[has:field[fieldname]]"> Which will list all tiddlers with the custom field "fieldname"? Then if you want to do work with that like get the content of the field, try <$list filter="[has:field[fieldname]]" variable=each> <$lis

[tw5] Re: How to find or filter all tiddlers that have custom fields?

2018-08-15 Thread Eric Shulman
On Wednesday, August 15, 2018 at 4:03:47 AM UTC-7, Alexei R wrote: > > How to find or filter all tiddlers that have some custom fields? > Try this: \define customfields() [is[current]fields[]] -[[type]] -[[module-type]] -[[creator]] -[[created]] -[[modified]] -[[text]] -[[title]] -[[c

[tw5] Re: How to find or filter all tiddlers that have custom fields?

2018-08-15 Thread FrD
Hi, Assuming that the "non-custom" fields of a tiddler are : - title - text - tags - modified - created - type Here is my proposal (but not sure it works really as intended). You'd better test it : <$list filter="[all[tiddlers]!is[system]!has[draft.of]]"> <$list filter="[]fie

[tw5] How to find or filter all tiddlers that have custom fields?

2018-08-15 Thread Alexei R
How to find or filter all tiddlers that have some custom fields? -- 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 post t

Re: [tw5] Re: Please advise: what is the clean and simple method of having a multiline note for a tiddler?

2018-08-15 Thread Jeremy Ruston
Hi Josiah, Mohammad, > Its very good. It supports simple threading. BUT it does not do what your > approach makes easy--a note in a field of the CURRENT Tiddler. Being able to > put a note into the current Tiddler, not a child Tiddler, is very good > because it often makes sense NOT to have any

[tw5] Re: Please advise: what is the clean and simple method of having a multiline note for a tiddler?

2018-08-15 Thread @TiddlyTweeter
Sorry Mohammad I forgot this is all in the context of a whole-screen Presentation. That likely makes the CSS easier. You might want to look at positioning the popup using the VIEWPORT as the context, rather than local to "Note". Best wishes Josiah Mohammad wrote: > > Yes, but in my own case, t

[tw5] Re: Upgrading a Server-Based TW5 Wiki

2018-08-15 Thread Jed Carty
You can drag and drop the html file onto your node wiki and it should let you import all of the tiddlers. Although updating tiddlywiki via npm should have worked. In the folder that holds all of the .tid files for the wiki is there a file called something like $__core.tid? If so try deleting tha

[tw5] Re: Upgrading a Server-Based TW5 Wiki

2018-08-15 Thread cpjobling
That's what I want to do, but aside from dragging each tiddler into a new blank wiki one by one, I have found no documented way to do this. All the docs talk about single file wikis. On Tuesday, 14 August 2018 13:30:33 UTC+1, TonyM wrote: > > Have you tried importing the file based wiki into the