in reply to Re^3: Quick and dirty mobile fix
in thread Quick and dirty mobile fix

For completeness: I heavily tweaked my user experience with several CSS and JS extensions.

Last but not least does my wiki-syntax facilitate posting a lot. (see Wikisyntax for the Monastery)

needing to type html-tags with a mobile would be a no-go.

My point being: it's perfectly possible to use The Monastery from a mobile in a useful manner.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^5: Quick and dirty mobile fix
by Bod (Parson) on Nov 25, 2020 at 18:34 UTC

    needing to type html-tags with a mobile would be a no-go

    It's a pain and one that should be un-necessary. If the code that parsed the input assumed that everything without any markup was actually meant to be in <p>paragraph</p> tags, that alone would make posting and commenting on mobile much easier.

    The parser already checks for missing tags so it is not too much of a stretch for it to be able to guess which ones need adding. Perhaps with more rigorous enforcing that the contributor checks with the preview.