wikilabs / plugins

TW5 plugins: https://wikilabs.github.io
30 stars 8 forks source link

Is v. 0.10.0 Of Custom Markup Lacking Stylesheets? #66

Open TiddlyTweeter opened 3 years ago

TiddlyTweeter commented 3 years ago

This is a MINOR issue easily shown. Enter ...

»»» test

The render is, correctly ...

<p class="wltc-l3 wltc">test</p>

BUT the indenting does not occur for me. I am just assuming the stylesheet is missing?

Best wishes TT

pmario commented 3 years ago

Please check out: https://wikilabs.github.io/editions/custom-markup/ V0.10.1

TiddlyTweeter commented 3 years ago

Please check out: https://wikilabs.github.io/editions/custom-markup/ V0.10.1

Its good! Tx! The "undefined" class problem has gone! :-).

BUT the issue of the OP goes on with the line ...

»»» TEST

... as it outputs as ...

Screenshot 2021-02-27 111650

... with NO indentation.

I assume the needed stylesheet is just missing from the plugin?

FWIW, the HTML looks right ...

<p class="wltc-l3 wltc">TEST</p>

pmario commented 3 years ago
asdf

»»» TEST

It does indent for me. Stylesheets are listed here ... AS you can see they are active.

pmario commented 3 years ago

I assume the needed stylesheet is just missing from the plugin?

Uuuuuups; You are right. We need to discuss, which stylesheets should be added to the plugin

TiddlyTweeter commented 3 years ago

We need to discuss, which stylesheets should be added to the plugin

Okay. I guess it depends on the extent to which you want the finished plugin to include such support or not. I guess that has a lot to do with the target audience--to what extent Custom Markup should be BOTH a "Mark-Up" system and a "Styling" system OR just mainly the "Mark-Up" mechanism??

Speaking personally, I prefer not to have "hard-coded" classes inserted, apart from, maybe "wltc" and actually I don't need stylesheets for production use, rather I'd look at your "demo-site" and take some parts of some of them if I needed such css.

But maybe you should shart a new discussion on this as it is an important issue--or maybe seek feedback on it during a later beta release with some more people?

pmario commented 3 years ago

Yea, I think it's time for a more public beta. ... But it would need more docs. Can you provide a wiki with your examples, so I can more easily include them?

TiddlyTweeter commented 3 years ago

Yea, I think it's time for a more public beta. ... But it would need more docs. Can you provide a wiki with your examples, so I can more easily include them?

Sure. I try tomorrow to finish enough that it is useful to you.

TiddlyTweeter commented 3 years ago

I have been busy in the real world last two days ... but I'm on it now, and try give you materials soon.