[tw5] Re: [TW5] New version of the simple calendar plugin

2018-08-11 Thread FrD
Hi Littleagle Thoronaug, Thanks for the feedback ! Since the templating thing works now for the view mode, I'll re-write the cellContent macros for the edit mode allowing the use of a template. And now I know where the problem comes from in Chrome. I'll update the site soon and keep you

[tw5] Re: Css, before: and svg

2018-08-11 Thread FrD
Hi c pa, On a web page, I get a red circle an below a red circle inside a green square. In a tiddler I get a red circle and below a green square, with not circle inside. Regards FrD Le samedi 11 août 2018 22:15:22 UTC+2, c pa a écrit : > > > -- You received this message because you are

Re: [tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-11 Thread TonyM
Mohammad, Yes that is what triple quotes is for and it can be a save strategy if you are allowing someone to enter a value before hand incase they include ( `, ", "")? I also think it is important to know that if the value has no spaces other delimiters or quotes, it can be quote free eg

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread TonyM
Folks, With thanks to all and in this case mostly Mark S. My working solution is as follows \define fieldname-value() <$text text="""$(fieldname-value-temp)$"""/> \define fieldsvalues() <$list filter="[all[current]fields[]] -[[tiddler-template-caption]] -[[text]] -[[title]] -[[created]]

Re: [tw5] Re: Query 101 -- Where is the Crib Sheet for Bracket & Quote marks?

2018-08-11 Thread Mohammad
Thank you Mat! Great effort! One question when you pass a parameter using """ (triple quotes) is it just meaning you want to pass anything (including quotes `, ", "")? Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-11 Thread BurningTreeC
> > Hello BTC, > Is there any update or change in original KeeBoord! I use it in some > application! > I appreciate if you let me know if I KeeBoord will be available in > standalone mode! > > /Mohammad > Hi Mohammad, in the KeeBoord functionality itself only a small part has changed. It's

Re: [tw5] Re: Template for set field?

2018-08-11 Thread Mohammad
Jeremy The tiddler widget (https://tiddlywiki.com/#TiddlerWidget) has several other features like tiddlerTagClasses is it possible to give an example to see how they can be used? sed been here to facilitate the operation! Could you give some examples to see how tiddler and its other classes

[tw5] Re: TiddlyWiki on the Biggest Wiki of All - WikiPedia

2018-08-11 Thread TonyM
Josiah Hans and Mat, Let us do this but start small. Please review the Wikipedia entry. And post some content here. Regards 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

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread TonyM
Frd, Thanks for that. I can use Marks answer for this issue, but your utility will most likely assist in some of the advanced solutions I suggest in my reply to Marks last comment. Generate NewTitle sounds like something that should be more available to tiddlywiki users. Lovely Regards Tony

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread TonyM
Mark, Great work, I had a hunch it could be done, and you got there 1st, "good on ya". It is quite elegant, and I will re-engineer it for a global macro and named templates. Thanks very much. I will keep it in my own repository and when I get around to building a community website, I will

[tw5] Re: TiddlyWiki on the Biggest Wiki of All - WikiPedia

2018-08-11 Thread Mat
err: that's only one TW project on Instructables. <:-) -- 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

[tw5] Re: TiddlyWiki on the Biggest Wiki of All - WikiPedia

2018-08-11 Thread Mat
I would think the best approach is to mention TW where related things are discussed. For example, in youtube comments where, say, evernote is discussed or note-taking or front-end dev etc or in discussion forums. Also, occasional searches for official reviews of software or comparisons like

[tw5] Re: How to use the same tag with different meanings based on other tags?

2018-08-11 Thread 'Mark S.' via TiddlyWiki
You can create tags like Python-String and Ruby-String, and then use the caption field to just contain "String". The TOC macros will use the caption field if available. -- Mark On Saturday, August 11, 2018 at 2:17:46 PM UTC-7, bimlas wrote: > > For example in my developer knowledge base I

[tw5] Re: How to use the same tag with different meanings based on other tags?

2018-08-11 Thread Mat
Possibly Tobias' xlist <:-) -- 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: How to use the same tag with different meanings based on other tags?

2018-08-11 Thread Jed Carty
I made something that may be what you are looking for but I have't used it in a long time. https://ooktech.com/jed/ExampleWikis/OtherMindMap/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] How to use the same tag with different meanings based on other tags?

2018-08-11 Thread bimlas
For example in my developer knowledge base I would like to use the `String` tag for my note about string related functions, but it has different meanings: - Python - String - Print Python string [tags: Python, String] - Integer from string [tags: Python, String]

[tw5] Re: [TW5] New version of the simple calendar plugin

2018-08-11 Thread Littleagle Thoronaug
Hi, FrD. I've been testing the new version of the plugin. The issues I had yesterday were because I hadn't restarted TW after deleting the plugin so shame on me. Here are the results: - Firefox: +It seems everything is working fine. The only thing I detected is when using "default" fomat

[tw5] Re: Css, before: and svg

2018-08-11 Thread 'c pa' via TiddlyWiki
OK, when I paste your code into a new tiddler on TiddlyWiki.com I get a red circle followed by a green square. If I take the style and put it in a tiddler tagged "$:/tags/Stylesheet. I get a red circle followed by a green square. Same thing with the code in a web page. So I'm not sure what

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread 'Mark S.' via TiddlyWiki
This code is deceptively short, but it appears to do what you want: \define catvalue() <$text text="""$(value2)$"""/> \define fieldsvalues() <$list filter="[all[current]fields[]] -[[tiddler-template-caption]] -[[text]]" variable="field"><$set name="value2" tiddler=<> field=<>

[tw5] Re: TiddlyWiki on the Biggest Wiki of All - WikiPedia

2018-08-11 Thread HansWobbe
> I should be able to add an hour+ of this to my list of weekly chores. An > established Strategy would help me make that time as productive as possible. > Hans -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: TiddlyWiki on the Biggest Wiki of All - WikiPedia

2018-08-11 Thread @TiddlyTweeter
TonyM I would very much like to see TW actively promoted more. IF there can be a shared approach among a few people keen on outreach with a strategy in mind I would be happy to put in several hours a week. I see things like that Wikipedia entry as a signal "no one really knows" what TW is

[tw5] Re: Linking multiple TWs together

2018-08-11 Thread Yohan Fernando
Thanks Tony! Wish I could contribute more with regards to the technical discussions around this topic! But as you say, I might use tiddler bundles to import tiddlers that I need to. On Friday, August 10, 2018 at 4:34:14 PM UTC+10, TonyM wrote: > > Yohan, > > If you did have multiple wikis

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread TonyM
Thanks Frd, I will try it on sunday morning in around 10 to 11 hours. I appreciate your help. I must remember to document the final solution well because have wasted too much time on this even although I have learned some new things. Regards Tony -- You received this message because you are

Re: [tw5] Re: Request - tiddler type for bullets

2018-08-11 Thread David Gifford
Thanks for the tip, Tony. If your hot keys idea can be limited to one application only, or if it can be toggled on and off painlessly, then it might be an option. Leaving for a weeklong trip to teach a conference. Will look at it when I have time. Blessings. David Gifford Mexico team leader,

[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-11 Thread Mohammad
Hello BTC, Is there any update or change in original KeeBoord! I use it in some application! I appreciate if you let me know if I KeeBoord will be available in standalone mode! /Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Css, before: and svg

2018-08-11 Thread FrD
Hi, I'm trying to use an svg element directly as an image in a before: pseudoclass. The code below works in an html page, but not in a tiddler. I can't see why. The image inside the url is just the same red circle that is drawn below. Any hint ? .square{ background-color: Lightgreen;

[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-11 Thread BurningTreeC
Hi, I'm back with some updates on this front: I'm splitting SelectMode into "Story" and "Sidebar" Modes. It can already be tested on selectmode.tiddlyspot.com The new sidebar mode lets you cycle through the sidebar tabs and enables specific actions for the currently open tab. At the moment only

[tw5] Re: [TW5] Bob version 1.0.3 Sourdough Crumpets or It has been way too long

2018-08-11 Thread Jed Carty
I forgot to mention that if you don't want to bother with git you can drag and drop the plugin into your wiki from here https://www.ooktech.xyz:8443/Public You need to make a node wiki in the normal way (instructions on tiddlywikis.com here: https://tiddlywiki.com/#TiddlyWiki%20on%20Node.js),

Re: [tw5] webp images

2018-08-11 Thread John Newell
On Saturday, August 11, 2018 at 7:19:11 PM UTC+10, Andreas Hahn wrote: > > Currently TW has no explicit support for webp. There is no reason why it > wouldn't be able to support it though, you can just add "image/webp" to > the list of registered filetypes in `$:/boot/boot.js` [1] and you

[tw5] Re: Linking multiple TWs together

2018-08-11 Thread Jed Carty
Despite not being Jeremy I can answer a bit of that anyway. That is similar to what twederation does and one of the biggest problems with that approach is that once you have loaded the file what do you do with it? You have to be able to pull out what you want from the loaded file and include

Re: [tw5] webp images

2018-08-11 Thread 'Andreas Hahn' via TiddlyWiki
Currently TW has no explicit support for webp. There is no reason why it wouldn't be able to support it though, you can just add "image/webp" to the list of registered filetypes in `$:/boot/boot.js` [1] and you should be good, assuming you have a browser with webp support. /Andreas [1] Hint:

[tw5] webp images

2018-08-11 Thread John Newell
Can Tiddlywiki display webp images? If so, how? -- 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,

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread FrD
Hi TonyM, There is a function in the core that generates a new title based on a given title (from task, it generates task 1, task 2, ...). I've wrapped it in a js macro. You could try it. Import save and reload (in a test wiki or in a copy of your wiki !!!) Just enter <> or <> Be careful with

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread TonyM
Frd, Thanks for your effort. Unfortunately I do not know the name before hand as I am cloning to create multiple instances of say tasks. They may be renamed or named task 1 task 2 etc... This is a messy part of the available code. So I am currentlt working on a copy selected fields to a new

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread FrD
Hi TonyM, Finally I found a way to do what you want. The drawback is that you need to know in advance the name of the tiddler you want to create. Go to https://tiddlywiki.com/ Create a tiddler, for instance "testtemplate" with a tag ("MyTag"), some text and two fields : field1 and field2.

[tw5] Re: Delete a field on a newly "cloned" tiddler

2018-08-11 Thread TonyM
Mark, Just to clarify, the "idea of [your] own and FrD's suggestion" just did not work? I was relay smart because I decided to use a subtiddler such as task/template to indicate it was a template tiddler so task no longer held the removeme field and would not be cloned. This is a good idea