scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
831 stars 90 forks source link

Explode metadata into a separate tab / editor / file? #10

Open scragg0x opened 9 years ago

scragg0x commented 9 years ago

Metadata can be separated from the Markdown and does have it's advantages. It can have a dedicated editor with YAML syntax highlighting. Also, less crowding of the main editor.

The metadata could even be it a separate file with separate revision history as opposed to prepending it.

home.md home.yaml

When home is loaded, home.md is loaded, and if home.yaml exists, it's loaded as metadata. A branch worthy feature with implications I probably haven't thought of.