aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Handle the `kbd` html tagArtur Malabarba2015-01-241-0/+2
| | | | |
| * | | | Handle the `sub` and `sup` html tagArtur Malabarba2015-01-241-1/+13
| | | | |
| * | | | Handle the `code` html tagArtur Malabarba2015-01-241-0/+34
| | | | |
| * | | | Do link handling per paragraph, so we don't linkify code blocksArtur Malabarba2015-01-241-32/+35
| | | | |
* | | | | Merge branch 'generate-header-line-from-keymap' into delete-commandArtur Malabarba2015-02-261-32/+114
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #263 from vermiculus/answer-and-question-headersArtur Malabarba2015-02-261-11/+32
| |\ \ \ \ | | | | | | | | | | | | Answer and question headers
| | * | | | Indicate which answer is acceptedArtur Malabarba2015-02-201-1/+15
| | | | | |
| | * | | | Up and Down arrows when you voteArtur Malabarba2015-02-201-5/+5
| | | | | |
| | * | | | Improve legibility of sx-question-mode--print-sectionArtur Malabarba2015-02-201-1/+8
| | | | | |
| | * | | | Fix "Asked on" for answersArtur Malabarba2015-02-201-4/+4
| | | | | |
| * | | | | Merge pull request #259 from vermiculus/bind-answer-sorting-to-a-keyArtur Malabarba2015-02-261-4/+15
| |\ \ \ \ \ | | | | | | | | | | | | | | Bind answer sorting to a key
| | * | | | | Define possible values for answer sortingArtur Malabarba2015-02-121-4/+15
| | | | | | |
| * | | | | | Merge branch 'master' into imagesArtur Malabarba2015-02-211-4/+6
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'tag-buttons' into imagesArtur Malabarba2015-02-121-3/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Only use images if imagemagick is available.Artur Malabarba2015-01-261-2/+7
| | |_|_|/ | |/| | |
| * | | | Only shrink images, don't enlarge them.Artur Malabarba2015-01-241-3/+13
| | | | |
| * | | | Larger max widthArtur Malabarba2015-01-241-1/+1
| | | | |
| * | | | Clean up nested linksArtur Malabarba2015-01-241-0/+8
| | | | |
| * | | | Sorround images with newlinesArtur Malabarba2015-01-241-1/+6
| | | | |
| * | | | With nested links, just do the inner one.Artur Malabarba2015-01-241-1/+1
| | | | |
| * | | | sx-question-mode--reference-regexp no longer matches newlinesArtur Malabarba2015-01-241-1/+1
| | | | |
| * | | | Detect if link is an image, download it, and pass it to ↵Artur Malabarba2015-01-241-3/+21
| | | | | | | | | | | | | | | | | | | | sx-question-mode--insert-link
| * | | | sx-question-mode--insert-link takes images tooArtur Malabarba2015-01-241-13/+17
| | | | |
* | | | | Don't print deleted posts.Artur Malabarba2015-02-211-24/+31
| |_|/ / |/| | |
* | | | Understand [meta-tag:TAG] linksArtur Malabarba2015-02-141-2/+4
| | | |
* | | | Use sx-tag--format-tagsArtur Malabarba2015-02-141-1/+1
| |/ / |/| |
* | | Merge branch 'master' into tag-buttonsArtur Malabarba2015-02-121-3/+3
|\ \ \ | |/ / |/| / | |/
| * Use sx--squash-whitespace in sx-question-mode--print-commentArtur Malabarba2015-02-031-3/+3
| | | | | | | | Fix #246
* | Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-161-5/+10
|\| | | | | | | | | Conflicts: sx-question.el
| * Hotfix: wrong variable nameSean Allred2015-01-161-1/+1
| | | | | | | | Fix #234
| * Merge pull request #228 from vermiculus/vermiculus/sort-answersSean Allred2015-01-161-5/+10
| |\ | | | | | | Customizable sorting; Fix #226. Generalization of #225.
| | * Change older-p to newer-pSean Allred2015-01-161-1/+1
| | | | | | | | | | | | | | | Older functions generally have more votes anyway -- new answers need initial the attention.
| | * Abstract sorting function into customizable optionSean Allred2015-01-151-1/+10
| | |
| | * Abstract sorting functionSean Allred2015-01-151-5/+1
| | |
* | | Turn tags inside body into buttons. Fix #229Artur Malabarba2015-01-151-13/+20
| | |
* | | Always use sx-tag face for tagsArtur Malabarba2015-01-151-6/+1
| | |
* | | sx-question-mode--insert-header accepts a nil face as third argArtur Malabarba2015-01-151-1/+4
| | |
* | | Move tag-format to sx-tag.elArtur Malabarba2015-01-151-1/+1
|/ /
* | Merge remote-tracking branch 'refs/remotes/origin/master' into improve-commentsArtur Malabarba2015-01-141-4/+9
|\|
| * Sort answers by scoreSean Allred2015-01-141-1/+6
| |
| * Hotfix: Less aggressive raw linksArtur Malabarba2015-01-111-3/+3
| |
* | Merge branch 'master' into improve-commentsSean Allred2015-01-071-8/+15
|\| | | | | | | | | Conflicts: test/test-printing.el
| * Merge pull request #218 from vermiculus/fix-plain-linksSean Allred2015-01-071-6/+11
| |\ | | | | | | Fix plain links
| | * Enable raw links. Fix #214Artur Malabarba2015-01-071-4/+9
| | |
| | * Change regexps to defconstArtur Malabarba2015-01-071-2/+2
| | |
| * | Really fix fillingArtur Malabarba2015-01-071-2/+4
| |/
* | Fix outdated referencesArtur Malabarba2015-01-071-4/+4
| |
* | Fix some migration left-oversArtur Malabarba2015-01-071-9/+11
| |
* | Move fallback-user to sx-user, and improve itArtur Malabarba2015-01-071-12/+0
| |
* | Change sx-question-mode-header-author to sx-question-mode-header-author-formatArtur Malabarba2015-01-071-6/+8
| |