PMWiki Editing Tips
Contents
Open links in new tab
- Enclose the link in
%newwin% ... %%
- Example:
%newwin%[[https://www.google.com | Google]]%%
→ Google
Get the wiki markup for a page
- Add
?action=source
to the page
LaTeX (TrueLatex)
- Inline formulae:
($$ <latex formula> $$)
- Block formulae:
($$$ <latex formula> $$$)
LaTeX (MathJax)
- First add the
(:mathjax:)
directive somewhere on the page (I prefer the top)
- Inline formulae:
{$ <latex formula> $}
- Block formulae:
{$$ <latex formula> $$}
Anchors
- To create an anchor:
[[#<anchor-name>]]
- To link to an anchor:
[[#<anchor-name> | <link text>]]
Markdown
- If you want to edit wiki pages with Markdown:
- Enclose the markdown content with:
(:markdown:)
and (:markdownend:)
- Mathjax works just fine inside Markdown
Make the edit box bigger
- Set the
rows
parameter on the (:input e_textarea:)
element in Site.EditForm