Reece,

Your welcome, Your wiki structure is not so strange to me, I tend to build 
things into the view template such that the tiddler has less and less in 
it, only the essential raw information remains, loading the tiddler fields 
and not the text field is my approach. The use of templates as well is 
helpful.

Yes I am familiar with the edit current tiddler issue and while I have some 
solutions that allow it, I am yet to feel confident in teaching someone 
else how to do it. There are cognitive somersaults needed to make this 
work. I continue to endeavor to try and find a way to provide a method 
anyone can use.

Your work looks great.

Keep on coding!

Tony

On Sunday, March 8, 2020 at 5:37:52 PM UTC+11, Reece Shaw wrote:
>
> Aha! that does the trick. Didn't realize it was ul that I needed to 
> change. Thank you!
>
> On Saturday, March 7, 2020 at 9:23:07 PM UTC-5, Mark S. wrote:
>>
>> Have you tried:
>>
>> .row ul {
>> margin-top: 0 ;
>> margin-bottom: 0;
>> }
>>
>>
>>
> To your question Tony, I use an admittedly strange wiki structure that is 
> front end user oriented. A lot of the wiki is designed around UI tiddlers 
> that read "data tiddlers" that are system tiddlers with multiple fields and 
> a naming structure consistent to the type of tiddler. It's difficult to 
> explain, you can see a demonstration of this behavior here 
> http://statme-pf2.tiddlyspot.com/ if you're curious.
>
> If you use edit-text widgets on fields that are not the text field, they 
> behave (basically) the same way that the text field does, including the 
> ability to use ordered lists, call macros, etc. The one caveat is that the 
> transclusion MUST be in block mode otherwise the ordered list and block 
> quotes won't work. Its easy for my purposes. 
>
> See the alchemical golem on that demo and click "edit" to see that in 
> action. The $:/world/SRD/creature-template tiddler serves up the UI you see 
> there.
>
> Thank you all for your help!
>
>  It seems to me odd that you are including markup in the field 
>> `"*''tester''` 
>
> This not the only thing that is confusing me, why are you wrapping it in 
>> triple Quotes? 
>
>  
>
> To me unless you want to make use of specific features of wikitext and 
>> widgets in a field keep the data as clean as possible `tester`
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/14d4d405-8095-4cce-b4a6-f5134a97c7c9%40googlegroups.com.

Reply via email to