Editing in TextEdit

In the Edit > Insert menu, inserting a Line Break and a Paragraph Break both work, but they seem to do the same thing — insert a line break. Insert Page Break does nothing at all; it seems inop, no matter how I try to use it.
Is there something I'm missing, or is this a known 'feature' of this version?

Hi, Michael!
Actually — even in word processing terms — what they do is different.
Before explaining, please allow me to quote from TextEdit Help, in case this is part of the issue:
"Formatting your document...  Only Rich Text Format (RTF) documents and Word Format files can be formatted. To convert your document to an RTF file, choose Format > Make Rich Text. To save a document as a Word Format file, choose File > Save As and choose Word Format from the File Format pop-up menu."
Now to illustrate, open save a TextEdit document as RTF. To illustrate the difference, copy your initial post's 1st paragraph into the document two times, separated by a few lines. Place the cursor at the end of the 1st line of the 1st copy and Edit »» Insert »» Line Break Then do the same for the 2nd example, except inserting a Paragraph Break this time.
They still look ~the same?
Now select both and make a change to Spacing »» >16.0  6.0/6.0, e.g.
Voilá! This should help to clarify that the line break is actually distinct from the paragraph break. Paragraph spacing like in the example I used is pretty common among typists with whom I've worked (using different WP programs).
Hth . . .
Warm regards,
Dean

Similar Messages

  • How can I see and edit my TextEdit documents saved in my iCloud from my iPhone ?

    Hi guys, here is a tricky one!
    I saw that iCould saves my TextEdit documents on the documents to go section, but I am not able to open and edit them from my iPhone.
    On my Iphone if I go on "Settings > iCloud > Storage & Backup > Manage Storage > TextEdit" I am able to see the file name of my TextEdit without being able to open them.
    Ps. I tried as well with Pages but I am not able to open the TextEdit files.
    Many thanks

    Have you tried using iMovie?

  • Creating and/or editing a TextEdit document invisibly

    I have a script in which the text of a result is set to a new TextEdit document, but that text needs editing prior to displaying the document. As in the following example, I can do the editing invisibly, but creating the initial new document results in the new (blank) TextEdit window flashing on the screen briefly. Anybody think of a different (or modified) approach where that won't happen?
    tell application "TextEdit"
    activate
    --tell application "Finder" to set visible of process "TextEdit" to false
    --(Doesn't work because command precedes new document
    make new document
    tell application "Finder" to set visible of process "TextEdit" to false
    (*This works EXCEPT new document flashes on screen briefly before visible command is invoked. Same behavior using System Events. This is a small issue, but I'd like it to not happen.*)
    set text of front document to ¬
    "A Aphids in the Asparagus
    B Bees in your bonnet
    C Cats in the concatanation"
    tell the text of the front document
    set every character where it is "C" to "D"
    delay 2 --delay added to evaluate behavior
    set every word where it is "dats" to "dog"
    delay 2 --delay added to evaluate behavior
    set the color of every character where it is "a" to {54563, 5274, 8493}
    tell application "Finder" to set visible of process "TextEdit" to true
    end tell
    delay 2
    display dialog "Close Window Without Saving?" buttons {"okay"}
    if button returned of result = "okay" then ¬
    close front document saving no
    end tell
    2.7G5 AND OTHERS   Mac OS X (10.4.5)  

    You do not have to use TextEdit to make changes, you make all the editing with AS, then you set text of front document of TextEdit:
    on run
    set AppleScript's text item delimiters to {""}
    set result_text to ¬
    "A Aphids in the Asparagus
    B Bees in your bonnet
    C Cats in the concatanation"
    set result_text to my replace(result_text, "C", "D")
    set AppleScript's text item delimiters to {""}
    set result_text to my replace(result_text, "Dats", "Dog")
    set AppleScript's text item delimiters to {""}
    tell application "TextEdit"
    activate
    make new document
    set text of front document to result_text
    tell the text of the front document
    set the color of every character where it is "a" to {54563, 5274, 8493}
    end tell
    delay 2
    display dialog "Close Window Without Saving?" buttons {"okay"}
    if button returned of result = "okay" then ¬
    close front document saving no
    end tell
    end run
    on replace(_string, _find, _replace)
    set AppleScript's text item delimiters to {_find}
    set _temp to text items of _string
    set AppleScript's text item delimiters to {_replace}
    return _temp as string
    end replace

  • Create rtf file, open in textedit

    i am very new to applescript, if anyone would have mercy, please respond.
    i am trying to create a script that will create a rich text file named by the date (in format of YY.MM.DD for purposes of sorting alphabetically) and open this file for edit in textedit. Preferably, I would like to be able to create a file named by date followed by a short description (for example, activate script - it asks for a summary and then creates a file named by date followed by a summary (for example "07.12.28 - this is an example") and opens that file in textedit.app for editing).
    i worked a lot with iptscrae but it's been a long time...and was nothing like this.
    edit: please note, i've had trouble with spaces in scripts when it deals with file names (date - summary)
    Message was edited by: eightyfiveonions
    Message was edited by: eightyfiveonions

    This is your script after I altered it a bit (and as you'll see it's for the purposes of journaling)
    I'm not sure exactly why I moved the current date and return instructions back to the bottom here but that's what I had to do to get it to work. I'm a trial and error learner more than anything else, I'm going to read up on this a bit but it's working like a charm.
    I guess it was because I set TheText variable back up for the RTF formatting and couldn't figure out how to incorporate the date there.
    edit: the formatting on this post is a bit messed up.. your rtf formatting stuff is moved from location in first script to accommodate the second script but nothing else is different about it. shrugs
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">-- get the current date text
    tell (current date) to get ((its year) * 10000 + (its month) * 100 + (its day)) as text -- yyyyMMdd
    tell the result to set TheDate to text 3 thru 4 & "." & text 5 thru 6 & "." & text 7 thru 8 -- yy.mm.dd
    set TheFolder to "OSX:Users:joseph:Documents:Journal:" -- or set TheFolder to (choose folder)
    set TheName to text returned of (display dialog "Enter the name for the new document:" with title "New text document" default answer TheDate & " - " buttons {"Cancel", "OK"} default button "OK")
    set TheFile to (TheFolder & TheName & ".rtf") as text
    set TheText to "{\\rtf1\\mac\\ansicpg10000\\cocoartf824\\cocoasubrtf440
    {\\fonttbl}
    {\\colortbl;\\red255\\green255\\blue255;}
    \\margl1440\\margr1440\\vieww9600\\viewh8400\\viewkind0
    try -- create a new text document
    tell application "System Events" to get exists of file TheFile
    if not (the result) then
    set TheOpenFile to open for access TheFile with write permission
    write TheText to TheOpenFile as «class utf8» starting at eof
    close access TheOpenFile
    else
    display alert "The file \"" & TheFile & "\" already exists" as critical
    error
    end if
    on error
    try
    close access TheOpenFile
    end try
    return
    end try
    tell application "Finder" to set extension hidden of (TheFile as alias) to true
    tell application "TextEdit" -- open the file and print date
    activate
    open file TheFile
    set the text of document 1 to ((current date) as text) & return
    end tell</pre>
    Unless u see any errors with what I've done, I'm going to run with it.
    Message was edited by: eightyfiveonions

  • Editing book themes in iPhoto '08

    Is there a way to modify the template for a book theme in iPhoto '08?
    I'd like to use the Folio theme to create a printable book, but the default text boxes don't meet my needs (I'd like to collapse the three tiny text fields into a single one with a larger font size).
    I'd be willing to edit a Library file if that's what is needed.

    herve-french,
    I have played around with the book themes a little and here's what I have found out so far.
    The iPhoto Book Theme support files are located here:
    Library > Application Support > iPhoto > Themes.
    Each theme for books, calendars, postcards, etc has a folder.
    The theme name (what is displayed in iPhoto) is in this file:
    Theme-folder > Contents > Resources > language.lproj > Localizable.strings
    Theme-folder is the folder name of the theme.
    language is English, French, da, etc.
    This file opens in Xcode by default, but can be edited by TextEdit.
    The theme name is the sixth line of this file. Look for "ThemeName".
    To test this discovery I removed a few folders and created a new one:
    1) I removed the folders of themes I probably will never use, e.g. baby Boy, Crayon, etc.
    2) I copied the folder PictureBook-Hardcover.IPBookTheme and renamed it PictureBookFrancis-Hardcover.IPBookTheme. I then edited PictureBookFrancis-Hardcover.IPBookTheme > Contents > Resources > English.lproj > Localizable.strings, renaming the theme from "Picture Book" to "Picture Book Francis".
    Before testing the updated themes, I deleted the theme cache in the iPhoto Library:
    Select iPhoto Libary, Control-Click and choose "Show Package Contents". The file to delete is "ThemeCache". I also deleted the folder "Caches",but I don't think that's necessary.
    Launch iPhoto, choose to create a new Book, the Theme pop-up window should now exclude the themes that were deleted and it should include the new Theme.
    So now I know how to create a new theme based on an existing one. The next step is to figure out how to change the layout and the sizes of photo boxes on the pages. I expect that deleting the ThemeCache file after all changes should load up the updated information.
    Needless to say, files and folders should be backed-up.
    Regards,
    Francis.

  • Using text edit to view html code

    Why does text edit open a web page as if it's a web browser??? I want to use text edit to edit my html code and I can't open a web page in plain text view...it tries to render the page. Doesn't Apple have a text only app like Notepad for Windows?

    I searched for text edit, not textedit - until after I posted this. sorry

  • HT2523 What is the difference between Pages and Text Edit? Pros and Cons?

    I just purchased a Macbook Pro, and I am currently exploring its features. I see that it comes with Text Edit, which seems to be its form of Microsoft Word...but I also know that you can purchase "Pages" for the computer. What is the difference? Pros and cons of each? I will be a freshman in college in the fall, so I need something that I can do lots of writing and editing on.

    TextEdit is a simple basic text editor. Far from what MS Word can do. This is Pages:
    http://www.apple.com/iwork/pages/

  • How to replace typewriter (straight) apostrophe with typographic (curly) apostrophe?

    I have a manuscript I got off the Internet that has a bunch of isn?t's and wasn?t's and the like—due, I assume, to some miscommunication between MS Word's automatic curly quotes and the ASCII limits of ISO Latin 1. I tried doing a find-and-replace to put typographic apostrophes in place of the question marks. Pages found the question marks and put typewriter apostrophes in place of them, though I'd carefully entered a typographical apostrophe ((opt-shift-]) in the Replace field. So I tried again, to replace the typewriter apostrophes with typographical apostrophes. Pages now replaced the few typographical apostrophes I'd manually entered with typewriter apostrophes. Well, at least it's consistent. So far as Pages, Apple's flagship word-processing/page-layout app is concerned, there's apparently no such thing as a typographical apostrophe—something that was understood, as I recall, by the original MacWrite 25 years ago. So do I have to go back to doing all my editing in TextEdit (which seems to be much better at text work than Pages), or can somebody tell me how to persuade Pages to take care of this trifling little task correctly?

    Copy these two paragraphs into a Pages WP document:
    When you?re sleep deprived… parental control of baby?s sleep… meet baby?s needs consistently… respond to baby?s cries…
    "Parents should recognize that having their babies cry unnecessarily harms the baby permanently," Commons said. "It changes the nervous system so they?re overly sensitive to future trauma."
    Open the Find & Replace dialog. Enter Find: ? and Replace: ’ (opt-shift-}). (I.e. replace question mark with typographical apostrophe.) Click Replace All. It should say 5 Replaced. Check any of the replacements by enlarging the type; you’ll see an ASCII apostrophe ['] rather than the requested typographical version [’].
    Then enter Find:  " (space-") and Replace:  “ (space-opt-[), and click Replace All. It will say 1 Replaced, meaning the quote mark preceding "It" in the second sentence (the only quote mark preceded by a space). Enlarge the replacement to see it clearly; it's replaced an ASCII " with another ASCII ".
    So far as I can tell, Pages’ Find-Replace function can't tell the difference between ASCII apostrophe/quote marks and the typographical versions. Maybe it will once you turn on smart quotes in preferences; I haven't tried that -- but then of course you'd get smart quotes when you don't want them, for instance for something to be posted on an Internet forum, which often doesn't understand them. (The problems above and similar, often seen on the 'Net, are due to MS Word's having smart quotes on by default, so unaware users compose material with them and send it out over teh Interwebz, where they sometimes come through correctly, sometimes don't.)
    Try the same experiment in TextEdit; you'll get the requested typographical versions. And so I did, then copied the text back to Pages. Like I said, kinda shoddy for Apple's Pride & Joy word processor. AppleWorks, by the way, does it right.

  • How do I add RingSurf graphic and code to my blog

    I have joined the Machine Knitting ring on RingSurf.com. They sent me an email with login to the code I need to add to my iWeb blog located here.
    http://web.mac.com/knittsings/iWeb/knittsings/knittsings/knittsings.html
    In searching the Apple discussion iweb databas, I found one reference to making a text box, put place holder text inside, use TextEdit to open html page, delete this string and replace it with the code generated by RingSurf, save changes, and republish to iWeb.
    I believe I've followed the directions but I still have my place holder text.
    I made the text box by clicking on the T at the bottom left of iWeb. I inserted "PlaceMKcodehere", opened the file from my iDisk with TextEdit, deleted this text and replaced it with:
    <table border=0>
    <tr><td>
    Machine Knit Bloggers
    Join |
    List News |
    Random
    </td></tr>
    </table>
    I save and publish to iweb, but it doesn't change. I go back and look at the file in text edit and it keeps having my placeholder text of "PlaceMKcodehere" rather than the html code above that I pasted.
    Is there an easier way for me to input the code so I'll be on the ring?
    Thanks,
    Kathryn
    knittsings
    iMac   Mac OS X (10.4.8)  
    iMac   Mac OS X (10.4.8)  
    iMac   Mac OS X (10.4.8)  

    Kathryn...
    You're gonna kick yourself for this.... When you replace the placeholder text in TextEdit, iWeb knows nothing about this. Remember the whole point of this all is to put something into your iWeb generated pages that you couldn't put in iWeb directly. So iWeb generates the code and then you edit the code with TextEdit.
    You're always going to see the placeholder text inside iWeb. But once you publish and edit with TextEdit, you will see your added item right inside your webpage in Safari....
    See??? Isn't that it right under the Knitting Bloggers badge on the right???? YOU DID IT!!!

  • How can I change order of email accounts in Mail on Mountain Lion?

    In Mail on Mountain Lion I have only two email accounts, but the wrong one has been set as default (because it was an account I had overlooked and added later). I cannot find how to change the order of the email accounts. One possibility is to delete the non-default account and re-add it, so that it becomes the most recent and thus (presumably) the default, but this would delete all the email messages in that account, which I cannot afford.
    It's a great flaming pain to try to remember each email I write to select the second account option, and yet I can find no way to change email account order---not in Mail and not in System Preferences. Dragging them certainly does not work.
    Can Apple have really missed this? Is there any solution?

    Comfortable with terminal...know how to edit using TextEdit:
    Open up a Terminal and use the following commands to change your Mail.app preferences file to an XML format – the default format is binary, and you can't edit this.
    cd ~/Library/Preferences
    plutil -convert xml1 com.apple.mail.plist
    Then, open this file com.apple.mail.plist with a text editor of your choice, preferably one that highlights XML syntax, but you can also use TextEdit:
    open -a "TextEdit" com.apple.mail.plist
    Now, look for the key called MailAccounts. It's value is an array, with dict children. Here, you'll find all your mail accounts in the order they were created in.
    You can now manually move these dict children around. Save the XML file and reopen Mail. Now, your Mail account order will be changed.

  • Disappointing lack of support for Unicode

    I was very disappointed to find that Pages 2 still cannot properly support Unicode. TextEdit does a vastly better job of supporting Unicode. I can paste Unicode text into Pages 2 that I have already edited in TextEdit, but it cannot be properly typed in or edited in Pages 2 with the full range of Unicode. Some Unicode is okay, but not all of it. Absolutely can't be done! When are they going to get it right?

    does Pages 2 do
    the double-overstrike formatting that we discussed in
    re Navajo some times back? Pages 1, unlike TextEdit,
    wouldn't let you click an ogonek or acute accent onto
    a vowel with the other. (I was looking to make Navajo
    a- or o-with-acute-accent-and-ogonek.)
    I think so. I believe even Pages 1 was able to do that right after some OS update, but I can't remember now. Anyway I just tested Pages 2 (10.3.9) and made the a and o with the two accents using OptionShiftm for combining ogonek and OptionShifte for combining acute (US Extended Layout). Lucida Grande Font.

  • Add MAC Address to Time Capsule?

    Hey everybody--
    I have a MacBook Pro that connects to the Internet via a Time Capsule that is hooked up to a cable modem. I recently bought a Blu-Ray player that has a LAN port (no wireless), but it is miles away from the Time Capsule.
    I would like to share my MacBook Pro's wireless Internet connection by connecting an ethernet cable between the Blu-Ray player and the MacBook Pro. I turned on Internet Sharing and selected share Airport with computers using ethernet. I tested it out by seeing if my wife's MacBook could share the connection and it worked like a charm. (I turned off her Airport card and her computer accessed the Internet via an ethernet cable between our two computers.)
    Alas, the Blu-Ray player can't seem to share the connection.
    The Blu-Ray player uses DHCP but tt appears to receive a self-assigned IP address.
    The player manual says that if the connection fails "it may be necessary to set the MAC address of the unit at the router side."
    Does anyone know what this statement could mean? Can I add a device somehow to the Time Capsule. Any other thoughts on ways to make this work?
    Thanks in advance for the help!

    I found this how-to on the Web. I'm not too saavy with terminal, so these things always make me a bit nervous. Anyone have any concerns about following these steps to see if it works?
    The following procedure is confirmed to work as written.
    Start Internet Sharing if it's not already running.
    In Terminal, type cp /etc/bootpd.plist /tmp/bootpd.plist
    Stop Internet Sharing.
    Open /tmp/bootpd.plist for editing using TextEdit or whatever.
    Locate this section of the file, near the end:
    <key>replythresholdseconds</key>
    <integer>4</integer>
    Change the value 4 to 0.
    In Terminal, type sudo cp /tmp/bootpd.plist /etc
    Start Internet Sharing.
    If you want to, check that your change to /etc/bootpd.plist hasn't been reverted.

  • How can I always display duplicate email messages in Apple Mail?

    I would like to have Apple Mail ALWAYS display "duplicate" messages without having to click on the duplicates link in the upper right of the message. 
    Apple Mail identified a series of messages as "duplicates" when in fact they were not duplicates.  I would have otherwise missed out on very important information and the only reason I even knew to look for this was because I saw them on my iPhone.  I want to avoid this issue in the future.

    Comfortable with terminal...know how to edit using TextEdit:
    Open up a Terminal and use the following commands to change your Mail.app preferences file to an XML format – the default format is binary, and you can't edit this.
    cd ~/Library/Preferences
    plutil -convert xml1 com.apple.mail.plist
    Then, open this file com.apple.mail.plist with a text editor of your choice, preferably one that highlights XML syntax, but you can also use TextEdit:
    open -a "TextEdit" com.apple.mail.plist
    Now, look for the key called MailAccounts. It's value is an array, with dict children. Here, you'll find all your mail accounts in the order they were created in.
    You can now manually move these dict children around. Save the XML file and reopen Mail. Now, your Mail account order will be changed.

  • Configuring Internet Sharing for other devices

    I have set up Internet Sharing on a MacBook Pro. I am sharing the laptop Wifi connection over ethernet. If I connect a Mac to the laptop with ethernet, the sharing works fine--the Mac gets a DHCP address and is on the internet. However, what I am wanting to do is give an ethernet peripheral device an internet connection in this manner, and I can't get it to work. The periperal device will connect correctly if I give it an ethernet connection directly on my LAN, but for some reason the ethernet connection provided by the laptop doesn't work.
    On the laptop, (WiFi IP 192.168.1.166, Router 192.168.1.1, DNS 192.168.1.1) I have given the ethernet port a static IP of 192.168.2.1 and a subnet mask of 255.255.255.0. I have tried with the Router and DNS populated and unpopulated.
    From a packet dump in terminal it looks like the device makes a DHCP request, but nothing sends a DHCP reply, wheras when the Mac connects, the laptop sends a DHCP reply.
    Does anyone know what I'm doing wrong, how to fix this, or how to check the log for Internet Sharing to see if I can see anything helpful there.
    Thanks
    Doug

    I may have found a solution, but does anyone know if this 10.5 bug has been fixed by Apple? This was posted on an XBox forum as a workaround to the same proble--internet sharing not working with other devices:
    10.5:
    The following procedure is confirmed to work as written.
    Start Internet Sharing if it's not already running.
    In Terminal, type cp /etc/bootpd.plist /tmp/bootpd.plist
    Stop Internet Sharing.
    Open /tmp/bootpd.plist for editing using TextEdit or whatever.
    Locate this section of the file, near the end:<key>reply_threshold_seconds</key><integer>4</integer>
    Change the value 4 to 0.
    In Terminal, type sudo cp /tmp/bootpd.plist /etc
    Start Internet Sharing.
    If you want to, check that your change to /etc/bootpd.plist hasn't been reverted.
    So my question now:
    Will this fix the issue in 10.6 or is there something else going on?
    Doug

  • Speed up adding URL hyperlinks to bullets/selected text

    Hi, I'm doing a presentation that requires linking a huge amount of the bullet text to different sites. I was hoping to create some sort of macro that told Keynote to add the URL of the current active window in Safari to the selected text, but Automator can't do it and I don't know of any other way to create a macro (I'm new to the Mac world).
    At the moment, after go to the site I want to link to, switch to Keynote, highlight the desired text and open the Hyperlink inspector window:
    1) Hyperlink inspector window defaults to Slide (vs. Webpage)
    2) After I click Enable Hyperlink and choose Webpage from the pulldown menu, the URL defaults to my home page URL.
    This means I have to go to Safari, highlight and copy the URL, switch back to Keynote, highlight the homepage URL, paste the correct URL (from the active Safari window), click Apple-end to get to the end of the URL and hit Enter in order to hyperlink the selected text.
    I know there has to be an easier way.
    At one point, I accidentally did something that dynamically changed the URL in Hyperlink inspector to the active URL on Safari, but I can't re-create it. That, at least, would be some help.
    Any suggestions for how to simplify/speed up/automate this cumbersome process would be GREATLY APPRECIATED, as I am slogging along using this inefficient approach while trying to meet a looming deadline.
    Thanks in advance!
    Maggie
    iBook G4   Mac OS X (10.4.6)  

    Maggie, how desperate are you for a quick solution? One approach might be to edit the Keynote XML text file directly, adding the bullets and hyperlinks as elements in that file rather than through Keynote proper. This approach is relatively straightforward, and it is very fast, but it does involve getting down-and-dirty with the XML, which might not be everyone's cup of tea. It's honestly not that daunting, though, and just involved doing very minor editing to a text file within TextEdit. I don't know if it would work well for your specific needs, and it involves a completely different workflow than working in Keynote directly, but it might be worth a shot. Here's how you would add a list of hyperlinked bullets to a single slide:
    - First, create a single slide with a bulleted list with a single item that has a hyperlink to a website. This will allow you to see what the XML looks like when we open the XML file. Use an unusual word or string of letters for the bullet item to make it easier to find in the XML code. Save this one slide presentation, and close it.
    - In the Finder, hold down the Control key while clicking once on the presentation file. This will bring up the contextual menu. Choose "Show Package Contents". This will open a new Finder window that shows you the "guts" of the Keynote presentation, which is actually a collection of files.
    - Double click on the "index.apxl.gz" file. This is the file that holds the XML markup for the presentation. It is stored in compressed form, but when you double-click it, a new file, "index.apxl", will be created. This is a plain text file, editable with TextEdit, and it is the file you will modify. Delete the "index.apxl.gz" file, as it isn't needed now, and Keynote will automagically re-compress the "index.apxl" file when we open the presentation.
    - Open the "index.apxl" file in TextEdit (or whatever other text editor you like). You will see a mess of XML, without any real formatting. That's OK though, because you only need to edit a small bit of this file, and you will use the unusual word in the bullets you created as a search guide.
    - Find the unusual word in the text. This word is embedded in the XML code that specifies the bullet on the slide. This is the code that you will need to edit.
    The code that specifies a hyperlinked bullet will look something like this:
    <sf:p sf:style="SFWPParagraphStyle-263" sf:list-level="1"><sf:link href="http://www.apple.com/"><sf:span sf:style="SFWPCharacterStyle-38">Test1</sf:span></sf:link><sf:br/></sf:p>
    (The numbers of the "ParagraphStyle" and "CharacterStyle" may be different depending on the theme you used.)
    If you look at this snippet, you can see that there is a URL in the <sf:link> tag -- that's the hyperlink for the bullet text. You can also see that there is some text (in this case, "Test1") wedged between the <sf:span> and </sf:span> tags -- that's the text that appears on the slide, and in your file it will be the unusual text that you searched for in the file.
    Now, the cool thing is that, if you change this URL and this bullet text in the XML file and save it (having previously deleted the "index.apxl.gz" file), you will have changed the bullet text and hyperlink in the actual presentation. The much cooler thing is that you can add bullets to a slide by simply pasting multiple copies of the above code template into the XML file -- just make sure that you copy the entire bullet template (from <sf:p to </sf:p>), and that you paste it directly after another </sf:p> tag. (Be sure to use the template from your XML file, since the ParagraphStyle and CharacterStyle numbers will be different.)
    What this means is that the task that formerly involved going back and forth in the Keynote interface now just involves editing a text file. In the case of your task, for example, what you could do is create a second TextEdit window, paste the bullet code template into it several times, and then just drag and drop the URLs you want into the various address spots of the templates. You can also edit the bullet text directly in the templates. Once you're done, you can simply copy the whole batch of text and paste it into the appropriate spot in the "index.apxl" XML file, and you're done.
    Also, because this is now a text editing task rather than a Keynote task, you can potentially take advantage of applications that automate text editing to generate the bullet XML for you. For example, you could just create a list of the URLs, and then use the macro capabilities of Word, or (my favourite) NisusWriter, to go through the list and populate the addresses in the bullet templates. The possibilities are quite wide open with this approach.
    This is just how to do one slide, but multiple slides are just as straightforward -- simply start by creating a presention where each slide has one bullet point, with unique text in each bullet. Then you can easily find the section of XML code for the bullet of each slide, and edit accordingly.
    This may seem like a hugely involved and roundabout way of doing this task, but it works, and by making it a text editing task, it can make it far easier.
    PowerMac G5   Mac OS X (10.4.4)  

Maybe you are looking for

  • Hi i can't seem to write on a blank or any saved document??

    hi i cant write on a blank or saved document?

  • ADF tree with command link

    Hello, I have a menu build with a tree and a region. When I click a link from the tree the region populate a page with another dinamic tree based on a session variable that refresh each time that i click a link from the first tree. After click the li

  • Workflow Error out while intiatiating forms(Hcm Forms and Process)

    Hi All, Our workflows are getting error out when forms are initated from Portal. Workflows are getting triggered when it comes to a task(all type of tasks) its getting errored. "An exception with the type CX_SY_REF_IS_INITIAL oc curred, but was neith

  • Download Adobe LiveCycle ES4 Server?

    Hi, I would like to download adobe livecycle es4 server for weblogic (windows) but I'm unable to find a valid download link. The only thing to download I found is for the SP1. Thank you very much for your help. Kind Regards Timo

  • I can't turn in-app purchases on for my iPad!

    For reasons unclear, in-app purchases are turned off on my iPad, and I can't get them back on. I have never knowingly turned them off, nor enabled restrictions up till now. Once I discovered they were turned off, I tried enabling restrictions to see