[tw] Re: Hiccups modifying fonts and color palette (...)

2017-12-02 Thread Eric Shulman
ng as the content that follows it does not match any valid CSS syntax. Even so, it's a good idea to *always* include the trailing space to ensure that the end of the CSS syntax is clearly defined, regardless of the text content that follows it. hope this helps, enjoy, -e Eric Shulman TiddlyTools.

[tw] Re: sameday[]

2017-11-28 Thread Eric Shulman
On Monday, November 27, 2017 at 11:43:36 PM UTC-8, Stefan Spycher wrote: > > @Eric: the > > [sameday:created{!!created}] > > -notation is what i couldn't come up with, literally in hours > I'm still trying to understand where i missed the part in the docs where > this would have been

[tw] Re: sameday[]

2017-11-27 Thread Eric Shulman
:created{!!created}] [sameday:modified{!!created}]"> <$link><$text text=<>/> Note the use of two concatenated filter expressions to select tiddler by "created" OR "modified" field value matching the current tiddlers "created" date. enjoy,

Re: [tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-27 Thread Eric Shulman
. Thus, for your use-case (a field reference operand), omit the square brackets entirely, and only use ONE set of curly braces, like this: <$list filter="[lessthan:birth{!!year}greaterthan:death{!!year}tag[People]]"> Let me know how it goes. enjoy, -e Eric Shulman TiddlyToo

[tw] Re: width 100% tables?

2017-11-22 Thread Eric Shulman
ot; the following content: > Create a tiddler named *anything you like*, and then add a *tag* of $:/tags/Stylesheet to that tiddler. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because y

[tw] Re: Issue in sharing tiddly webpage on linkedin

2017-11-21 Thread Eric Shulman
then tag that tiddler with $:/tags/RawMarkup. This will cause the tiddler's content to be added to the section of the document. Save and reload for it to take effect. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You receive

[tw] Re: [TW5] Tag Pill by another name?

2017-11-13 Thread Eric Shulman
ot; field="title" format="text"/> Then, to override the default tag pill text (i.e., the title text), add a field named "tagtitle" to the tag definition, and it will use that text as the alternative to the tag tiddler's title text. enjoy, -e Eric Shulman TiddlyTools.

[tw] Re: Auto collapse first Layer in toc-selective-expandable on startup?

2017-11-12 Thread Eric Shulman
argin-left:1em; <$macrocall $name="toc-selective-expandable" tag=<>/>@@ The result is that you *always* display the top level ("Layer1") items opened, while the inner levels behave as usual for the TOC macro (i.e., default to 'closed', click to expand). Note:

[tw] Re: [TW5] Tiddlyspot does not save since a few days ago

2017-11-11 Thread Eric Shulman
On Saturday, November 11, 2017 at 8:44:10 AM UTC-8, Eric Shulman wrote: > > On Saturday, November 11, 2017 at 6:09:04 AM UTC-8, Mark S. wrote: >> >> That makes sense. Someone pointed out that one of the commands in >> store.php is now obsolete. It was a quick patch, b

[tw] Re: [TW5] Tiddlyspot does not save since a few days ago

2017-11-11 Thread Eric Shulman
On Saturday, November 11, 2017 at 6:09:04 AM UTC-8, Mark S. wrote: > > That makes sense. Someone pointed out that one of the commands in > store.php is now obsolete. It was a quick patch, but an actual code change. > I remember seeing that post not too long ago. Based on my hypothesis that the

[tw] Re: [TW5] Tiddlyspot does not save since a few days ago

2017-11-11 Thread Eric Shulman
On Saturday, November 11, 2017 at 1:35:54 AM UTC-8, Arkady Grudzinsky wrote: > > I have a couple of TW5 files on Tiddlyspot. I was able to save them > before. > A few days ago, there was a glitch on the website - it could not display > files and showed some Apache default page. > It's broken

[tw] Re: Transclusion Confusion

2017-11-09 Thread Eric Shulman
he data reference within the transclusion to the tiddler being transcluded, rather than the tiddler in which the transclusion is embedded. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message bec

[tw] Re: [TW5] Simple comparison

2017-11-06 Thread Eric Shulman
rpts are equivalent: <$reveal state="SomeTiddler" type="match" text={{!!title}}>... and <$reveal text={{!!title}} type="match" default={{SomeTiddler!!text}} The default value can also be literal text, which allows you to check a variable for an empty value, li

[tw] Re: Tiddly Extension for Firefox 57?

2017-11-06 Thread Eric Shulman
tiddlers between TWClassic and TW5, and you will have to manually convert each tiddler to the new syntax, which can be a tedious (and somewhat error-prone) process. Also note that TWC does NOT support old TWClassic plugins, none of your installed customizations will work, even after converting your

[tw] Re: Tiddly Extension for Firefox 57?

2017-10-28 Thread Eric Shulman
t's pretty much future-proof against the whims of the browser developers, unless they decide to eliminate downloading altogether (which is highly unlikely). enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You rece

[tw] Re: Tiddly Extension for Firefox 57?

2017-10-28 Thread Eric Shulman
On Saturday, October 28, 2017 at 5:12:38 PM UTC-7, RichardWilliamSmith wrote: > > You know, there really ought to be a sticky for this topic. >> > Our ship sails without a captain, it seems. > ok.. I just made it sticky ("display at top") -e -- You received this message because you are

[tw] Re: Can I cancel CamelCasing with tiddlywiki mark up?

2017-10-16 Thread Eric Shulman
CamelCase link, prefix the link with a tilde, like this: ~ThisIsNotALink You can disable all CamelCase linking within a single tiddler by putting the following at the beginning of the tiddler, before all other content: \rules except wikilink enjoy, -e Eric Shulman TiddlyTools.com: "

[tw] Re: Big tables

2017-10-06 Thread Eric Shulman
fic, like this: .tc-tiddler-body table { display:block; overflow:auto; } enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Big tables

2017-10-05 Thread Eric Shulman
xt|andstillmoreheadingtext| |long|table|that|overflows|the|side|of|the|tiddler|and|need|to|be|scrolled|longerheadingtext|andmoreheadingtext|andstillmoreheadingtext| enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You recei

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

2017-08-29 Thread Eric Shulman
On Monday, August 28, 2017 at 11:41:05 PM UTC-7, Thomas Elmiger wrote: > > In my tests for the macro linked above I compared the reveal-way (it was > suitable for my case). I decided to not use reveal because of the > limitation of the reveal widget: You can’t use variables for both sides of >

[tw] Re: Best "equal" operator?

2017-08-27 Thread Eric Shulman
o bar. If the result is NOT empty, then we can say that foo does NOT EQUAL bar. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyW

[tw] Re: [TW5] How to get the value from a field with a parameter?

2017-08-23 Thread Eric Shulman
the desired value, and reference that variable within the macro, like this: \define getUW() {{KWUW!!$(kw)$}} and then use it like this: <$vars kw=<>> <> enjoy, -e Eric Shulman TiddlyTools.com "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals

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

2017-08-19 Thread Eric Shulman
dler="noedit_stylesheet" tag="$:/tags/Stylesheet"> toggle "noedit" enjoy, -e Eric Shulman TiddlyTools.com - "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: Blog capabilities of TiddlyWiki

2017-08-13 Thread Eric Shulman
On Sunday, August 13, 2017 at 6:31:13 PM UTC-7, TonyM wrote: > > Another thought is the import feature, permitting import of external links > to selected files, and allow a multi-select, I would have thought the > browser has to know the full path to do this import?, but I expect I may be >

[tw] Re: How to retain slashes in tiddler titles when parsed in select?

2017-08-12 Thread Eric Shulman
On Saturday, August 12, 2017 at 3:34:24 PM UTC-7, Steven Schneider wrote: > > I get how the <$text text={{tiddlerToShow}}/> works -- so I can see the > content with the // > > But, how do I use my new tiddler [[tiddlerToShow]]? I need to be able to > do <$link

[tw] Re: How to retain slashes in tiddler titles when parsed in select?

2017-08-12 Thread Eric Shulman
quot;end italics", that formatting continues to the end of the text that is shown. 4) You can show the *unparsed* content by using (in some other tiddler) <$text text={{tiddlerToShow}}/> enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTidd

[tw] Re: [TW5] Translucent Tiddlers

2017-08-09 Thread Eric Shulman
on tiddlywiki.com enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: Using TW after 5 year gap from TW2

2017-08-06 Thread Eric Shulman
errata: To display the tiddler content properly, add the mode="block" parameter to the <$transclude> widget otherwise, the content will all become 'inline' and will flow onto lines without regard to paragraph/line breaks, tables, bullet lists, etc. <$transclude mode="block"/> -e -- You

[tw] Re: Using TW after 5 year gap from TW2

2017-08-06 Thread Eric Shulman
t want/need fallback content, you can use the abbreviated form: <$transclude /> (again, note the trailing "/") Here's your code, cleaned up a bit: Title Tags Text <$list filter="[tag[Journal]sort[modified]]">

[tw] Re: Using TW after 5 year gap from TW2

2017-08-05 Thread Eric Shulman
current tiddler's title, while the content syntax refers to the title of each tiddler that is *matched* by the enclosing <$list> widget. Also note: the filter syntax uses SINGLE brackets to delimit references, while the content syntax uses DOUBLED brackets. enjoy, -e Eric Shulman Ti

[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-04 Thread Eric Shulman
On Thursday, August 3, 2017 at 11:28:10 PM UTC-7, TonyM wrote: > > As you can see in my example the name of this tiddler I am testing for is > "$(currentTiddler)$ > - $type$" > Can you show me how to specifiy this in the filter, because this is where > I still get it wrong. > To provide a

[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-03 Thread Eric Shulman
quot;tm-edit-tiddler" $param="$(currentTiddler)$ - $type$" /> {{$:/core/images/edit-button}} \end enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subsc

[tw] Re: [TW5] tip: preserving linebreaks

2017-08-03 Thread Eric Shulman
text goes here note: "article" is a new HTML entity... thus, it is NOT a TW widget, and does not use the "$" prefix let me know how it goes... enjoy -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You receiv

[tw] Re: Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-03 Thread Eric Shulman
r the <> macro) * the inner <$list> uses the tagging[] filter to get the siblings from the parent, followed by the before[] or after[] filter to find the previous/next sibling of the current tiddler let me know how it goes... enjoy, -e Eric Shulman TiddlyTools.com: "Small Tool

[tw] Re: Odd <$vars behavior?

2017-07-28 Thread Eric Shulman
le reference as a filter suffix, like this: !field:[] references: http://tiddlywiki.com/#field%20Operator:%5B%5Bfield%20Operator%5D%5D%20%5B%5BFilter%20Step%5D%5D enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread Eric Shulman
quot;, leaving any evaluation and replacement to be done later, while the output of the second macro is literally "SomeTiddler - SomeTab" (i.e., the macro processing does the evaluation and replacement immediately and the result is then used as the value of the parameter in the <$ti

[tw] Re: How to macro > var > macro ??

2017-07-25 Thread Eric Shulman
;$wikify> widget, which "captures" the rendered output from the macro and stores that in a variable, like this: <$wikify name="_c" text=<>><> Note: in this example, "tiddler-background" produces "invisible" text, since the foreground t

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-22 Thread Eric Shulman
words"), then the substitution, without the surrounding quotes, would be: <$set name="tit" value=two words> resulting in a value of tit="two", with "words" being ignored, rather than resulting in tit="two words" > <$set name="my

[tw] Re: How do I center an image withing the modal?

2017-07-20 Thread Eric Shulman
} Tested and verified: 1) open http://tiddlywiki.com/#Modals 2) press the "Open demo modal" button... note that MotovunJack image is NOT centered 3) create the stylesheet tiddler as described above 4) press the "Open demo modal" button again MotovunJack image is now cent

[tw] Re: Dropzone issue

2017-07-16 Thread Eric Shulman
On Sunday, July 16, 2017 at 8:17:25 AM UTC-7, mervin mecklenburg wrote: > > I'm still struggling with this. I tried your suggestion, but the > "Insertbefore" is not giving me a return. > > Here is a copy of the relevant code using the listbefore operand: > > \define droppable-projectnotes()

[tw] Re: Apply link label and redirection based on input

2017-07-15 Thread Eric Shulman
! > if you pass your result through the <$wikify> widget, it will render the "plain text" of the link, without any surrounding brackets. Something like this: <$wikify name="moose" text=<>> <$link to=<> > <$macrocall $name="get

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread Eric Shulman
> > On Saturday, July 15, 2017 at 2:13:48 AM UTC-5, David Allen wrote: >> >> For some reason, I can't seem to get the subfilter parameter of the >> image-picker macro to work. >> > I went to http://tiddlywiki.com/#image-picker%20Macro%20(Examples) to confirm the syntax and look at the

[tw] Re: Dropzone issue

2017-07-15 Thread Eric Shulman
ler as a suffix, the new value is added to the *end* of the list. Something like this: <$action-listops $tiddler=<> $tags="+[insertbefore< currentTiddler>]"/> Let me know how it goes. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm)

[tw] Re: Link to a tiddler named in a field value

2017-07-13 Thread Eric Shulman
On Thursday, July 13, 2017 at 1:19:14 PM UTC-7, stevesuny wrote: > > I thought that, too. > > The problem: <$set name="this-value" value=<>> names to > the current tiddler, not the value of the field that I am interested in. > > How do I set this-value to a field value, whose name is itself a

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Eric Shulman
r that defines your new template content, just add a field called "list-before", with a value of "$:/core/ui/ViewTemplate/body". Your template content will then appear before the body content instead of following it. reference: http://tiddlywiki.com/#Order%20of%20Tagged%20Ti

[tw] Re: TiddlyWiki classic themes?

2017-07-10 Thread Eric Shulman
did you read the *documentation* for my plugin? it explains how to create new theme definitions as well as how to switch themes. http://www.tiddlytools.com/#SwitchThemePluginInfo -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: TW5 - I have no idea where i went wrong.

2017-06-28 Thread Eric Shulman
as the data source with the formatting from the "$:/Template/CharacterSheet" template. For more details, see: http://tiddlywiki.com/#Transclusion%20with%20Templates enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manua

[tw] Re: Strange transclusion of Tobias' Tiddler

2017-06-22 Thread Eric Shulman
On Thursday, June 22, 2017 at 3:03:13 PM UTC-7, AlexHough wrote: > > I was looking how to embed a font, and found Tb5 has the solution -- > http://tobibeer.github.io/tb5/#Using%20%20A%20Custom%20Font > Anyway, I pulled the tiddler into my TW from the Open Tab. > Then I tried to transclude it. >

[tw] Re: anchor top when editing tiddler

2017-06-20 Thread Eric Shulman
vh; overflow -y:auto; } Let me know how it goes... enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: Presenting: Range Slider - sliiiide 'em settings, baby!

2017-06-18 Thread Eric Shulman
On Sunday, June 18, 2017 at 8:30:06 AM UTC-7, Mark S. wrote: > > The specs for the range type of input element allow min and max values. It > appears that the <$edit-text> widget doesn't pass those along. Maybe a > future version could? > There are THREE params available for type="range": *

[tw] Re: [TW5] How to user a widget/macro to add new tiddlers in a field list and use it for next/previous navigation

2017-06-05 Thread Eric Shulman
current tiddler title. The order of the titles returned by the tag[Lesson1] filter can be manually controlled by adding a "list" field to the Lesson1 tiddler (similar to what you were doing for the next/previous filters). Any titles NOT included in that 'list' field are automa

[tw] Re: trying to create a tiddler C that opens tiddler A because tiddler B contains the text "A"

2017-05-31 Thread Eric Shulman
s the tiddler parameter value for the transclusion. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] Re: Totally baffled! Can't get <> to work...

2017-05-25 Thread Eric Shulman
On Thursday, May 25, 2017 at 1:33:26 PM UTC-7, Mat wrote: > > Using your example on tiddlywiki.com does show that tab content BUT the > tab label only reads "Images". > Changing the argument AND the title of the tiddler in question to > "Image in WikiText" also displays the tab contents but

[tw] Re: Query - Is there a Save AND CLOSE Button?

2017-05-25 Thread Eric Shulman
dler to close the currently visible draft tiddler, the message to close the underlying tiddler is ignored since that tiddler is not actually "open" at the time. -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals --

[tw] Re: Moving all instances of specific macro into a field

2017-05-16 Thread Eric Shulman
iable name* as both the source (text) and target (name) for the $wikify. This is just for convenience so you don't have to change any of your code within the <$wikify>... block. You can, of course, use a different target name so that the original bracketed value can still be available,

[tw] Re: Links Problem

2017-05-02 Thread Eric Shulman
On Tuesday, May 2, 2017 at 6:33:27 PM UTC-7, Stephen Kimmel wrote: > > I love TiddlyWiki and use it almost constantly but there is one thing I > absolutely hate and that is CamelCase. I work with enough things that are > automatically CamelCase... like about 90% of Scottish names and chemicals

[tw] Re: My attempt at an editable table

2017-05-01 Thread Eric Shulman
sing <> as a parameter to another macro, you can't just use <> because the <<...>> syntax doesn't "nest". Thus, the following macro syntax does NOT work: <>>> Fortunately, there is an alternative *widget* syntax for making a macro call, that does al

[tw] Re: [TWC] A problem with HTMLFormattingPlugin

2017-04-30 Thread Eric Shulman
ks to spaces before rendering the content, so that > the literal line breaks will be processed as simple word-breaks instead. Thus: >> > ** >> > >> >> Month >> Savings >> >> >> January >>

[tw] Re: Automatically referencing to hot spots

2017-04-26 Thread Eric Shulman
On Wednesday, April 26, 2017 at 12:56:00 PM UTC-7, blackHole wrote: > > ( 3 ) > > No doubt it's my fault, but I can't make appear an anchor like > > Anchor > > in the table of contents generated by <>. Am I leaving out > some syntax ? > You have an EXTRA "/" at the end of the (after the quoted

[tw] Re: Automatically referencing to hot spots

2017-04-24 Thread Eric Shulman
d is no longer being actively developed, and the architecture provided by TW5 is *much* more powerful and flexible than TWC. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals > -- You received this message because you are s

[tw] Re: TW5 can't pass a tiddler name with spaces correctly as a macro parameter

2017-04-24 Thread Eric Shulman
ted: the tiddler title being applied ends with the first space, and the remainder of the title is ignored. To correct this, simply add some quotes surrounding the params in the <$radio> widget, like this: <$radio tiddler="$tiddler$" field="Status" value="$value$"&g

[tw] Re: Salvaging an improperly saved TiddlyWiki

2017-04-18 Thread Eric Shulman
ts of corruption, but if your information is really vital, it *is* still possible to reconstruct it in this manner. hope this helps, -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribe

[tw] Re: Empty Prerelease

2017-03-26 Thread Eric Shulman
On Sunday, March 26, 2017 at 3:53:57 PM UTC-7, Jan wrote: > > Hi dear core Team, > where do I find the empty prerelease > http://tiddlywiki.com/prerelease/empty.html -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Eric Shulman
s). Thus: [img[H:/Private/Wiki/Wiki5/Aslan'sFriendN9ZF.jpg]] -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from t

[tw] Re: apply macro to outer tiddler of transcluded pair?

2017-03-20 Thread Eric Shulman
On Monday, March 20, 2017 at 8:47:46 PM UTC-7, Dave wrote: > > Sorry if this is complicated (seems that way to me), but I have a question > about using macros in remote tiddlers that are transcluded to change field > content locally. > > ... > In it I have this transclusion: {{Lumbar Kemps}}

[tw] Re: [TW5] User interface for copy by value (vs reference) operations on singleton tiddlers

2017-03-20 Thread Eric Shulman
p each of them, one at a time, to the target TW. This adds them to the $:/Import list. When you have all the tiddler you want listed, press Import once to complete the action. enjoy, -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals

[tw] Re: force set width on multi-line edit-text widget

2017-03-20 Thread Eric Shulman
On Monday, March 20, 2017 at 10:55:14 AM UTC-7, Dave wrote: > > >> Is it maybe browser dependent? I mainly use firefox. >> >> Nope, same thing on Chrome :'( > hmm it turns out that the TWCore is setting the height of the textarea element explicitly (i.e., not through a CSS rule, but rather

[tw] Re: force set width on multi-line edit-text widget

2017-03-19 Thread Eric Shulman
On Sunday, March 19, 2017 at 9:25:30 PM UTC-7, Dave wrote: > > Thanks again Eric, but I put the CSS class thing in a tiddler and tagged > it > $:/tags/Stylesheet > and it didn't change the size of it. I also tried removing the spaces in > it but that didn't do anything. > > When I remove

[tw] Re: force set width on multi-line edit-text widget

2017-03-19 Thread Eric Shulman
On Sunday, March 19, 2017 at 5:45:37 PM UTC-7, Dave wrote: > > \define bignotes(side) > <$edit-text tiddler="notesInFields" field="$(currentTiddler)$.$side$" > class="tw-edit-texteditor" tag="textarea"> > \end > <> > the width and height can be changed manually by a little drag bar that >

[tw] Re: combine <> with macro $variable$

2017-03-18 Thread Eric Shulman
line, the $(currentTiddler)$ value is replaced with the actual name of the tiddler (e.g., "Foo"), and the $side$ param is replaced by whatever is passed in. After the text substitutions are done, the full syntax is then "returned" for parsing. Thus, the syntax ... field=&q

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread Eric Shulman
errata: sample code should be: <$button> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="journal" text="" journal-type="fitness" journal-part="segment" year=<> month=<> day=<> /> New Tiddler (replaced erroneous ":" with "=" in last three param

[tw] Re: Case-sensitive search

2017-03-15 Thread Eric Shulman
with "regexp:title{$(searchTiddler)$}" That should do it. enjoy, -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread Eric Shulman
7 > month: 03 > day: 14 > > Which I can't figure out how to do. > Try something like this: <$button> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="$(journalTags)$" text="" journal-type="fitness"

Re: [tw] Re: Voicing Futures ...

2017-03-14 Thread Eric Shulman
On Tuesday, March 14, 2017 at 3:35:46 PM UTC-7, Ákos Szederjei wrote: > I understand the technical difficulties, and it is ok not being able to > resolve > it, or even not wanting too, because other feature are deemed more > important. It's ok to disagree with what I wrote... but...

[tw] Re: Voicing Futures ...

2017-03-14 Thread Eric Shulman
On Tuesday, March 14, 2017 at 11:47:45 AM UTC-7, @TiddlyTweeter wrote: > > *BUT: your approach seems to FOG that up with native saving.* > > *I'd RATHER talk about EXTERNAL BACKUP on that rather than what reads like > a series of complex EXTRA steps.* > It's clear what you'd "rather" talk about.

[tw] Re: Voicing Futures ...

2017-03-14 Thread Eric Shulman
g 'delete' (or dragging to the trash)... and if you're using a command line environment (i.e., a Linux shell), then it's even easier to clear out the files with just a single "rm index*(*).html" command enjoy, -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas"

[tw] Re: How to get into the title of a tiddler from variables?

2017-03-13 Thread Eric Shulman
n the parameter list, do NOT use the $ delimiters... thus: \define showcomment(commenting-on user) 2) In the <$view> widget, you are missing a closing "$"... thus: 3 - <$view tiddler="$user$ on $commenting-on$"/> hope this helps, -e Eric Shulman TiddlyTools: "S

[tw] Re: Voicing Futures ...

2017-03-13 Thread Eric Shulman
other file-saving solutions, the "fallback download saver" process is actually quite useful and remarkably consistent and reliable across nearly all platforms and does not require ANY extra steps to install/configure, making it the likely experience for most 'novice' TiddlyWiki users.

[tw] Re: [TW5] Request concerning the keyboard widget

2017-03-12 Thread Eric Shulman
rate a "span" instead of a "div", and it works just fine. > The <$keyboard> widget has an optional "class" param that can be applied to the DIV. Thus, if you define a class: .inline { display:inline; } You can then use <$keyboard class="inlin

[tw] Re: List of Fields in a Template Tiddler

2017-03-10 Thread Eric Shulman
ke. Also, you don't need to use <$wikify> to get the current tiddler's title, and you don't need to provide the tiddler="..." param to <$text> and <$view> because the <> is used by default. You can reduce the code to just 3 lines: <$list filter="[

[tw] Re: TW5 stuck setting default for a macro

2017-03-09 Thread Eric Shulman
refer to a field in the current tiddler OR omit the "!!somefield" portion to refer to the "text" field by default) Hope that helps... enjoy, -e Eric Shulman TiddlyTools: Small Tools for Big Ideas (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message

[tw] Re: Plugin or macro for toggling $:/tags/Stylesheet tags between two stylesheets?

2017-03-03 Thread Eric Shulman
"" default=""> allow editing The checkbox toggles a $:/state value between "" and "yes" to control which styles are transcluded in the [[CommonStylesheet]]. Note: [[CommonStylesheet]] could also contain other "common" CSS directives that are shared betwee

[tw] Re: [TW5] Use of variables within curly brackets

2017-03-02 Thread Eric Shulman
ing <> macro is first entered. I hope this explanation doesn't make your head spin too much! Let me know how it goes. enjoy, -e Eric Shulman TiddlyTools: Small Tools for Big Ideas! (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the G

[tw] Re: How to get a text reference of a filter output?

2017-03-02 Thread Eric Shulman
="..." param, and use default="..." instead, you can use <$reveal> to compare values stored in variables. Something like this: <$reveal text=<> type="match" default="somevalue"> ... or <$reveal text=<> type="match"

[tw] Re: [TW5] Use of variables within curly brackets

2017-03-02 Thread Eric Shulman
further suggests that your moved macro code is no longer being defined properly. If you post the complete contents of the macro tiddler, perhaps we could see where things have gone wrong. -e Eric Shulman TiddlyTools: Small Tools for Big Ideas (tm) InsideTiddlyWiki: The Missing Manuals --

[tw] Re: select widget from remote field list to set different remote field

2017-02-20 Thread Eric Shulman
ect tiddler="LumbarKemps" field=<>> <$list filter="[[LumbarKemps]get[plist]]"> >><$text text=<>/> 1) Add tiddler="LumbarKemps" to the $select widget 2) The inner <$list filter=<>> is not needed. enjoy, -e Eric Shulman TiddlyTo

[tw] Re: next/previous navigation

2017-02-18 Thread Eric Shulman
ilter='[tagsort[order]after ] -[priority[-1]]'> or this: <$list variable=NextTiddler filter='[tagsort[order]after !priority[-1]]'> Let me know how it goes... enjoy, -e Eric Shulman TiddlyTools: Small Tools for Big Ideas! (tm) InsideTiddlyWiki: The Missing Manuals -- Y

[tw] Re: list-links output: suffix/append field

2017-02-18 Thread Eric Shulman
k"> <$link to=<>><$text text=<>/> Hopefully, the above example will give you a start on using the <$list> widget, which is one of the most powerful bits of functionality in TiddlyWiki. Let me know how it goes... enjoy, -e Eric Shulman Tid

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Eric Shulman
s some of the "word wrapping" problem, since the link text isn't being rendered as separate pieces as before. again, let me know how it goes, enjoy, -e Eric Shulman TiddlyTools: Small Tools for Big Ideas! (tm) InsideTiddlyWiki: The Missing Manuals -- You received this message because y

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Eric Shulman
all[shadows]sort[title]]"/> > @@ > > That is 99% correct. If you fix your usage for <$list>... as described above, your CSS tweak should work just fine. Let me know how it goes. -e Eric Shulman TiddlyTools: Small Tools for Big Ideas! (tm) InsideTiddlyWiki: The Missing Manua

[tw] Re: [TW5] Any way to stop transcluded tiddlers {{!!title}} from matching the parent title?

2017-02-15 Thread Eric Shulman
<$transclude mode="block"/> Then, in your <> macro, specify the "template:" parameter to be used to render the tabs, like this: <> That should do it. Let me know how it goes. enjoy, -e Eric Shulman TiddlyTools: Small Tools for Big Ideas(tm) InsideTiddlyW

[tw] Re: TW5 list filter that returns tiddlers with both of two tags

2017-01-16 Thread Eric Shulman
plugin-define <> macro, which provides additional output options. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

[tw] Re: tooltip within a link

2016-12-30 Thread Eric Shulman
On Friday, December 30, 2016 at 12:39:56 PM UTC-8, Eric Shulman wrote: > > \define see(show,go) > <$link to="""$go$""" tooltip={{$go$!!tooltip}}">$show$ > \end > > CORRECTION: remove extra trailing quote at the end of the widget (lef

[tw] Re: tooltip within a link

2016-12-30 Thread Eric Shulman
d as regular text content instead. Putting it all together: \define see(show,go) <$link to="""$go$""" tooltip={{$go$!!tooltip}}">$show$ \end enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios InsideTiddlyWiki: The Missing Manuals -- You received

Re: [tw] Problem HTA

2016-11-10 Thread Eric Shulman
ML_Application "... HTA executes without the constraints of the internet browser security model; in fact, it executes as a "fully trusted" application..." -e Eric Shulman TiddlyTools: Small Tools for Big Ideas! InsideTiddlyWiki: The Missing Manuals -- You received this mess

[tw] Re: Can I use the result of a macro in the state of the RevealWidget?

2016-10-31 Thread Eric Shulman
ch to store the current state value). To use a macro value instead of a stored state value, *omit* the "state" param entirely and use the "default" param instead... something like this: <$reveal type="match" default=<> text="YES">> @@

[tw] Re: [TW5] linking to a tiddler via an image.

2016-10-12 Thread Eric Shulman
g[...]], like this: <$link to="TiddlerName">[img[path/to/imagefile.jpg]] enjoy, -e Eric Shulman ELS Design Studios / TiddlyTools / InsideTiddlyWiki -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this g

[tw] Re: [TW5] How to divide long list of items by pages?

2016-08-15 Thread Eric Shulman
or this purposes. > Try this: http://tiddlytools.github.io/InsideTW/#TiddlyTools%2FMacros%2Fmore http://tiddlytools.github.io/InsideTW/#TiddlyTools%2FMacros%2Fmore%2Finfo enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios InsideTiddlyWiki: The Missing Manuals -- You received this message because y

[tw] Re: How to get save to use same filename?

2016-08-06 Thread Eric Shulman
errata: You can skip steps #4 (click on "index.html") and #6 (press reload). -e -- 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 get save to use same filename?

2016-08-06 Thread Eric Shulman
opy, verify that everything is OK, and then save again, omitting the "(n)" suffix. You can then clean out the checkpoint copies. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios InsideTiddlyWiki: The Missing Manuals -- You received this message because you are subscribed to t

<    9   10   11   12   13   14   15   16   17   18   >