cw now used
This commit is contained in:
parent
567e8bed9e
commit
cb79fa1871
|
@ -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)
|
||||
|
|
|
@ -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<small><small><small># </small></small></small>$[x2 $[font.serif **" + word + "**]]\n"
|
||||
let text = "<small><small><small># </small></small></small>$[x2 $[font.serif **" + word + "**]]\n"
|
||||
+ pronunciation + "\n"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue