|
|
|
|
|
by pwdisswordfish2
2154 days ago
|
|
Seems easy enough. What are your requirements exactly? The bookmark would have to be stored somewhere. Some options in order of complexity: 1. In the URL, eg. “example.com/#line1234” 2. In the user’s browser (cookie, local storage) 3. On the server, requiring users to have accounts and be logged in |
|