change how backlinks work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-04 23:27:00 -04:00
parent 1b49b668b3
commit e2378279d7
20 changed files with 293 additions and 212 deletions

View File

@ -21,8 +21,14 @@
id: "step-form-content",
class: "input input-primary h-64 min-h-64",
phx_update: "ignore",
placeholder: gettext("use [[context-slug]] to link to a context"),
aria_label: gettext("use [[context-slug]] to link to a context"),
placeholder:
gettext(
"use [[[note-slug]]] to link to a note or use [[context-slug]] to link to a context or [pipeline-slug] to link to a pipeline"
),
aria_label:
gettext(
"use [[[note-slug]]] to link to a note or use [[context-slug]] to link to a context or [pipeline-slug] to link to a pipeline"
),
phx_debounce: 300
) %>
<%= error_tag(f, :content) %>