This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_posts/review-teleport-module.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

40 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Review of the Teleport Module
date: 2010-07-12
excerpt: My review of Drupals Teleport module.
tags:
- drupal-planet
- drupal-6
- drupal-modules
- teleport
---
As a heavily-reliant
[Quicksilver](http://en.wikipedia.org/wiki/Quicksilver_%28software%29) user on
my MacBook Pro, I was glad when I found the
[Teleport](http://drupal.org/project/teleport) module for
[Drupal](http://drupal.org) _(due to Elliott Rothman's
[tweet](http://twitter.com/elliotttt/status/18044234238))_.
When you press a configurable hot-key, a jQuery dialog box appears where you can
search for nodes by title or path, or directly enter the path that you want to
navigate to. This will greatly reduce the number of clicks that I need to
perform to get to my desired page - even compared to the
[Admin](http://drupal.org/project/admin) and
[Administration Menu](http://drupal.org/project/admin_menu) modules.
Although it's not a new module (the first commits were 2 years ago), I hope that
they are still planning on achieving the list of future directions listed on
their Drupal.org project page:
- Make interface act more like Quicksilver (i.e. you should only have to press
Enter once to launch)
- 'Actions' like Quicksilver: if you select a node, a second input should appear
with options to go to the View page, Edit page, (un)publish, etc. Same with
users.
- Hook into more non-node content, like taxonomy terms and functions in the API
module.
Personally, this will make navigation around both the front-end and
administration area of my Drupal sites so much easier.