X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=EditingTips;h=79fa3761715bebe6353c4039af2dfefe56ab4549;hp=9b6f6ed22599e18aef1139276e5eb68e5bb71074;hb=2d10836b00e54d61ef951e9d21aa2631f252ed44;hpb=c49e7fd14095d571a8f41f23c106530092b2e448 diff --git a/EditingTips b/EditingTips index 9b6f6ed..79fa376 100644 --- a/EditingTips +++ b/EditingTips @@ -139,10 +139,26 @@ You can use ##div##, ##span## and ##iframe## elements with any attribute, includ CSS, of course. -== Access Control Lists == +== Pragmas == -TODO: document +Wiki pages can specify special-purpose commands in their header. In the form: -== Final Notes == +{{{ +# <keyword> <values> +}}} + +=== Access Control Lists === + +{{{ +# acl SomeUser:read,write OtherUser:read All:none +}}} + +Limit read or write access to specific authenticated users + +=== Custom cascading style sheets === + +{{{ +# css my_style.css +}}} -Be aware that GeekiGeeki does not lock pages during editing, so if you pause for a long time on the edit screen you may overwrite somebody else's changes. +Include a user-specified custom CSS before the default one(s).