[tw] Re: How to? Button in editor for automatic inserting picture with special attributes

2018-01-03 Thread 'Mark S.' via TiddlyWiki
The built-in ones are part of core plugins. Use the advanced search under shadows to look for $:/tags/TextEditor/Snippet . Open each tiddler you don't want to show and delete it's tag ($:/tags/TextEditor/Snippet). If you ever want them back, you can look for $:/language/Snippets under the system

[tw] Re: Import Twine into Tiddlywiki

2018-01-03 Thread Evan Balster
Hey, Jesse — There's an upgrade path from Classic to TW5, but I suspect Twine customizes the wiki in ways that wouldn't survive the upgrade. If you want to datamine the Twine game, the upgrade might still be helpful, but if you want to display it in the other wiki, you're probably best off usi

[tw] Re: How to? Button in editor for automatic inserting picture with special attributes

2018-01-03 Thread 'Surya' via TiddlyWiki
No, I didn't know it before- I wondered for what it could be and thought I don't need it, because of the possibility of the quick way of copy & paste. Fine :-) Thanks! If I don't need the other text snippets there, can I delete them without disadvantage? (I would copy the text of them into one

[tw] Re: How to? Button in editor for automatic inserting picture with special attributes

2018-01-03 Thread 'Mark S.' via TiddlyWiki
You probably already know about the stamp tool on the editor bar that can insert pieces of text. That would be the quick way to add the ability to the editor. -- Mark On Wednesday, January 3, 2018 at 3:34:48 PM UTC-8, Surya wrote: > > Hi, > > does really nobody know a command for putting the te

[tw] Re: How to? Button in editor for automatic inserting picture with special attributes

2018-01-03 Thread 'Surya' via TiddlyWiki
Hi, does really nobody know a command for putting the text Your text goes here in a tiddler? Regards, Bettina -- 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: How to make the editor-toolbar always be visible with long tiddlers but with preview simultaneously scrolling?

2018-01-03 Thread 'Surya' via TiddlyWiki
Okay, I tested them all- they all don't work for me :-( Most of my tiddlers in all my wikis are very small. But some are longer and cannot be broken down into pieces (small stories, how-to's). But okay, I don't die, if a sticky editor toolbar isn't possible for my few occasions. it just wo

[tw] Re: removeprefix

2018-01-03 Thread tobaisch
This is a really cool button. Thanks a lot! -- 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, sen

[tw] Re: removeprefix

2018-01-03 Thread 'Mark S.' via TiddlyWiki
PS: Here's the code to help make all those sfx fields. Be sure to make a back-up first in case I've made a mistake or your data is different somehow: <$button>Create suffix field <$list filter="[has[nr]]"> <$list filter="[all[current]removeprefix{!!nr}]" variable="sfx"> <$action-setfield sfx=<>/

[tw] Re: removeprefix

2018-01-03 Thread 'Mark S.' via TiddlyWiki
For 800 tiddlers it would add about 8k. Which compared to the baseline 2.5 meg size of TW5 is little. On Wednesday, January 3, 2018 at 2:19:03 PM UTC-8, tobaisch wrote: > > hello coda coder, > thanks, but it doesnt work too. > > @Mark > > >> So add a field that also contains the suffix >> > >

[tw] Re: removeprefix

2018-01-03 Thread tobaisch
> > So add a field that also contains the suffix > Is not that a waste of data? I then have twice the suffix once in the title and once in the field. With 800 Tiddlers that makes a difference. I rather thought of deleting the prefix (this is faster in Notepad ++) and then adding the field "nr"

[tw] Re: Import Twine into Tiddlywiki

2018-01-03 Thread jesse . bradley . assistrx
Rats. That doesn't help at all. Company's knowledge base is in Tiddlywiki5. Would take too much work to covert it to classic. On Wednesday, January 3, 2018 at 1:58:13 PM UTC-5, Evan Balster wrote: > > Hey, Jesse — > > Make sure you're using TiddlyWiki Classic. As far as I understand, TWINE > n

[tw] Re: removeprefix

2018-01-03 Thread 'Mark S.' via TiddlyWiki
That won't work because it will only remove the prefix stored in the nr field of the calling tiddler. It only takes a couple of tiddlers to test. Attached. -- Mark On Wednesday, January 3, 2018 at 11:37:52 AM UTC-8, coda coder wrote: > > Try this (untested) > > <$list > filter="[all[current]h

[tw] Re: A Song for the Joy of It

2018-01-03 Thread BurningTreeC
there you go with some music https://www.youtube.com/watch?v=BdHK_r9RXTc Am Dienstag, 2. Januar 2018 20:27:14 UTC+1 schrieb @TiddlyTweeter: > > Jodlerklub Wiesenberg & Francine Jordi mit Das Feyr vo dr Sehnsucht > > https://www.youtube.com/watch?v=1pY0xb9PrbY > -- You received this message beca

[tw] Re: removeprefix

2018-01-03 Thread 'Mark S.' via TiddlyWiki
The nr number contains the prefix, right? But you want to sort by the suffix? So add a field that also contains the suffix (perhaps sfx). You don't have to change the title. You can then sort by the sfx field and display it but link to the title field. The list code might look like: <$list f

[tw] Re: removeprefix

2018-01-03 Thread coda coder
Try this (untested) <$list filter="[all[current]has[nr]removeprefix{!!nr}sort[]addprefix{!!nr}]"> <$list filter="[all[current]removeprefix{!!nr}]" variable="thisTiddler"> <$link to=<>> <$text text=<>/> On Wednesday, January 3, 2018 at 12:55:06 PM UTC-6, tobaisch wrote: > > >

[tw] Re: A Song for the Joy of It

2018-01-03 Thread Thomas Elmiger
Swiss music? Here you are :–D https://youtu.be/8Hr3GBHRRSk -- 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

[tw] Re: [TW5] "Muuri-Touch" plugin

2018-01-03 Thread BurningTreeC
Hello community! I've put an updated version online (v0.0.10) it's focus is pinch-zoom on tiddlers to set different widths. If you like testing, please do so, I'd be thankful if you give me a short report if you find errors or strange behaviour The tiddlers now should preserve their widths you

[tw] Re: Import Twine into Tiddlywiki

2018-01-03 Thread Evan Balster
Hey, Jesse — Make sure you're using TiddlyWiki Classic. As far as I understand, TWINE never transitioned to using the new TiddlyWiki 5, so it won't be compatible. On Wednesday, 3 January 2018 12:15:58 UTC-6, jesse.bradl...@gmail.com wrote: > > I tried importing a published story file into Tiddl

[tw] Re: removeprefix

2018-01-03 Thread tobaisch
> All the sorting occurs in the outer loop. But there's no mechanism to sort > by a portion of the title. > Are you 100% sure that there is no possibility for sorting after removeprefix? I can remove the numbers from the title, but undoing them will be very difficult. I have already a field "

[tw] Re: Import Twine into Tiddlywiki

2018-01-03 Thread jesse . bradley . assistrx
I tried importing a published story file into Tiddlywiki and it didn't open properly. When I re-published it in Sugarcube instead, it gave me enable Javascript message. I'm using it to build callflows for work and I didn't want users to go into a separate tab to access the flow. On Tuesday, Jan

Re: [tw] Unwanted Behavior:"\rules except" in transclusions

2018-01-03 Thread _f
Hello Jeremy The View widget seems to bee a good alternative! Thank you very much for your response. Fuchs -- 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 tidd

[tw] Re: removeprefix

2018-01-03 Thread 'Mark S.' via TiddlyWiki
There is no "sort from position N" filter. Perhaps you could make a Pull Request for one. It's possible that someone has made a 3rd party tool for this. Use separate fields for the parts of the title and your problems will disappear. You can't watch TV on your 2018 multi-cooker, nor send a mes

[tw] Re: removeprefix

2018-01-03 Thread tobaisch
What about a sorting from position n? So I sort before the removal of the numbers Today we can make livestreams with any smartphone to the ISS and cars they driving alone but no sorting of letters in a list? :) Regards Tob -- You received this message because you are subscribed to the Google Gro

[tw] Re: How to make the editor-toolbar always be visible with long tiddlers but with preview simultaneously scrolling?

2018-01-03 Thread 'Mark S.' via TiddlyWiki
I think this thread (which you have already seen) has the best selection of possibilities: https://groups.google.com/forum/#!topic/tiddlywiki/xO-lhnwYyZs There is also this discussion on making the toolbar sticky: https://groups.google.com/forum/#!msg/tiddlywiki/QcKMCNWeRpY/m5sPjM2TAwAJ In

[tw] Re: removeprefix

2018-01-03 Thread 'Mark S.' via TiddlyWiki
All the sorting occurs in the outer loop. But there's no mechanism to sort by a portion of the title. Putting multiple pieces of information into a single field (the title) causes headaches. This is why I suggested creating a field to sort by in each tiddler. -- Mark On Tuesday, January 2, 2

Re: [tw] Tiddly Extension for Firefox 57?

2018-01-03 Thread Jeremy Ruston
Hi Tony > Really? You don’t see any material improvements between TWC and TW5? Sorry if my comment was in turn a little harsh; my perspective is a little different... I love TWC, and I love that the design of the core is just the minimal dom mangling necessary to provide the desired user experie

Re: [tw] Tiddly Extension for Firefox 57?

2018-01-03 Thread Jeremy Ruston
Hi Mark > On 3 Jan 2018, at 05:49, 'Mark S.' via TiddlyWiki > wrote: > > It's unfortunately true that developers often think in terms of state of the > art technology. That’s pretty harsh. I use a 2013 laptop every day, and my home computer is a 2010 Mac Mini. > It would be interesting to k

Re: [tw] Re: Tiddly Extension for Firefox 57?

2018-01-03 Thread PMario
On Wednesday, January 3, 2018 at 6:49:34 AM UTC+1, Mark S. wrote: > It would be interesting to know what features caused the 4x increase in > the core, despite dropping support for Jquery. > Basically we traded size for convenience and configurability. With TWclassic, you have 5 main tiddle

[tw] Re: [TW5] "Muuri-Touch" plugin

2018-01-03 Thread BurningTreeC
Hi @TonyM, Am Dienstag, 2. Januar 2018 23:43:55 UTC+1 schrieb TonyM: > > BurningTreeC, > > The open in new window is excellent for Desktop, especially in my three > screen office setting, And in two screen presentations be it standard > tiddlywiki or murri boards. > yes, it has something. do yo