Color and font size change for text editor

This two important options are missing.
Also will be great if we could add video or image from local by converting it to base64…

You need to use cordova plugin for this purpose.Framework7 is designed to make you app look native-like.
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-media-capture/
This plugin may help

Actually i am writing a nw js application which is a desctop app, i dont have problem implementing that but font size and color change are required for text editors.

What do you mean? More than using css-variables?

--f7-font-family: Helvetica, Arial, sans-serif;

i

This can be done by adding custom buttons. https://framework7.io/docs/text-editor.html and docs for JavaScript execCommand api https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand

1 Like