Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Applications / Mac Applications / January 2005



Tip: Looking for answers? Try searching our database.

hyperlinks in movable type

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rank@mailbox.co.uk - 27 Jan 2005 21:07 GMT
I'm totally new to blogging, can anyone please tell me how to create
hyperlinks in Movable Type in OS X. On a PC believe it's control shift
A but think (tho' not certain) it's different on a Mac? Asked on
another NG, haven't had any replies...

Many thanks,

Michael
Heath Raftery - 27 Jan 2005 22:09 GMT
> I'm totally new to blogging, can anyone please tell me how to create
> hyperlinks in Movable Type in OS X. On a PC believe it's control shift
> A but think (tho' not certain) it's different on a Mac? Asked on
> another NG, haven't had any replies...

Hmm, perhaps because your question doesn't make a lot of sense, I think.
Movable Type is blogging software with a web/CGI interface. Where are you
trying to create these hyperlinks? Just in the body of a new entry? In
that case, you are typing raw HTML, so just use
<A HREF="http://www.somewhere.com">link text</A>
(I see you are using Google - I hope they don't parse the HTML!)

As for using a key combination, well that's up to the application you are
using to interpret. Most likely you are using a browser to access Movable
Type, so if your browser can paste HTML on key combination, then maybe
that would work. I don't know of any browser that does this.

Lastly, I can't see what this has to do with OS X or Macs or PCs.

Oh... unless you are using a custom application to access your Movable
Type blog. In that case, we'd need to know the name of the application.

Signature

*--------------------------------------------------------*

| ^Nothing is foolproof to a sufficiently talented fool^ |
|    Heath Raftery, HRSoftWorks          _\|/_           |
*______________________________________m_('.')_m_________*
rank@mailbox.co.uk - 27 Jan 2005 23:05 GMT
Hmm indeed... I want to highlight words in the text of a new entry so
if you click on them they will go to a website. As I understand it with
a pc you can highlight those words do cntrl-shift-a and those words
will become a hyperlink, I want to do the same on a Mac/Safari/Movable
Text "create new entry". Am I making myself any clearer???
Thanks,

Michael
rank@mailbox.co.uk - 27 Jan 2005 23:13 GMT
Whoops, that should be Movable Type.

Michael
Heath Raftery - 28 Jan 2005 00:13 GMT
> Hmm indeed... I want to highlight words in the text of a new entry so
> if you click on them they will go to a website. As I understand it with
> a pc you can highlight those words do cntrl-shift-a and those words
> will become a hyperlink, I want to do the same on a Mac/Safari/Movable
> Text "create new entry". Am I making myself any clearer???

Yep, heaps better. I still am unsure how you ever got ctrl-shift-a to
work... do you recall which browser that was? I notice that constructing a
new entry in IE on Windows gives you a few handy buttons for automatically
inserting such links and other HTML tags, but I'm not sure about a
keyboard shortcut. I seem to recall that this is possible/easier in IE
because you can get the cursor position and selection range in a editable
text box - unfortunately this extension is far from portable!

Anyway, back to your question, I'm not aware of any method that exists to
enable this in Safari. However, Safari supports javascript bookmarks, and
thus you could write the equivalent Javascript, put the bookmark in your
bookmark bar, and then invoke it with Apple-1, Apple-2 etc. As for the
contents of the Javascript, I'm afraid I fall terribly short.

It'd be something to do with:

document.entry_form.text.value = document.entry_form.text.value + '<A
HREF="blah"></A>'

but the details are a bit trickier. For that, I'd probably check out
Movable Type's support avenues. I'm sure this is a fairly common request,
and surely some hacker has posted a solution. I know it would really come
in handy to me! If you wanted it to work outside of your copy of Safari,
you'd have to look at inserting the Javascript in your own mt-static
pages.

Let us know if you find anything, and I'll do the same.
Signature

*--------------------------------------------------------*

| ^Nothing is foolproof to a sufficiently talented fool^ |
|    Heath Raftery, HRSoftWorks          _\|/_           |
*______________________________________m_('.')_m_________*
rank@mailbox.co.uk - 28 Jan 2005 16:15 GMT
I've done a Google on this, haven't found anything, I'm afraid
Javascript is way beyond me. The Movable Type FAQ says it's
control-shift-a on a pc, surely there's a shortcut on a Mac too...
Michael
clvrmnky - 28 Jan 2005 22:29 GMT
> Hmm indeed... I want to highlight words in the text of a new entry so
> if you click on them they will go to a website. As I understand it with
> a pc you can highlight those words do cntrl-shift-a and those words
> will become a hyperlink, I want to do the same on a Mac/Safari/Movable
> Text "create new entry". Am I making myself any clearer???
> Thanks,

It sounds like you are talking about editing a new entry on a Movable
Type based site (i.e., placing text into a form that Movable Type will
consume and form into a nice HTMLized blog entry.)  The keyboard
shortcut you mention is not a standard or common system or application
shortcut -- it is part of the Movable Type interface; and then only with
Internet Explorer on Windows.

Read it again:

"Entry-Editing Shortcuts

If you are using Movable Type on Internet Explorer for Windows, you can
make use of a couple of keyboard shortcuts while editing your entries,
to automatically insert HTML formatting tags. To use these shortcuts,
select the text you wish to format in your entry, then press the
appropriate keyboard shortcut combination:"

It then goes on to give the four examples, one of which is "Hyperlink."

This is a Movable Type, IE on Windows specific thing.  It does not
necessarily have anything to do with Macs or any browser than runs on a
Mac.  It is 100% MovableType trickery, likely done with Javascript or
something.  Nearly guaranteed not to be portable across platforms and
browsers.  This is generally considered a Bad Thing.

Just learn the MT markup langauge (or HTML, though this has limitations
for blogging markup even for those of us who develop on the web with
text editors.)  Or switch to Firefox, which is a better browser than IE,
and has all sorts of easy to use plugins that allow you to blog and
markup the blogs right from the sidebar.

This last feature is the only reason I'd consider switching my home-made
blogger to MT.
rank@mailbox.co.uk - 29 Jan 2005 11:59 GMT
Thanks, looks like I will have to learn a bit of html... The blog on
which I have been made a "guest author" uses MT, can't change that.
Will also look at Firefox, I currently use Safari. Does anyone know of
some kind of mailing list/faq or similar for MT Mac users, I can't be
the only person with this problem...

Michael
rank@mailbox.co.uk - 29 Jan 2005 16:27 GMT
I have just found two Mac apps that I think are the answer to my
problems, EspressoBlog and Ecto. Which is better (you have to pay for
Ecto after a trial period but not that much). But neither has an
idiot's guide alth' both make hyperlinks easy if you know how. Supposte
I want to hyperlink ...a Chinese website reports... After clicking the
"hyperlinks" button how do I link it to the relevant url. Sure it's
deady easy but I'm new to this.

Michael
Martin Rass - 30 Jan 2005 16:19 GMT
> I have just found two Mac apps that I think are the answer to my
> problems, EspressoBlog and Ecto. Which is better (you have to pay for
[quoted text clipped - 3 lines]
> "hyperlinks" button how do I link it to the relevant url. Sure it's
> deady easy but I'm new to this.

Ecto seems to be very good, if you compose a new entry, you can use for
hyperlink som text the standard icon representing hyperlinks in the
bottom of the window, the same you have in the online html editor (if
you are on blogger.com e.g.).
I noticed that safari doesn't display the whole menu of the online
editor, but firefox does.
HIH

Signature

MR <°))))><
So have I heard and do in part believe it.

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.