shurco / litecart

🛒 litecart - shopping cart in 1 file with card and cryptocurrency payment support
MIT License
187 stars 37 forks source link

🚀 [Feature]: Support for markup in detailed description #33

Closed shurco closed 11 months ago

msalbrain commented 11 months ago

I think i can work on this too

shurco commented 11 months ago

I was planning to add an additional field with a detailed description, where the editor will be used (it already exists as a vue component) and the main types of formatting (those that are already used on pages section).

msalbrain commented 11 months ago

i believe you mean somthing like this:

image

should be added to the detailed description field and strored as markup on the backend

shurco commented 11 months ago

i believe you mean somthing like this: ... should be added to the detailed description field and strored as markup on the backend

I already have a component with a text editor (./web/admin/src/components/Editor.vue). Please use it.

Screenshot 2023-11-20 at 14 40 41

msalbrain commented 11 months ago

alright