TiddlySpace / tiddlyspace

A discoursive social model for tiddlers
http://tiddlyspace.com
Other
106 stars 38 forks source link

[clean1] restructure tiddler markup #1091

Closed FND closed 11 years ago

FND commented 11 years ago

[this is a bit sweeping, but hard to split into separate issues]

the core of the friendly tiddler representation currently looks like this:

Here are my thoughts:

colmjude commented 11 years ago

IDs are a tricky one. On the whole I like to avoid them but I can see why cdent likes the title id in this case.

Agree that in this setup the header is unnecessary. An argument could be made (particularly after mentioning the html5doctor) that the header is useful if you include the author/modifier and date/modified in it.

div.tiddlertext is another tricky one. I'd be reluctant to put it in anything else just for the sake of not using a div but maybe a section would be ok. I don't think removing it and having the tiddler.text output unwrapped would be a sensible option either given what could be outputted.

Hmmmm not sure about it being a footer but I understand the point being made.

I'd be tempted with something like:

FND commented 11 years ago

So I'd suggest this:

colmjude commented 11 years ago

I'm liking this more now.

I would definitely have a .metadata wrap for the author and timestamp. As you say not sure on the best element for this but can be tweaked.

Agree with the classes for article and h1

This structure does open up the option for a footer with the fields in but there is a discussion to be had able whether this is something we want on the friendly tiddler representation. So I propose we make the changes we've discussed minus the footer which we can continue discussing.

I'll make these changes now.

colmjude commented 11 years ago

This has been merged now so closing.