I've been reading the last hour on the email list and the web (and I've
been around TW a long time), and have yet to find a simple instruction
similar to the [>img tag to center something. I'm finding CSS and
high-falutin html.
Guys, where is it, if it exists? If it doesn't, get a grip: the world
doesn't revolve around CSS for most of us, and we need simple, simple
code to use with the TW AS IS. (Somebody is going to tell me to upload a
text editor or something.)
If I can't center align a piece of text or graphic with a simple code,
as well as other basic formatting, TW needs to rethink it's philosophy.
</rant>
[]s
Randal
--
CLOUDBURST POETRY -- FEEL THIS DROP:
They say the devil's in the details,
But Jesus fills the jot and tittle.
http://www.cloudburstpoetry.com by J. Randal Matheny
FWIW, we've argued this point before, and my conclusion was that there
is indeed a certain complexity, but that's not necessarily a bad thing.*
So I was tempted to go on a rant about semantics and how you probably
shouldn't use centering anyway - but that's not constructive, and
possibly even misguided and wrong from a pragmatic perspective.
In this particular case, it does indeed seem like something simple is
excessively hard to achieve for regular users.
So how about we add some default styles to the built-in StyleSheet (I
believe Eric had suggested this a while ago), allowing you to use the
following:
{{center{
lorem ipsum dolor sit amet
}}}
Would that satisfy your needs?
-- F.
* http://groups.google.com/group/TiddlyWiki/msg/949ca33b98eabb2a
FND, stuff like this:
{{center{
lorem ipsum dolor sit amet
}}}
is STILL too complicated for an end user. I could do it, but I'd have to
look and see how many brackets and where they go every time I wanted to
use it. TW is still a wiki, isn't it? Then, to my mind, it has to have
wiki code for something as simple as center text and graphics.
Eric, see! Here we go with, let's throw a plugin to simplify, except it
doesn't simplify, it complicates for the end user. I had gone to your
site and tried to install your QuickEditPackage, and got all kinds of
error messages and it totally messed up the TW I was experimenting on.
So I did something wrong. I've uploaded some stuff into tiddlers before,
but I admit I get lost on your site. Do I have to import all those
tiddlers separately? I stuck the URL
http://www.tiddlytools.com/#QuickEditPackage into the import pathname
and got a huge list. So I obviously didn't figure that out right.
Bottom line, Reenan is on the right track, gotta have something really
simple for the code. Forget the CSS for the end-user, guys. Doesn't
work. Gotta be something like [*img ... don't tell me that character
sequence has been taken.
Thanks for all the kind replies. I appreciate your patience.
[]s
> Reenan, I know TW revolves around CSS
nah, not really - rather it's a problem that it does *not*...
> well, forget the behind-the-scenes technical stuff for me. I'm an end
> user
You're absolutely right with your point of view and TW definitely is
not (and shouldn't be) just for geeks.
> TW is still a wiki, isn't it? Then, to my mind, it has to have
> wiki code for something as simple as center text and graphics.
a) yes, b) no. It is not really simple to center things in a web page
because that's not a basic intention of HTML (abbr for Hypertext
Markup Language).
Centering elements on a page is not text editing - strictly speaking
it's either design or at least DTP - TiddlyWiki is, as you mentioned
yourself, a wiki - not a design- or DTP application.
You might think that text processing applications are all capable of
centering text and/or images - yes they are, but: they won't run in a
single HTML file and they are not capable of running on different
operation systems - most of them couldn't be carried around on a thumb
drive. If you want a feature-rich application which is also easy to
handle you simply can't include that into a < 400k HTML page.
I assume someone suggested to include a wysiwyg ("what you see is what
you get") editor to have similar options like in a standard word
processing application (a toolbar for formatting and so on) - but
you'll have to use additional files then - so simplicity and
portability are gone at that point.
For the plugin installation process I have to admit that I am finding
it complicated sometimes, too. I believe that the developers do their
best to make especially that process easier. But I have to say that
this great community has always been helpful - so if you have problems
with the installation of a plugin you could always ask for support
here...
BTW a lot of things have been improved (= made much easier) since the
first releases - believe me ;)
Just my 0.02 EUR
--s.