Agregar trix en Astro con pnpm y Tailwind
- Dominant language
- JavaScript
- Stars
- 20k
- Forks
- 1.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 13
Description
Al instalar la dependencia y ponerlo en un formulario las viñetas o listas no se visualiza y no encuentro una forma de ocultar tmb el boton de file (adjuntar imagen).
Más Info
Crear
import "trix";
import "trix/dist/trix.css";
document.addEventListener("trix-file-accept", function (event) {
event.preventDefault();
});
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the provided form in an Astro project with pnpm and Tailwind, using the trix-editor element and the trix-file-accept handler shown in the issue. Check the Trix imports and rendered editor behavior; done means lists are visible and the file-attachment control is hidden or disabled as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, tailwind
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100