Skip to content

Feature Request: Bookmark articles and if possible then in multiple lists #2754

Open
@ShivamS136

Description

@ShivamS136

I am learning and brushing up my JS skills by this site only, I am learning from beginning to the end.

While reading I realized that there are some articles which I need to revisit regularly so that they are fresh in my mind, some are there which I would like to read later and some are very fabulous articles to which I would refer always when I need to understand or to explain someone the same.

So for this, I propose a feature to bookmark articles, also, if possible then in multiple lists like below:

  • Favorite
  • Read Later
  • Important

Though only a single "Bookmark" feature will also help a lot.

We can discuss the need for such a feature here and once we are OK to have the feature we can discuss how to implement it.

Activity

iliakan

iliakan commented on Oct 22, 2021

@iliakan
Member

Why browser bookmarks don't work for you?

ShivamS136

ShivamS136 commented on Oct 22, 2021

@ShivamS136
Author

In my humble opinion, A single click in the website which is synced across all devices and that is also managed on a single page on websites seems more convenient to me rather than marking a single page as a bookmark in the browser then grouping them manually on my own and while searching for it struggle through the poor bookmark navigation and to make it synced in all devices, I'll have to login in browser and sync all bookmarks.

All the browser struggle can be removed via a single click on the website. If there's a smarter way to manage such a thing via browser bookmarks, please suggest it.

Rajeshsharma21

Rajeshsharma21 commented on Jan 12, 2022

@Rajeshsharma21

@ShivamS136 yes, i also need such feature on this website. nice to see your comment on such issue

ShahriarKh

ShahriarKh commented on Feb 6, 2022

@ShahriarKh

+1 for this. I'm planning to use the site as my main ref for js, and it will be a really handy option.

iliakan

iliakan commented on Feb 6, 2022

@iliakan
Member

I'm very confused about this request.

Most modern browsers, including Chrome and Firefox, allow to synchronize the profile between devices.

So one can use regular browser bookmarks and enable profile syncing. They'll be synced.

Is it that people just don't know how to sync their browser profile? Is it the only reason such request exists? Otherwise, please explain, I'm all ears.

ShahriarKh

ShahriarKh commented on Feb 6, 2022

@ShahriarKh

Here are some reasons I can think of:

  1. What if you use various browsers? For example, Chrome on device 1, Firefox on device 2 and Safari on device 3.
  2. What if you don't want to login to your browser profile? Imagine you're at work or at school and don't want to sync everything with the browser you're working with. You just want to login to your javascript.info account and continue your progress.
  3. What if you use a 3rd-party bookmark manager which is only available on some devices? e.g., it works on your computer but not on your phone.

However, the main point is not using the browser profile instead of actual site profile, but having an in-app bookmark functionality instead of struggling with browser bookmarks.

ShahriarKh

ShahriarKh commented on Feb 6, 2022

@ShahriarKh

image
Here's a quick screenshot of what's in my (and possibly others') mind.

.list-sub__item:nth-child(5n) .list-sub__title .list-sub__link::after {
  content: "📘"; /* or 🔖*/
  position: absolute;
  right: 24px;
}
ShivamS136

ShivamS136 commented on Feb 6, 2022

@ShivamS136
Author

Additional to @ShahriarKh
We already have sign in feature in the site, so I think adding bookmark feature in site should be easier.

Also this js the real centralisation of the data, not the browser bookmark thing, browsers can be different and bookmarks are harder to manage.

ShivamS136

ShivamS136 commented on Feb 6, 2022

@ShivamS136
Author

image Here's a quick screenshot of what's in my (and possibly others') mind.

.list-sub__item:nth-child(5n) .list-sub__title .list-sub__link::after {
  content: "📘"; /* or 🔖*/
  position: absolute;
  right: 24px;
}

Actually in my mind is having a bookmark button on the post, on this page and a separate page with all bookmarked articles or a filter on this page for bookmarked articles.

ShahriarKh

ShahriarKh commented on Feb 6, 2022

@ShahriarKh

Of course. There should be a button somewhere in the article itself so you can toggle the bookmark.

In addition to bookmarks, we can use these emojis (icons) for other requested features:
image

📘 or 🔖: Bookmarked
✅: Studied (see #1913, which I'm really interested in)
🔄: Updated (Since your last visit/Since the last time you hit "studied"/...)

iliakan

iliakan commented on Feb 6, 2022

@iliakan
Member

@bezart32, what you think?

ShahriarKh

ShahriarKh commented on Feb 13, 2022

@ShahriarKh

Any updates?

iliakan

iliakan commented on Feb 13, 2022

@iliakan
Member

We need a vote on features =)

Any service for that, with ability to suggest new features?

ShahriarKh

ShahriarKh commented on Feb 13, 2022

@ShahriarKh

There are bunch of those. I took a quick look here https://alternativeto.net/software/productroad/ and you can look too; but "convas" offers a free plan for open-source projects: https://convas.io/open-source.

Another alternative is to use GitHub discussions. Example: https://github.com/forem/forem/discussions/categories/feature-requests?discussions_q=category%3A%22Feature+Requests%22+sort%3Atop

iliakan

iliakan commented on Feb 13, 2022

@iliakan
Member

Here we go!

Let's try https://javascript.convas.io/

Create a feature there, please.
Or multiple features, if you like.

14 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @iliakan@aayush-goyal@ShahriarKh@ShivamS136@Rajeshsharma21

        Issue actions

          Feature Request: Bookmark articles and if possible then in multiple lists · Issue #2754 · javascript-tutorial/en.javascript.info