WeAreAthlon / Silla.IO

PHP Application Development Framework.
https://silla.io
GNU General Public License v3.0
25 stars 3 forks source link

Editable CMS Help page #36

Closed sandio closed 8 years ago

sandio commented 9 years ago

Help CMS page should be editable from the CMS itself.

pnikolov commented 9 years ago

What would be the best approach in terms of text formatting?

sandio commented 9 years ago

Markdown seems popular these days. :suspect:

pnikolov commented 9 years ago

So can you recommend a composer managed Markdown parser that we can embed and user for this page? I think both options - WYSIWYG and Markdown should be available, @kmotsov and @kalins have experience with such feature.

sandio commented 9 years ago

This might be a good choice? http://parsedown.org/ A comparison between the most famous Markdown PHP parsers: http://parsedown.org/speed

rozalia commented 9 years ago

I propose to create a new table, which to be used for settings storage such as the help page. I have made a model of the table: screen shot 2015-06-26 at 4 39 59 pm

pnikolov commented 9 years ago

:+1: We have already discussed that we need such a settings storage. The proposed table schema is nice. I would change the key and name columns to be VARCHAR(255).