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

2017-12-27 Thread @TiddlyTweeter
Ciao BurningTreeC Looking good. Commenting on an earlier post you made to me about Thomas' CSS work that is mobile friendly ... I was thinking most about his implementation of the Sidebar Menu as a "SLIDE OVER" that does not force column narrowing where you don't want it. The right side bar co

[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-27 Thread BJ
take at look at Danielo's plugin: http://contextplugin.tiddlyspot.com/ all the best BJ On Tuesday, December 26, 2017 at 10:12:50 PM UTC+1, RickL wrote: > > I must not have been clear in my questionso I will try again...How > can one find a word in a TiddlyWiki file by a simple search if it

[tw] Re: exclude search term

2017-12-27 Thread Mal
tob, I don't think it's possible to carry out a more complex search in the standard search box. You could use the advanced search and build a suitable filter expression . For example: "[search[apples]!sear

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

2017-12-27 Thread BurningTreeC
Thanks for your input, Joshua about the sidebar: have you seen the horizontal view? there the sidebar is sort of an overlay I'm thinking about a setting for vertical view to have it fixed or like in horizontal view... yes, I'm making that, it's an instant plus About portrait mode, that's on

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

2017-12-27 Thread Dave Gifford - http://www.giffmex.org/
WOW a lot of great stuff in there! On Thursday, December 21, 2017 at 1:04:51 AM UTC-5, BurningTreeC wrote: > > Hello there, > > currently I'm working on a plugin that creates a drag&drop-enabled > storyview > > it's based on the muuri widget by > https://ustuehler.github.io/tw5-material/ which i

[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-27 Thread RickL
Thanks for your reply and your help. This plugin is exactly what I needed, and should be part of the default file in my opinion. On Wednesday, December 27, 2017 at 4:55:40 AM UTC-5, BJ wrote: > > take at look at Danielo's plugin: > > http://contextplugin.tiddlyspot.com/ > > all the best > BJ > >

[tw] Style change with macro/variable

2017-12-27 Thread Marcus
Hi everybody. I like to change the colors with a button. I tried for example: \define color(name:"red") $name$ @@.tc-tiddler-frame @@background-color:<>; @@width:800px; text text @@ and also this: @@.tc-tiddler-frame @@background-color:<$macrocall $name="color"/>; @@width:800px; text text @@

[tw] Re: exclude search term

2017-12-27 Thread tobaisch
for real? it's a pity. regards, tob -- 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, send email to

[tw] Re: Style change with macro/variable

2017-12-27 Thread BJ
you can switch a style defintion: <$reveal type="nomatch" state="$:/state/1" text="show"> <$button set="$:/state/1" setTo="show">to green .background { background-color:red; <$reveal type="match" state="$:/state/1" text="show"> <$button set="$:/state/1" setTo="hide">to red .background {

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

2017-12-27 Thread BurningTreeC
Hi @Dave Gifford, thank you! do you find something useful about the whole concept? kind regards, Simon Am Mittwoch, 27. Dezember 2017 15:02:51 UTC+1 schrieb Dave Gifford - http://www.giffmex.org/: > > WOW a lot of great stuff in there! > > On Thursday, December 21, 2017 at 1:04:51 AM UTC-5, Burn

[tw] Re: [TW5] MultiUser plugin now serves multiple wikis.

2017-12-27 Thread @TiddlyTweeter
Ciao Jed ... adoption seems to be the problem judging by the response I have seen. > I just wanted to comment from my point of view on this. I'd very much like, eventually, to be able to host a publicly accessible TW on the net that allows authorised used to both edit and author posts. I have

[tw] Re: Style change with macro/variable

2017-12-27 Thread Marcus
Hi, thanks a lot for your answer. I modified it with <$select> and it worked well with all tiddlers, as long as the tiddler with the code is open. Here my example for changing the tiddler-frame-color, font and fontsize: Color change: <$select tiddler='$:/temp/tag2'> lightblue lightgreen lightgrey

[tw] Re: Inserting a picture in a Tiddler

2017-12-27 Thread 'Surya' via TiddlyWiki
Hi Birthe, yeahhh, that it is :-) Now everything with the pictures and the text around it is fine! Thank you a lot!! Thanks @all Bettina -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

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

2017-12-27 Thread BurningTreeC
Hi David, thanks a lot! Every comment helps 2. I could see using it as a photo gallery, but I would probaby try to find > a way to reduce the side and bottom margins, and even hide the tiddler > title area, so that the tiddlers are pure photos with an edit menu on hover. > this can easily be don

[tw] Re: Style change with macro/variable

2017-12-27 Thread coda coder
Marcus, Quote: To make a macro available to all tiddlers, define it in a tiddler that has the tag $:/tags/Macro More here: https://tiddlywiki.com/#Macro%20Definitions%20in%20WikiText On Wednesday, December 27, 2017 at 1:42:47 PM UTC-6, Marcus wr

[tw] Re: csv_unpack plugin: Import CSV rows as tiddlers/fields

2017-12-27 Thread stefct4
Hi Evan, It's me again - today, I had the chance to test this once more on my Windows machine. However, I had no luck - I wasn't even able to import "normal.csv" from the "Papa Parse" library you linked to. In both browsers (Firefox and Chrome) TiddlyWiki treated this file as a regular text fil

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

2017-12-27 Thread BurningTreeC
yes, that's easily doable in css with a stylesheet, no problem 6. I think I would probably also want a 'safe' version that is just > scaffolding *without* the ability to drag or resize, for publishing > materials for others First, the MESS now is gone, I fixed it :) #2: now if you drag Tiddlers

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

2017-12-27 Thread 'Surya' via TiddlyWiki
Hi, I have designed some buttons in the editor for automatic formatting or inserting something. And gave them a simple design just with letters or symbols like →½∅ √ by writing inside the command-tiddler after the command: @@→½∅ √@@ But I tried and tried without success to do it with inserting

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

2017-12-27 Thread 'Surya' via TiddlyWiki
Hi, I can adjust the height of the editor in the editor. Then the editor toolbar is always be visible (when I don't scroll away from the tiddler). But unfortunately then both sides (texteditor-side and preview-side) are scrolling separately. What can I do, so that they scroll simultaneously- l

[tw] Re: csv_unpack plugin: Import CSV rows as tiddlers/fields

2017-12-27 Thread Evan Balster
Hey, Stef — Works OK under Chrome on OS X. Could be a newlines issue, though I'm not sure how that would work. Probably the best thing to do for debugging would be to have the deserializer prepare an informative tiddler in the imports if any errors occur. Currently error messages generated b

[tw] Re: Style change with macro/variable

2017-12-27 Thread Eric Shulman
On Wednesday, December 27, 2017 at 1:31:16 PM UTC-8, coda coder wrote: > > Quote: To make a macro available to all tiddlers, define it in a tiddler > that has the tag $:/tags/Macro > > More here: https://tiddlywiki.com/#Macro%20Definitions%20in%20W

[tw] Re: exclude search term

2017-12-27 Thread Mal
tob, I probably should have pointed out that you get to the advanced search by clicking on the magnifying glass icon next to the standard search box. Then select the "filter" tab and enter your filter expression into the box. It's not really much harder than using the standard search and gives

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

2017-12-27 Thread TonyM
Bettina In a tiddler tagged $:/tags/Stylesheet I have the following css .tc-editor-toolbar { position:sticky; position: -webkit-sticky; position: sticky; top: 45px; /* distance to stick from top, e.g if you use top bar */ left:0; width:100%; font-size:.90em; padding:0; border

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

2017-12-27 Thread David Gifford
.tc-tiddler-frame { padding: 0px 0px 0px 0px;} is another step towards making a borderless image gallery. (Makes text tiddlers look terrible, of course) There is still the top and bottom edges that have white space. David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engagin

[tw] Re: exclude search term

2017-12-27 Thread tobaisch
> > It's not really much harder than using the standard search and gives you > the flexibility you're after. > I have a different opinion. the standard search is always fixed in the sidebar. A huge difference! The search results do not hide the content I am currently working on. That's why the si