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

Regex in notepad++ to mark multi-line pattern and delete all unmarked lines, and keep all marked lines including the ones marked after the first line

I have xml tags that start on one line and end in another. Regex properly marks the lines when I use (.*?), but when I tell notepad++ to remove unbookmarked lines, it only keeps the first line of every single multi-line mark. Is this a…
Al G Johnston
  • 129
  • 2
  • 10
-1
votes
1 answer

How do I make a bookmark using id and link work as a proper link?

Shanghaiers' TV & Radio - Television
haliem
  • 1
  • 3
-1
votes
1 answer

Bookmark Javascript, fill value in another site

I trying do a bookmark javascript javascript:(function() ..... etc. that do this: i click to script in bookmark script grab A SITE what I am in actually and open B SITE in where fill VALUE with url of A SITE and if is possible send it with…
kofola
  • 11
-1
votes
1 answer

python reverse unicode text into readable

i believe i have similar problem to this how to convert unicode text to utf8 text readable? but i want a python 3.7 solution to it i am a complete newbie, i have some experience with python so i am trying to use it to make a script that will convert…
-1
votes
2 answers

docx4j: Read data between two bookmarks of docx file using Java

I am doing a task in which I need to read data between two bookmarks of docx file using Java. I got all the name of bookmarks by using docx4j api using below code- WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new…
Mostch Romi
  • 531
  • 1
  • 6
  • 19
-1
votes
2 answers

How to import urls from folder

I am trying to find how to import file from a saved/backedup favorites folder. Most import method like this one https://www.wikihow.com/Import-Favorites only import from another browser. What if I have a folder on my computer with its folder…
Wayne
  • 763
  • 4
  • 21
  • 43
-1
votes
2 answers

Get Bookmark range

How can i get the range values of each bookmark in my word document? I want them to be shown in datagrid, so the code is: int ii = 0; Object obj; var orderedBoomarks = WordDocument.Bookmarks.Cast().OrderBy(d =>…
Dmitry
  • 187
  • 15
-1
votes
1 answer

MS Word: Manipulating bookmark text values based on checkbox values

I could use some guidance on the following: I am creating a Word form that generates barcodes with fieldcodes/bookmark text: {DISPLAYBARCODE "{REF TXTUSN}" CODE128 \T \H 850 \R} Basically I am creating a form with multiple options generate barcodes…
J Dh
  • 1
-1
votes
1 answer

How to drag & drop a link to the Favorites bar in Microsoft Edge

I'm able to drag & drop an HTTP link from a webpage to the favorites bar of IE11, Chrome, & Firefox, but it doesn't work on Microsoft Edge. Is this a native limitation or is a way to perform it?
BenBo
  • 29
  • 5
-1
votes
2 answers

Deleting Text At Bookmark Along With The Paragraph Below It

I currently have a code that will delete a bookmark from a word document using the portion of my code displayed below: For i = LBound(BookMarksToDelete) To UBound(BookMarksToDelete) wdDoc.Bookmarks(BookMarksToDelete(i)).Delete Next i Based on…
Jack Henderson
  • 93
  • 1
  • 12
-1
votes
1 answer

How do I find the table name that my bookmark is in?

I have a word document with multiple tables. Within some of the tables, in row 2, column 1, I have multiple bookmarks that include text. I need to find if the bookmark is in a specific table. How do I know what table my bookmark is in? Or can I…
Denise
  • 11
  • 4
-1
votes
1 answer

Change ComboBox selection based on Bookmark in the Document

I'm new to vba and I've been working on a user form for a Word doc of mine. I'm trying to make a certain combobox select one of its items based on the text of a bookmark that's in the document itself. I'm using an if statement to check the…
Christopher
  • 113
  • 2
  • 2
  • 6
-1
votes
1 answer

How do I create a Bookmarklet?

I want to make a bookmark that when I click it in my Favourites bar, a window.confirm will appear asking a question and if I click ok instead of cancel, it will go through the current website and look for a certain word (such as dog) which I can…
-1
votes
2 answers

javascript check which URL loaded and give notification

I'm trying to find a way in javascript to check which URL is loaded, then have a popup notifying the user to update their old bookmarket and have it redirect to the new location in a few seconds. For example, the url maybe Http:\abc\myappage and I…
Frost
  • 41
  • 9
-1
votes
1 answer

Bookmark sites of webview, which are shown in table view with headline as name

I want to bookmark urls, which are shown in my webview. My app has a slide out menu with the cell "bookmarks". If the user presses this cell, a table view should appear and show him all the bookmarks, which were created through a "add as bookmark"…
J. Scott
  • 27
  • 7