vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte. [NOT MAINTAINED]
https://svelte-grid.now.sh/
MIT License
970 stars 58 forks source link

could support take note in grid ? #74

Closed ghost closed 3 years ago

ghost commented 3 years ago

support markdown, take note in grid.

vaheqelyan commented 3 years ago

I don't understand the question, could you please give me more details ?

ghost commented 3 years ago

support markdown ,and allow to take notes in grid or allow upload images in grid. like Pinterest.

I don't how to let you understand clearly, I think it's really clearly.

frantic0 commented 3 years ago

@steveyang331 you need to wrap up an editor component or a markdown component in a svelte-grid item.

frantic0 commented 3 years ago

@steveyang331 have a look at https://github.com/mimic-sussex/sema where you can find how I did that with the codeMirror editor.