Added quotes, fixed formatting

More quotes for idle and writing mode.
Format for quotes also fixed.
This commit is contained in:
kashi618 2024-11-20 13:06:42 +00:00
parent c1d71da4f9
commit 831826d071

38
main.ts
View file

@ -26,27 +26,29 @@ const GEMMY_IDLE_QUOTES = [
"You have plugins that you can update!", "You have plugins that you can update!",
"Hi I'm Gemmy! Like Clippy but shinier!", "Hi I'm Gemmy! Like Clippy but shinier!",
"Everything is connected. Everything.", "Everything is connected. Everything.",
`It looks like youre writing a note. "Cant decide which note to work on? Try the Random Note core plugin!",
"Are you sure you dont want to upload all your notes just so we can chat?",
Would you like help? "How tall would all your notes be if you stacked them up?",
- Get help with writing the note "Wanna teach me to say things? Find me on GitHub and open a pull request!",
- Just type the note without help "Have you considered using Comic Sans?",
- [ ] Dont show me this tip again`, "A blank page is just a masterpiece in waiting"
'Cant decide which note to work on? Try the Random Note core plugin!',
'Are you sure you dont want to upload all your notes just so we can chat?',
'How tall would all your notes be if you stacked them up?',
'Wanna teach me to say things? Find me on GitHub and open a pull request!',
'Have you considered using Comic Sans?'
]; ];
const WRITING_MODE_QUOTES = [ const WRITING_MODE_QUOTES = [
`Is that the best you can do? Keep writing!`, "Is that the best you can do? Keep writing!",
`Write first, editor later.`, "Write first, edit later.",
`I love hearing your keyboard. Don't stop.`, "I love hearing your keyboard. Don't stop.",
`How about we review some old notes today?`, "How about we review some old notes today?",
`Stuck? Try journaling what happened today and see if that gives you inspiration.`, "Stuck? Try journaling what happened today and see if that gives you inspiration.",
`Maybe it's time to go get some water or coffee.`, "Maybe it's time to go get some water or coffee.",
`Anything is better than a blank page, even me. Write something!` "Anything is better than a blank page, even me. Write something!",
"Oh, taking a break? Dont let the ideas get cold!",
"Whats this? Writers block already?",
"Youve got this! Every keystroke is a step closer to brilliance.",
"Youre doing amazing! Keep the momentum going.",
"Bold choice to open Obsidian and then do absolutely nothing.",
"Is this a journal or a staring contest with the cursor?",
"Hmm, I didnt realize staring at the screen was a new note-taking strategy."
]; ];
const BUBBLE_DURATION = 5000; const BUBBLE_DURATION = 5000;