Skip to content

Unable to disable smart quotes transformations #18175

@Berky115

Description

@Berky115

In my configuration, I opt for disabling quotes transformations and using the suggest format from the official documentation here:

My configuration below:

 typing: {
    transformations: {
      include:[],
      remove:['quotes', 'typography'],
      extra: [
        {
          from: /(^|\s)(")([^"]*)(")$/,
          to: [ null, '“', null, '”' ]
        }
      ]
    }
  }

This does not disable the quotes transformations "normal quotes to smart/curly quotes vs just using the smart/curly quotes consistently" and there is unwanted behavior where backspacing undoes the transformation.

I have attempted to use remove and several other types of regex. Nothing is working and I am seriously concerned about the inability to simply map quote type, without additiona transformations or baggage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugThis issue reports a buggy (incorrect) behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions