[tw] How to allow only numbers in $edit-text?

2018-02-16 Thread Siniy-Kit
Hi! I want to make little field size=3 with numbers only. I try type=number , but id don't work in many browsers, make field more than size=3, and add arrows. I try to makebut it dont work in TW5 too. is it possible to make fields numbers only? -- You received this message because you

[tw] Random math problem generator

2018-02-16 Thread Ste Wilson
Sorry that should be http://stephenteachertests.tiddlyspot.com/#Intreactive%20text -- 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

[tw] Re: Frame around every tiddler

2018-02-16 Thread 'Surya' via TiddlyWiki
Hi :-) I solved one part of it :- When I write .tc-tiddler-frame.tc-tagged-RezeptNICHTgetestet { background-color:green; } then all tiddlers get totally green, the body included. But not the tags, and not the titlebar. Like I want it. Now, the second part of my question: The bottom

[tw] Re: Issue: Auto-Enumeration. I have no idea how.

2018-02-16 Thread stefct4
Hi, On Friday, February 16, 2018 at 11:13:15 AM UTC+1, TonyM wrote: > > Titles are the primary key and should be unique so in this case you are > doing so artificaly. Captions need not be unique. In my view, having an import filter that creates titles with auto-incrementing numbers might be

Re: [tw] Re: Images in Tiddly Wiki

2018-02-16 Thread Ton Gerner
Hi, In the past PMario made a few macros, see e.g. https://groups.google.com/d/msg/tiddlywiki/Fbeo5zYZJp4/atBd8-D4AwAJ Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

Re: [tw] Re: Images in Tiddly Wiki

2018-02-16 Thread Ste Wilson
I asked the same question only a couple of days ago! I made a tiddler called $:/Floatleft with img { float: left; } as the text and tagged as $:/tags/Stylesheet Then in the tiddler I a wanted the text to wrap around a pic I put @@Floatleft Example can be seen here:

[tw] Random math problem generator

2018-02-16 Thread Ste Wilson
That looks like a title I might post. I've stalled in the project but have a look and a dig here stephenteachertests.tiddlyspot.com/#Thoughts See if anything is use full. Stephen -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw] Re: Images in Tiddly Wiki

2018-02-16 Thread Lindsey Tibbitts
thank you! ill look into this after work this evening. appreciate the feedback On Fri, Feb 16, 2018 at 10:39 AM, BurningTreeC wrote: > Hi, this is something that also caused some tinkering to me > > I found some useful sites: > > >-

[tw] Re: Images in Tiddly Wiki

2018-02-16 Thread BurningTreeC
Hi, this is something that also caused some tinkering to me I found some useful sites: - https://stackoverflow.com/questions/19179424/how-to-wrap-text-around-an-image-using-html-css -

[tw] Images in Tiddly Wiki

2018-02-16 Thread tibbitl
Hey All, I am having trouble working with images in tiddlywiki. i have the embedded in my tiddlers but I can't get them to be responsive and have the text wrap around the image properly. I have tried a few tiddly wiki tricks and a few css tricks but no success. Anyone had experience with

[tw] Random math problem generator

2018-02-16 Thread tibbitl
Hey all, I have a bunch of tiddlers tagged Problem and each has a field chapter with a value from 1 to 9. I am looking to create a tiddler that asks the users to select "all chapters" or enter a chapter number and then we return a tiddler with a list of 10 or so transcluded random tiddlers

[tw] Markdown Plugin and tables

2018-02-16 Thread Andy Pastuszak
Am I doing something wrong or does the markdown plugin not support tables. I'm a huge fan of Markdown and prefer to use it over standard wiki markup. But if I can't mix msrkdown and tables, that would be a bummer. -- You received this message because you are subscribed to the Google Groups

Re: [tw] Quine

2018-02-16 Thread @TiddlyTweeter
Cari Jeremy & Joe & all This is a brilliant example of where a bit of marketing of the phrase : "I use Quine everyday" -- Jeremy Ruston, would help TW get better known ... BDFL founders matter to reputation and uptake a lot. I think

[tw] Re: Most Recent Journal

2018-02-16 Thread Jan Rothenberger
Hey guys, thanks for sharing. I was trying to get an ordered list of all my journal tiddlers. Since "created" doesn't work (I haven't created all the entries in order) I was wondering if the tiddlers could be sorted by the titles. These are in the format "DD. MMM ". Is that possible? --

Re: [tw] Scrolling to opened tiddlers

2018-02-16 Thread Jeremy Ruston
Hi Joe > One thing I love about the TW is you don't lose context when you click on a > link. > > In regular HTML when you click on a link the current page is *replaced* by a > new page. So it's easy to forget > where you can from and you can't see it on the screen. Yes exactly that. > In the

Re: [tw] reordering on-screen tiddlers

2018-02-16 Thread Jeremy Ruston
Hi Joe > Can I reorder on-screen tiddlers - I'd like an up and down button to move > them up or down in > the display order. You can drag and drop the tiddler titles in the “Open” tab of the sidebar to reorder them. > Then I'd like to save a "view" - ie having ordered the tiddlers I'd like to

[tw] Re: Issue: Auto-Enumeration. I have no idea how.

2018-02-16 Thread Stephan Hradek
If a bookmarklet is enough, here you go: javascript:var ta= document.activeElement.contentWindow.document. querySelector('textarea'); var numbers= new Object(); var number= /^(.*?)\s*#(\d+)$/; if(ta !== null && ta.tagName.toLowerCase() == 'textarea') { var content= JSON.parse(ta.value);

[tw] Re: reordering on-screen tiddlers

2018-02-16 Thread stefct4
Hi Joe On Friday, February 16, 2018 at 12:11:35 PM UTC+1, Joe Armstrong wrote: > > Can I reorder on-screen tiddlers - I'd like an up and down button to move > them up or down in > the display order. > There is no "up and down" button in the default installation. However, you can reorder

[tw] Re: Issue: Auto-Enumeration. I have no idea how.

2018-02-16 Thread Stephan Hradek
What I don't understand is your workflow. Where do you get the data from? How does it become a tiddler? How would you want to invoke the macro? Wouldn't it be sufficient to have a bookmarklet https://en.wikipedia.org/wiki/Bookmarklet to do the changes? -- You received this message because

[tw] reordering on-screen tiddlers

2018-02-16 Thread Joe Armstrong
Can I reorder on-screen tiddlers - I'd like an up and down button to move them up or down in the display order. Then I'd like to save a "view" - ie having ordered the tiddlers I'd like to dump the order information into a new tiddler so I could recover the order later. Cheers /Joe -- You

[tw] Scrolling to opened tiddlers

2018-02-16 Thread Joe Armstrong
One thing I love about the TW is you don't lose context when you click on a link. In regular HTML when you click on a link the current page is *replaced* by a new page. So it's easy to forget where you can from and you can't see it on the screen. In the TW the new tiddler is opened below the

Re: [tw] Presentation

2018-02-16 Thread TonyM
I will add, if you have a 2 screen setup an index of tiddlers in a tiddler eg; table of contents opened in a new window, with the browser tab in fullscreen mode and sidevar tabs closed you effectivly have a presentation. Tony -- You received this message because you are subscribed to the

[tw] Issue: Auto-Enumeration. I have no idea how.

2018-02-16 Thread TonyM
The need to add numbers to make titles unique suggests you have made some less than perfect choices. Think of tiddlers titles as keys to a database. Titles are the primary key and should be unique so in this case you are doing so artificaly. Captions need not be unique. Just 2cents worth. Tony

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-02-16 Thread BurningTreeC
> > Hello Simon, > very good. The viewport.js sound very interesting to. You wrote above , > the viewport macro is "measuring" the viewport. > Especially for mobile use it would be very practical to be able to set > the viewport based on conditions with a function like this > But that's

Re: [tw] Presentation

2018-02-16 Thread Joe Armstrong
Brilliant - thanks /Joe On Friday, 16 February 2018 10:23:16 UTC+1, Jeremy Ruston wrote: > > Hi Joe > > Is there a plugin to turn a tiddly wiki into a presentation? > > (like Keynote, Powerpoint, etc.) > > I can imagine a having a tiddlers tagged as "slide" containing > a "next slide" point and

Re: [tw] Presentation

2018-02-16 Thread Jeremy Ruston
Hi Joe > Is there a plugin to turn a tiddly wiki into a presentation? > > (like Keynote, Powerpoint, etc.) > > I can imagine a having a tiddlers tagged as "slide" containing > a "next slide" point and a "start slide" (or a tiddler with a list of topics) There’s a few solutions that I know of:

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-02-16 Thread Jan
Hello Simon, very good. The viewport.js sound very interesting to. You wrote above , the viewport macro is "measuring" the viewport. Especially for mobile use it would be very practical to be able to set the viewport based on conditions with a function like this But that's just an idea an

Re: [tw] Quine

2018-02-16 Thread Jeremy Ruston
Hi Joe Great to see you here. > I just bought Quine - very nice - where should ask questions about it? There’s a Google Group for Quine set up by the author, Chris Hunt: https://groups.google.com/forum/#!forum/quine-app I use Quine every day; it makes the iPad Pro (with iOS 11) a terrific

[tw] Presentation

2018-02-16 Thread Joe Armstrong
Is there a plugin to turn a tiddly wiki into a presentation? (like Keynote, Powerpoint, etc.) I can imagine a having a tiddlers tagged as "slide" containing a "next slide" point and a "start slide" (or a tiddler with a list of topics) Cheers /Joe -- You received this message because you are

[tw] Quine

2018-02-16 Thread Joe Armstrong
I just bought Quine - very nice - where should ask questions about it? Cheers /Joe -- 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: [tw] Re: How to handle a lot of wikis with Node

2018-02-16 Thread Tristan Kohl
I do not have much time right now unfortunately but as I see from the Dev-Tools there is only one initial load of the wiki. Afterwards it just periodically polls the Tiddler list. Since you know more about the ins and outs of TW would it be hard to just let TW generate this initial view for

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-02-16 Thread BurningTreeC
@Jan, I'll give this some thoughts, maybe the formula plugin can be replaced by native TW widget-/macro acrobatics I changed the PageTemplate so that if a dependency is missing the story shows nevertheless something like the viewport macro would be nice to have in the core. I'll change it a