[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Mohammad
Many thanks Arlen! I like the portable feature of Tiddlyserver. I go though and will let you know of any comment. --Mohammad On Saturday, April 25, 2020 at 1:09:44 AM UTC+4:30, Arlen Beiler wrote: > > Hello Everyone, > > I've upgraded TiddlyServer to target 5.1.22. > > @someguynamedmatt

Re: [tw5] 5.1.22 Upgrade Problem - TypeError: $tw.wiki.doesPluginRequireReload is not a function

2020-04-24 Thread TonyM
On Overwritten Shadows I see with the preview option "differences from shadow (if any)" counts the number of differences. Thus if I could delete the tiddlers with 0 differences I would get along way. Although perhaps I will hit the odd one that was tagged or something. Regards Tony On

Re: [tw5] 5.1.22 Upgrade Problem - TypeError: $tw.wiki.doesPluginRequireReload is not a function

2020-04-24 Thread TonyM
Jeremy, In the source before upgrade I see the following; Number of tiddlers: 375, Number of tags: 77, Number of system tiddlers: 2992, Number of shadow tiddlers: 2227, Number of overridden shadow tiddlers: 2227, Clearly there is no shadow tiddler not overridden in the source, so I expect the

Re: [tw5] Re: Clip web page to TW?

2020-04-24 Thread Chris Aldrich
I can see your screenshot, but it doesn't indicate to me what it is that you're expecting or what you feel is wrong. On Tuesday, April 21, 2020 at 9:26:37 PM UTC-7, Peter Buyze wrote: > > Chris, > > see screenshot. > > -- > Securely sent with Tutanota. Get your own encrypted, ad-free mailbox:

[tw5] Re: URL of the current tiddler

2020-04-24 Thread 'Mark S.' via TiddlyWiki
Hi Anne, Use Eric's way. I vaguely remembered that there was a way to do this, but searching for "url" flooded me with 148 non-title hits. Maybe there needs to be some redirect tiddlers that will help future searchers find this easier. Might work like this: *{{**$:/info/url/full}}* *<$view

[tw5] Re: URL of the current tiddler

2020-04-24 Thread TonyM
As I understand here The key issue here is not the composition of a link from a number of variables or fields, it is to do so within the template used to generate static pages (whose link will change anyway). If you open a static html you can see how the links are represented and Identify how

[tw5] Re: Could you share your tagging habits?

2020-04-24 Thread TonyM
A Quick overview of freelinks Normally if you link to a tiddler you have to use [[some text]] in you wiki text or another means such as a tag, but once you create the "some text" tiddler, with freelink on, if you are displaying a tiddler containing "bla bla some text bla bla" then the 'some

[tw5] Re: Could you share your tagging habits?

2020-04-24 Thread Anne-Laure Le Cunff
Hashtag based is a good name! To be honest I still haven't tried freelinks because I don't understand what it does. Will give it a try this weekend on a fresh copy of TW. I'll see if it fits in my workflow. What I like about my current approach is that I can create new tags on the go, even if

[tw5] Re: Could you share your tagging habits?

2020-04-24 Thread TonyM
Anne-laure/Tony Anne-laure Thats a good approach, and can be done other ways as well. Your method would be what I would call a "hashtag based title link" reference. You could also just use [[book]] place these inside a comment , or just raw #book and use search or contains in a filter to find

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Anne-Laure Le Cunff
@Mark - I imported your file in a safe copy of my TW, then added the following to my static view template file: *{{!!url}}* *<$view field="url"/>* ... Because I wasn't sure what to use. But, in any case, none of them worked, there was no output. So I think I didn't understand the

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Anne-Laure Le Cunff
Thanks so much, Mark! Will give it a try and report back :) On Saturday, April 25, 2020 at 1:59:47 AM UTC+1, Mark S. wrote: > > I was following this thread, hoping that someone would know of an > existing, core-based solution. The two related messages unfortunately only > send the url to the

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 4:01:48 PM UTC-7, Anne-Laure Le Cunff wrote: > > Thanks Saq! I'm struggling with the URL part specifically, how do I grab > that? Thanks so much. > Take a look at the $:/info/ shadow tiddlers. They are automatically initialized when you load your TW. Here's the

[tw5] Re: URL of the current tiddler

2020-04-24 Thread 'Mark S.' via TiddlyWiki
I was following this thread, hoping that someone would know of an existing, core-based solution. The two related messages unfortunately only send the url to the clipboard. If you want to try something, the attached is a json for a tiddler that uses a simple javascript macro to report the url.

[tw5] Re: Could you share your tagging habits?

2020-04-24 Thread Anne-Laure Le Cunff
I don't use tags, I use "tagging tiddlers" and TiddlyBlink. For instance I write [[#book]] at the end of a tiddler with book notes. Then I can go on the #book page and thanks to bi-directional links I see all the tiddlers (book notes) referencing that one — i.e. all the tiddlers where I wrote

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Anne-Laure Le Cunff
@Saq & Tony: thank you! No idea what my URL structure is, I think it's just the title and then I used regex to replace the spaces with hyphens, so I have no idea where to start here. @Scott: this is great! I have literally no idea how I could implement this on mine (also I don't want the

[tw5] Re: Could you share your tagging habits?

2020-04-24 Thread Scott Kingery
Hi Tony, That is basically how I do it. Tags as categories and everything linked trough that. Here is a little "Notebook" I built: https://techlifeweb.com/tiddlywiki/SimpleNotebook.html Scott On Friday, April 24, 2020 at 4:29:36 PM UTC-7, Tony K wrote: > > I'm thinking about tags and I don't

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Scott Kingery
Anne-Laure, did you see this? https://ibnishak.github.io/Tesseract/pluginsandmacros/socialmacros/index.html#Social%20Networking%20comes%20to%20TW5 I haven't used it but I found it over on Dave's Toolmap site Scott On Friday, April 24, 2020 at 3:22:17 PM UTC-7, Anne-Laure Le Cunff wrote: > > Hi

[tw5] Re: URL of the current tiddler

2020-04-24 Thread TonyM
Just a quick tip, searching for encode on tiddlywiki.com will direct you to a number of operators etc... for forming uri's and more. Also, if you use macros and replaceable parameters, eg using $param$ or variables $(varname)$ it is often easier to construct final results as needed because

[tw5] Re: Redesign of TiddlyWiki

2020-04-24 Thread TonyM
Edgar, Welcome to the community. Whilst I am not a javascript developer I am what you may call a super user of tiddlywiki. I have a vision for a tiddlywiki layout design that would provide a great deal of flexibility and I have discussed it elsewhere. I think the following points are

[tw5] Could you share your tagging habits?

2020-04-24 Thread Tony K
I'm thinking about tags and I don't want to use them as keywords. I am more inclined to having some general structure where I can fit all my toddlers in without much thinking. In other terms using tags as categories?? Would love to hear your thoughts and experience about this All the best

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread Tony K
Hello Tony M Thanks for the reply I don't think mimicking the experience of writing would be easy without a Wysiwyg editor what I settled for (for now) is using dynalist and embed it in tiddlywiki. Not the best solution but didn't find better I wish I could program lol I had an idea about how

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Saq Imtiaz
Unless there is a setting that I am not aware of for the static build process, its unfortunately a case of joining strings together to emulate the site's URL structure. \define url(filename) http://mysite.com/$filename.html$ The key is getting filename in the same pattern as what the static

[tw5] Re: Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread TonyM
David, You mention context. My New tiddler button looks something like this <$button> <$action-sendmessage $message="tm-new-tiddler" title="Task" tags="Task" priority="3" domain={{!!domain}} project={{!!project}} client={{!!client}} /> New Task So basically new tiddlers are created with

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Anne-Laure Le Cunff
Thanks Saq! I'm struggling with the URL part specifically, how do I grab that? Thanks so much. --- For context, my live notes while looking for a solution :) - Some of the results of a google search,

[tw5] Re: Prevent overwritting images via copy paste import

2020-04-24 Thread TonyM
S ylvain, Drag and Drop, Past, Crtl V, it is all very similar. The Import process is also highly customisable. If I have a little more detail I can possibly provide a

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Saq Imtiaz
You want something like this: \define tweet-this(url,title,description) https://twitter.com/intent/tweet?source=$url$=$title$%20$description$=anthilemoon; target="_blank" title="Tweet"> \end <$macrocall $name="tweet-this" url=<> title={{!!title}} description={{!!description}} /> put the

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread TonyM
Tony K, Since I am not so familiar with Dynalist / workflowy its hard for me to comment but TW5 certainly has the ability to meet your needs from what I can glean from your comments. An example in point is outliner functionality often discussed here, one example here

[tw5] URL of the current tiddler

2020-04-24 Thread Anne-Laure Le Cunff
Hi everyone, I'm trying to add social sharing links on each page of to my TW-generated website, here is an example: https://twitter.com/intent/tweet?source=*{URL}*=*{TITLE}*%20 *{DESCRIPTION}*=anthilemoon" target="_blank" title="Tweet"> Where {URL} the url of the current tiddler, {TITLE} is

Re: [tw5] Live Demo: SVG, embedded buttons controlling animations, audio, other widgets embedded

2020-04-24 Thread Joshua Fontany
Really neat to see how far you are taking these SVG experiments! I am currently translating the gameicons.net icon SGVs into tiddlywiki image tiddlers. Just figured out how to recolor multiple sub-paths with CSS selectors. I LOVE that you can transclude SVG code and other tiddler content into

[tw5] Re: Release fo EncryptTiddler Plugin (now with password confirmation)

2020-04-24 Thread Joshua Fontany
Awesome, thanks for posting the update here! On Friday, April 24, 2020 at 12:23:24 AM UTC-7, Danielo Rodríguez wrote: > > Hey! > It's been a long time. > I'm publishing this here because I think it is of the interest of many. > After a lot of time and several requests, the encrypt tiddler plugin

Re: [tw5] TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Arlen Beiler
Yes. It is used for data folders and also the entire folder is served at /assets/tiddlywiki/. None of the regular TiddlyServer stuff applies to it (like permissions, file saving, loading data folders), it just serves the requested file if it exists. On Fri, Apr 24, 2020 at 4:59 PM Saq Imtiaz

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread grimes313
Awesome! Thank you both for the help, and thanks Mohammad for the amazing plugin! :) On Friday, April 24, 2020 at 12:47:57 PM UTC, Mohammad wrote: > > Hi grimes313, > > When you want to pass variable or transcluded field use $macrocall widget > More info:

[tw5] TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Saq Imtiaz
Can I use my own copy of the TiddlyWiki code by setting this appropriately? "_datafoldertarget":"/path/to/tiddlywiki" Thanks, Saq -- 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,

[tw5] Re: Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread Anne-Laure Le Cunff
Oh - never mind. Sorry about the double post. Seems like I need to use "description" and not "caption" — thanks again for your help! On Friday, April 24, 2020 at 9:53:53 PM UTC+1, Anne-Laure Le Cunff wrote: > > Sorry to re-open this, but now all of my backlinks also use the caption, > see

[tw5] Re: Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread Anne-Laure Le Cunff
Sorry to re-open this, but now all of my backlinks also use the caption, see sidebar here . What a weird behaviour! I want the caption to be the caption and the title to be the title. The only reason I added a caption was so I could add a meta description for

[tw5] TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Arlen Beiler
Hello Everyone, I've upgraded TiddlyServer to target 5.1.22. @someguynamedmatt helped rearrange the build process, resulting in a clean production build. So, I've now published TiddlyServer to npm and you can install it by running npm install -g tiddlyserver This will install it globally,

Re: [tw5] Re: Presenting a tiny editor-toolbar-extension: Wrappit

2020-04-24 Thread Jan
Thanks Dave it makes me feel proud to add something to your Hall of Fame:-)) Am 23.04.2020 um 15:30 schrieb David Gifford: Added to the toolmap (https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM) in the "Writing and editing - editing tools" section. Thanks Jan! On Tuesday, April 21, 2020 at

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread Mohammad
Thanks Mark! On Saturday, April 25, 2020 at 12:15:08 AM UTC+4:30, Mark S. wrote: > > You're right. Or almost. Using the $tags attribute with list-ops ends up > sorting the list. Add tag "abc" to see the sorting. > > But if you set it up this way: > > <$action-listops $tiddler=<> $field="tags" >

[tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-24 Thread Jan
Hi, I made a Landing-Page which uses its own Pagetemplate and hides the storyriver: https://szen.io/Grid/ The grid can be restructured by setting a tag to filter content. When a user triggers this action, it would be great to scroll to the top of the Webpage automatically. How can I do this?

[tw5] Re: Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread Anne-Laure Le Cunff
Wow, both - thank you so much! Eric, the detailed explanation was incredibly helpful. (and it did work) Very grateful, thank you! On Friday, April 24, 2020 at 8:52:14 PM UTC+1, Eric Shulman wrote: > > On Friday, April 24, 2020 at 12:22:58 PM UTC-7, Anne-Laure Le Cunff wrote: >> >> I want to

[tw5] Re: Redesign of TiddlyWiki

2020-04-24 Thread Anne-Laure Le Cunff
Yay, welcome to the community, Edgaras! Fingers crossed you find a developer to partner with. A modern, intuitive UX design that makes it easy for new users to onboard would be awesome. On Friday, April 24, 2020 at 8:43:43 PM UTC+1, Mohammad wrote: > > Hello Edgar, > Welcome to the community

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread Anne-Laure Le Cunff
Thanks everyone! So, in terms of content, just wanted to clarify this was a super quick edit of the template Jeremy shared. My very first message in this thread has a more detailed list of what I think should be on the home page, including link to documentation, link to community, quick getting

[tw5] Re: Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread David
I'm glad both of you guys chimed in. I learned from both your perspectives. On Friday, April 24, 2020 at 1:54:37 PM UTC-4, Mark S. wrote: > > This is actually a version of a problem that comes up frequently -- how to > concatenate a variable or transclusion into a string. > > This: > >

[tw5] Re: Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 12:22:58 PM UTC-7, Anne-Laure Le Cunff wrote: > > I want to create a page displaying the most recently edited tiddlers. > This is my code: > > *< filter:"[!is[system]!sort[edited]]-[tag[hide]]-[tag[meta]]">>* > > The weird thing that happens is that it gives me the

[tw5] Re: Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread David
Yes, I think for this case, I like the inline filter option. And it worked perfectly! Thanks! On Friday, April 24, 2020 at 1:49:04 PM UTC-4, Eric Shulman wrote: > > On Friday, April 24, 2020 at 9:53:26 AM UTC-7, David wrote: >> >> This variable worked fine when the listWidget loop was looping

[tw5] Re: Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread 'Mark S.' via TiddlyWiki
That's by design: >From TiddlyWiki.com: If a tiddler has a caption field, this is shown instead of the tiddler's > title. If the caption field is empty, a blank entry is shown. > This is where you start to learn about the list widget ;-) On Friday, April 24, 2020 at 12:22:58 PM UTC-7,

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread Jan
Salut Anne-Laure, I made a grid-template for TW: https://szen.io/Grid/ . Changing the stylesheet it could be modified it to the syle of your landingpage...prooving that you can build anything in TW. Best wishes Jan Am 24.04.2020 um 10:35 schrieb Anne-Laure Le Cunff: Wow, Jeremy — this is

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread 'Mark S.' via TiddlyWiki
You're right. Or almost. Using the $tags attribute with list-ops ends up sorting the list. Add tag "abc" to see the sorting. But if you set it up this way: <$action-listops $tiddler=<> $field="tags" $subfilter="+[prepend[done]]" /> the it will *prepend* "done", and if you do it this way:

[tw5] Re: Redesign of TiddlyWiki

2020-04-24 Thread Mohammad
Hello Edgar, Welcome to the community and great to know yoy are willing to create a new theme! I may suggest to have a look at https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#q=theme This is one of the best collection of Tiddlywiki resources on the net. Using good UI (theme) it can plant many

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread Mohammad
Mark have you noted to the last line of code and what it shows? ''Tags'': <$text text={{{[get[tags]]}}}/> This shows the real order I think! But as you said in the tags-wrapper (under subtitle) always sows them sorted! -- You received this message because you are subscribed to the Google

[tw5] Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread Anne-Laure Le Cunff
Hi everyone, I want to create a page displaying the most recently edited tiddlers. This is my code: *<>* The weird thing that happens is that it gives me the list of most recently edited tiddlers, but displays their caption field instead of their title (see screenshot attached). Looked

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread 'Mark S.' via TiddlyWiki
GG is better than reddit. The threaded approach of reddit puts you deep into a claustrophobic box. On reddit people have conversations that they forget about, and then move on. On GG you can find conversations and topics from half a decade ago. What people seem to not like about GG is that it

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread 'Mark S.' via TiddlyWiki
Whenever I try it, no matter which way, the tag list is sorted alphabetically. You can see this by adding a "abc" tag to the top. I think the tag field is special, and TW takes extra steps to make sure it is sorted. On Friday, April 24, 2020 at 9:10:18 AM UTC-7, Mohammad wrote: > > Why

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread Mohammad
Mat, If you try the example, strangely append add tags to the beginning! even with $tags="done" still $listops adds tag to the beginning! --Mohammad On Friday, April 24, 2020 at 9:27:35 PM UTC+4:30, Mat wrote: > > Append = add to end > > Checkbox adds a tag, not sure where, but the system sorts

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread Edgaras Benediktavicus
> > - consider migrating away from google groups in my opinion. Perhaps use > reddit or slack as the official discussion channel. Just a personal view > but Google Groups has an outdated feel > > Yes, there has been a recent discussion about this, and there is broad > agreement that GG may not

[tw5] Redesign of TiddlyWiki

2020-04-24 Thread Edgaras Benediktavicus
Hello everyone! I've just recently discovered TiddlyWiki (crazy it's been around for 15 years already!) and I am very pumped up about it! It's not only a great note taking tool, but it's also a powerful CMS + Static Site Builder! I think that TW deserves and has a potential of reaching broader

[tw5] Re: Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread 'Mark S.' via TiddlyWiki
This is actually a version of a problem that comes up frequently -- how to concatenate a variable or transclusion into a string. This: tags="Task <>" will not work. It won't create a string with "Task" and the value of <> > This is called concatenation. If you look for "concatenation" on

[tw5] Re: Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 9:53:26 AM UTC-7, David wrote: > > This variable worked fine when the listWidget loop was looping over a text > string of gathered contexts. But the filter has been changed to loop over > tags now. Apparently that macro style syntax (i.e. <> ) > doesn't quite work

[tw5] Re: Rethinking tiddlywiki.com

2020-04-24 Thread Mike Manchester
For the longest time I struggled with finding away to use Tiddlywiki on all my platforms. So I think it should also include a workable solution for working with Tiddlywiki on Windows, Mac,Linux, IOS and Android. For me that involves TiddlyDesktop on my Mac, Windows and Linux and for my iPhone

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread Mat
Append = add to end Checkbox adds a tag, not sure where, but the system sorts them. <:-) -- 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

[tw5] Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread David
http://www.freezingcode.com/twTemp/category_name_20200424.html The above tiddlyWiki file illustrates my question. The "New" button in the TODO tiddler (there is one "New" button per context section) is supposed to create a new tiddler with tags automatically added. One of the tags "Task" is

[tw5] Re: Text field Carriage Returns ignored when being Included

2020-04-24 Thread David
Yep. That was it! On Friday, April 24, 2020 at 11:07:57 AM UTC-4, Eric Shulman wrote: > > On Friday, April 24, 2020 at 7:14:16 AM UTC-7, David wrote: >> >> with some tiddlers, the text content has some lines of text that are >> double-spaced. And outputting the text like below was not honoring

[tw5] Re: Is this a bug? Add tag to a tiddler

2020-04-24 Thread Mohammad
For email reader, the first sentences is corrected as Why $checkbox adds tag to the end of tags field but $action-listops to beginning? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Is this a bug? Add tag to a tiddler

2020-04-24 Thread Mohammad
Why $checkbox adds tag to the end of tags field but $action-listops to end? Why not they behave the same? <$button> tag by button <$action-listops $tiddler=<> $tags="+[append[done]]" /> <$checkbox tag=done>Is it done? ''Tags'': <$text text={{{[get[tags]]}}}/> To reproduce drag and drop

[tw5] Re: Maths Graphs?

2020-04-24 Thread Ste Wilson
:D with bugs...that's still pretty damm good! Thanks! Going onto and out of edit mode refreshes it too..must be able to get a button for that.. Thanks again. Ste On Friday, 24 April 2020 12:02:05 UTC+1, bimlas wrote: > > Ste Wilson, > > You may be also interested in this: > >

[tw5] Re: Prevent overwritting images via copy paste import

2020-04-24 Thread A Gloom
At first I thought this was a browser setting, FF saves untitled images as images.png The name of paste content that brings up the import tiddler ($:/Import) is controlled by what template it uses for import-- if you look into $:/Import, it has a json format of the image you're pasting and the

[tw5] Re: Text field Carriage Returns ignored when being Included

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 7:14:16 AM UTC-7, David wrote: > > with some tiddlers, the text content has some lines of text that are > double-spaced. And outputting the text like below was not honoring the > returns (e.g. an emtpy line between two lines of text), and perhaps even > not

[tw5] Re: Text field Carriage Returns ignored when being Included

2020-04-24 Thread Mat
Instead of the ViewWidget, try the trancludewidget with mode=block parameter. <:-) -- 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

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-24 Thread David Gifford
Hi Tony, thanks for your feedback. See answers below in *bold.* On Thu, Apr 23, 2020 at 11:43 PM Tony K wrote: > Hello David > > Thank you for the efforts putting this together, I hope you do not mind a > few suggestions / questions ? > > >- The "footer" of TiddlyBlink was better to my

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-24 Thread Birthe C
I think it is from the official plugin library. I also think you are right. Easy for users to install themselves, and it takes 2 plugins to work. Birthe fredag den 24. april 2020 kl. 16.36.36 UTC+2 skrev David Gifford: > > Hi Alex, > > I didn't find what you are referring to in the toolmap. Do

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-24 Thread David Gifford
Hi Alex, I didn't find what you are referring to in the toolmap. Do you have a link? But this sounds like a plugin that users will be able to add onto Stroll / TiddlyBlink, rather than something I should build into it. See Ilya's comments in this thread on wanting it to be more lean. On Fri,

[tw5] Re: Dates - Adding and Formatting

2020-04-24 Thread Stobot
Saq - that's perfect! Exactly what I wanted. Had no idea about $tw.utils.formatDateString. Thanks so much! TonyM - good point about the formula plugin, that'd be an option as well. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread Birthe C
Anne-Laure It looks great. I wonder if some mentioning of the many languages tiddlywiki has translation for Gallery of flags at TiddlyWiki.comhe Birt -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Text field Carriage Returns ignored when being Included

2020-04-24 Thread David
The "item" variable is a tiddler in question iterator because we're in a listWidget loop. Above this, I"m using similar code to output fields, and this one is for me to output the stuff in the text field. And it only shows it in the view when it has content. That's working well. But, with

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread Tony K
I just started with TW less than a month ago so my level of experience cannot be compared to yours :) so you think it is a "hopeless case" there is no way to fit an outline inside TW5 ? On Friday, April 24, 2020 at 4:44:51 PM UTC+3, David Gifford wrote: > > Also, it's really not much of an

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread David Gifford
Also, it's really not much of an outliner. It is just a toc that allows one to render formatted text, and adds a new here button at the end of each line. There is no zooming in and out or hover menus. On Friday, April 24, 2020 at 8:25:16 AM UTC-5, Tony K wrote: > > Hello David > > thank you for

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread David Gifford
you sure love you some breadcrumbs! No, this was an old project. I think in the system tab you only need the first 6 "noteslam" tiddlers and maybe the outwiner tiddler. Yes, it actually shouldn't interfere with TiddlyBlink (except possibly the stylesheet), because it uses tagging, whereas

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread Tony K
Hello David thank you for answering, outwiner has a lot of potential don't you think? The first thing I can think about is breadcrumbs on the top of the child tiddler and that shld be easy to do... how can I install it on my TiddyWikki ? do you still have plan for it or you dropped it? I can

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread David Gifford
This was the closest I got: https://giffmex.org/experiments/outwiner.template.html See also another failed attempt of mine https://giffmex.org/experiments/twdynaflowy.html#HQ2 Here is another by someone else https://groups.google.com/forum/#!msg/tiddlywiki/ol_3zvGPbk8/2pftgZ86AAAJ On

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread Julio Peña
Hi there, Oh...wow...agreeing with HansWobbe - @ Anne-Laure...very aesthetically pleasing! Best wishes, Julio -- 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

[tw5] Re: Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread Tony K
After spending time researching I found https://reidgould.github.io/tiddlywiki-nn-plugin/ that seems more like to be a rough PoC and project apparently dropped On Friday, April 24, 2020 at 1:40:45 PM UTC+3, Tony K wrote: > > I think a lot in bullet points and the one feature I miss from

Re: [tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-24 Thread Jan
Hi Jed, it is not the size but the number of files to upload that is difficult to represent in one upload-form and recieving php . But perhaps I only do not know the technology well enough. So my Idea was to upload (and delete) the plugins one by one and generate index.html and the also

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-24 Thread Mohammad
It is quite powerful and I think in use by many users! --Mohammad On Friday, April 24, 2020 at 5:21:03 PM UTC+4:30, Flibbles wrote: > > Wow. Yeah. looks like it is. Looks like it's up from 143K. Guess I was a > little liberal about it, separating out all the language strings and such. > Turns

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread Saq Imtiaz
See https://tiddlywiki.com/#MacroCallWidget for further details. On Friday, April 24, 2020 at 1:35:29 PM UTC+2, grimes313 wrote: > > Hey everyone, > > I need help with a macro from the Shiraz plugin; not sure if this is the > proper place to ask. > > I'm trying to use *image-card* by passing

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread Saq Imtiaz
You cannot pass text references or filtered parameters to macros with that syntax. Use the widget version instead: <$macrocall $name="image-card" img="placeholder.png" title={{!!field2}} text={{!!field3}} align="" width="100" pos="bottom" /> On Friday, April 24, 2020 at 1:35:29 PM UTC+2,

[tw5] Re: Dates - Adding and Formatting

2020-04-24 Thread TonyM
If I have this correct you want the same as me. Ie allow the input to the view eidger to come from a variable rather than just a tiddler or field? Evans formulae plugin has tgath ability I believe. Regards Tony -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-24 Thread Flibbles
Wow. Yeah. looks like it is. Looks like it's up from 143K. Guess I was a little liberal about it, separating out all the language strings and such. Turns out Relinking was a fair bit more complicated than I expected. Hope that's not a problem. On Friday, April 24, 2020 at 4:34:43 AM UTC-4,

[tw5] Re: Dates - Adding and Formatting

2020-04-24 Thread Saq Imtiaz
aha. OK. Try this but backup your wiki first, this is untested: /*\ THIS IS A MODIFIED COPY title: $:/stobot/macros/dateadd.js type: application/javascript module-type: macro Takes a base date and adds days, months or years \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw:

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread Mohammad
Hi grimes313, When you want to pass variable or transcluded field use $macrocall widget More info: https://tiddlywiki.com/prerelease/#MacroCallWidget In your case you can try <$macrocall $name=image-card img={{!!field1}} title=... --Mohammad On Friday, April 24, 2020 at 4:05:29 PM

[tw5] Re: Dates - Adding and Formatting

2020-04-24 Thread Stobot
Sorry if I was unclear Saq. The macro doesn't generate the format, it generates the date. I need to pass <$view> a date *other than today* and have it apply the formatting. I should point out in case anyone else finds it helpful, while Jed's add-time.js (

[tw5] Shiraz image-card macro question

2020-04-24 Thread grimes313
Hey everyone, I need help with a macro from the Shiraz plugin; not sure if this is the proper place to ask. I'm trying to use *image-card* by passing attributes via tiddler fields, however I can't seem to make the main thing--that is, the actual image--work. As can be seen on the attached

Re: [tw5] Rethinking tiddlywiki.com

2020-04-24 Thread HansWobbe
@ Anne-Laure: This is quite a nice design, especially for a "quick start". Thank you for contributions to this community and the infectious enthusiasm you are bringing. Cheers, Hans > I made a few quick tweaks to > give us an idea of what this

[tw5] Dates - Adding and Formatting

2020-04-24 Thread Saq Imtiaz
As far as I can tell, the template parameter in the ViewWidget expects a string. So you should be able to do: <$view format="date" template="-MM-DD"/> Or <$view format="date" template=<> /> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Maths Graphs?

2020-04-24 Thread bimlas
Ste Wilson, You may be also interested in this: http://graphs.tiddlyspot.com/ > > Note: I have no experience with 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, send an

[tw5] Dates - Adding and Formatting

2020-04-24 Thread Stobot
Hello all, I'm often building out calendar lists and so using variants of date plugins from others - mostly add-time from Jed / inmysocks. I find that on a case by case basis I need the date in a different format. Sometimes the "native" 0MM0DD, usually ISO -0MM-0DD, sometimes just the

[tw5] Was anyone able to accomplish Nested lists Dynalist / workflowy style?

2020-04-24 Thread Tony K
I think a lot in bullet points and the one feature I miss from Dynalist / workflowy is the unlimited nesting with the possibility to have a dedicated tiddler for each bullet point and rearranging etc... was anyone able to accomplish something similar in TiddlyWikki ? i wasnt' able to find any

[tw5] Re: Maths Graphs?

2020-04-24 Thread bimlas
Ste Wilson, This solution works, but there are several bugs with it: <$range tiddler="RangeDemo" min="0" max="10" default="5" increment=".01"/> {{RangeDemo}} <$graph color='blue' thickness='1' minX="0" minY="-6" maxY="6" equation=" Math.sin(x) *

Re: [tw5] Re: Possible TiddlyServer, node or Bob Feature idea

2020-04-24 Thread TonyM
Please post working solutions or a link to a dev discussion in this thread, after all searches will bring up this thread.. Tony. On Friday, April 24, 2020 at 7:15:25 PM UTC+10, Saq Imtiaz wrote: > > Arlen: priceless tip, thank you. I saw it just as I was starting to want > to bash my head

[tw5] Re: macros vs. transclusions?

2020-04-24 Thread TonyM
HC, A Few related points A New tag exists SystemTag: $:/tags/Macro/View You can use import variables to bring macro definitions into a tiddler rather than the tags/macro I backup my macro writing with a field macro-macroname containing the syntax, on tiddlers where I define them <> where

Re: [tw5] Re: Possible TiddlyServer, node or Bob Feature idea

2020-04-24 Thread Saq Imtiaz
Arlen: priceless tip, thank you. I saw it just as I was starting to want to bash my head against a wall :) I have an extremely basic working proof of concept - basically a reworking of Jed's code. Needs some thought around UI, workflow etc. Will post to dev group when I get the chance and then

  1   2   >