Joseph D. Purcell

Results 68 comments of Joseph D. Purcell
trafficstars

After doing more testing of CodeMirror5 I discovered that even when setting the attributes "manually" on CodeMirror5 autocapitalization still is not fully functional, it does not work for new lines....

I did a test with CodeMirror6 and these features works! See https://github.com/codemirror/dev/issues/1020#issuecomment-1343082372. I'm not a huge fan of the experience because it looks like both the CodeMirror6 autocorrect and iOS...

My desired authoring experience for a Markdown field on iOS can be seen by using a simple textarea field, see recording https://github.com/codemirror/codemirror5/issues/7009#issuecomment-1342714954. It nicely handles autocorrect, autopunctuation, and autocapitalization even...

I did a little more testing with CodeMirror5 and found some interesting things. If you change the codemirrorEl from a div to a textarea the field becomes uneditable. The other...

I just tested having `inputStyle: 'contenteditable'` and it allows the select menu to appear, but autocapitalization, autocorrect, and autopunctuation don't work.

I started a discussion in case its worth considering an alternative editor for Markdown https://github.com/directus/directus/discussions/16762.

@paescuj I see there is an issue created for an upgrade to CodeMirror6 https://github.com/directus/directus/issues/16061. Let's discuss that idea there, I have some notes to share.

I commented on the CodeMirror6 upgrade ticket https://github.com/directus/directus/issues/16061 but wanted to cross-post here in case it gets missed. Agit CMS is using CodeMirror6 and the authoring experience is really nice,...

If this does get merged, a revision to the Types to include this flag would be useful. I saw https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49234.

Thanks for giving it a review! I was just talking this week to several engineers about this feature. It's a very powerful concept. @jwadhams What do you think?