Colon in index marker text

I have a mif file from which I need to create a 1 level index.
I have numerous data which contains a colon; so the MText tag looks something like this - <MText `Accredited: Representative'>
Now, I know that the function of a colon is "Separates levels in an entry"
I also read "Note: To enter a backslash or any special character used in these building blocks—colon, semicolon, bracket, or angle bracket—as regular characters, precede it with a backslash (\)."
I can make the MText look like this - <MText `Acccredited\: Representative'>
But this does not work; I still get a 2 level entry in my index. What am I missing?
Any help is greatly appreciated.

Entering:
colon\: test
in the normal Special > Marker > Marker Text: field
then saving the file as MIF, and searching for it, finds:
<MText `colon\\: test'>
Apparently the rule is single-escape for dialogs, double-escapes in MIF.

Similar Messages

  • Is there a place to see the "Marker Text" for the entire index and make changes?

    I know how to make individual changes in "marker text" for the Index.
    Is there a place to see the "Marker Text" for the entire index and make changes there?
    I am indexing a book that uses quotes from scripture.
    As an example, I want to change listings from
    Colossians 3:10-11
    to
    Colossians 3 verses 10-11
    I would appreciate any help.
    If this is not the correct venue for this question, please disregard.

    You didn't mention which version of FM that you're using. In FM9, this can now be done in the Marker Pod.
    There are third-party utilities that also let you see all marker content.
    In the freebie category is MarkerWorker from Cudspan at: http://www.cudspan.net/plugins/
    In the paid plug-in category are:
    IXgen: http://www.fsatools.com/ixmid.html
    MarkerTools : http://www.leximation.com/tools/info/markertools.php
    emDex: http://www.emdex.ca/
    Indexing add-ons:
    IndexTools (helpful for formatting and other Index layout tricks): http://www.siliconprairiesoftware.com/Products.html
    In the DIY category, you can create a List of Markers for the Index (with hypertext enabled), open the Marker window (Special > Marker...) and then use ctrl+alt click on the entry to make a hypertext link to the location and see it in the marker window for editing. [Note: you can also do the same thing from the Index itself]

  • Replacing marker text for sevral markers in one shot.

    I can't change marker text (such as an index entry) by using the Find/Change dialog box. If FrameMaker finds the marker text I specify, and if I type different text in the Change text box and click Change, FrameMaker replaces the marker--not the marker text--with the text in the Change text box.
    To change marker text, i use the Special > Marker command
    I have loads of marker spread over several documents. It is not practical to change each and every marker text manually.
    Basically i have marker with marker text in the format "gotolink xyz.pdf:abc". I would like to replace the marker text to "gotolink xyz.fm:abc".
    The marker text varies for different markers but the bottom line is replacing pdf to fm.
    Please help me as early as possible.
    Regards,
    Damodar

    Damodar,<br /><br />The fastest way would be to do the search & replace in the MIF files<br />using a text editor (such as UltraEdit or TextPad) or a regular<br />expression tool such as grep or Funduc's Search&Replace. <br /><br />You would look for the statement:<br /><br />   <MText `gotolink xyz.pdf:abc'><br /><br />and replace appropriately.<br /><br />To batch convert all of the files in a book to MIF, you could use the<br />trial version of mif2go available from Omni Systems at<br />http://www.omsys.com

  • ADF: Marker Texts Overlapping in Dual Y Graphs

    Hi,
    I am using a dual Y graph using ADF in which multiple series will be displayed in a graph.
    However, I am facing some issues in with the Marker Texts of different series as these are overlapping with one another.
    Please see my code snippet below :
    <dvt:comboGraph id="graph1"
                value="#{bindings.QuotesRcptToStartVwView11.graphModel}"
                subType="COMBINATION_VERT_ABS_2Y" customLayout="CL_NONE"
                shortDesc="oq 1" dynamicResize="DYNAMIC_SIZE"
                styleClass="AFStretchWidth"
                inlineStyle="width:100%;height:100%">
        <dvt:markerText rendered="true" markerTextPlace="MTP_OUTSIDE_MAX">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y1Format id="y1Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y1Format>
        </dvt:markerText>
        <dvt:markerText rendered="true" markerTextPlace="MTP_UNDER_MARKER">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y2Format id="y2Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y2Format>
        </dvt:markerText>
        <dvt:background>
            <dvt:specialEffects/>
        </dvt:background>
        <dvt:graphPlotArea/>
        <dvt:seriesSet defaultMarkerType="MT_LINE">
            <dvt:series index="0" assignedToY2="false" markerType="MT_BAR" color="#000000"/>
            <dvt:series index="1" assignedToY2="false" markerType="MT_BAR" color="#31859C"/>
            <dvt:series index="2" assignedToY2="true" markerColor="#ff0000" color="#ff0000"/>
            <dvt:series index="3" assignedToY2="true" color="#3ADF00"/>
            <dvt:series index="4" assignedToY2="true" color="#FF8000"/>
        </dvt:seriesSet>
        <dvt:o1Axis/>
        <dvt:y1Axis/>
        <dvt:y2Axis/>
        <dvt:legendArea automaticPlacement="AP_NEVER" position="LAP_BOTTOM"/>
        <dvt:legendTitle text="Legends"/>
    </dvt:comboGraph>
    Also, is there any way to form a table representation of this graph as displayed below?
    Week No
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    No. Rec'd
    12
    72
    142
    129
    260
    190
    112
    118
    93
    92
    146
    104
    39
    No. Ack
    26
    68
    96
    114
    127
    157
    132
    163
    92
    96
    92
    81
    156
    Avg Hrs To Ack
    209
    185
    142
    112
    187
    180
    236
    150
    161
    176
    218
    146
    80
    Overall Avg Hrs
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    Goal Hrs
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    Thanks,
    Liyakath

    Hi,
    Please see my response on this thread on how to achieve this with a relational data control:
    Re: Drilldown in ADF DVT charts using data control
    Thanks
    Katia

  • How to find index marks

    Hi
    I'm trying to managed "index" for my simple Indesign to html conversion tool and I'm totaly confused on how to do it and with the extendscript managment of that "index". So here are (alot of) questions about it:
    When I'm looping through all the characters of a paragraph, how can I identify "index marks" ? RegExp, specialCharacter...? ** Reply to myself ** Work with Grep search of "\~I"
    After finding an "index mark" how can if find the associated "topic" ?
    If there can be only one "index" in a document, why is there an "indexes" property ?
    What is an "indexSection" ?
    Hope there will be somebody to clear my mind
    Thanks alot

    Sebastien,
    If script writers aren't stubborn they'll never get their script problems solved! A note on terminology: ExtendScript, by the way is just JavaScript. What you mean is InDesign's object model.
    It's true that when you select an index marker  in a text and you have the Index panel open, the referenced topic is highlighted in the panel. But that's not exposed to scripting, that is, the Character object doesn't have a property 'topic'. However, you can determine the selected marker's topic, even if it's a pretty laborious method. Index markers are characters in the text, so they have a parent story and an index. pageReferences have a property sourceText, which is an insertion point. To find an index marker's topic, you need to compare the marker's insertion point with the insertion points of all pageReferences.
    The functionality that you miss -- selecting an index marker so that its parent topic is selected in the Index panel -- can be scripted as follows:
    $.writeln (findTopic (app.selection[0]).name);
    function findTopic (marker) {
        var topics = app.documents[0].indexes[0].allTopics;
        var mStory = marker.parentStory;
        var mIndex = marker.insertionPoints[0].index;
        var pRefs;
        for (var i = topics.length-1; i >= 0; i--) {
            pRefs = topics[i].pageReferences.everyItem().getElements();
            for (var j = pRefs.length-1; j >= 0; j--){
                if (pRefs[j].sourceText.parentStory == mStory && pRefs[j].sourceText.index == mIndex) {
                    return pRefs[j].parent;
        return "";
    Select an index marker in a text and run the script (this doesn't select anything in the panel, of course). Now, if you've many index markers, then looping through them to find their topic names could in principle be done as follows:
    app.findGrepPreferences = null;
    app.findGrepPreferences.findWhat = '~I';
    markers = app.documents[0].findGrep();
    for (var i = markers.length-1; i >= 0; i--) {
        $.writeln (findTopic (markers[i]).name);
    But that would be horribly inefficient (though accurate). Better first to build a lookup table of the pageReferences and their story IDs and sourceText indexes so that you can find topic names quickly.
    Your particular approach -- looping through all characters -- needs a bit of a modification in that you need to compare every character with the index.
    Something like this:
    for (var i = 0; i < myChars.length; i++) {
       if (myChars[i].contents == '\uFEFF') {  // myChar is probably an index marker
          var topic = (findTopic (myChars[i]).name);
          if (topic != "") {
              $.writeln (topic);
    Peter

  • FM10 index maker text

    Hi.
    In the FM10 manual, it says the text of the index entry in the Marker panel can be entered up to 255 characters (127 Japanese double-byte characters).
    But, When I entered 500 English characters or 300 Japanese characters, the index marker can be generated and no message to tell me the marker
    text is too long.
    In the FM7, if I entered more than 256 character or 128 Japanese characters, FM7 shows the message that marker text is too long.
    How many characters in the marker text limited in FM10?
    Regards
    erieru103

    > How many characters is the marker text limited to in FM10?
    It looks like it's 1024:
    Klaus Daube: Known limits and special properties
    As an aesthetic matter, of course, anything wider than an Index column (minus a few digits for page number) is too long.

  • How do I get marked text (text marked in a textarea with mouse)

    Hi.
    I want to implement a method that saves marked text in a textarea in a string. With marked text I mean text that the user marked with its mouse. Is there a method already in the JAVA library?
    Yours
    RB

    Sorry, my fault. Just had a glance in the JAVA API Specification ;)
    Didn't know that DefaultEditorKit is part of the JAVA library.
    RB

  • Hello, in former Versions it was available to mark text in a pdf file and change it. How do I have

    Hello, in further Versions it was available to mark text in a pdf file and change it. How do I have to act, to do the same in Acrobat XI? Also I need to now, how can I import a graphic file into a pdf to add my handwrote signature or a picture of mine? Please help me soon. It is urgent.

    Moving the discussion to Acrobat Forums

  • By mistake I uninstalled my Acrobat someting, which gave me the opportunity to print .pdf and color-mark text. My licence key is [removed by moderator]. What is the name of the product? Where is the link for download and reinstall? Please help me r

    By mistake I uninstalled my Acrobat someting, which gave me the opportunity to print .pdf and color-mark text. My licence key is [removed by moderator - never disclose publicly]. What is the name of the product? Where is the link for download and reinstall? Please help me rapidly, Best regards / Stefan

    Sign in to your Adobe account online and look in the Plans/Products sections to see which program it might have been.

  • Mark text selection does not go back

    When one push the button mark text, there is no way to go back (the button remains selected and the cursor remain able to mark the text. This is unfair! Could you please solve this problem in the software?

    Are you talking about one of the commenting tools? If so, right-click it and tick off the "Keep Tool Selected" box.
    If you're talking about the tool that's next to the Hand tool in the toolbar, that's just how it works. Simply click H to switch back to the Hand tool if it bothers you that much.

  • Opening Marker text in whatever way also creates marker

    Hi everybody!
    I've been experiencing what I hesitantly call a bug: whenever I tell Logic to *Open Marker Text* via any keycommand (already tried several different ones), Logic also *creates a new marker* at whatever position the playhead is at. I tried reassigning keys, but didn't work, I deassigned all "markercreation" keycommands to no avail. Even mousing the menu command creates a new marker...?
    How's this behaviour with any of you? Is it just my project, or a newly discovered bug? (haven't tried a fresh project yet, will do so soon, but I sort of expect the same behaviour). (edit: ...and indeed it does)
    btw, I can understand this happening when there are no markers yet in the project. It seems the only reasonable workaround is with creating a *marker text window* screenset.
    Thanks to anyone for checking/trying/reporting back.
    regards, Erik.

    Yes, I know how to edit markers in the list, or in the global track. That's not the trouble.
    I want to just display Lyrics I created earlier with the list, without:
    an unwanted automatically created marker obscuring the "first page" of my meticulously chosen Font, style, size and background color with the ugly default 12pt font saying "marker##".
    With a workaround I meant a way of opening the Marker TEXT window without a new marker being automatically created. It seems a screenset is the only option.

  • Marking text as non-printing

    I read that in ID CS4 it's possible to mark text as non-printing (while still including it in a TOC). However, I can't find where this command is ...
    Can anyone help?

    What I'm trying to do is this.
    My (inherited) ID CS4 document has 5 chapters. On each chapter title page, there are two separate header styles (with very different formatting). One says,for instance, 'Chapter 1' and the other provides a description, such as: 'Managing Applications'
    I want the TOC to show: 'Chapter 1: Managing Applications'.
    If I tell the TOC to pull in both styles, I get (on two lines):
    Chapter 1
         Managing Applicaitons               7
    My thought, based on Sandee Cohen's text, was to insert a second 'Chapter 1' in front of the 'Managing Applications' and mark the former as hidden. But ID can't do this...
    Is it possible to put the second 'Chapter 1' on a second hidden layer, inside the same frame?
    Even if you can do this, it probably isn't worth the effort in this instance. But I'd just like to know for future reference.

  • Add the index marker in indesign using c#

    Hi,
    This bala. i am new in indesign automation. i am using C#.net for the automation works. how can i add the index marker in indesign project using C#.

    For JavaScript, it's described
    in this older post. I guess a C# version would look alike a lot.

  • Indexed short text on a filter

    Hi guys,
    I created a prompt to filter the field "Indexed short text 1" on a dashboard. I've already create the filter "indexed short text is prompt" on the detailed report. However I got nothing even If I paste the exactly text of this field on my prompt.
    Is it possible to filter a short txt on dashboards on the CRM OD?
    Thanks in advance
    Rafael

    You can absolutely use an indexed short text field as filter prompt. Make sure that you are building the prompt and the report from the same subject area and double-check your fields and prompt settings. You may want to start over with a very simple prompt + report to help troubleshoot.

  • How can I mark texts in different colors with Preview?

    I was used to work with Preview as an editing program. Now, after the update to Mavericks, I miss some useful features. In Preview are only five colors and I need the whole palette of colors to mark texts. Do you know if this features is gone or if I merely can't find them?
    Thank you for your help!

    I was used to work with Preview as an editing program. Now, after the update to Mavericks, I miss some useful features. In Preview are only five colors and I need the whole palette of colors to mark texts. Do you know if this features is gone or if I merely can't find them?
    Thank you for your help!

Maybe you are looking for

  • Need to get rid of the "other"...

    i recently transferred my iTunes library from my old computer to my new laptop. i followed the directions from apple, but in the last step, when i opened iTunes and was supposed to see my library, it wasn't there. instead, i had to go to 'add folder

  • How to get historical currency rate for second group currency transactions in Fixed Assets

    Hello, My client had MXN (Mexico Currency) as a legal currency and when the company code was implemented (went live) group currency was not implemented. After 3 years this company code implemented second local currency as USD and is now a USD functio

  • Fcp on imac: a good idea?

    Hi, I am deciding to make a purchase of an imac running fcp and adobe aftereffects. I know the ideal is to get a macpro but the macpro is almost 2x as much as the imac. From everyone's experience here, would I be able to get by comfortably using the

  • XML SQL Utility, Unicode

    Hi, I have some questions to the XML-SQL-Utility: 1.) Is there a bug in the oracle.xml.sql.query class: OracleXMLQuery qry = new OracleXMLQuery(conn,"select POSITION from DATAS"); qry.setRowTag("DROW"); OracleXMLDocGenDOM gdoc = new OracleXMLDocGenDO

  • Long file name support on DVD??

    I'm not a hardware or software person, but one of our guys who is is having trouble getting a DVD in a V120 running Solaris 9 to consistently recognize long file names on DVDs that were created on PCs running XP with various combinations Sony and Mem