zefyr icon indicating copy to clipboard operation
zefyr copied to clipboard

Retriving the data without editor?

Open marc-walton opened this issue 4 years ago • 3 comments

The documentation shows how to load data from storage but i saved on firebase and want to retrieve the document field and show it in a container without the editor.Is there a way to do it?

marc-walton avatar Jul 05 '20 20:07 marc-walton

what do you mean?

you can use quill_delta or Notus to read the data and display it however you want.

You can also use ZefyrEditor but changing ZephyrMode to remove edition.

cgestes avatar Jul 21 '20 10:07 cgestes

You can use ZefyrEditor.mode property to control if the contents are editable. You can set it to read only to prevent any edits.

pulyaevskiy avatar Jul 21 '20 14:07 pulyaevskiy

what do you mean?

you can use quill_delta or Notus to read the data and display it however you want.

You can also use ZefyrEditor but changing ZephyrMode to remove edition.

can you give a spesific example sir?

alfaben12 avatar Sep 16 '20 05:09 alfaben12