[tw] Re: working with "original" shadow tiddler

2017-09-06 Thread TonyM
My 2cents You want to override the override of a shadow tiddler to access its fields? What about cloning the shadow tiddler with a new name (remove and tags that make it active) and use that copy to identify the list of fields in it, which will match those in the original shadow tiddler. You

[tw] Re: [TW5] Change tag "bubble" apperance

2017-09-06 Thread TonyM
Tom, To start with you may want to use the words "tag pill". I did a little investigation and found in my current selected theme $:/themes/tiddlywiki/vanilla/base the following; button.tc-tag-label, span.tc-tag-label { display: inline-block; padding: 0.16em 0.7em; font-size: 0.9em;

[tw] Re: changing borders in specific cells

2017-09-06 Thread TonyM
I tested this, In TWC and TW5, incidentally I am curious what it is for, hints on an interesting algorithm?. Pasting into TW5 "works", then remove the boarder formats to get |>| |query |>|demonstrative |>|>|>|>| quantifier |>|proximity |h |>| |~|this |that |some |any |no |every |alternative

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-09-06 Thread TonyM
Mat, Wow leaps and bounds ahead. I will be depending on it to migrate my Personal organiser from TWC to TW5, when I "get around to it", lets hope I can find "a round tooit" because those tooits are quite rare :) I am a little less trepidatious (apprehensive or nervous; filled with

[tw] changing borders in specific cells

2017-09-06 Thread Silvercat
I'm trying to get some stuff from TW Classic upgraded. The code previously looked like this to group related bits together: |>| |border-left:2px solid;border-bottom:2px solid;border-right:2px solid; query |>|border-right:2px solid; demonstrative |>|>|>|>| quantifier |>|border-left:2px solid;

[tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-06 Thread TonyM
Mario, I did look at your bundler plugin and I think it is great, I intend to use it, I expect you will hear from me later because I have some thoughts about fitting it into a ecosystem of sorts. An ecosystem where the need to differentiate between editions and Apps, or modules will become

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-09-06 Thread @TiddlyTweeter
Allora, Mat, thanks for the clarification. It looks like I will have to incite EXTERNAL FORCES to cleanse me of Perry Mason. J. @TiddlyTweeter wrote: > >> Will it be able to find all instances of "Perry Mason" in Tiddler texts >> and delete him (for the sake of humanity). >> > > Mat

Re: [tw] Parse PDF into tiddlers

2017-09-06 Thread codacodercodacoder
On Wednesday, September 6, 2017 at 2:16:36 PM UTC-5, tib...@sunyit.edu wrote: > > I found a tool that can convert a PDF textbook to epub, with minimal > loss/corruption. Do we have an epub import tool lying around? I think Steve > Schneider did something with epub in the spring. > > epub is a

Re: [tw] Parse PDF into tiddlers

2017-09-06 Thread @TiddlyTweeter
Epubs like docx files are assemblages. They are NOT really one file. They are wrappers. Find out how to UN-wrap it. See what you got in that specific epub format after unwrapping. Tell us what is in it. j. -- You received this message because you are subscribed to the Google Groups

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-09-06 Thread Mat
@TiddlyTweeter wrote: > > > Will it be able to find all instances of "Perry Mason" in Tiddler texts > and delete him (for the sake of humanity). > He he! If you mean to delete the full tiddlers then yes, that's doable. Or, if you'd want to clear out the text fields (fully) then that's also

Re: [tw] Parse PDF into tiddlers

2017-09-06 Thread tibbitl
I found a tool that can convert a PDF textbook to epub, with minimal loss/corruption. Do we have an epub import tool lying around? I think Steve Schneider did something with epub in the spring. On Friday, September 1, 2017 at 6:21:26 AM UTC-4, Jeremy Ruston wrote: > > The trouble with PDF is

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-09-06 Thread @TiddlyTweeter
Mat Will it be able to find all instance of "Perry Mason" in Tiddler texts and delete him (for the sake of humanity). Josiah On Wednesday, 6 September 2017 20:40:23 UTC+2, Mat wrote: > > Updated bigly to manipulate > even more masses even. > > The

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-09-06 Thread Mat
Updated bigly to manipulate even more masses even. The main news (yes, *real* news!) is that you can now batch manipulate fields in a similar way as the tags. Believe me, Batch Manipulator will be great when you want to convert imported TWC tids to

[tw] [TW5] Change tag "bubble" apperance

2017-09-06 Thread Tom Bardout
Hi, I'd like to know where I can find the code that makes the rounded corners for tags. I'd like to make it rectangular -- 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

[tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-06 Thread PMario
On Wednesday, September 6, 2017 at 4:05:26 PM UTC+2, TonyM wrote: > > I would add to the idea of formed applications, another layer of self > contained modules, as is often the outcome of a specific plugin rather than > an whole edition. > For me edtions and apps are the same thing. but

[tw] Styles for Save-wiki button change in modal

2017-09-06 Thread Vayu Asura
I want to have a custom save-wiki button within a modal. When I transclude {{$:/core/ui/Buttons/save-wiki}} in a tiddler the button is displayed like on the sidebar with the image, invisible outline and changing color When I put it into parameter of a modal message it is displayed as a grey

[tw] Re: Make a borderless table

2017-09-06 Thread codacodercodacoder
On Wednesday, September 6, 2017 at 10:11:52 AM UTC-5, Vayu Asura wrote: > > maybe it has to do with some surrounding tags. > > Something might be messing with it, but since the css border property is not inherited, it's unlikely. Is it possible you have another css setting somewhere? The

[tw] Re: Make a borderless table

2017-09-06 Thread Vayu Asura
maybe it has to do with some surrounding tags. On Tuesday, September 5, 2017 at 10:44:15 PM UTC+3, codacoder...@outlook.com wrote: > > > > On Tuesday, September 5, 2017 at 2:16:13 PM UTC-5, Vayu Asura wrote: >> >> >> when invoked with it keeps the >> outermost border of the table >> >> > I see

[tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-06 Thread TonyM
I would add to the idea of formed applications, another layer of self contained modules, as is often the outcome of a specific plugin rather than an whole edition. I plan to build something I call object tiddlers, and hope to create lego blocks rather than provide a lego kit for the

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-06 Thread Lost Admin
On Wednesday, September 6, 2017 at 9:57:57 AM UTC-4, PMario wrote: > > On Tuesday, September 5, 2017 at 7:21:04 PM UTC+2, Lost Admin wrote: >> >> Minimal, and reliable test case: >> >> 1) Set-up a WebDAV server on Apache (follow the Apache instructions, >> nothing special). >> > > :) .. I was

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-06 Thread PMario
On Tuesday, September 5, 2017 at 7:21:04 PM UTC+2, Lost Admin wrote: > > Minimal, and reliable test case: > > 1) Set-up a WebDAV server on Apache (follow the Apache instructions, > nothing special). > :) .. I was thinking about a IIS testcase. .. Will run some tests -m -- You received this

[tw] Re: [TW5] Hide Tiddler Toolbar items on select tiddlers

2017-09-06 Thread TonyM
Richard, That is the best answer anyone has given me to a tiddlywiki question - EVER. It supports the adage "the best way to learn is to teach" and it give me the information I need to set up a more structuresd solution to the original problem along with a deeper understanding to solve as yet

[tw] Re: working with "original" shadow tiddler

2017-09-06 Thread BJ
unfortunately it does not work! The filter is pulling the unshadow tiddler out or the store. On Tuesday, September 5, 2017 at 9:04:46 PM UTC+2, Rustem wrote: > > If I replace "fields[]" with "tags[]" in your example, I get the > override's tags. Is "fields[]" the only possible filter following

[tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-06 Thread @TiddlyTweeter
Ciao c pa I wrote ... > >>START a TiddlyWikiNewbie that contains ONLY info for beginners > c pa replied: > Because TiddlyWiki is such a complex and functional product, making a > distinction between newbie and "not newbie" questions is very hard ... > I agree IF the newbie is a

Re: [tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-06 Thread @TiddlyTweeter
Ciao Arlen One of the pains with StackExchange is the hoops you have to go through. I thought I voted already? Now I have to do it AGAIN? This process is slower than a snail with a heavy weight on its back :-). Best wishes Josiah -- You received this message because you are subscribed to the

Re: [tw] Re: Best "equal" operator?

2017-09-06 Thread Mat
A special use case of the above, for reference: The following is to distinguish if a field has a *specific *value or *any other arbitrary* value (ie. that you don't know beforehand). In this example, it is a field named "myfield" that has either the specific value foo or an arbitrary value.

[tw] Re: Can we have some threads in GERMAN?

2017-09-06 Thread @TiddlyTweeter
Ciao BJ Just a footnote on the linguistic irony that the phrase "lingua franca" is a mixed polyglot of medieval Mediterranean origin. J. BJ wrote: > > English is the lingua franca > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Can we have some threads in GERMAN?

2017-09-06 Thread @TiddlyTweeter
Ciao tutti, Very interesting posts. Moderate & understandable. Shows more interest in the language issue than I thought would be the case. ONE point I'd like to make is that *IF your first language is not English then it can be a burden to cope with it*. Not everyone gets on well with a

[tw] Howto cancel drop-action based on actionTiddler field?

2017-09-06 Thread Niels Bjerre
I want to *go-ahead or cancel* drop-action based on a field-value in the tiddler dropped (actionTiddler) <$droppable actions=<>>..<$droppable> in droppable-actions i have a <$*reveal* type="match" *state*= value="yyy"> In state=.. i have a problem referring to $(actionTiddler)$!!field

[tw] Re: Can we have some threads in GERMAN?

2017-09-06 Thread BJ
English is the lingua franca, so I think it would be best to keep the main forum in English. There is already a French language forum that is popular: https://forum.tiddlywiki.fr/ so maybe there could be one for German speakers? On Tuesday, September 5, 2017 at 8:09:57 PM UTC+2, @TiddlyTweeter

[tw] Re: "Missing Tidler" Font and Color

2017-09-06 Thread Ton Gerner
Hi Aaron, On Tuesday, September 5, 2017 at 11:22:18 PM UTC+2, Aaron Haslem wrote: > > Is there a way to change the default font and color of "Missing Tiddler" > Links. I like that I can create a tiddler link in text and then go back to > it and create the Tiddler. But I would like the links

[tw] Re: Filters not consistently catching images

2017-09-06 Thread kodomohimari
... Well, actually, I just tried again with the same files (including one of the file I knew to not be caught by the filters) and it worked fine. I can't reproduce the error, every image lands where it ought to. I think I rebooted the server a couple times since last post, so I'm going to

[tw] Re: Filters not consistently catching images

2017-09-06 Thread RichardWilliamSmith
Obvious question but are you sure they all have a value for the type field? On Tuesday, September 5, 2017 at 7:07:11 AM UTC+10, kodomohimari wrote: > > Soo, started experimenting with my installation (TiddlyWiki on NodeJS on a > Raspberry Pi accessible through its external IP). Since I work with

[tw] Re: Can we have some threads in GERMAN?

2017-09-06 Thread Thomas Elmiger
Guten Tag allerseits :–) I fee EXACTLY like Jan. I see great potential in promoting TW in more languages – there are many translations available. If this would be successful we could decide later if arising needs are best discussed in new groups or on stackexchange. Herzliche Grüsse Thomas