[tw5] Re: Table building (noob problems)

2018-10-04 Thread barrowgloom
My apologies for the delay, You are correct. I am attempting to make the Monstrous Compendium > cool However, it is a horrible resource to search, poorly organized, the links > are all over the place and it cannot be searched beyond the index entries. > I spend far too much time sifting

[tw5] Re: href and camel-case in TW: Is this a bug?

2018-10-04 Thread 'Mark S.' via TiddlyWiki
Yes, if you remove the curly brackets per Tony's comments that will fix it. Just so you can have one more way of doing it, you can also: <$text text={{!!author}}/> -- Mark On Thursday, October 4, 2018 at 2:37:11 AM UTC-7, Mohammad wrote: > > Look at the below example: > > Assume you have a ti

[tw5] Re: Filtering multiple fields at once

2018-10-04 Thread 'Mark S.' via TiddlyWiki
So, basically you want to select the search. TiddlyWiki gives you a way to make those kind of choices. It's the select widget. Here we're back to using the search box on the side. Paste this into INDEX or wherever you want: <$select tiddler="$:/temp/searchfilter" default="Choose"> -Choose one-

[tw5] href and camel-case in TW: Is this a bug?

2018-10-04 Thread TonyM
What are the stray }} towards the end. Tony -- 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 e

[tw5] Re: Filtering multiple fields at once

2018-10-04 Thread PWL
That is a great start Mark. I guess I wasn't clear enough. I need to be able to search each field individually. I am really not concerned with having a match in all three at once, just which ever one I am looking for at the time. If you would like access to my data I can send it too you. o

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Don't hope. That helped. Mark, thank you very much. I have added your suggested code to my TiddlyWiki, and touch wood, everything seems to be working fine. Will hold on to the back up for a while yet, but I do believe this is my issue resolved. Thank you again, Mark, for taking the time to exp

[tw5] Re: Filtering multiple fields at once

2018-10-04 Thread 'Mark S.' via TiddlyWiki
Since you're searching on 3 things, you need 3 search fields. This means you'll need custom search input boxes. Put the following in a tiddler (possibly in your INDEX tiddler): Intelligence: <$edit-text tiddler="$:/temp/intelligence" tag="input" size=10 placeholder="Intel"/> Also make an emp

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread 'Mark S.' via TiddlyWiki
The expandable arrows can only be changed by changing the code. If you want to experiment, put the following contents in a tiddler, and tag it as $:/tags/Macro : \define toc-linked-selective-expandable-body(tag,sort:"",itemClassFilter:" " ,exclude,path,prune:"") <$set name="toc-state" value=<>>

Re: [tw5] i've found a bug in "Bob"

2018-10-04 Thread Jed Carty
Yes, as I said it is a known problem. If the folders already exist and contain tiddlers when you start the server than it may work, but I haven't had time to fix this particular bug. And with the settings you posted no system tiddler would be saved correctly so the results are what I would expe

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-04 Thread Jed Carty
And it is very possible to change the name of the folder where tiddlers are stored inside the wiki folder, it just takes some changes to the code. But to my knowledge no one has had a case where that would be important, they just want to be able to place the wiki folders, not separate the differ

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-04 Thread Jed Carty
Well, I may not be a true tw5 wiz, I am the main dev on Bob. Bob creates wikis in a consistent place because it makes probability easier and I haven't come up with a simple UI for changing the location that didn't confuse people. But you can put the wikis wherever you want them to be. You set t

Re: [tw5] i've found a bug in "Bob"

2018-10-04 Thread ch
adding sub-folders (done by the "FileSystemPaths" tiddler) while i run TiddlyWiki on Node.js works without issues - but "Bob" probably works in a different way compared to Node.js, i guess... without the "FileSystemPaths" tiddler, it works without issues - but, then again every "ugly" TiddlyWiki c

[tw5] Re: Templating language overview

2018-10-04 Thread Peter Ajtai
Thanks Mark, that's very helpful. That's basically what I was looking for. I have to say that the help provided in this forum is fantastic. On Thursday, October 4, 2018 at 10:46:45 AM UTC-7, Peter Ajtai wrote: > > Hi all, > > I'm having a hard time wrapping my head around the templating languag

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-04 Thread ch
i guess the true tw5 wiz could clearify if it's possible to change the location where tiddlers are saved, i know too little about how TiddlyWiki boot-up to change it myself (maybe it's not that hard since it should be possible to search for "tiddlers" in the source code...?) it is in fact possible

[tw5] Re: Templating language overview

2018-10-04 Thread 'Mark S.' via TiddlyWiki
{{MyTiddler}} Double curly brackets indicate a transclusion. (the contents of another tiddler are brought in here) > 3 curly braces surrounding this: > {{{ 2018-10-04 || DailyTiddler }}} > > I think that's wrong, or unnecessary. Three curly braces indicates that a filter notation is inside t

Re: [tw5] 404 not found when using GET all tiddler in 5.1.18

2018-10-04 Thread Jeremy Ruston
Hi VPL > I'm currently testing these new API function in 5.1.18 > I've installed & created a new tiddlywiki that I can access nornally > http://x.y.z.w:8090 > I arrive to the "Get Started page" > > Now using Postman I try to submit a GET all tiddler using the following URL > > GET x.y.z.w:8090

[tw5] 404 not found when using GET all tiddler in 5.1.18

2018-10-04 Thread vpl
Hi, I'm currently testing these new API function in 5.1.18 I've installed & created a new tiddlywiki that I can access nornally http://x.y.z.w:8090 I arrive to the "Get Started page" Now using Postman I try to submit a GET all tiddler using the following URL GET x.y.z.w:8090/recipes/default/ti

[tw5] Filtering multiple fields at once

2018-10-04 Thread PWL
Hello all, Don't know if this counts as a noob thing, but I am. I have multiple tiddlers that all have 3 custom fields. I am using the search function in the side bar to filter my tiddlers using said fields (works very well) the problem I am having is that each filter lists every link so I h

[tw5] Re: Table building (noob problems)

2018-10-04 Thread PWL
Disregard my last post, I found a work around. I have another problem now though. I think I am going to start a new string for it though, this one is getting a little convoluted. Again thank you for all your help. :) On Thursday, 4 October 2018 11:10:46 UTC-3, Mark S. wrote: > > The list filt

Re: [tw5] Node.js TW not responding to HTTP requests in AWS EC2

2018-10-04 Thread Andrés Pérez
ah! I see that now. gonna keep the proxy for ssl, but good to know. Thank you!! On Thursday, October 4, 2018 at 11:13:59 AM UTC-4, Arlen Beiler wrote: > > That was my first suspicion. I believe you can specify which IP address to > use in the command line. > > On Thu, Oct 4, 2018 at 10:21 PM And

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread 'Mark S.' via TiddlyWiki
Hi Eric, Thanks for the backgrounder. The problem with using the exclude filter (or the sort parameter) is that although the child tiddlers are snipped away, the "branch" is still left with it's open/close arrow, which is a bit distracting. I remember that this has come up in other threads, so

[tw5] Templating language overview

2018-10-04 Thread Peter Ajtai
Hi all, I'm having a hard time wrapping my head around the templating language used in Tiddlers, so I'm looking for a good overview of the language syntax and concepts. Essentially something like the Introduction to Filter Notation

Re: [tw5] i've found a bug in "Bob"

2018-10-04 Thread Jed Carty
Try restarting the server after adding that. There is a known problem with adding sub-folders in the tiddlers folder when the server is running. The title not changing is a result of the other bug because the system tiddlers are not properly accessible to the server. -- You received this messa

[tw5] i've found a bug in "Bob"

2018-10-04 Thread ch
hi, "Bob" is your friend - don't lose him! ;-) https://github.com/OokTech/TW5-Bob i've found a bug in "Bob" - it seems that "Bob" are unable to handle customising tiddler file naming, i.e. https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming for example, if you have the following "Fil

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-04 Thread Jed Carty
There aren't any exposed settings for changing the location where tiddlers are saved, it may be possible but it would take some changes. Saving the tiddlers in the same folder as other things will probably lead to strange behaviour. I am not sure how the file system monitor part will interact w

[tw5] Re: Table building (noob problems)

2018-10-04 Thread PWL
Okay so I figured it out. the search tab now works with the sidebar search function. The only problem I am having is with the numbers. If I am searching for an entry with a single number say 2 it returns every entry with the number two in the field. 12 2 22 21 etc. Can I fix this? On Thursd

[tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-04 Thread ch
hi, i would like to thank "Bob" - i really like him! ;-) https://github.com/OokTech/TW5-Bob this is follow-up question to my previous post, i.e. "[tw5] is it possible to configure TiddlyWiki on Node.js to store tiddler files in the same directory as the wikifolder?" i guess this is something t

[tw5] is it possible to configure TiddlyWiki on Node.js to store tiddler files in the same directory as the wikifolder?

2018-10-04 Thread ch
hi, this is a feature i've wanted for a long time but never asked the friendly TiddlyWiki community for help, but i really need your help with this question - because i don't know how to accomplish this feature. - if you already understand what i want to accomplish, you can stop reading here - if

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread Eric Shulman
On Thursday, October 4, 2018 at 7:35:18 AM UTC-7, Mark S. wrote: > > It turns out there is an undocumented "exclude" option, so if you can try > that method if you want and see if it works better. > Some years ago, when the TOC macros were first written, they had a problem with infinite recursio

[tw5] Re: Table building (noob problems)

2018-10-04 Thread Eric Shuman
Perfect! That hits the target right on. Thanks Thomas! Eric On Wednesday, October 3, 2018 at 11:07:05 AM UTC-5, Thomas Elmiger wrote: > > Hi Eric, > > if I get your task right, you would have to add your own criteria to the > filter, e.g. > > <$list filter="[all[current]tag[planet]]"> > > This

[tw5] Query -- Full Historical TW Changelog?

2018-10-04 Thread @TiddlyTweeter
I was just wondering if there is a single place I can go to view the full long-term Changelog for TiddlyWiki? The Use Case is this... I'm trying to make a macro that I can d&d to any TW on the web to probe it, particularly for plugin details. I rapidly became aware that making this was not as

Re: [tw5] Node.js TW not responding to HTTP requests in AWS EC2

2018-10-04 Thread Arlen Beiler
That was my first suspicion. I believe you can specify which IP address to use in the command line. On Thu, Oct 4, 2018 at 10:21 PM Andrés Pérez wrote: > So a netstat -an shows that the server is only listening for traffic on > localhost > tcp0 0 127.0.0.1:8080 0.0.0.0:*

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Both the sort and the exclude options seem to meet my needs, so I think I will err on the side of caution and go with the choice that is properly documented on the site. I take it the expandable arrows are non-negotiable? Thank you. -- You received this message because you are subscribed to t

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread 'Mark S.' via TiddlyWiki
It turns out there is an undocumented "exclude" option, so if you can try that method if you want and see if it works better. On Thursday, October 4, 2018 at 7:30:05 AM UTC-7, michaelha...@gmail.com wrote: > > Mark, > > Here is my TOC after trying to add the sort option as you suggested: > > >

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Mark, Here is my TOC after trying to add the sort option as you suggested: <> As far as I can tell, that seems to be working. The expandable arrows are still present however. Is there a method by which I might remove them, or will they stick around even though the content they would have sho

[tw5] Node.js TW not responding to HTTP requests in AWS EC2

2018-10-04 Thread Andrés Pérez
So a netstat -an shows that the server is only listening for traffic on localhost tcp0 0 127.0.0.1:8080 0.0.0.0:* LISTEN instead of world tcp0 0 0.0.0.0:80800.0.0.0:* LISTEN I am using nginx to reverse proxy the traffic.

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread 'Mark S.' via TiddlyWiki
Perhaps Barro has a customized version of the toc-selective-expandable macro. The standard macro doesn't include the exclude option. You can use the "sort" option, but the syntax would be more like: <> -- Mark On Thursday, October 4, 2018 at 7:08:08 AM UTC-7, michaelha...@gmail.com wrote: >

[tw5] Re: Table building (noob problems)

2018-10-04 Thread 'Mark S.' via TiddlyWiki
The list filter is using the standard search box. ($:/temp/search). If you have created another search field, then it needs to use the output tiddler for that search box instead. You probably need to show the contents of your INDEX tiddler. -- Mark On Thursday, October 4, 2018 at 5:39:56 AM UT

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Mark, see barro's comment above. His example is as follows: <> <> <> -- 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.co

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread 'Mark S.' via TiddlyWiki
Where is the "exclude" option coming from? It's not listed in the documentation at tiddlywiki.com. -- Mark On Thursday, October 4, 2018 at 5:08:16 AM UTC-7, michaelha...@gmail.com wrote: > > Okay, so my current table of contents looks like this; > > > < > > > > > I assume I can continue addi

[tw5] Re: Table building (noob problems)

2018-10-04 Thread PWL
Hello again Mark, So I have made some progress building my search function. This is what I have so far... <$list filter="[[$:/temp/search]] +[minlength[3]]"> <> <$button> <$action-createtiddler $basetitle="Homemade Button" tags="$:/tags/PageControls" text={{$:/state/new-button-caption}}/> Se

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Okay, so my current table of contents looks like this; <> I assume I can continue adding the tags I want to keep hidden in the same way? And after removing the items listed beneath each tag in the TOC, the text still shows the expandable arrows, though they no longer reveal any content. Is

[tw5] Node.js TW not responding to HTTP requests in AWS EC2

2018-10-04 Thread Andrés Pérez
I stood up an EC2 instance with port 8080 open. I verified it by dropping an index.html in home and serving it with python simplehttp. I then did an --init server in home using the node version of TW, followed by --server. If I curl http://localhost:8080 I get back the new TW, but I get a conne

[tw5] href and camel-case in TW: Is this a bug?

2018-10-04 Thread Mohammad
Look at the below example: Assume you have a tiddler names myTest with the below fields: - *url*: https://tiddlywiki.com/prerelease/ - *author*: JeremyRuston Then the below line show JeremyRuston as a link to a missing tiddler {{!!author}} A workaround is <$view field="author"}}/> Bu

[tw5] Re: toc-selective-expandable macro: how to exclude some tiddlers tagged with say ignored

2018-10-04 Thread Mohammad
Hello BTC, Many thanks, works like a charm! Cheers Mohammad On Thursday, October 4, 2018 at 10:07:31 AM UTC+3:30, BurningTreeC wrote: > > I use the toc-selective-expanable to create a table of contents for all >> tiddlers tagged with lecture >> >> <> >> >> Some tiddlers belong to the lecture ca

Re: [tw5] 5.1.18 API question

2018-10-04 Thread vpl
Hi Jeremy Thanks a lot for your answer. The second approach offer great flexibility at tiddlywiki side. I'm going to test it. Thanks very much With Regards Vpl Le mercredi 3 octobre 2018 19:46:17 UTC+2, Jeremy Ruston a écrit : > > Hi VPL > > I'm discovering in version 5.1.18 these new webserve