Giter VIP home page Giter VIP logo

codemirror-block-editor's People

Contributors

marcoklein avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

neculai-stanciu

codemirror-block-editor's Issues

Build package

Build a usable package so you can use it in other projects.

Build library with differen build tool

The parcel bundler does not integrate well with the three different build specifications for the library, tests, and demo page because it always tries reading the main and types field from package.json.

There could be an easier way to do it with Parcel, but tsup might also be a viable bundler.

Changing the build setup will remove these hacks:

e.g. in package.json

"build:demo": "yarn generate:version && mv package.json package.json.tmp && parcel build src-demo/index.html --public-url . --dist-dir dist-demo && mv package.json.tmp package.json",

Interactable Visual Dot

Show a viusal dot at line start. Allow interaction with that dot by for example dragging it to move a line.

Selection User Experience

As a user I want to select only contents of blocks that is part of a specific block to intuitively navigate through blocks.

The following UX and acceptance criterias apply:

  • If the selection is at position 0 of a line (line beginning) then it moves to the end of the previous line.
  • If the selection is in the block indentation, then it moves to the end of the block indentation.
  • If the selection spans multiple lines of distinct blocks only full lines are selected. The selection must therefore not start and end in between of lines.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.