Sheogorath
Sheogorath
@Fumesover You are might interested in joining the [CodiMD community channel](https://riot.im/app/#/room/#codimd:matrix.org) to work with us on the [new API](https://github.com/codimd/server/issues/10). Your input would be very welcome :+1: As the server currently...
This almost sounds like a CodiMD server issue, where an import to an existing note is not handled properly. Good catch, I'll check that.
:thinking: After checking the code a bit, I found the error which is raised: https://github.com/codimd/server/blob/8ce7b285636c02b4215c838640bb748947c8317f/lib/web/note/util.js#L65-L68 But I'm not sure how we would respond better to it. Probably we should answer...
DCO, other than CLA, doesn't grant ownership. All DCO does explicitly stating, that whatever you commit there is made by you or you at least got the permission to publish...
> - a clause in the license that entails contributors sign off just by contributing > - a clause in the license saying individual developers are liable for any consequences...
@Fumesover ~~I'm sorry to say, but I'm not really sure what you say with your comment~~ :sweat_smile: ~~Could you elaborate (maybe with links to documentations) what you mean?~~ Mhm, so...
@pirate I might be mistaken, but I think it is supported: https://www.passwordstore.org/#macintosh
Well, at least in CodiMD which uses CodeMirror, we simply use an array + regex. So I don't think there is a standard, but simply having an array, would be...
Well, @ccoenen wrote some code to generate such a list (which is probably incomplete as soon as someone adds a custom icon?): https://github.com/hackmdio/codimd/pull/1003#issuecomment-428691334 But let me put it this way:...
Other projects like [emojify.js](https://github.com/emojione/emojify.js/blob/58e651c6e9b89cde35e6ccfa4f1e43374982789c/src/emojify.js#L360) or similar simply provide a JS function/object that returns such a list. And I just noticed that [emojiTwo](https://github.com/EmojiTwo/emojitwo/blob/master/emoji_strategy.json) actually provides such a JSON file. which they...