[tw] Re: Tiddler Title question

2011-06-14 Thread axs
oops, that's what I meant :) glad it's working. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/9Oeul7ewdg8J. To post to this group, send email

[tw] Re: Tiddler Title question

2011-06-12 Thread axs
=highlightTitle macro='view title'/span/div then in your StyleSheet add: .highlightTitle{ background-color:#6F0; } Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg

[tw] Re: Tiddler Title question

2011-06-11 Thread axs
If you have a .title{ } definition in your stylesheet, add text-align:center; to it. If you don't have one, add .title{ text-align: center; } to your StyleSheet. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view

[tw] Re: Re : Re: Re : Odg.: More distinguishable tiddlers?

2011-06-10 Thread axs
just do body { background: lightBlue; } then :) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/Rzq1qvtRXRAJ. To post to this group, send email to

[tw] Re: Re : Re: Re : Re: Re : Odg.: More distinguishable tiddlers?

2011-06-10 Thread axs
: 1em; padding:1em 2em 2em 1.5em; } /*}}}*/ adding this after the body CSS will change the tiddler background but keep the lightblue on the body. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web

[tw] Re: Re : Re: Re : Re: Re : Re: Re : Odg.: More distinguishable tiddlers?

2011-06-10 Thread axs
]] solid; * *border-bottom: 2px [[ColorPalette::TertiaryMid]] solid; * *margin-bottom: 1em; * *padding:1em 2em 2em 1.5em; * *} * */*}}}*/* * * * * * * *Regards,* *axs* -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit

[tw] Re: Automatically Append Text to Existing tiddler Content Upon Editing

2011-06-09 Thread axs
that in a tiddler, name it whatever you want, and tag it with 'systemConfig'. Restart TW and edit. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/ZxNID0wDeGQJ

[tw] Re: Automatically Append Text to Existing tiddler Content Upon Editing

2011-06-09 Thread axs
this code. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/0qYjWe6wfGcJ. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe

[tw] Re: Screwy Tab CSS

2011-06-06 Thread axs
to increase the width of mainMenu. Or you could have the main menu contain links to each sub-TOC tiddler, instead of being a vertical tabset. This would make more sense to me, but it's not my call to make. Hope this helps. Blessings, brother! Regards, axs -- You received this message because

[tw] Re: Tabs CSS to differentiate tiddlylinkexisting and tiddlylinknonexisting?

2011-06-06 Thread axs
/#StyleTabWithLinksPlugin To see an example: http://axs.tiddlyspot.com/#testTiddler4 Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/bkJla2wxeHpxcTBK. To post

[tw] Re: Can I reduce the spacing between paragraphs?

2011-06-05 Thread axs
after lists, and then it'll target them. If I get it working, I'll post an update to this thread. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki

[tw] Re: Can I reduce the spacing between paragraphs?

2011-06-05 Thread axs
Grant, I don't quite get this: are you saying ti works in some of your TW's but not in others? Do you have an example tiddlywiki online that we can look at to help troubleshoot? Regards, axs Neat, what in one tiddlywiki I have the buttons do not open the box where I can edit the values

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread axs
Hi folks, There is a new plugin [1] out that replaces consecutive line breaks with a single linebreak whose styling can be controlled. Check it out! Regards, axs [1] http://axs.tiddlyspot.com/#LineBreakPlugin -- You received this message because you are subscribed to the Google Groups

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-26 Thread axs
Yakov, Thanks for the suggestions. I've updated the plugin to allow live edits/updates to the style. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-25 Thread axs
To remove spaces before/after lists, put the following in your stylesheet: ul { margin:0px; } -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group,

Re: [tw] Re: excluding tags from TagsTreePlugin

2011-05-24 Thread axs
and if anything needs tweaking. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com

[tw] Re: Hot to move backstage section?

2011-05-23 Thread axs
the backstageButton, because it seems like it's not necessary in this type of scenario. I tried this out in Safari and it works and looks ok in the default TiddlyWiki theme. You may have to play with the CSS to make it look like what you want. Regards, axs *http://tiddlytools.com

Re: [tw] Re: excluding tags from TagsTreePlugin

2011-05-23 Thread axs
that this code modifies the core tag macro. If there is interest, I could rewrite it to be a stand-alone macro. Regards, axs *http://goljanpathology.tiddlyspot.com/ -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

Re: [tw] Re: excluding tags from TagsTreePlugin

2011-05-23 Thread axs
um, actually this is not a fix for TagsTree, but a separate plugin which changes tag [[tagName]] to make a menu. I don't know what Rename Tag is, so can't help you there. If this is something that would be useful, I could make this into a separate macro that would leave the native tag macro

[tw] Re: Boolean logic help

2011-05-14 Thread axs
hmm... i don't think it should error out. store.getTiddlerSlice() should return undefined when the slice doesn't exist, and the comparison should be perfectly valid. What is the error that you get? Try just doing store.getTiddlerSlice manually with the slice name and see what the error console

[tw] Re: I think I can finally state what is missing from TiddlyWiki

2011-05-05 Thread axs
Tobias is correct, HideWhenPlugin allows complex javascript boolean logic. Even the plugin's home page* gives a good example div macro=showWhen tiddler.modifier == 'BartSimpson'img src=bart.gif//div That's pretty powerful if you ask me. You can put it any arbitrary statement in there that

[tw] Re: TW-OS a TiddlyWiki Operating System

2011-05-05 Thread axs
Mans, I like the TW logo :) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options,

[tw] Re: Cannot add cellpadding

2011-04-30 Thread axs
Hi Claudio, Use padding instead of cellpadding. Also, it may be easier to apply it to the table as a whole by adding your padding definition to the borderless class. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: Customizing TiddlyWiki tables

2011-04-30 Thread axs
different. Hope this gets you on the right track. regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr

[tw] Re: ANN: TidQL - tiddler query language

2011-04-13 Thread axs
. This is definitely not a show-stopper, but a small suggestion. regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki

[tw] Re: What's so special about Tiddly

2011-04-06 Thread axs
* build *complete applications* using plugins, scripts, stylesheets, +1 -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to

[tw] Re: Help with autosave in form

2011-04-05 Thread axs
button. You should move those statements up to your onsubmit code at the appropriate sections, and get rid of the a before the button. also autoSaveChanges() will save the TW only if the AutoSave option is enabled. use saveChanges() to save w/o respect to that setting. regards, axs -- You

[tw] Re: Open file to specific tiddler

2011-04-03 Thread axs
such links (though they will be escape the url, replacing spaces and brackets with the correct code) by using the permaview button (link to all currently open tiddlers in the story) or the pemalink button (link to only that tiddler). regards, axs -- You received this message because you

[tw] Re: TW-TreeView-Executive: How to install TagglyTagging?

2011-04-03 Thread axs
Hi raefeld, What you need is the TagglyTaggingPlugin, found at http://mptw.tiddlyspot.com/#TagglyTaggingPlugin. Import that tiddler. What you have imported is not the actual plugin, but an example tiddler. regards, axs -- You received this message because you are subscribed to the Google

[tw] Re: How to run code just before a tiddler with specific tag is shown

2011-04-03 Thread axs
HideWhenPlugin [1] will do what you want. Install it and add the following to your View Template span macro=showWhenTagged album span macro=showAlbumCover/span span regards, axs [1] http://mptw.tiddlyspot.com/#HideWhenPlugin -- You received this message because you are subscribed

[tw] Re: How to run code just before a tiddler with specific tag is shown

2011-04-03 Thread axs
woops, you need to close that outer span properly: the last line should be /span not span. You may want to use a div, depending on what your macro showAlbumCover spits out and how you want it positioned. -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: script from button repeats once

2011-04-01 Thread axs
the a scenario I could imagine that would cause this behavior. regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr

[tw] Re: Javascript in ViewTemplate?

2011-03-28 Thread axs
, axs [1] http://mptw.tiddlyspot.com/#HideWhenPlugin -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com

[tw] Re: jquery code in tiddler

2011-03-28 Thread axs
. - the original page that you referred to also loads an excanvas.min.js script. if it's necessary for this to work, make sure you load it as well regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki

[tw] Re: Moved tags to the bottom, but...

2011-03-28 Thread axs
, the setting is found in: preferences - advanced - universal access - never use font sizes smaller than: in chrome, go to settings: under the hood - web content - customize fonts - minimum font size regards, axs -- You received this message because you are subscribed to the Google Groups

[tw] Re: jquery code in tiddler

2011-03-28 Thread axs
But I do not understand why loading it in MarkupPreHead does not work. im not sure, but i think it's because TW loads jQuery after any Markup pre/post head (or any of those shadow tiddlers), thus overwriting any jquery plugins loaded before that point. i think. -- You received this

[tw] Re: Creating cross-references with ckeditor

2011-03-20 Thread axs
try installing the HTML formatting plug [1]. I'm pretty sure this will allow you to use normal wikitext alongside ckeditor. let us know how it turns out regards, axs [1] http://www.TiddlyTools.com/#HTMLFormattinghttp://www.tiddlytools.com/#HTMLFormattingPlugin -- You received this message

[tw] Re: Creating cross-references with ckeditor

2011-03-20 Thread axs
that link should have been http://www.TiddlyTools.com/#HTMLFormattingPluginhttp://www.tiddlytools.com/#HTMLFormattingPlugin -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To

[tw] default tag for new tiddler

2011-03-16 Thread axs
createTiddlyLink() ???), but I'm not entirely sure what's the best way. Has anyone done this before? Can anyone point me in the right direction? Thanks, AXS -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
woops, sorry folks, I just figured it out: http://www.tiddlytools.com/#AutoTaggerPlugin nvm :) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
...and i'm back: does anyone know how to make clicking on a tiddlyLinkNonExisting automatically open the new Tiddler in edit mode (in addition to having a default tag, which AutoTaggerPlugin takes care of)? thanks! -- You received this message because you are subscribed to the Google Groups

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
in TaggedTemplateTweakPlugin (which I was already using): if (!tiddler) return coreTemplate to if (!tiddler) return config.tiddlerTemplates[DEFAULT_NEW_TEMPLATE]; where config.tiddlerTemplates[DEFAULT_NEW_TEMPLATE] and DEFAULT_NEW_TEMPLATE are defined in a systemConfig tiddler. AXS -- You received

[tw] Re: Transclude an arbitrary piece of tiddler?

2011-03-16 Thread axs
haven't used it, but there is a part plugin that a lot of people mention. I hope it still works in TW 2.6. You can try it out at: http://tiddlywiki.abego-software.de/#PartTiddlerPlugin AXS On Mar 16, 2:27 pm, Kosmaton kosma...@gmx.com wrote:   Hello, Is there a way/plugin to transclude

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
is medical students. It's about 95% done. The last things I am planning on adding are more buttons to the edit toolbar in edit mode, such as specific highlighter colors. Lemme know if you have any suggestions :) AXS * http://goljanpathology.tiddlyspot.com/ -- You received this message because you

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
, because I need it to be different from DEFAULT_EDIT_TEMPLATE thanks, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr

[tw] Re: Transclude an arbitrary piece of tiddler?

2011-03-16 Thread axs
Is there a way/plugin to transclude an arbitrary piece of tiddler, presumably marking it with some identifier syntax? There is a PartTiddlerPlugin* (not developed by me) that I've seen mentioned quite a bit. I haven't tried it, but it looks like a good approach to what you need. axs * http

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
to use this approach more often in my coding. Right now, I'm in a very early stage w/ TW experience, so it has been easier to modify plugins at the appropriate locations to suit my needs. I will put more effort into using these hijacking techniques. regards, axs -- You received this message because

[tw] Re: Popups above the label

2011-03-04 Thread axs
checked out your plugin on tiddlytools, and the popups in the example are both appearing above the link, but like *way* above, in the middle of the page. Not sure if it's another plugin that is messing up the behavior or what... axs On Mar 4, 8:22 am, Eric Shulman elsdes...@gmail.com wrote

[tw] Re: Popups above the label

2011-03-04 Thread axs
).outerHeight():0}; to: var offset={x:0,y:this.getAttribute('above')=='true'?- jQuery(d).outerHeight():jQuery(this).outerHeight()}; On Mar 4, 12:14 pm, axs alexst...@gmail.com wrote: I'm new to TiddlyWiki. Just started coding for it. I did see the offsets in Popup.show(), but for some reason I

[tw] Re: player plugin not working over http

2011-03-04 Thread axs
Could it be that you passed an absolute URL rather than a relative URL to the player? On Mar 4, 11:05 am, Seba sebastjan.hri...@gmail.com wrote: Hi, I am using player plugin [1] and it works great offline. I simply keep files to be played in the same folder as tiddly. However, the player

[tw] where to report bugs? findPosX and findPosY problems

2011-03-04 Thread axs
Hi, I'm not sure where your code is maintained and whether there is any method for bug reporting, but I've found a small bug: When using a button with fixed position (either explicitly defined or inherited, such as in a fixed top menu, such as I am doing), and calling a popup with that button,

[tw] Re: where to report bugs? findPosX and findPosY problems

2011-03-04 Thread axs
I hijacked findPosX() and findPosY() to use jQuery's .offset() function, and it solves the problem. err, actually that's not a hijack as such, just a rewrite :) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: where to report bugs? findPosX and findPosY problems

2011-03-04 Thread axs
issue with popups. I did test my previous link in FF however, and it is a non-issue. I guess (webkit users)/(developers interested in webkit users) will just have to steer clear of fixed- position elements. Regards, axs -- You received this message because you are subscribed to the Google Groups

[tw] Re: replace/disable Definition list formatter

2011-03-03 Thread axs
Thank you very much, Eric! This is exactly what I was looking for. Regards, axs On Mar 3, 9:52 pm, Eric Shulman elsdes...@gmail.com wrote: I don't want every colon/semicolon to be replaced with a line break and indent as the Definition list does: ; term : description becomes btermb