wildskyf / tab-notes

Browser Add-on: Allow you to write anything in new tab
https://addons.mozilla.org/firefox/addon/tab-notes/
MIT License
54 stars 12 forks source link

Multiple Notes #8

Closed olegbl closed 4 years ago

olegbl commented 6 years ago

Being able to create/save multiple notes with some simple interface to switch between them would be great. (e.g. Chrome extension https://chrome.google.com/webstore/detail/new-tab-draft/nmfjkeiebceinkbggliapgfdjphocpdh)

grahamperrin commented 6 years ago

I aimed to use Page Memo to place floating notes at

moz-extension://2f2af2b3-644b-4c8a-be50-561bc18dd10e/newtab.html

– but of course it can not be done within the constraints of WebExtensions APIs :-(


Personally, I love Tab Notes 1.4.0. Its simplicity is a strength.

wildskyf commented 5 years ago

Hi @olegbl and @grahamperrin

The latest version v2.0.1 has supported multi notes feature! Please try it and give me some feedback (if you are willing to). :)

grahamperrin commented 5 years ago

Thanks!

Nit: after emptying, it's possible to have multiple empty notes –

image

– and the circled cross ⨯ is ambiguous, I refrained from clicking because I assumed that it would collapse the sidebar.

wildskyf commented 5 years ago

@grahamperrin Thanks for your feedback! and I need to find better interactive behavior...

What about this: change the to a pencil icon, and by clicking it list will show you for each note in order to delete the certain note.

grahamperrin commented 5 years ago

I think, a pencil (edit) icon at the head of the column could mislead users into believing that each note has an editable title.

The plus icon is good, I think. At the head of the column. Don't have it morph into anything else in the same position.

How about a miniature trash icon for each note? Never hidden (always visible, when the column is visible) …

ofbillow commented 5 years ago

希望把待办和已完成放在一个面页中,分成上下两个清单,中间简单间隔,如果待办事项被标记为已完成,就自动调到下面的已完成的里面去。

这是google keep的待办清单里的效果,很方便,希望能有这个效果!> . <

jenhsun commented 4 years ago

@wildskyf Nice tab notes extension. Thanks.

A little suggestion: It's looked like the oldest note always stacking on the top of other notes. When I click +, it always create a new note at the bottom. Could you change it to the top? I hope when I open browser, it could show the top note first.

grahamperrin commented 4 years ago

… change it to the top? …

I prefer as is: chronological order (not reversed).

Maybe reversal can be a user preference.

jenhsun commented 4 years ago

@grahamperrin Agree. I think chronological order by note's modified date/time is what I mean, thank for clarify it. Newest on the most top of the order. And when I open tab notes, it will show the latest modified note.

wildskyf commented 4 years ago

@ofbillow 嗨,謝謝你提供這個 idea,不過你提到的功能並不屬於 issue 的範圍,所以我另外開了 #20 以追蹤這個新功能的開發進度

@jenhsun @grahamperrin Thank you two for discuss the sort issue. I have opened a new issue #21 for it.


And I just published a new version v2.2.0, which simply the delete function. :) Feel free to leave comment if you face any problems.

wildskyf commented 4 years ago

Resolve by #21 closed