David Darnes
David Darnes
Awesome, so psyched for this. Must discuss my side project with you (which you're aware of). Couple of suggestions: - Tick box dropdown custom field types - Ability to add...
Tags possibly? So you can mark several posts several attributions. Unlike categories which is more a filing method.
@chrisgwynne export? Do you mean when uploading a js or css file you'd like to be able to reference it for a post rather than using a style block? Those...
If the theme is made as expected the styles will be placed in an internal style sheet and the same for the js, which isn't inline. And yes if you...
You can write html as well as markdown in the main content area?
@dechuck I think extra post types would be better suited as a plugin. Good suggestion though.
While emojis are the hip new thing, this is quite the edge case. We need to probably support emojis in the GitHub markdown method, eg `:poop:` = :poop:
@TheBrenny it shouldn't, but which is an easier string to write? `\xF0\x9F\x98\x81` or `:grin:`? 😉
@xadz that's quite a limited amount of devices, we can't just make it work for the latest OSs only. I understand that we want to allow unicode, but we can't...
@Radiergummi wouldn't inserting emoji `` elements for _all_ devices be a cleaner solution? This is how it's done for Jekyll and alike. It guarantees the emoji will be shown no...