πŸ’ͺ YAASS! Added the last and final piece of UI to the invisible toolbar on the /write page - the Publish menu, with checkboxes for selecting goals, and a publish button that only becomes active when it hits the word minimum

Learned how transfer code from one section to another, bit by bit instead of copy-pasting an entire spaghetti block of code over. Move one tiny function over, then another, then another, like building Lego. Much easier - an important learning point! Other simple but useful things learned - how to have a submit button outside of the form element (hint: use id on the form and link the button using form="formID"), and using the dropdown class for Bulma 😯