Let's try to fix that markdown.

This commit is contained in:
Nicolas Stepien 2013-03-13 12:40:35 +01:00
parent adb5b4808e
commit 5b874152b7
3 changed files with 42 additions and 42 deletions

View File

@ -1268,7 +1268,7 @@
return;
}
$.event('CloseMenu');
html = "<div id=fourchanx-settings class=dialog>\n <nav>\n <div class=sections-list></div>\n <div class=credits>\n <a href='http://mayhemydg.github.com/4chan-x/' target=_blank>4chan X Beta</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CHANGELOG.md#" + g.VERSION + "' target=_blank>" + g.VERSION + "</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |\n <a href=javascript:; class=close title=Close>×</a>\n </div>\n </nav>\n <hr>\n <div class=section-container><section></section></div>\n</div>";
html = "<div id=fourchanx-settings class=dialog>\n <nav>\n <div class=sections-list></div>\n <div class=credits>\n <a href='http://mayhemydg.github.com/4chan-x/' target=_blank>4chan X Beta</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CHANGELOG.md#" + (g.VERSION.replace(/\./g, '')) + "' target=_blank>" + g.VERSION + "</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |\n <a href=javascript:; class=close title=Close>×</a>\n </div>\n </nav>\n <hr>\n <div class=section-container><section></section></div>\n</div>";
Settings.dialog = overlay = $.el('div', {
id: 'overlay',
innerHTML: html

View File

@ -1,59 +1,59 @@
### 3.0.0
# 3.0.0
Major rewrite of 4chan X.
**Major rewrite of 4chan X.**
Header:
Easily access features and the boards list directly from the Header.
The board list can be customized.
The Header can be automatically hidden.
- Easily access features and the boards list directly from the Header.
- The board list can be customized.
- The Header can be automatically hidden.
Egocentrism:
`(You)` will be added to quotes linking to your posts.
The Unread tab icon will indicate new unread posts quoting you with an exclamation mark.
Delete links in the post menu will only appear for your posts.
- `(You)` will be added to quotes linking to your posts.
- The Unread tab icon will indicate new unread posts quoting you with an exclamation mark.
- Delete links in the post menu will only appear for your posts.
Quick Reply changes:
Opening text files will insert their content in the comment field.
Pasting files/images (e.g. from another website) in Chrome will open them in the QR.
Cooldown start time is now more accurate, which means shorter cooldown period and faster auto-posting.
Cooldown remaining time will adjust to your upload speed and file size for faster auto-posting.
Clicking the submit button while uploading will abort the upload and won't start re-uploading automatically anymore.
Closing the QR while uploading will abort the upload and won't close the QR anymore.
Creating threads outside of the index is now possible.
Selection-to-quote also applies to selected text inside the post, not just inside the comment.
Added thumbnailing support for Opera.
- Opening text files will insert their content in the comment field.
- Pasting files/images (e.g. from another website) in Chrome will open them in the QR.
- Cooldown start time is now more accurate, which means shorter cooldown period and faster auto-posting.
- Cooldown remaining time will adjust to your upload speed and file size for faster auto-posting.
- Clicking the submit button while uploading will abort the upload and won't start re-uploading automatically anymore.
- Closing the QR while uploading will abort the upload and won't close the QR anymore.
- Creating threads outside of the index is now possible.
- Selection-to-quote also applies to selected text inside the post, not just inside the comment.
- Added thumbnailing support for Opera.
Image Expansion changes:
The toggle and settings are now located in the Header's shortcuts and menu.
There is now a setting to allow expanding spoilers.
Expanding OP images won't squish replies anymore.
- The toggle and settings are now located in the Header's shortcuts and menu.
- There is now a setting to allow expanding spoilers.
- Expanding OP images won't squish replies anymore.
Thread Updater changes:
The Thread Updater will now notify of sticky/closed status change and update the icons.
The Thread Updater will pause when offline, and resume when online.
Added a setting to always auto-scroll to the bottom instead of the first new post.
- The Thread Updater will now notify of sticky/closed status change and update the icons.
- The Thread Updater will pause when offline, and resume when online.
- Added a setting to always auto-scroll to the bottom instead of the first new post.
Unread posts changes:
Added a line to distinguish read post from unread ones.
Read posts won't be marked as unread after reloading a thread.
The page will scroll to the last read post after reloading a thread.
Visible posts will not be taken into account towards the unread count.
- Added a line to distinguish read post from unread ones.
- Read posts won't be marked as unread after reloading a thread.
- The page will scroll to the last read post after reloading a thread.
- Visible posts will not be taken into account towards the unread count.
Thread Stats changes:
Post and file count will now adjust with deleted posts.
The post count will now become red past the bump limit.
The file count will not become red anymore inside sticky threads.
- Post and file count will now adjust with deleted posts.
- The post count will now become red past the bump limit.
- The file count will not become red anymore inside sticky threads.
Thread/Post Hiding changes:
Added Thread & Post Hiding in the Menu, with individual settings.
Thread & Post Hiding Buttons can now be disabled in the settings.
Recursive Hiding will be automatically applied when manually showing/hiding a post.
- Added Thread & Post Hiding in the Menu, with individual settings.
- Thread & Post Hiding Buttons can now be disabled in the settings.
- Recursive Hiding will be automatically applied when manually showing/hiding a post.
Other:
Added touch and multi-touch support for dragging windows.
Added [eqn] and [math] tags keybind.
Fix Chrome's install warning saying that 4chan X would execute on all domains.
Fix Quote Backlinks and Quote Highlighting not affecting inlined quotes.
Fix unreadable inlined posts with the Tomorrow theme.
Fix user ID highlighting on fetched posts.
More fixes and improvements.
- Added touch and multi-touch support for dragging windows.
- Added [eqn] and [math] tags keybind.
- Fix Chrome's install warning saying that 4chan X would execute on all domains.
- Fix Quote Backlinks and Quote Highlighting not affecting inlined quotes.
- Fix unreadable inlined posts with the Tomorrow theme.
- Fix user ID highlighting on fetched posts.
- More fixes and improvements.

View File

@ -212,7 +212,7 @@ Settings =
<div class=sections-list></div>
<div class=credits>
<a href='<%= meta.page %>' target=_blank><%= meta.name %></a> |
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION}' target=_blank>#{g.VERSION}</a> |
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION.replace(/\./g, '')}' target=_blank>#{g.VERSION}</a> |
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |
<a href=javascript:; class=close title=Close>×</a>
</div>