Three additions to my documenting.tw file of tutorials

Hi everyone

I added three items to my https://giffmex.org/gifts/documenting.tw.html today.

  • Add hidden text to tiddlers with ‘p hidden’
  • Customize your lists with custom list item templates
  • Set the text and fields for all new tiddlers

Enjoy!

3 Likes

@DaveGifford (edited for correct attribution) thanks for sharing this “repository” of yours.

I like your 'p hidden' method but would generalise it further, with arbitrary html tags. Of course Paragraph remains one of them.

In the spirit of the building of community knowledge;

<arbitrary hidden>
Content
</arbitrary>

There are some key benefits with these often neglected arbitrary tags;

  • They will not interfere with the regular use of standard tags
  • They can be also addressed with CSS selectors
  • They can have classes and styles assigned
  • They can be nested
  • and more I will not list for now.

extended example

<arbitrary>
Content,
<new>
more that could be hidden,
</new>
<arbitrary hidden>
Inner arbitrary,
</arbitrary>
bottom.
</arbitrary>

I believe you meant to address Dave:

image

1 Like

Thanks Tones for the suggestions! I will look into that!