Questions tagged [bookmarks]

Bookmarks are a browser storage facility for URLs. Use this tag only for programming-related questions about bookmarks. Questions about using a browser are off-topic on Stack Overflow.

Bookmarks can be used to store URLs to all browser supported URI schemes. Here are the most common:

  • http:
  • https:
  • file:
  • ftp:
  • javascript: (bookmarklets)
  • about:

Here are some browser specific URI schemes:

  • chrome: (Google Chrome)
  • resource: (Mozilla Firefox)
  • jar: (Mozilla Firefox)
1114 questions
14
votes
2 answers

How to create pull request from Mercurial bookmark on Bitbucket?

It is possible to push Mercurial bookmarks to Bitbucket, but does anybody know how to create pull requests from them?
anatoly techtonik
  • 19,847
  • 9
  • 124
  • 140
14
votes
3 answers

How to highlight a particular line in emacs?

I need to highlight facility for emacs in order to mark some lines in file while working with it. It should be smth like M-s h l but should work based on line number, not on a regexp. I want to highlight a current line, but the hl-line-mode is not…
Necto
  • 2,594
  • 1
  • 20
  • 45
14
votes
1 answer

Access to Safari bookmarks from another application

I was wondering how we can access Safari bookmarks from another Cocoa application on Mac OS X, in a way that is safe and secure for the future. As you may know, two mechanisms were common to retreive Safari bookmarks: either read Safari's…
KPM
  • 10,558
  • 3
  • 45
  • 66
13
votes
2 answers

How to make Firefox address bar favor bookmarks?

When you type something in the address bar, Firefox searches a bunch of things, including browsing history, bookmarks, open tabs, etc. How do I tell Firefox to favor bookmarks so I can find them quickly? Sometimes Firefox shows a lot of entries from…
jduan
  • 2,784
  • 2
  • 15
  • 9
13
votes
2 answers

Restrict/Lock bookmarks from editing in word

I have many word document with lots of bookmarks. I use VBA code to change these bookmarks with data from a DB. The problem is, sometimes the users need to edit these documents, and they tend to accidentally delete/change my bookmarks, which leads…
Mana
  • 1,925
  • 6
  • 39
  • 55
13
votes
3 answers

Override the bookmark shortcut (Ctrl+D) function in Chrome

Is it possible to override the Ctrl+D? I want to, for example console.log or something, and not add the links to the bookmarks.
12
votes
1 answer

How can I include a bookmark/fragment in an ActionLink?

Possible Duplicate: Including an anchor tag in an asp.net mvc Html.ActionLink The code : @Html.ActionLink("Link", "Action", "Controller", new { id = Id } ) For the moment I can generate links like this : http://mywebsite/Controller/Action/Id I…
Giu
  • 1,832
  • 2
  • 16
  • 31
11
votes
2 answers

The range cannot be deleted. at Microsoft.Office.Interop.Word.Range.set_Text(String prop)

The recommended c# .net code to replace a bookmark with text appears very straight forward and I have seen the same code all over the net on so many websites (including yours, from a Sept. 2009 post) however, I cannot get past the error The range…
dan
  • 111
  • 1
  • 4
11
votes
1 answer

How show chrome bookmarks bar on custom newtab page?

I have one problem. I build chrome extension and override the newtab page with my custom page. Bookmarks bar display on default Chrome newtab page, but hide on my custom new tab page. Maybe, anyone have some idea: how display Bookmarks bar WITH…
11
votes
1 answer

Bookmarkability via View Parameters feature

Is bookmarkability achievable though using the includeViewParams=true query parameter with JSF implicit navigation ? If yes, then how ?
Geek
  • 26,489
  • 43
  • 149
  • 227
10
votes
5 answers

Favourite places in vim

Is there a command in vim that can bookmark a place (path to the file, line number in that file), so that I can go to that place easily later? It would be similar as NERDTree :Bookmark command. You can open your file with NERDTreeFromBookmark. I'm…
xralf
  • 3,312
  • 45
  • 129
  • 200
10
votes
1 answer

PyPDF2 nested bookmarks with same name not working

When you try and nest several bookmarks with the same name, PyPDF2 does not take it into account. Below self-contained python code to test what I mean (you need at have 3 pdf files named a, b and c in the working folder to test it out) from PyPDF2…
Chapo
  • 2,563
  • 3
  • 30
  • 60
10
votes
2 answers

Any way to recover Netbeans 7.2 bookmarks navigation old style?

Netbeans 7.2 changed the way bookmarks works. Before ctrlshift, and ctrlshift. moved focus up and down in the same file. But now appears a window showing bookmarks in all files. I preferred the old way. Any way to back to old style?
Igor Parra
  • 10,214
  • 10
  • 69
  • 101
9
votes
1 answer

What are the limitations for bookmark names in Microsoft Word?

I need to bookmark parts of a document from the name of paragraphs but the name of a paragraph is not always a valid name for a bookmark name. I have not found on Google or MSDN an exhaustive list of limitations for bookmark names. What special…
user105393
9
votes
1 answer

How to create a "Bookmark this page" button?

I setting up a website and would like to add a simple button to allow a visitor add my page to their bookmarks/favorites. There is a way to do this using javascript? And there is a cross-browser solution? All of previous answers in Stack Overflow…
Sunfloro
  • 730
  • 1
  • 8
  • 12
1 2
3
74 75