You are not logged in.
Pages: 1
I've been playing with sample 30 (MVC Server) and noticed it's lacking much of a UI for editing blogs. www.salesforce.com have released some open source projects which look very professional and could help provide a javascript/html/bootstrap interface:
http://getfuelux.com/ has a pillbox component which could provide editing for tags. It also has a good looking datepicker.
http://beta.quilljs.com/ is a javascript editor which could provide an HTML editing mechanism - I'm sure someone will ask for this.
I guess the difficulty with quill and allowing HTML posts is malicious javascript injection etc. - especially if unknown users make comments.
Would these feature requests for the mustache unit make sense?:
1/ as well as escaped and non-escaped HTML variables could there be a third class of variable which is HTML white-listed-escaped? i.e. allow a few html tags to get through with limited attributes, a bit like quill. Something similar in javascript is http://htmlpurifier.org/. This seems better than BBcode as long as the white list is documented.
2/ hive off the section of code which escapes html in mustache.pas so that SOA functions could do this on-write rather than on-read (or is this premature optimization?).
Offline
Pages: 1