How can I find a bookmark in a specific folder?

In older version, I can search for a bookmark in a specific folders in Library. After typing the words, search results are listed and I can choose something like "All bookmarks","History" or a particular folder. Does this function still exist?

hello lucaly, you might want to install the following addon in order to get this functionality back: https://addons.mozilla.org/firefox/addon/savedsearchbutton/

Similar Messages

  • How can I find the index from a specific container?

    How can I find the index from a specific container?
    For example, if I'm traversing through textframes like so (an example, not tested):
    var doc = app.activeDocument;
    var story = doc.pages[0].textFrames[0].parentStory;
    for (var i=0, l=story.textContainers.length; i<l; i++) {
         var textFrame = story.textContainers[i];
         if (textFrame.constructor.name == "TextFrame") {
              var lastPara = textFrame.paragraphs.lastItem();        //How can I find the index of this in relation to the story?
    How can I find the index of "lastPara" in relation to the story rather than the current container?
    I tried:
    var newPara = story.paragraphs[lastPara.index];
    but this results in an invalid object. . .
    alert(newPara.isValid);      //returns false

    The .index property is the character offset. So lastPara will begin at story.characters[lastPara.index].

  • How can I find what scom group a specific server belongs to using powershell?

    Environment:  SCOM 2007 r2
    Server in question:  Running Windows 2003 Std. (yes I know this sounds crazy)
    Why do I need this:  I noticed at the console level we have had server unexpected shutdown events which are not generating email notifications. 
    Source shows: Windows 2003 Server Standard Edition
    Alert Rule:  Windows Shutdown Unexpectedly
    From what I see these are all windows 2003 server Std edition systems.  I did a track and trace using our exchange tracking system which confirmed the alerts were not being emailed. Not sure if there is a better approach for this, but not being a sql
    expert (however I do have someone I can leverage) I am trying to see if I can somehow extract this information using powershell.
    Secondary general question:  How can I find out the current size of our scom 2007 database and the number of objkects\servers being monitored? This is prep work for a migration over to 2012.
    Thanks in advance for the help!

    1. what scom group a specific server belongs to
    function Get-GroupNames {
     [cmdletbinding()]
     param($computerFQDN)
     $containmentRel = Get-RelationshipClass -name:’Microsoft.SystemCenter.InstanceGroupContainsEntities’
    $computerClass = Get-MonitoringClass -name:”Microsoft.Windows.Computer”
    $criteria = [string]::Format(“PrincipalName = ‘{0}’”,$computerFQDN)
     try {
     $computer = Get-MonitoringObject -monitoringClass:$computerClass -criteria:$criteria
     $relatedObjects = $computer.GetMonitoringRelationshipObjectsWhereTarget($containmentRel,[Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth]::Recursive,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::Recursive)
     catch {
     $_
     write-host “An error occurred while querying groups of $computerFQDN”
    foreach($group in $relatedObjects)
     [array]$Groups = $groups + $group.SourceMonitoringObject.DisplayName
     if($groups) {
     return $groups
     } else {
     write-host “No groups available for $computerFQDN”
    Usage:
     Get-GroupName -ComputerFQDN myserver1
    for detail, pls. refer to
    http://techibee.com/powershell/powershell-get-scom-groups-of-a-computer-account/1129
    Roger

  • I can isolate a bookmark with the filter, but how can I "find" a bookmark in the hierarchy of the ShowAllBookmarks window?

    I want to find a bookmark in its location in the hierarchy of bookmarks, but all I can do with the filter is isolate a bookmark[s]; either using the filter of the bookmarks sidebar, or in the ShowAllBookmarks window. For instance, I know I have a certain bookmark, but I want to move it into a new "folder" and rename it, perhaps; for this I need to be able to *see* it in the hierarchy, as in the Finder of a Mac, when the filter turns up a file, then "Show Original" of "Open Enclosing Folder."

    I'm just trying to understand how to use these add-ons, having just added them on, to borrow a phrase, but have now found a comment re Go Parent Folder, "This extension does not seem to work in MacOS X. " <http://forums.mozillazine.org/viewtopic.php?t=659690>. Sadly [altho I really like Snow Leopard] I'm running OS X.6.7. Nonetheless a contextual menu mousing down on a "found" bookmark indeed does give the working option of "Go to Parent Folder" from the found list of the ShowAllBookmarks window, *or* the that of the sidebar window. Bravo!!
    Just a question again, how would I have learned this had I not bothered the entire forum, and taken cor-el's time/effort?

  • How can I scan to more than one specific folder?

    For example, I want to scan in a document from the printer but want it to go into folder A. Next I want to scan another document but I want it to go into folder B. I know how to create a permanent destination for my scans, what I want to know is, is there a way to get the document to save to a folder if it is open an active let say (if the desktop is active it saves to the desktop or if my document folder is open and active it saves to the document folder). Thank you very much!
    This question was solved.
    View Solution.

    Welcome to the forums MFSOUTH,
    I saw your post about wanting to change where your scans are directed to. My suggestion would be to change the scan destination through the printer software when you make a scan and want it saved to a certain folder (Folder A or B). You won't be able to send a scan from the printer and have it save to multiple folders.
    If there is other inquiries you have, please feel free to ask!
    Also, include which printer model you have:
    How Do I Find My Model Number?
    Happy Friday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • How to prevent Finder from indexing and searching specific folder?

    One of my folders contains hundred of thousand of small files, its a dataset for study, its not a personal files and I don't care at all to know what's in there. Because it too huge every time I try to find anything in finder I see the majority of the results coming from this folder. Also, I believe that because this dataset is updated from time to time this will slow my machine every time it tries to index it.
    My question: Is there a way to make Finder NOT seeing a specific folder or directory?
    Many thanks,,

    System Preferences > Spotlight > Privacy > Add the folder

  • How can i find from bookmarks from and older installation

    It will no older installations 07/01/2014.

    Is the older installation on the same computer or on another computer and is the older installation and Firefox still l working.
    *See [[Restore bookmarks from backup or move them to another computer]]
    Please read the article I have linked to then post back with how you get on and provide further information if you have difficulties.

  • How can I find out the name of the folder my java program is in?

    Hi, I'm trying to make a little utitlity that makes a bunch of url shortcuts based on the name of the folder I run the java from.
    i.e.
    I have my executable jar in C:/Someplace/My Folder Name/
    I'd like to be able to double click on the jar and it creates the url shortcuts for me using "My Folder Name" as a parameter.
    I've done the shortcuts bit but can't figure out (=find a tut) how to read the folder name.
    Thanks to anyone who can help!

    import java.io.*;
    import java.net.*;
    import java.security.*;
    public class Attempt {
        public static void main(String[] args) throws IOException {
            System.out.println(new Attempt().getFolder());
        public File getFolder() throws IOException {
            ProtectionDomain domain = getClass().getProtectionDomain();
            CodeSource source = domain.getCodeSource();
            URL url = source.getLocation();
            if (!"file".equals(url.getProtocol())){
                throw new IOException("Code source location not a file:" + url);
            String path = url.getPath();
            //remove xxx.jar from path:
            return new File(path.substring(0, path.lastIndexOf('/')));
    }

  • I can't find my bookmarks in my profile folder, what should they be named?

    I have my user Library folder unhidden, and use the "show in finder" button under troubleshooting info. IT brings me to my profile folder but all I can find is the bookmark backup folder (.json) and not my actual bookmark file that I can use to transfer my bookmarks to a different browser. Anyone have any advice?

    If you need an HTML backup for the different browser then use this;
    *Bookmarks > Show All Bookmarks > Import & Backup > Export Bookmarks to HTML
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • How can I set a password to a specific folder?

    I've got an external hard drive with some files in it that I don't want other people to see. How is it possible to set a password to a folder so that I am the only person that can open that folder? If thats not possible, is it possible to set a password for the whole drive? ie the external HD is only accessible and its contents visible if a password is given when prompted?
    Thanks all.

    Numerous ways. Put a period in front of the name, e.g., ".foldername" or ".filename" that makes them invisible. Just be sure you remember the names! Or you can use third-party software to make them invisible then visible when needed. Search for "hide folder" at VersionTracker or MacUpdate for listing of such utilities.

  • How can I find a lost bookmark folder in another bookmark folder? I had a sticky mouse when I moved it.

    How can I find a lost bookmark folder? A folder stuck on my mouse pointer I shook the mouse and it released the folder somewhere in the hundreds of other bookmark folders. I don't want to have to open every folder and search every file to locate it. Any ideas would be appreciated.

    Renaldo,
    You might try restoring a backup of your bookmarks.
    1. From the menu at the top of the Firefox window bar, click the Bookmarks menu and choose Organize Bookmarks to open the Library window.
    2. Before proceeding, you should make a backup of your current bookmarks.
    1. From the toolbar on the Library window, select Import and Backup and choose Backup.
    2. Firefox will ask you to save the bookmark backup to a folder on your hard drive. Choose a location that you will remember.
    3. Your current bookmarks have been backed up to the file you selected.
    3. From the toolbar on the Library window, select Import and Backup to open the Import and Backup menu, and pick Restore to see a list of available bookmark backups organized by date.
    4. To restore one of the listed backups, select it from the Restore menu. Choose the newest bookmark backup that was created before the bookmarks were lost. You will lose all changes to your bookmarks that occurred after the date you select.
    '''NOTE:''' To restore a backup that you saved manually, select Choose File from the Restore menu instead of selecting an automatic backup
    5. A confirmation window will appear asking you to confirm replacing your bookmarks with the backup. To replace the bookmarks, press OK. To go back, press Cancel.
    '''NOTE:''' You cannot undo this unless you saved a backup file as instructed above.
    6. Your bookmarks have been restored to the date you selected. If your bookmarks do not show up after completing the restore process, repeat the above steps to restore an earlier backup.
    If the backup follows the bookmark structure then the missing folder should be displayed
    davewdan

  • I am trying to export my bookmarks to an HTML file, but the "organize" option does not appear when I click on the "bookmarks" option on the menu bar. How can I find the organize option?

    How can I find the "organize" option or export my bookmarks to HTML when no "organize" option appears when I click on the "bookmarks" word on the menu bar?

    Menu changed to show "Show All Bookmarks" see item #7 "Menu changes (wording)" in
    You can make Firefox 4.0.1 look like Firefox 3.6.17, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]

  • How do I find the bookmarks file when I can not load the application? I.e., I can not get to the library.

    My laptop died. The hard drive is in a case and accessible. It is connected to a 10 year old Pentium. How can I retrieve the bookmarks file from the Laptops drive when I can not load Firefox from that drive? I.e., I can not get to the library on the Laptop drive. I do have full access to it.

    You can locate main bookmarks file, '''places.sqlite''', for restoration in another Firefox install, in your profile directory.
    Since you profile is on another hard drive, the normal shortcuts to find it won't work.
    On Windows XP, you can find the profile here:
    ''C:''\Documents and Settings\''Windows login/user name''\Application Data\Mozilla\Firefox\Profiles\''xxxxxxxx.default''
    Where:
    * C:\ is replaced by the drive letter you mounted the laptop drive on.
    * Windows login/username is replaced with your windows user name you used on that hard drive.
    * xxxxxxxx.default is replaced with 8 random characters followed by .default, and should be the only folder in Profiles.
    Once you've found the old profile, you can copy files over to a new profile. See https://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile and [[Recovering important data from an old profile]] for other files you may want to restore.

  • I am not able to access Firefox under one user account on my computer so I created another account. How can I transfer the bookmarks from the old account?

    I use windows Vista and I cannot open Firefox under one user account (I keep receiving the "firefox profile cannot be loaded . . ." error message) on my computer so I created another account. How can I transfer the bookmarks from the old account?

    NOTE: you can skip this 1st step.
    Step 1
    I'm on Win7 so the paths might be slightly different... C:\Users\(YOUR PC ACCOUNT)\AppData\Roaming\Mozilla\Firefox\Profiles\bnelgkol.default\bookmarkbackups ... Find the "bookmarks-[DATE].json" you want and copy it to the profile you want. You may want to change the date to a name you will recognize.
    Step 2
    Then on your browser "Bookmarks>Show All Bookmarks or Ctrl+Shift+B ". This will bring up the Bookmark Organizer, I think they call it Library now. From there click "Import & Back up>Restore" this will bring up a drop down with your back ups. If you followed step 1, find the json you added and select it. If you skipped step 1, from "Import & Back up>Restore" select "Choose File..." Then browser for the json you want to import. Which should be in a similar location as mentioned in step 1.
    NOTE: "AppData" is a hidden folder, will have to set show hidden folders to be able to see it.

  • I opened my computer and the whole top only shows web search, I can not find my bookmarks and I tried reloading firefox and still nothing but tab bar

    Question
    I opened my computer and the whole top only shows web search, I can not find my bookmarks and I tried reloading firefox and still nothing but tab bar. Tried f10, alt, nothing! Can I reload an old firefox? There is no firefox logo at top. When I rt click at top I see hide toolbar and leave full screen. To the right there is only a home sign. How can I get my BOOKMARKS ??????? I so need them and hate what ever this is that now shows up on firefox.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for