mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
don't use link abbreviations
It's unnecessary indirection when there aren't multiple links to the same site.
This commit is contained in:
parent
81e26b418c
commit
c7c65163e5
@ -4,18 +4,6 @@
|
|||||||
|
|
||||||
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheets/styles.css" />
|
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheets/styles.css" />
|
||||||
|
|
||||||
# External links
|
|
||||||
#
|
|
||||||
#+LINK: smart-snippet http://code.google.com/p/smart-snippet
|
|
||||||
#+LINK: pluskid http://pluskid.lifegoo.org
|
|
||||||
|
|
||||||
#+LINK: screencast http://www.youtube.com/watch?v=ZCGmZK4V7Sg
|
|
||||||
#+LINK: docs http://capitaomorte.github.com/yasnippet
|
|
||||||
#+LINK: issues https://github.com/capitaomorte/yasnippet/issues
|
|
||||||
#+LINK: googlecode-tracker http://code.google.com/p/yasnippet/issues/list
|
|
||||||
#+LINK: forum http://groups.google.com/group/smart-snippet
|
|
||||||
|
|
||||||
|
|
||||||
* Quick start
|
* Quick start
|
||||||
|
|
||||||
*YASnippet* is a template system for Emacs. It allows you to type an
|
*YASnippet* is a template system for Emacs. It allows you to type an
|
||||||
@ -24,12 +12,12 @@
|
|||||||
CSS and more. The snippet syntax is inspired from TextMate's syntax, you can
|
CSS and more. The snippet syntax is inspired from TextMate's syntax, you can
|
||||||
even [[#import-textmate][import most TextMate snippets]]
|
even [[#import-textmate][import most TextMate snippets]]
|
||||||
|
|
||||||
YASnippet is an original creation of [[pluskid]] who also wrote its predecessor
|
YASnippet is an original creation of [[http://pluskid.lifegoo.org][pluskid]] who also wrote its predecessor
|
||||||
[[smart-snippet]].
|
[[http://code.google.com/p/smart-snippet][smart-snippet]].
|
||||||
|
|
||||||
** Watch a demo
|
** Watch a demo
|
||||||
|
|
||||||
On [[screencast][youtube]].
|
On [[http://www.youtube.com/watch?v=ZCGmZK4V7Sg][youtube]].
|
||||||
|
|
||||||
** Installation
|
** Installation
|
||||||
|
|
||||||
@ -97,14 +85,13 @@
|
|||||||
|
|
||||||
** Documentation, issues, etc
|
** Documentation, issues, etc
|
||||||
|
|
||||||
Please refer to the comprehensive [[docs][documentation]] for full
|
Please refer to the comprehensive [[http://capitaomorte.github.com/yasnippet][documentation]] for full customization and
|
||||||
customization and support. If you think you've found a bug, please report it
|
support. If you think you've found a bug, please report it on [[https://github.com/capitaomorte/yasnippet/issues][the GitHub
|
||||||
on [[issues][the GitHub issue tracker]]. (please **do not** submit new
|
issue tracker]]. (please **do not** submit new issues to the old [[http://code.google.com/p/yasnippet/issues/list][googlecode
|
||||||
issues to the old [[googlecode-tracker][googlecode tracker]])
|
tracker]])
|
||||||
|
|
||||||
If you run into problems using YASnippet, or have snippets to contribute,
|
If you run into problems using YASnippet, or have snippets to contribute,
|
||||||
post to the [[forum][yasnippet forum]]. Thank you very much for using
|
post to the [[http://groups.google.com/group/smart-snippet][yasnippet forum]]. Thank you very much for using YASnippet!
|
||||||
YASnippet!
|
|
||||||
|
|
||||||
* Organizing snippets
|
* Organizing snippets
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user