Re: [tw5] Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread Jeremy Ruston
Hi Mohammad > Do you think Tiddlywiki is enough mature to create applications (Apps) based > on it for commercial use cases? Yes. For the last three or four years I’ve been supporting myself by performing custom TiddlyWiki development on a commercial basis through Federatial

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-04 Thread Mohammad
One very simple way is the mark tag after Mark s :-) text goes here You can also use shiraz plugin of course the powerful solution is given by Birthe in his post. --Mohammad On Friday, July 5, 2019 at 2:07:48 AM UTC+4:30, kat wrote: > > Thanks! > > On Thursday, July 4, 2019 at 6:00:22 PM

[tw5] Re: How can I shrink the spacing between nested horizontal tabs?

2019-07-04 Thread h0p3
Thank you! Unfortunately, I can't get this to work. Your code in a blank TW doesn't modify the gap between two or more different nested horizontal tabs. It does have an effect between tabs on a single line though. I don't see what needs to change from inspection either. -- You received

Re: [tw5] Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread TonyM
Post Script If we an get tiddlywiki to obey Progressive Web App standards we will be on a winner for distribution and saving. Regards Tony On Friday, July 5, 2019 at 10:10:52 AM UTC+10, TonyM wrote: > > Jeremy, > > I am committing to tiddlywiki to support my consulting services, building > a

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-04 Thread Spooky Noodle
I had some success! I forgot the parts of the tutorial, where the user had to insert some specialized css code. They had to install a special plugin, called 'SVG-Support', but that was mostly to allow me to upload svg files to wordpress, since they're typically a security risk. But, I had

Re: [tw5] TW Switch Case Script

2019-07-04 Thread Jeremy Ruston
Hi Mohammad Your construction with list widgets is a pretty good approximation of a switch/case construction. The only frustration is that it is possible for a value to trigger more than one of the list widgets; it would be better if there was a way to make things stop after the first match.

[tw5] Re: How can I shrink the spacing between nested horizontal tabs?

2019-07-04 Thread Mat
When I try it on https://tiddlywiki.com/empty it works. At least in the ctrlpanel which has nested tabs. You must tag the tiddler with: $:/tags/Stylesheet and set type to: text/css <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread Mat
Interesting question. I'd guess "Yes" but then you'd have to come up with applications that are implementable with TW. My point is that modern applications are quite sophisticated in what they do (...multi user, login in via facebook account, "does it work with our intranet?", etc etc). Of

[tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread @TiddlyTweeter
Mohammad Yes. Absolutely. But the "product" on sale is not off-the-shelf software. Its a software framework that a developer sells and *develps into a context for a purpose*. That is exactly what Jeremy did and does. *So in a way your question is misleading*, as if it were now "mature

[tw5] Re: TW Switch Case Script

2019-07-04 Thread Mat
You could even get specific error messages <$list filter="[enlist<__list__>search<__item__>]" emptyMessage="""No $item$ in: $list$"""> <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: TW Switch Case Script

2019-07-04 Thread Mohammad
Added to TW-Scripts On Thursday, July 4, 2019 at 9:19:12 PM UTC+4:30, Mat wrote: > > You could even get specific error messages > > <$list filter="[enlist<__list__>search<__item__>]" emptyMessage="""No > $item$ in: $list$"""> > > <:-) > -- You received this message because you are subscribed

[tw5] Is it theoretically possible to use AnkiConnect with TiddlyWiki?

2019-07-04 Thread kat
I have been thinking about how I could combine my use of Anki (a flashcard program) with TiddlyWiki. Since I am currently using them both to 'capture knowledge' this seems to make sense to me. There is an Anki plugin called AnkiConnect

Re: [tw5] Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread TonyM
Jeremy, I am committing to tiddlywiki to support my consulting services, building a wiki for a client and looking forward to future applications and solutions. As you suggest this drives my passion and contribution to community and as my tiddlywiki5 maturity grows I will pass more back into

Re: [tw5] TW Switch Case Script

2019-07-04 Thread Mohammad
Hi Jeremy, That sounds good! I will also file a feature request for this and hopefully have a <$switch>/<$case> widget pair after 5.1.20 --Mohammad On Friday, July 5, 2019 at 1:11:34 AM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > >

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-04 Thread kat
Thanks! On Thursday, July 4, 2019 at 6:00:22 PM UTC+1, Birthe C wrote: > > Hi Kat, > In edit mode, highlight using shortcut > http://skplugins.tiddlyspot.com/#Color > > The wiki you linked to is using $:/plugins/nome/KbShortcuts in this > plugin you will find the tiddler

[tw5] Re: How can I shrink the spacing between nested horizontal tabs?

2019-07-04 Thread h0p3
Thank you for working with a noob. I am not trying to be frustrating, and I'm grateful for your help. I agree that your stylesheet example shrinks the vertical bar gap between individual tabs. I've done a terrible job of explaining what I'm trying to shrink, I'm sorry. This is the gap I

[tw5] Re: Is it theoretically possible to use AnkiConnect with TiddlyWiki?

2019-07-04 Thread Mat
Do some searches. This has come up before. I don't know if it has been fully solved but search for anki, quiz cards etc. <:-) -- 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

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-04 Thread TonyM
Kat is asking for annotation of rendered content. With the highlights applied to the underlying content. This makes a lot of sense since the rendered version it the easier to read. However Kat is possibly not aware of the complexity involved, it is worth looking to solving this, I expect a new

[tw5] Re: TW Switch Case Script

2019-07-04 Thread Mohammad
Hi Mat, I will elaborate on that and modify to have switch(item, list) One simple case is like below: \define switch(item, list:"a b c") <$list filter="[enlist<__list__>search<__item__>]" emptyMessage="Default"> You passed <> \end <> <> A more sophisticated cab be lie this \define a()

[tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread passingby
Hello Mohammed, Disclaimer: I am not a programmer, and have no experience from real world pov. Maybe we need some advanced tools like: 1. An advanced plugin which will turn TW into a RAD environment for CRUD applications. Easily customization of forms for entering, editing data. Displaying

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-04 Thread kat
Sorry I should have been more specific. I want to be able to highlight text as I am reading and the add a color highlight with a single click/shortcut. I use this to indicate which parts of the text I have extracted and turned into Anki flashcards in case I re-read in the future. I am also open

[tw5] Re: Daily summaries have stopped

2019-07-04 Thread David Nebauer
FYI, this problem automagically fixed itself. I unsubscribed and resubscribed with daily summaries -- nothing for a couple days. I then switched to summaries every 25 emails -- still nothing for a couple days, and then I suddently received the backlog of four updates of 25 emails each all at

[tw5] Re: including tabulator javascript to have excel like feature on a tiddler

2019-07-04 Thread Ankit Mittal
ah I see... yeah a plugin might be useful. How do I close it here? On Thursday, 4 July 2019 14:25:29 UTC+1, Mat wrote: > > It is not possible to put in javascript code directly into tiddlywiki. It > has to be "packaged" as js.plugins - so I propose you head over to the dev > group

[tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread @TiddlyTweeter
Ciao Mohammad again ... Its a very interesting topic. I was trying to think out a very simple way of presenting the issue ... - I do think its about *people*. Being able to identify and develop markets is *not *the same thing as being a good coder. So maybe the question could be: What

[tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread @TiddlyTweeter
TonyM wrote: >... There are great plusses to building solutions on open source ... Absolutely true. If one looks at the real history of TW its been a back-n-forth fruitful confluence between commerce and open-source. I doubt Jeremey could ever have done it otherwise. I mean, who'd pay

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-04 Thread Spooky Noodle
I came across this website, and many others, in my search for a solution, however the website focuses on procedurally generating maps, specifically coastlines for continents ,which is not the functionality I need. I need to take an image, that I already have, and create highlightable areas, so

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-04 Thread Spooky Noodle
You are correct, the file is a JPEG with an SVG overlay. However, while I understand the file is quite large, I also know that such functionality is possible, because I based my method on this tutorial: https://www.youtube.com/watch?v=8WJU4Foku98 As you can see, he creates a jpeg + svg hybrid,

[tw5] Re: Manipulating lists with select multiple

2019-07-04 Thread 'Mark S.' via TiddlyWiki
That's how I understand it, but I don't claim to be an expert. Good luck! On Thursday, July 4, 2019 at 12:01:57 AM UTC-7, TonyM wrote: > > Mark. > > So is it true to say in the subfilter if you place the - in front of a > title OR filter that it is those titles it will remove if tgey exist

[tw5] Re: including tabulator javascript to have excel like feature on a tiddler

2019-07-04 Thread Mat
It is not possible to put in javascript code directly into tiddlywiki. It has to be "packaged" as js.plugins - so I propose you head over to the dev group that deals with such matters, and declare this thread "closed" here. If by "embed"

[tw5] Re: including tabulator javascript to have excel like feature on a tiddler

2019-07-04 Thread Mat
Ankit Mittal wrote: > > ah I see... yeah a plugin might be useful. How do I close it here? > Sorry, poorly expressed of me. But you just did close by stating it :-) <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: TW Switch Case Script

2019-07-04 Thread Mat
Mohammad - very cool and should be really useful to have it as a defined pattern. It could be made more general if "switch(item, list)" <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread @TiddlyTweeter
Ciao TonyM TonyM wrote: > > 1. ... however building a set of tools and practices to support rapid and > structured development is nessasary, it would also help to reduce > maintenance costs later. > I'm not sure about that in one way. And I think its worth saying. What I mean, is you refer to

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-04 Thread Birthe C
Hi Kat, In edit mode, highlight using shortcut http://skplugins.tiddlyspot.com/#Color The wiki you linked to is using $:/plugins/nome/KbShortcuts in this plugin you will find the tiddler $:/config/GlobalShortcuts. Birthe -- You received this message because you are subscribed to the Google

[tw5] Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread Mohammad
1. Do you think Tiddlywiki is enough mature to create applications (Apps) based on it for commercial use cases? 2. Do you think it is possible to sell such applications for commercial use cases (not for academic or individuals)? -- You received this message because you are

[tw5] Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread TonyM
1. Yes, however building a set of tools and practices to support rapid and structured development is nessasary, it would also help to reduce maintenance costs later. 2. Yes, at least directly to the customer but not as shrink wrapped software yet in my view, however I don't think that is too

[tw5] TW Switch Case Script

2019-07-04 Thread TonyM
Mohammad "Case" is a common programming structure although it can get quite sophisticated. I went thru a process of building ways to build methods for all the basic programming structures in tiddlywiki more than a year ago. I will see what I can dig up. Tony -- You received this message

[tw5] Re: TW Switch Case Script

2019-07-04 Thread Mohammad
Thanks Tony! I would be happy to have a look if it is on public domain or if you dont mind to share! --Mohammad On Thursday, July 4, 2019 at 4:51:07 PM UTC+4:30, TonyM wrote: > > Mohammad > > "Case" is a common programming structure although it can get quite > sophisticated. I went thru a

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-04 Thread PMario
Hi, I did have a closer look into your "svg" file. ... The svg elements are only used to create the hover effect. ... The image itself is an embedded JPEG with 5025 x 3225 pixel. JPEG is a binary image format. ... To embed it into a text based image format, like SVG, the binary data has to

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-04 Thread Mohammad
Please ignore the previous posts and consider these two online demo - Switch Two Fields Value - Switch Field Values and Select Widget

[tw5] Re: Manipulating lists with select multiple

2019-07-04 Thread TonyM
Mark. So is it true to say in the subfilter if you place the - in front of a title OR filter that it is those titles it will remove if tgey exist from the list? Thanks for your help Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-04 Thread PMario
Hi, I did a quick search for "open source dungeons and dragons map creator svg" and found: https://azgaar.github.io/Fantasy-Map-Generator/ and https://github.com/Azgaar/Fantasy-Map-Generator/wiki It can export real SVGs. It should be possible to integrate them into TW in a very interesting

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-04 Thread Mat
> > > https://gfycat.com/eachevergreenguernseycow > It looks to me like you're not dropping it on the green drop zone are. I'm sure you've tried it but see if you can let go of it a little higher up towards the top edge of the wiki. Also test it on e.g tiddlywiki.com to see if you get

[tw5] Re: How can I shrink the spacing between nested horizontal tabs?

2019-07-04 Thread Mat
On Thursday, July 4, 2019 at 7:42:30 AM UTC+2, h0p3 wrote: > > How I can shrink the spacing between nested horizontal tabs? I'm thinking > about moving toward nesting trees of tabs in my sidebar because I like the > top-down model. I use it to great effect in my desktop environment, and I >

[tw5] TW Switch Case Script

2019-07-04 Thread Mohammad
In Javascript, C, C++ we have a programming construct called Switch-Case See : JS: https://www.w3schools.com/js/js_switch.asp, switch(*expression*) { case *x*: *// code block*break; case *y*: *// code block*break; default: // *code block* } This code can do

[tw5] including tabulator javascript to have excel like feature on a tiddler

2019-07-04 Thread Ankit Mittal
I am wondering if there is some way to use the tabulator javascript library and if there is any tutorial you could point me to. I tried to understand javascript related topic on tiddlywiki.com but I guess it was too much for my simplistic brain to comprehend. What I am really trying to achieve