Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
update readme about snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarcia committed Jun 2, 2010
1 parent 8265b49 commit f6f8c7b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,28 @@ Zen Coding for Gedit

This plugin fully integrates [Zen Coding](http://code.google.com/p/zen-coding/) into [Gedit](http://projects.gnome.org/gedit/). With Zen Coding for Gedit, you can:

- Expand abbreviation
- Expand incrementally with abbreviation
- Wrap incrementally with abbreviation
- Zenify (reduce to abbreviation) (*)
- Select inward or outward (*)
- Expand abbreviation (*)
- Expand incrementally with abbreviation (*)
- Wrap incrementally with abbreviation (*)
- Zenify (reduce to abbreviation) (**)
- Select inward or outward (**)
- Merge lines
- Go to previous or next html tag (*)
- Go to previous or next html node (*)
- Go to previous or next html tag (**)
- Go to previous or next html node (**)
- Go to previous or next edit point
- Update tag image size
- Toggle between image url and data
- Remove tag
- Split or join tags
- Toggle comment
- Create your own abbreviations and snippets
- Insert incrementally 'lorem ipsum' words or sentences, or random letters (**)
- Insert incrementally 'lorem ipsum' words or sentences, or random letters (***)

(*) these features use [html_navigation.py](http://github.com/fmarcia/zen-coding-gedit/blob/master/zencoding/html_navigation.py) instead of [zen_actions.py](http://github.com/fmarcia/zen-coding-gedit/blob/master/zencoding/zen_actions.py)
(*) use snippets when available

(**) see [lorem_ipsum.py](http://github.com/fmarcia/zen-coding-gedit/blob/master/zencoding/lorem_ipsum.py) for usage
(**) these features use [html_navigation.py](http://github.com/fmarcia/zen-coding-gedit/blob/master/zencoding/html_navigation.py) instead of [zen_actions.py](http://github.com/fmarcia/zen-coding-gedit/blob/master/zencoding/zen_actions.py)

(***) see [lorem_ipsum.py](http://github.com/fmarcia/zen-coding-gedit/blob/master/zencoding/lorem_ipsum.py) for usage

These actions are available using keyboard shortcuts and menu items.

Expand Down

0 comments on commit f6f8c7b

Please sign in to comment.