diff --git a/authoring_server.py b/authoring_server.py
index 4189957..c184ae8 100755
--- a/authoring_server.py
+++ b/authoring_server.py
@@ -819,7 +819,7 @@ APP_HTML = r"""
-
+
@@ -1147,7 +1147,7 @@ APP_HTML = r"""
editor.date.closest("label").hidden = isLima;
editor.comments.closest("label").hidden = isLima;
editor.section.closest("label").hidden = editor.pageType.value !== "post";
- attachBtn.hidden = isOrg;
+ attachBtn.hidden = false;
previewWrap.hidden = !isLima;
contentLayout.classList.toggle("previewing", isLima);
pageLinkPicker.hidden = true;
@@ -1313,7 +1313,7 @@ APP_HTML = r"""
async function uploadAttachment() {
const file = attachInput.files[0];
if (!file) return;
- saveMessage.textContent = "Uploading attachment.";
+ saveMessage.textContent = "Uploading image.";
const body = new FormData();
body.append("attachment", file);
body.append("pagePath", currentEditorPath() || "index.org");
@@ -1322,7 +1322,7 @@ APP_HTML = r"""
const data = await res.json();
if (!res.ok) throw new Error(data.error || "Upload failed");
replaceSelection(`\n${data.insertText || data.markdown}\n`);
- saveMessage.textContent = "Attachment inserted.";
+ saveMessage.textContent = "Image inserted.";
} catch (err) {
saveMessage.textContent = err.message;
} finally {
diff --git a/posts/posts-list.org b/posts/posts-list.org
index f778b37..ecdceaf 100755
--- a/posts/posts-list.org
+++ b/posts/posts-list.org
@@ -4,7 +4,7 @@
See the categories: @@html:
Categories@@
* Posts:
-- [[file:career/career-list.org][Career List]] @@html:
08-05-2026 00:03@@
+- [[file:career/career-list.org][Career List]] @@html:
08-05-2026 11:29@@
- [[file:posts-list.sync-conflict-20260417-233432-VT6366A.org][Posts List]] @@html:
14-04-2026 16:36@@
- [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:
11-03-2026 17:18@@ @@html:
learning@@ @@html:
notes@@
- [[file:career/javascript.org][Understands the Javascript language]] @@html:
11-03-2026 16:52@@ @@html:
learning@@ @@html:
notes@@
diff --git a/sitemap.org b/sitemap.org
index a3e59e4..2789160 100755
--- a/sitemap.org
+++ b/sitemap.org
@@ -11,12 +11,12 @@
- [[file:tags/notes.org][Tag: notes]]
- [[file:tags/review.org][Tag: review]]
- [[file:tags/website.org][Tag: website]]
+ - [[file:tags/update.org][Tag: update]]
- [[file:tags/life.org][Tag: life]]
- [[file:tags/education.org][Tag: education]]
- - [[file:tags/update.org][Tag: update]]
- [[file:tags/insights.org][Tag: insights]]
- - [[file:tags/emacs.org][Tag: emacs]]
- [[file:tags/reading.org][Tag: reading]]
+ - [[file:tags/emacs.org][Tag: emacs]]
- [[file:tags/maths.org][Tag: maths]]
- home
- [[file:home/countdown.org][Countdown]]