Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Editor Docs & Presets #140

Closed
atakantepe opened this issue Feb 14, 2024 · 2 comments
Closed

Add Editor Docs & Presets #140

atakantepe opened this issue Feb 14, 2024 · 2 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@atakantepe
Copy link
Member

No description provided.

@atakantepe atakantepe added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Feb 14, 2024
@atakantepe atakantepe added this to the 0.8.0 milestone Feb 14, 2024
@atakantepe atakantepe self-assigned this Feb 14, 2024
atakantepe added a commit that referenced this issue Feb 19, 2024
atakantepe added a commit that referenced this issue Feb 19, 2024
atakantepe added a commit that referenced this issue Feb 22, 2024
It was removed due to being a third party.
@atakantepe
Copy link
Member Author

This component will not be added to primevue-tailwind. Due to being third-party, it has limitations for PassThrough.

We will have our editor in the premium components suite by Prime. This will allow us to add Passtrough from the start.

@IsAvaible
Copy link

Since my project needed an editor component, I customized the Editor styling by combining Quill v2.0.2 styles with PrimeVue’s editor styles, adjusted to work with Tailwind CSS classes.

To implement this setup in your own project, follow these steps:

  • Download this file and put it into src/assets/primevue (or wherever you store all your PrimeVue Tailwind styles.
  • In tailwind.css import the file using
    /* Editor */
    @import './editor';
    

Note that until this issue is not fixed, you need to use this workaround to make PrimeVue work with Quill 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants