-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content tabs #27
Comments
Hi @antonlukin Thank you for the suggestion. What do you think about this preview? PreviewLet's say you can click (or tap) the page number, and it will go to the next page. For fast navigation, commands like The app would remember which page you had open last time, it would be the page it will open once you come back (re-open the tab). Need to decideThis feature is something I am considering for quite some time now. Simple separation of content can be achieved by placing a few If this feature is valuable or not, it is up to consideration. If yes, I think about what would be the best way to add it, to be simple, not intrusive (check preview), while satisfying both groups: those who need it, and those who might never use it. Thank you very much for the help you could provide. Once this gets some approval, I might release it quickly (2-3 days). But in future on bigger tasks, help might be welcome! Let me know your use cases. How much difference it would make for you to have this. |
Thanks for reply! Speaking in essence I believe that splitting into tabs would be useful. For example, if I want to keep passwords on one tab (it's not the smartest idea, but still) and keep my todo list on the other. Or if I need a tab as a temporary storage and it's easier for me to copy all the content using cmd+a than select part by part. I often paste text from the clipboard, edit something and quickly copy to another location. it is much more convenient to see the full inserted text without extraneous entries. Anyway, I do not think it is superfluous if you make an unobtrusive interface. Thanks again for such a useful extension |
Hi @antonlukin I am very glad you like the plugin. I have decided I will implement the feature as in preview. I'll also add the keyboard shortcuts.
I will also add Focus mode, that will be available as another keyboard shortcut. This will be for advanced users to simply hide all the controls. I also plan to add recognition if My Notes are already open in a different tab. If so. There will be on next instances just a simple text saying so. This will help to avoid any cross editing. Expect this to be here as a pre-release this Wednesday about 12:00 UTC. I hope I might then invite you to do a local test before I make the final release. I suppose you have Mac, and Mac's shortcuts need to be tested. I have Chromebook btw. Pavel |
It is now here ready to try. The branch is "pages". The PR is here #34 So far so good. It should work on Mac too. |
Thanks a lot, I will try it ASAP |
I found some bugs.
|
I'll be here in about an hour. After fixed I will rewrite then branch and let you know. |
It should be fixed now. Try the new "pages" branch. 1 and 21 and 2 are related. I guess your background script just unloaded itself (because it is not persistent, which is good). So here's what I did. 3I tried to change OSX keyboard shortcuts to:
Please, try this out. I hope it works. If not (some other shortcut conflict), we might need to test Note: Keyboard shortcuts are defined in the manifest.json file. You may see Here are the official docs: Let me know. |
Excellent work! Thank you so much for your concern. It seems that all bugs fixed and hotkeys work properly. Just 2 new gifs for you: |
That's great! Cool! Regarding the font size. Great you brought this up! I now know how to fix it! I'll explain why I have changed it. And then how to fix it. WhyThe reason why I have changed it and why it behaves how it behaves now is following. Before: Now: Reasons:
Chrome SyncSo the great news about Chrome Sync is, if you open My Notes from 2 different computers, with the same Gmail account, you should see the same content on both computers. And copy paste content between them. The funny is, I haven't tried this yet. But received words it works. How to fixNow I just realized it is not necessary to save everything to Chrome Sync (just notes). Everything else (font type, font size, current page, mode - light/dark) I will now save to Chrome Local. Those "everything else category" are computer specific anyway. I put notes to Sync, and everything else to Local (there are no such limits). |
This one is solved. Closing. Next one is font size. |
What do you think about adding tabs?
For example I want to keep different pages with notes and quickly switch between them.
Something like this:
If that sounds like a good idea I can help to implement
The text was updated successfully, but these errors were encountered: