memEx/lib/memex_web/components/core_components/note_content.html.heex

8 lines
300 B
Plaintext
Raw Normal View History

2023-03-18 23:33:19 -04:00
<div
id={"show-note-content-#{@note.id}"}
2023-11-04 22:19:35 -04:00
class="input input-primary h-128 min-h-128 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y"
2023-03-18 23:33:19 -04:00
phx-update="ignore"
readonly
phx-no-format
><p class="inline"><%= add_links_to_content(@note.content, "note-link") %></p></div>