Skip to content

niklaslavrell/line-wizard

Repository files navigation

Line Wizard

Netlify Status

🧙‍♂️ https://www.linewizard.club

Clean Line Breaks on Your Instagram Posts with the Line Wizard

Mentions

Development

  1. Install the node dependencies

    # install the node dependencies
    yarn
  2. Run in development mode

    # run in development mode
    yarn start
  3. Run tests

    # run the tests
    yarn test

Deploy

Push to master and Netlify automatically deploys the latest changes to production

Solution

Currently in use

  1. Invisible Separator

    Put a Invisible Separator in front of any line break, like string.replace(/(?:\r\n|\r|\n)/g, '\u2063\n')

    Used by:

    Reference:

  2. Braille Pattern Blank

    Put a bunch of Braille Pattern Blank in the empty lines to fill them up with invinsible characters

    Used by:

    Reference: