Files
org_web/home/notes.org
2025-12-28 21:19:27 +00:00

35 lines
620 B
Org Mode

#+TITLE: Notes
#+OPTIONS: toc:nil num:nil
#+NO_SIDENOTES: t
#+COMMENTS: t
#+SLUG: notes
#+BEGIN_EXPORT html
<div id="notes-wall">
<p>Loading notes…</p>
</div>
<div id="notes-form-wrapper">
<form id="notes-form">
<label for="note-author">Name (required)</label>
<input
id="note-author"
name="author_name"
type="text"
maxlength="100"
required
/>
<label for="note-content">Note</label>
<textarea
id="note-content"
name="content"
rows="4"
required
></textarea>
<button type="submit">Post note</button>
</form>
</div>
#+END_EXPORT