NyasakiAT / NotesExtension

A handy chrome extension to quickly save portions of webpages and other stuff!
4 stars 3 forks source link

Tagging Notes (#todo, #assignments etc.) #19

Closed theGeekyLad closed 2 years ago

theGeekyLad commented 3 years ago

This is more of a feature request than an issue.

Been heavily using this extension since the past week for my university research; it has been super useful! I've had my friends ask me about this nifty note-taking tool they'd seen over screen share. Since then, my list of notes have grown to a prodigious number; so much so that I need to scroll on my 53cm tall screen. 😅

This essentially makes looking-up notes cumbersome. I'm not talking about a "search" feature that looks into the content of notes, but a "tagging" mechanism that can logically group notes without really breaking the simplicity of the extension. Not really saying the browser search Ctrl+F is useless but that wouldn't display a filtered subset of pertinent notes.

I've already built this for myself as I desperately needed for my college hunt and here's what it looks like:

notes-feature

Wondering what you, as the maintainer and developer of this project, and other users think of this inclusion?

NyasakiAT commented 3 years ago

I like the idea, we could use this tag input extensions for entering and tags to display them.

Do you prefer the search or some kind of sidebar for it? Kinda like this: image

Arch is a great distro btw

theGeekyLad commented 3 years ago

Thanks @MarcelWalk , the Bulma tag extension seems like a great fit!

In my opinion, having the textual tags as part of the comment body translates into more free flow, as, at least in my case, something like "for #assistanship email this prof." is super convenient. Now that I think of it, I'm probably a little influenced by Google Keep! :smile:

Nonetheless, having the Bulma TagsInput is more semantic to novice users who would otherwise not know that "#anything" would translate into a tag. While we could still combat this with a snackbar explaining the feature on first-load, it doesn't hurt just having both!

The side-bar idea actually does sounds quite nifty but I would prefer it alongside the search. The reason is, while novice users can access the feature with the mouse, pro users could simply type into the search box. It could look like a small collapse-able under the search bar; what do you think of that?

Do let me know your thoughts while try to include both in the game.

Btw, how did you know I use Arch? :P

NyasakiAT commented 3 years ago

image

Sounds reasonable, I basically just want to display the tags somewhere so the user knows which tags exist

theGeekyLad commented 3 years ago

Makes sense to me too. I'll get back with a PR on this.

Didn't notice that tab group!