heyLu / chrome-newtab-notes

Change the chromium newtab page to a localStorage/gist-based notepad
0 stars 0 forks source link

Think about behaviour with multiple tabs #5

Open heyLu opened 11 years ago

heyLu commented 11 years ago

With multiple tabs, potentially opening different notes, the tabs overwrite the field that records which note is currently opened.

We could accept this and note it in the README, don't allow multiple tabs (inconvenient especially if one opens a tab and then later tries to open a tab for something different) or we could try ourselves at locking (hopefully not).