Query: Structure (HTML) -- Where is the visual PLAN?

134 vistas
Ir al primer mensaje no leído

TiddlyTweeter

no leída,
23 nov 2019, 6:55:09 a.m.23/11/19
para TiddlyWiki
I'm getting most interested in TW fundamental (HTML) architecture. Especially the DIV nesting scheme (which seems a LOT clearer than for most websites).

I really like what Luis is doing on CSS documentation. But I think it's vital to understand the HTML "skeleton" that hangs off. 

Is there, anywhere, a visual representation of TW's basic nesting (div) structure?

Having one would ease future dev of presentation a lot, imo.

Thanks for any clues!
TT

TiddlyTweeter

no leída,
23 nov 2019, 6:57:46 a.m.23/11/19
para TiddlyWiki
Repeat for email ...

TonyM

no leída,
23 nov 2019, 10:38:04 p.m.23/11/19
para TiddlyWiki
TT

I am not sure its as easy as you think. Tiddlywiki uses html dynamically according to what is visible. Looking at a raw tiddlywiki.html file in an editor and in tiddlywiki following the page template down to see how it dynamically constructs what you see in informative.

Regards
Tony

PMario

no leída,
24 nov 2019, 7:13:04 a.m.24/11/19
para TiddlyWiki
Hi,
There has been a 3D viewer in FF, which was deprecated with version 47. .. It seems chromium based, MS-Edge beta will get it back.


-m

PMario

no leída,
24 nov 2019, 7:22:35 a.m.24/11/19
para TiddlyWiki
Hi,

The starting point is: $:/core/ui/PageTemplate  and all tiddlers tagged: $:/tags/PageTemplate

This code builds the TW UI. All of it \o/

<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" variable="listItem">

<$transclude tiddler=<<listItem>>/>

</$list>

All page elements can be listed clicking: <<tag "$:/tags/PageTemplate">>

have fun!
mario

PMario

no leída,
24 nov 2019, 7:23:11 a.m.24/11/19
para TiddlyWiki
Hi,
ViewTemplate and EditTemplate have their own lists.
-m

Ton Gerner

no leída,
24 nov 2019, 7:33:57 a.m.24/11/19
para TiddlyWiki
Hi,

My Customization guide has a part about the User Interface: http://tw5custom.tiddlyspot.com/#Information%20about%20the%20user%20interface

Cheers,

Ton

TiddlyTweeter

no leída,
25 nov 2019, 8:35:05 a.m.25/11/19
para TiddlyWiki
Ciao Mario & Ton

Very helpful pointers!

Many thanks
Josiah

Luis Gonzalez

no leída,
26 nov 2019, 6:38:28 a.m.26/11/19
para TiddlyWiki
I will include a little html diagram at the end of chapter 2 of The-book.

Look at the following weekly report.

TiddlyTweeter

no leída,
26 nov 2019, 7:34:19 a.m.26/11/19
para TiddlyWiki
Great stuff! I'm looking forward to it.

TT
Responder a todos
Responder al autor
Reenviar
0 mensajes nuevos