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

Word VBA "Label Not Defined" If Bookmark exists command

I am very new to VBA and just learning. Here's my situation and problem: 1) I created a working userform with text and comboboxes linking to bookmarks 2) Problem is that it doesn't work if some bookmarks don't exist (and the project will require…
0
votes
1 answer

yii2 pretty url with anchors

How to enable pretty urls in yii2, and permit the use of anchors? I have a website, where in the main page I need to use anchors. Without enabling pretty url every thing was running perfect with the use of Url::to(['site/index', '#' => 'work']) in…
Galilo Galilo
  • 519
  • 5
  • 22
0
votes
1 answer

Can I use bookmarks/custom activity in Workflow designer?

This is sort of a noob question... I've seen how to create an activity that works with bookmarks here, but how can I use this custom code as an Activity inside a workflow designer?
veljkoz
  • 8,384
  • 8
  • 55
  • 91
0
votes
0 answers

C# overwrite bookmark text in Word 2016

I have a short script: Microsoft.Office.Interop.Word.Range range = doc.Bookmarks.get_Item(ref name).Range; range.Text = text; I use this lines couple of years in Word 2007. Today I get a new Word 2016 version and I get this message: Unhandled…
cofeee
  • 23
  • 4
0
votes
1 answer

using jq for parsing chrome bookmarks to csv

Is it possible to parse Chrome bookmarks with jq in one line? (for csv output) With jq '.roots.other.children[]' Bookmarks I get separate lines
rei.75
  • 11
  • 1
0
votes
0 answers

Create a bookmark in shiny R app

I'm trying to implement a bookmark in a shiny R app. I'm following this example however, I get the following error: Error in tag("div", list(...)) : could not find function "bookmarkButton" I have searched this issue on web, but not found any…
hsilva
  • 175
  • 2
  • 14
0
votes
1 answer

Not able to do Add/Remove Bookmark items?

I am having issue on bookmark to add + Delete from database.I am able to add bookmark when click the favourite icon and delete bookmark also.The main issue is ,when i add bookmark and click the same icon to unbookmark at the same page it is not…
seon
  • 1,050
  • 2
  • 13
  • 27
0
votes
1 answer

Firefox bookmark syncing

I have a client who uses Firefox as their primary browser. We have enabled folder redirection for their Desktop and Documents folders via GPO and I was hoping to do the same with their Firefox bookmarks as all users have a desktop and access to a…
Ben
  • 1
  • 2
0
votes
1 answer

link html bookmark from one page to another page

This is my first time making a website and I can't seem to get my bookmark link "upcoming events" to work in my other page. It only works in the home page. Here is the code in my home page:
0
votes
0 answers

How to get detailed error message on Shiny?

I'm new to Shiny and I keep getting this error without any explanation "Error bookmarking state:". How can I learn more about the error in my local server?Shiny Error My app has a bit complicated workflow which means it goes to another tab if you…
tonybrown
  • 121
  • 1
  • 7
0
votes
1 answer

how to make Facebook app install/installable/auto-bookmarked

I have this Facebook application profile page: http://www.facebook.com/developers/editapp.php?app_id=122313254494566#!/apps/application.php?id=122313254494566 which is associated with my iframe-based Facebook application, Gem…
M Katz
  • 5,098
  • 3
  • 44
  • 66
0
votes
1 answer

Monitor click events on bookmarks (Google Apps Script)

Is there a way to monitor click events on bookmarks in google documents with google apps script? I want to get bookmark id when someone selects a bookmark and than run some more code which needs that bookmark id to get processed.
Silko
  • 584
  • 1
  • 8
  • 26
0
votes
1 answer

Make Javascript bookmark click a button in certain conditions

I need to bookmark a JavaScript function that, in certain conditions, should click a button on a webpage. Right now, I have a bookmark saying "Hello..." javascript:(function (){ alert('Hello ...'); })(); Instead of "hello..." I would like to have…
Vishera
  • 133
  • 1
  • 7
0
votes
1 answer

Merge PDF files command line with bookmarks

I am trying to accomplish a simple task of merging PDF files to one PDF. And I want the resulting PDF file to have Bookmarks to each file from the filename. And preferably i would like to have a free solution for this. I am on a windows system and…
Arto Uusikangas
  • 1,889
  • 5
  • 20
  • 33
0
votes
1 answer

nginx - preserve bookmarks on domain move

We're moving a website from www.xdomain.com to www.ydomain.com It's primarily a forum, with many topics. Therefore it would be common for someone to bookmark e.g. www.xdomain.com/forum/board/topic?blah or something. Our goal is to have a seamless…
Kevin
  • 979
  • 4
  • 10
  • 22