Skip to content

Commit

Permalink
update README, LICENSE, TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
swcool committed May 1, 2013
1 parent 4d7c34f commit 80eb232
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License
================

Copyright (c) 2012 alibaba.com
Copyright (c) 2013 Shane Weng

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
45 changes: 23 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
markdownViewer
==============
# markdownViewer

markdownViewer is a extention for chrome, used for reading markdown file.
markdownViewer is a extention for chrome, used for viewing markdown file.

Features:
==============
# Features

1. Viewing markdown file
1. Viewing markdown file in HTML format
2. Auto reload local file when file is changed
3. Highlight the code area
4. Show outline beside the content with scroller
5. Buttons for GoTop, ViewSource and GoBottom
4. Show outline beside the content in scrollable way
5. Have buttons for GoTop, ViewSource and GoBottom

More see in [Wiki](https://github.com/swcool/markdownViewer/wiki)

Change Log
================
### 1.0.6
# Change Log

## 1.0.7
- Move buttons to right bottom corner.
- Update the screenshot

## 1.0.6
- move buttons to right to keep outline and buttons in one place;
- Update outline css to have better fit size

### 1.0.5
## 1.0.5
- Some UI changes: change width percentage; move top, source, bottom to left

### 1.0.4
## 1.0.4
- Used marked.js instead of showdown.js to render MD

### 1.0.3
## 1.0.3
- Removed container border when print

### 1.0.2
## 1.0.2
- Add Wiki and Screen Shot

### 1.0.1
## 1.0.1
- Initial

License
================
# License

markdownViewer is released under the MIT license:

Expand All @@ -61,12 +62,12 @@ markdownViewer is released under the MIT license:
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
Contributors
=================
# Contributors

[Contributors](https://github.com/swcool/markdownViewer/contributors)

Thanks
=================
# Thanks

* markdownreader: [https://github.com/yaniswang/markdownReader](https://github.com/yaniswang/markdownReader)
* marked.js: [https://github.com/chjj/marked/](https://github.com/chjj/marked/)
* prettify: [http://code.google.com/p/google-code-prettify/](http://code.google.com/p/google-code-prettify/)
4 changes: 0 additions & 4 deletions TODO.md

This file was deleted.

6 changes: 3 additions & 3 deletions markdownviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: inline;
float: left;
width: 70%;
padding: 10px 40px 10px 60px;
padding: 10px 40px 10px 40px;
line-height:1.4em;
font:13.34px helvetica,arial,freesans,clean,sans-serif;

Expand Down Expand Up @@ -104,8 +104,8 @@ dd{margin-left:2em;margin-bottom:1em;}

#markdown-buttons-container {
position : fixed;
right: 5px;
top: 40%;
bottom: 0;
right: 0;
border: 1px solid rgb(236, 236, 236);
background: rgb(248, 248, 248);
}
Expand Down

0 comments on commit 80eb232

Please sign in to comment.