Code Monkey home page Code Monkey logo

Comments (2)

JoshuaGrams avatar JoshuaGrams commented on September 14, 2024

Yeah...I'm afraid there's no quick fix for that. I made the mistake of using a contenteditable div for the input, and they're generally just horrible to work with. So it doesn't get newlines at all: when you enter a newline the browser makes each line a separate div, and getting the textContent of the input sees the two words before and after the newline concatenated together with no whitespace in between. And for some reason it also seems to confuse the saveSelection/restoreSelection code which handles the cursor position. Which is not my code (I just grabbed it from a Stack Overflow answer) so I have no idea what's going on there.

So it really needs a rewrite to use a hidden textarea and copy the contents to the visible "input" element for display. Before I lost interest about a year ago, I started doing that on the new-display branch: you could try using that instead and see if it works for you?

Honestly, steno-jig is mostly unmaintained at this point: it has been 11 months since I did any real work on it, and nearly two years since I came to the conclusion that the core open steno community is never going to provide what I'm interested in (a theory and a path into steno that is oriented toward being as consistent, easily memorizable, and quickly learnable as possible) and quit practicing steno. I've been trying to keep doing the easy fixes and incorporating pull requests because I know a bunch of people have gotten good use out of it. But this one is probably a WONTFIX. Sorry...

from steno-jig.

 avatar commented on September 14, 2024

I see. That's a pity you were disappointed by the open steno community.
Anyhow, thanks for still doing the easy fixes and pulls!
Cheers,

from steno-jig.

Related Issues (19)

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.