Code Monkey home page Code Monkey logo

Comments (7)

dyljqq avatar dyljqq commented on May 25, 2024 1

Thx, i have solve my problem.
I render the check box view as your bullet & number render way.
And change the attribute value, if i check / uncheck the box.

from proton.

rajdeep avatar rajdeep commented on May 25, 2024

@dyljqq, partial selection of panels is not yet supported in Proton. You can select the content from main editor and entire panel though.

from proton.

dyljqq avatar dyljqq commented on May 25, 2024

@dyljqq, partial selection of panels is not yet supported in Proton. You can select the content from main editor and entire panel though.

i known, but my leader think, must can have select any text in the editor, so...now, i want to use list command in editor to achive the checklist, you known, but your method is to render the image in the header indent, so i cannot choose the checklist, and change its style. how can i do.

from proton.

rajdeep avatar rajdeep commented on May 25, 2024

@dyljqq, for adding a checklist, you can add an attachment with checkbox and use paragraph style for indentation. Though checklist is not supported in Proton using ListCommand yet, I can look into a adding that support in near future.

from proton.

dyljqq avatar dyljqq commented on May 25, 2024

@dyljqq, for adding a checklist, you can add an attachment with checkbox and use paragraph style for indentation. Though checklist is not supported in Proton using ListCommand yet, I can look into a adding that support in near future.

i have complete the checklist as attachment, but my leader also think the checklist should selected text from checklist to the editor, which the checklist attachment is in this editor.
i also used to render the checklist as a bullet, but i find it cannot touch the header indent area,:

override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
        if let touch = touches.first {
            let position = touch.location(in: self)
            didTap(at: position)
        }
    }

when i touch the checklist, it cannot be trigger. And i dont known why.

so i think, maybe i can insert the checklist as image in the attribute string, just like this:

textStorage.enumerateAttribute(.checklist, in: textStorage.fullRange) { value, range, _ in
            guard value != nil else { return }
            print("range: \(range)")
        }

in the drawGlyphs methods on LayoutManager

from proton.

rajdeep avatar rajdeep commented on May 25, 2024

@dyljqq If you add checkbox as a view in attachment, you should be able to check it. In this case, layout manager does not come in picture. If you're doing anything with layout manager, you're likely rendering it as an image and not a view.

from proton.

dyljqq avatar dyljqq commented on May 25, 2024

@dyljqq If you add checkbox as a view in attachment, you should be able to check it. In this case, layout manager does not come in picture. If you're doing anything with layout manager, you're likely rendering it as an image and not a view.

do you known how apple's notes app checklist to complete? its not like the checklist image insert in attributestring, how its change is the nsattachment change?

from proton.

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.