octalmage / Marknote

Markdown Note Taking.
36 stars 13 forks source link

Menu bar quick access. #17

Open octalmage opened 10 years ago

octalmage commented 10 years ago

Should we include an always on option? We could provide quick access to a scratchpad similar to Write:

Or just quick access to your notes! You could keep a todo list up there or store some code snippets.

Additionally there could be a global hotkey to open the full editor.

ghost commented 10 years ago

/raises hand

Second!

insanedefaults commented 10 years ago

thirded

mjchamplin commented 10 years ago

Fourthed.

I'll design that view as well, and be thinking about a taskbar icon.

octalmage commented 10 years ago

Well I was working on a proof of concept and I ran into some issues.

With node-webkit currently (on Mac) our only option with tray icons is to show a basic menu when you click it. Sooo, we can show like, a list of recent notes for quick access and we could have a scratchpad option? But we wouldn't be able to show the scratchpad immediately on click. Kind of a bummer!

Second issue is there isn't a way to get the x/y of the tray menu, so if we do have a scratchpad option we'd just have to show it somewhere generic like the top right corner.

Anyway is it still worth doing? Any other creative ideas?

ghost commented 10 years ago

That might not be an awful idea. Would it at least display it over anything else that's open?

octalmage commented 10 years ago

Yes it would!

octalmage commented 10 years ago

Idk I'm just bummed we can do it like I had planned. :cry:

octalmage commented 10 years ago

So the current plan is to show a list of your checkboxes in the tray. This way you'll have quick access to what needs to be done!