[tw5] Re: editlist widget

2020-10-07 Thread Eric Shulman
On Wednesday, October 7, 2020 at 9:19:01 PM UTC-7, Bob Jansen wrote: > > could you provide an example of how to use the listview attribute to > display the content of two fields with a comma space between them. > Try something like this: <$macrocall $name="edit-list" ... listview="{{{ [get[some

[tw5] editlist widget

2020-10-07 Thread Bob Jansen
Eric, could you provide an example of how to use the listview attribute to display the content of two fields with a comma space between them. eg. Bob Jansen, Turtle Lane bobj -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: General discussion: How do you use tags? (The philosophy of tags)

2020-10-07 Thread kuzi
Si, I had asked a similar question when I was more of a beginner, and found TW Tones's strategy very insightful. Tags can be very useful, but I did not want to overuse them, as I believe they will be less effective. I like using tags for indicating a general category, then using an "object-type

[tw5] Re: How can you make a Q&A form in Tiddlywiki?

2020-10-07 Thread TW Tones
Jin, There is a flash cards plugin that may be a way to go. The answer is on the back of an animated cars You need to somehow set a toggle for the answer, and if the correct answer is given conditionally display the result. otherwise if you just want to conceal the answer you could do so with

[tw5] Re: Modifications for Wikitext

2020-10-07 Thread TW Tones
Post script When using this alternate CSS you still need to ensure there is a blank line before any wiki text markup or it will not be evaluated eg Test No wrapping * list item Tones On Thursday, 8 October 2020 08:52:37 UTC+11, TW Tones wrote: > > Beanman, > > Here is a conditional targeting

[tw5] Re: Modifications for Wikitext

2020-10-07 Thread TW Tones
Beanman, Here is a conditional targeting of this behaviour, with this method just add the tag linewrap to tiddlers where you want this occurring. See [[tiddlywiki.com for more|https://tiddlywiki.com/#Custom%20data-styles]] Add [data-tags*="linewrap"] in front of Eric suggested stylesheet and i

[tw5] Re: Modifications for Wikitext

2020-10-07 Thread TW Tones
Beanman This is a common issue raised with new users, and there are plenty of work arounds. There are good reasons for the default behaviour but it does challenge long learned habits. There are some activities and projects occurring that will impact this and give wiki text authors a lot more p

[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
>> Files inside directories inside A should be recursively loaded as long as they match the regexp. It's not loading. I had to add that directory explicitly to make the md inside to load. On Thursday, 8 October 2020 at 02:24:25 UTC+5:30 saq.i...@gmail.com wrote: > Files inside directories

[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Saq Imtiaz
Files inside directories inside A should be recursively loaded as long as they match the regexp. No idea about TiddlyResearch. Suggest you address that question to the author. There is a thread for TR in this group. On Wednesday, October 7, 2020 at 10:48:05 PM UTC+2 Prestige wrote: > Okay. Th

[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
What exactly does the Files regexp does? and where can I learn about these things? On Thursday, 8 October 2020 at 02:18:05 UTC+5:30 Prestige wrote: > Okay. Thanks. > It fixes the error. > > A few more question if I may: > >- What can I do to include the md files inside the folder B as >

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread Rika Sukenik
Ha, okay. Makes sense. Hopefully someone else can help! On Wed, Oct 7, 2020, 10:29 AM bimlas wrote: > If you can't find it, that's not the cause. > > rika.s...@gmail.com a következőt írta (2020. október 7., szerda, 17:48:29 > UTC+2): > >> Thanks, Bimlas. I checked the Shadows menu for that tiddl

[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
Okay. Thanks. It fixes the error. A few more question if I may: - What can I do to include the md files inside the folder B as tiddlers? - Also, I am using TiddlyResearch on top of TW5 (I think you are aware of it), and it has a need to specify tags (.tiddler, .folder etc). What can

[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Saq Imtiaz
In the absence of a files regexp node is trying to read the directory you add as if it were a file. On Wednesday, October 7, 2020 at 10:35:48 PM UTC+2 Saq Imtiaz wrote: > At first glance two things I would try. > > Use a relative path for the folder like ./A > > Add a files regexp for dir A > >

[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Saq Imtiaz
At first glance two things I would try. Use a relative path for the folder like ./A Add a files regexp for dir A "filesRegExp": "^.*\\.md$", On Wednesday, October 7, 2020 at 10:20:05 PM UTC+2 Prestige wrote: > > Hello all, > > I wanted to use TW5 with a markdown note taking system Obsidian. Fo

[tw5] [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
Hello all, I wanted to use TW5 with a markdown note taking system Obsidian. For that I followed saqimtaz's post on Reddit . Everything worked fine except for a

[tw5] Re: General discussion: How do you use tags? (The philosophy of tags)

2020-10-07 Thread bimlas
Ed, A suggestion: use metadata for things that can be clearly grouped (music, software, product), links for theoretical things (studies, thoughts, descriptions), but don’t mix the two systems because they lead to inconsistencies or duplication of information. If you want to talk more about it,

[tw5] Re: General discussion: How do you use tags? (The philosophy of tags)

2020-10-07 Thread bimlas
Ed, I have previously noticed a tension between tag-and-field-based and > text-and-link-based organization > You can also use the links as tags. https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/9f9LL5GRGAAJ > or to put it another way, metadata-based organization vs. text-based > organi

[tw5] Re: General discussion: How do you use tags? (The philosophy of tags)

2020-10-07 Thread Ed Heil
Bimlas, The "links-only" path of tiddlywiki-ing you're describing is very interesting! I have previously noticed a tension between tag-and-field-based and text-and-link-based organization, or to put it another way, metadata-based organization vs. text-based organization. It's an interesting

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread bimlas
If you can't find it, that's not the cause. rika.s...@gmail.com a következőt írta (2020. október 7., szerda, 17:48:29 UTC+2): > Thanks, Bimlas. I checked the Shadows menu for that tiddler, but I don't > see it. Where I can find it? > > Best, > Rika Sukenik > > > On Wed, Oct 7, 2020 at 3:39 AM

[tw5] Re: How can you make a Q&A form in Tiddlywiki?

2020-10-07 Thread Ste
I've had a go at this but ran out of steam.. And someone did a macro/ plugin once too. Here's my stuff of you want to unpick it http://stephenteachertests.tiddlyspot.com/#Intreactive%20text And the macro is ifAisB by Thomas https://tid.li/tw5/hacks.html Ste On Wednesday, 7 October 2020 at 14:

[tw5] Re: A plugin for diagrams and figures?

2020-10-07 Thread Ste
I've been using mathcha.io for my svg diagramming needs. On Wednesday, 7 October 2020 at 13:44:26 UTC+1 justinehe...@gmail.com wrote: > I'll try this during the weekend, thank you! > > On Tuesday, 6 October 2020 at 19:06:26 UTC+8 TW Tones wrote: > >> Jin, >> >> There are a number of graphics and

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread Rika Sukenik
Thanks, Bimlas. I checked the Shadows menu for that tiddler, but I don't see it. Where I can find it? Best, Rika Sukenik On Wed, Oct 7, 2020 at 3:39 AM bimlas wrote: > Rika, > > > i'm getting 3 XMLhttpRequest errors when my page loads > > I just got this error these days when I split the sing

[tw5] Re: Modifications for Wikitext

2020-10-07 Thread Eric Shulman
On Wednesday, October 7, 2020 at 8:11:15 AM UTC-7, Beanman wrote: > > > Is there any way i could change the default behavior of wikitext so that > it always behaves as if I'm using """ to get hard line breaks? Never in my > life have I pressed the enter key and not wanted to get a hard line brea

[tw5] Modifications for Wikitext

2020-10-07 Thread 'Beanman' via TiddlyWiki
Is there any way i could change the default behavior of wikitext so that it always behaves as if I'm using """ to get hard line breaks? Never in my life have I pressed the enter key and not wanted to get a hard line break out of it, so is there any setting I can change, or maybe just make it s

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

2020-10-07 Thread Ken Gray
I'm using TWEXE, so maybe it's because of that. Does yours save as expected? On Wednesday, October 7, 2020 at 9:48:20 AM UTC-4 saq.i...@gmail.com wrote: > Ken, Streams does't change the default behaviour of autosave in any manner. > > Are you using the single file version of TiddlyWiki, or node.

[tw5] Re: how to process the newline mark as the normal text?

2020-10-07 Thread Eric Shulman
On Wednesday, October 7, 2020 at 6:02:30 AM UTC-7, imleg...@gmail.com wrote: > > Normally when I type `enter` newline mark in the tiddlywiki it will be > render as none. Double `enter` will be render as one newline mark in the > tiddlywiki. How to make just one enter to one enter just like normal

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

2020-10-07 Thread Saq Imtiaz
Ken, Streams does't change the default behaviour of autosave in any manner. Are you using the single file version of TiddlyWiki, or node.js? On Wednesday, October 7, 2020 at 3:16:21 PM UTC+2, Ken Gray wrote: > > I have 1.1.15 but my 'autosave' still doesn't work. when I create a new > item in a

[tw5] How can you make a Q&A form in Tiddlywiki?

2020-10-07 Thread jin
I want to implement Q&A exercises on my TW where it shows if what I typed or clicked was correct or not. How can I achieve this? -- 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, sen

[tw5] Re: Save a file in tiddlywiki (nodejs) file server through the wiki itself?

2020-10-07 Thread Saq Imtiaz
There is a proof of concept of a plugin that allows you to import binary files to the files folder: https://saqimtiaz.github.io/sq-tw/sandbox.html#%24%3A%2Fplugins%2Fsq%2FNodeJSExternalFiles What's missing is better error handling and the ability to specify a path within the files folder. On W

[tw5] Save a file in tiddlywiki (nodejs) file server through the wiki itself?

2020-10-07 Thread demon...@gmail.com
So I found out that nodejs tiddlywiki has a simple file server in it which can be used to store and link large files (images, pdfs etc). However, now the only "issue" is how to save those

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

2020-10-07 Thread Ken Gray
I have 1.1.15 but my 'autosave' still doesn't work. when I create a new item in a tiddler, it doesn't save. however, when I create a new tiddler, it autosaves as expected. if not a way at this time, is there a keyboard shortcut to do this while I work? Thanks! On Friday, July 3, 2020 at 11:

[tw5] how to process the newline mark as the normal text?

2020-10-07 Thread imleg...@gmail.com
Normally when I type `enter` newline mark in the tiddlywiki it will be render as none. Double `enter` will be render as one newline mark in the tiddlywiki. How to make just one enter to one enter just like normal text editor? -- You received this message because you are subscribed to the Googl

Re: [tw5] Re: I have a cool idea, not sure how to go about it

2020-10-07 Thread David Gifford
Thanks Tone, I will check that out! On Wed, Oct 7, 2020 at 2:50 AM TW Tones wrote: > David, > > My time is limited so I though maybe a good place to start is with tiddly > tables to organise the data, once you have the data you can alter the table > or its settings for multiple views. > > Regar

Re: [tw5] Re: I have a cool idea, not sure how to go about it

2020-10-07 Thread David Gifford
Wow, bimlas, that is cool! Whether or not it's a good fit for my question will take more investigation, but either way, I will definitely want to study this a bit and see what I can learn from it. Thank you for sharing! On Wed, Oct 7, 2020 at 2:16 AM bimlas wrote: > David, > > It doesn’t compl

[tw5] Re: A plugin for diagrams and figures?

2020-10-07 Thread jin
I'll try this during the weekend, thank you! On Tuesday, 6 October 2020 at 19:06:26 UTC+8 TW Tones wrote: > Jin, > > There are a number of graphics and flow chart tools for tiddlywiki, but > you can use any tool that produces and output that tiddlywiki can use. You > could learn SVG or get a fr

[tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread bimlas
Rika, > i'm getting 3 XMLhttpRequest errors when my page loads I just got this error these days when I split the single HTML into separate files . For me, the solution was to delete $:/config/tiddlyweb/host tiddler. -- You received this message because yo

[tw5] Re: Git Ignoring $__StoryList.tid

2020-10-07 Thread Eric Shulman
On Wednesday, October 7, 2020 at 12:17:32 AM UTC-7, TW Tones wrote: > > Does the publish filter only exist if you define it? > yes. > I have always had trouble finding where it was defined :) > Perhaps it would be better as {{$:/config/publishFilter}} and editable > somewhere. > In $:/core/s

[tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread Jed Carty
The problem here is that the build is including the server plugins, $:/plugins/tiddlywiki/filesystem and $:/plugins/tiddlywiki/tiddlyweb. I am not sure how to get around this, hopefully someone else on here has the answer. On Wednesday, October 7, 2020 at 1:21:52 AM UTC+2 rika.s...@gmail.com wr

[tw5] Re: I have a cool idea, not sure how to go about it

2020-10-07 Thread TW Tones
David, My time is limited so I though maybe a good place to start is with tiddly tables to organise the data, once you have the data you can alter the table or its settings for multiple views. Regards Tony On Tuesday, 6 October 2020 00:38:34 UTC+11, David Gifford wrote: > > Hi Tones > > See my

[tw5] Just for fun - sort macro to sort a set of lines optional challenge.

2020-10-07 Thread TW Tones
Folks, I have long wanted a replacement for an editor toolbar button, in TWV in QuickEdit to quickly sort some lines; I just realised we can do this on the fly with a macro, not how by default it creates a link Alternatively we can add inside each list <$text text=<> \define sort(text orde

[tw5] Re: Git Ignoring $__StoryList.tid

2020-10-07 Thread TW Tones
Eric, Does the publish filter only exist if you define it? I have always had trouble finding where it was defined :) Perhaps it would be better as {{$:/config/publishFilter}} and editable somewhere. Tones On Wednesday, 7 October 2020 16:25:14 UTC+11, Eric Shulman wrote: > > On Tuesday, Octob

[tw5] Re: I have a cool idea, not sure how to go about it

2020-10-07 Thread bimlas
David, It doesn’t completely give you a solution to what you’ve written, but maybe they can bring you closer to the solution: https://bimlas.gitlab.io/demo//tw5/property-comparison.html -> scroll down to Hamburger and Macaroni https://youtu.be/vqSKjafeZyE?t=130 -> see https://bimlas.gitlab.i

[tw5] Re: Auto Save Wiki

2020-10-07 Thread TW Tones
Bob, Is the standard immediate autosave not enough? See $:/ControlPanel > Saving > General If the wiki is large some people prefer the save on exit and not before, but clearly not your user. If they never actually need to save, but they make changes that cause the save to be requested I have

[tw5] Re: content of another tidder copy in tiddler

2020-10-07 Thread Gerald Weis
Hi Tones i found it. it was an writing-error. It would be quite safe to habe a selectionfield where i can select the content of the field "Sache" I should be like to eliminate writing-errors in the field "Sache". The selection-field should be replace the textfield "Sache" But i can't it. TW To

[tw5] Re: Transclusion issues

2020-10-07 Thread TW Tones
Bob, First such a set of naming standards can help immediately by helping you keep track, but its also easier to bundle, transfer and share, and people hepling you can workout the components by looking at the tiddler titles. On Wednesday, 7 October 2020 16:50:40 UTC+11, Bob Jansen wrote: > jus

[tw5] Re: General discussion: How do you use tags? (The philosophy of tags)

2020-10-07 Thread bimlas
Si, Lately, I’ve been almost completely ignoring tags, I prefer links everywhere, because all that really matters is that two notes are related to each other, not necessarily how they relate to the relationship. The surrounding text explains how they relate. Further explanation: https://groups