diff --git a/firefish-calls/createNote.mjs b/firefish-calls/createNote.mjs index a16edfd..690c106 100644 --- a/firefish-calls/createNote.mjs +++ b/firefish-calls/createNote.mjs @@ -16,6 +16,7 @@ export default async function createNote(text) { logger.trace("createNote called") const body = { text: text, + cw:"Today's #micro365 prompt is:" } try { const response = await firefish.post("notes/create",body) diff --git a/makeText.mjs b/makeText.mjs index af46c6b..3004899 100644 --- a/makeText.mjs +++ b/makeText.mjs @@ -17,7 +17,7 @@ export default function makeText(prompt) { const word = prompt.word const pronunciation = prompt.pronunciation - let text = "Today's #micro365 prompt is:\n# $[x2 $[font.serif **" + word + "**]]\n" + let text = "# $[x2 $[font.serif **" + word + "**]]\n" + pronunciation + "\n"