Code Monkey home page Code Monkey logo

Comments (13)

AndreYonadam avatar AndreYonadam commented on June 27, 2024 1

@kazzkiq That's what I was mentioning too. I might be able to write something up that includes both allowing people to select the RTL mode on runtime when running the editor and also some JS code that listens to the changes to the textarea text-align css property that changes the placeholder one as well.

from codeflask.

MajidCS avatar MajidCS commented on June 27, 2024 1

@AndreYonadam

We need this mostly with Markdown

it's working

thank you

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

Interesting. I got somewhere but right clicking on the textfield and clicking the following to change the direction of the writing. This was in Chrome.
image

However the overlay was still doing left to right so I'm assuming there is a way to do that also using CSS.
image

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

How's it going @MajidCS . What are the symptoms you are exhibiting when using RTL other than the overlay is not on the correct side?

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

I think I might know the first for this. I will probably get to it sometime in the next few days.

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

Just as a heads up. Safari also has a feature that allows setting the text direction as shown below.
image

If you want to change the direction to RTL I've found that all you have to do is add a direction property with rtl as the css value to the container that holds both the textarea and the span elements.

from codeflask.

kazzkiq avatar kazzkiq commented on June 27, 2024

A quick text-align: right on .CodeFlask__textarea and .CodeFlask__code should do most of the job.

The problem is that indentation should also get handled properly on RTL mode (which means there would be changes on JS as well as CSS). I believe this should be added as an option to .run()/.runAll() functions. Something like:

const flask = new CodeFlask;
flask.run('#editor', {language: 'javascript', rtl: true}) // add rlt functionality

from codeflask.

kazzkiq avatar kazzkiq commented on June 27, 2024

@AndreYonadam awesome! Once you move forward with the code, or if you get in any trouble, please let us know.

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

Pull request #28 fixes all these features just as described.

from codeflask.

MajidCS avatar MajidCS commented on June 27, 2024

@AndreYonadam @kazzkiq Thanks guys

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

@MajidCS Sure thing. I've been working on it but it seems that it's not producing an idea result. I'm not really familiar with how it's supposed to work but it seems like it's a limitation for all textareas when in RTL mode. Check the gif @kazzkiq has posted in #28 . We're getting mis-formatting for some reason.

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

@MajidCS Wow thanks for the testing. I wasn't able to test it because I didn't know what the expected output was. Thanks again.

from codeflask.

kazzkiq avatar kazzkiq commented on June 27, 2024

PR #28 fixes this.

from codeflask.

Related Issues (20)

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.