High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
campaigncampaign-managementemail-campaignsemail-marketingemail-subscriptionfcm-messaginglistmonkmailing-listnewsletternewsletter-managementself-hostedsms-gatewaysmtp
1fd3a3bada
Quill link dialog (righly) escapes quotes in URL values there by breaking the TrackLink() template function. That is, {{ TrackLink "https://listmonk.app" }} when inserted using the Quill link dialog would become {{ TrackLink "https://listmonk.app" }}. A simplework around is to add support to backticks so that the template parser works with {{ TrackLink `https://listmonk.app` }} |
||
---|---|---|
frontend | ||
manager | ||
messenger | ||
models | ||
public | ||
subimporter | ||
templates | ||
.gitignore | ||
admin.go | ||
campaigns.go | ||
config.toml.sample | ||
handlers.go | ||
import.go | ||
install.go | ||
lists.go | ||
main.go | ||
Makefile | ||
manager_db.go | ||
media.go | ||
notifications.go | ||
package.json | ||
public.go | ||
queries.go | ||
queries.sql | ||
schema.sql | ||
sqlboiler.toml | ||
stats.sql | ||
subscribers.go | ||
templates.go | ||
users.go | ||
utils.go |