devaneando / Wikitten

Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on.
MIT License
739 stars 174 forks source link

allow user to edit any existing page metaData #114

Open stephengaito opened 4 years ago

stephengaito commented 4 years ago

Separate the existing$source variable into a pair of $source (contains both meta-data and page content) and $contents (just the page content) variables.

This allows the HTML to be rendered from the $contents variable, but the editor edits the $source variable.