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
0
votes
1 answer

Cannot query for chrome's bookmarks when it is close

In my android app, the user supposes to search for bookmarks in chrome browser. But I found once I turn off the browser, the query will get a "null" cursor.(Works fine when chrome running in the background) Here is my code:(query for all…
Phi
  • 85
  • 13
0
votes
1 answer

Bookmark to check published date

Do anyone of you know how to make a Bookmark to check the website published date. What I actually want is to go to a website and press this bookmark and in the bookmark is something like this. google.com/search?q=inurl:{{website url of active…
Senta
  • 193
  • 3
  • 16
0
votes
2 answers

Cannot sync Chrome bookmarks across PC and MAC & Windows laptops

This has been infuriating. I've tried countless searches and attempts and have gotten mixed results, while all are failures. There are also countless other people asking the same question yet are literally no sufficient answers. Problems that arise…
Padawan
  • 724
  • 1
  • 8
  • 20
0
votes
3 answers

How to populate word template from LOOKUP function from excel

If there a possibility to insert LOOKUP function to .TypeText section? Now, I've created another cell which is basically lookup function created on A1 cell. And that is working 100%. I want to remove that whole column of lookups, and incorporate it…
Stefan89BEG
  • 129
  • 2
  • 4
  • 17
0
votes
0 answers

Creating Bookmark folder in browser

I need to create a folder in bookmark of browser with some links to show. How can I achieve this with Javascript or any other way. I tried in google but didn't found any help..Is it possible to create bookmark folder using javascript or other…
Bhaskar B
  • 11
  • 2
0
votes
1 answer

render django url with #egbookmark

I'm at a loss on how I can render a view/template with a hashtag bookmark appended to the URL on page load. For example, if my URL is r'/mypage/$' and my View is return render(request, 'mypage.html'), how can I have the URL on page load in the…
Douglas Denhartog
  • 2,036
  • 1
  • 16
  • 23
0
votes
1 answer

Do Google Play Store allows bookmark apps?

We are making a very small app that will be just a bookmark app. It will just be installed on the device and when someone clicks on the icon, we will open our specified URL. This is the only purpose of the app. We want to confirm that is this type…
Nooruddin Lakhani
  • 7,507
  • 2
  • 19
  • 39
0
votes
2 answers

Replace Text in Bookmark in Word without Deleting Bookmark

I'm working on an Excel File that calls a Word Doc Template and updates/replaces all text within specific enclosing bookmarks without deleting the actual bookmark. Retaining the Bookmark brackets in Word is very important because there are cross…
Rozzie
  • 9
  • 1
  • 4
0
votes
1 answer

BIRT Report bookmark display formatting

When I run BIRT reports as PDF, sometimes the bookmark section tries to squeeze all the bookmarks onto the screen so that each line of text does not display fully (see here). This is not the case when I run the template I made the report from. How…
Orin
  • 419
  • 1
  • 5
  • 10
0
votes
1 answer

add a "bookmark page" button with angular

I've seen a couple of js snippets to bookmark a page, like this one: http://www.thewebflash.com/2014/12/how-to-add-cross-browser-add-to.html Basically they call different js method depending on the browser, dynamically create an href with…
opensas
  • 60,462
  • 79
  • 252
  • 386
0
votes
1 answer

VBA to delete bookmark when Criteria not met in word document

I have a Word document where I have bookmarked lines of text - say 10 lines each. I have 6 of these texts lines on different pages of the word document, so I have a total of 6 bookmarks in the entire Word document. Now given certain criteria in…
0
votes
2 answers

How to access sidebar Bookmarks Panel page in SeaMonkey

I'm trying to convert my overlay add-on to restartless. I can't access the bookmarks panel (on the sidebar) in SeaMonkey, in order to load my overlay UI. Specifically, I need to do load my overlay to the bm-panel.xul similar to the following: …
Laurel
  • 43
  • 5
0
votes
1 answer

How can you get a list or traversable tree of bookmarks from within a Firefox Extension?

I am working on a simple Firefox Extension, and I need a list of the user's bookmarks. I have found the nsINavBookmarksService class which appears to be the recommended way of manipulating bookmarks since Firefox 3.0. Strangely I don't see a method…
Nathan
  • 6,095
  • 10
  • 45
  • 54
0
votes
1 answer

Push a bookmark to a user's home screen in Android

Android 2.1 (not sure how much that matters) My test hardware is a Motorola Droid (not sure how much that matters either) I want to push a bookmark/internet-shortcut to a user's home screen as a result of them clicking on a link - via their…
JohnTheBarber
  • 73
  • 1
  • 5
0
votes
1 answer

vba Word: Why can Word use special chars in bookmark creation, and I cant?

Here's a head-splitter: I'm trying to programmatically create hidden bookmarks for existing headings in a doc, so that I can create hyperlinks elsewhere in the doc that point to these bookmarks. (I want to use hyperlinks instead of cross-references…