sendportal icon indicating copy to clipboard operation
sendportal copied to clipboard

Its nice, but no visual editor?

Open petrk94 opened this issue 3 years ago • 1 comments

Hello, thanks for the great tool, but I just saw, that there are not visual templates or even visual editor available. I think this should be mentioned in the docs, because there I could not find any templates like mailchimp is offering, or at least prebuild ones, would be helpful.

I would even like to add some contribution, there is no information about deploying it on apache with .htaccess, only with ngnix config file, so I would like to help that this code can be added to the docs for apache server user:

.htaccess

`<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /

RewriteRule ^$ public/index.php [L]

RewriteRule ^((?!public/).*)$ public/$1 [L,NC]
`

petrk94 avatar Apr 10 '22 13:04 petrk94

Took me less then 5 minutes to replace code mirror with summernote and now I have a visual editor.

krognome avatar May 24 '22 21:05 krognome

Took me less then 5 minutes to replace code mirror with summernote and now I have a visual editor.

Share?

uhlhosting avatar Jan 20 '23 17:01 uhlhosting

Happy to accept PRs

JonoB avatar Mar 05 '23 10:03 JonoB