obsidian-prompt
obsidian-prompt copied to clipboard
Obsidian plugin to show text prompts, for a quick kick of writing inspiration!
Necromant on Discord mentioned wanting to exclude certain lines from prompt, such as headings and completed tasks. This would vary from user to user so it should have suitable controls...
Requested by a fan, on Discord. This doesn't seem terribly difficult, but should be optional as plenty of users won't want their note manipulated.
Requested by a fan, on Discord. This doesn't seem terribly difficult, but should be optional as plenty of users won't want their clipboard manipulated.
https://github.com/hungsu/obsidian-prompt/blob/1ceafe8bf6135b46a550620bb634833c0e02f500/main.ts#L44 I think you don't really need this whole checkCallback thing here, you can simply use a callback and call showRandomPrompt directly since you don't interact with the active leaf.