aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
Commit message (Expand)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
* 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 sx-question-mode--ins...Artur Malabarba2015-01-241-3/+21
* sx-question-mode--insert-link takes images tooArtur Malabarba2015-01-241-13/+17
* Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-161-5/+10
|\
| * Hotfix: wrong variable nameSean Allred2015-01-161-1/+1
| * Merge pull request #228 from vermiculus/vermiculus/sort-answersSean Allred2015-01-161-5/+10
| |\
| | * Change older-p to newer-pSean Allred2015-01-161-1/+1
| | * 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
|\|
| * Merge pull request #218 from vermiculus/fix-plain-linksSean Allred2015-01-071-6/+11
| |\
| | * 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
* | Move user-printing to sx-userArtur Malabarba2015-01-071-33/+1
* | Use sx--format-user instead of propertize-display-nameArtur Malabarba2015-01-071-12/+4
* | Delete duplicate face definitionArtur Malabarba2015-01-071-5/+0
* | Use fallback user in sx--format-userArtur Malabarba2015-01-071-7/+7
* | Change deleted-user to fallback-userArtur Malabarba2015-01-071-4/+10
* | Define sx--format-userArtur Malabarba2015-01-071-0/+28
|/
* Don't assume .display_name exists. Fix #209Artur Malabarba2015-01-061-1/+1
* Standardize local variablesSean Allred2015-01-041-1/+5
* Merge pull request #170 from vermiculus/issue-#157--zlibSean Allred2014-12-201-3/+0
|\
| * Handle utf-8 encoding the right way.Artur Malabarba2014-12-201-3/+0
* | Hot fix #171. Check if .score is a numberArtur Malabarba2014-12-201-2/+2
* | Hotfix, don't barf on links we don't understand.Artur Malabarba2014-12-201-4/+5
|/
* Merge pull request #165 from vermiculus/better-fillingSean Allred2014-12-201-30/+49
|\
| * Fix return valuesArtur Malabarba2014-12-181-2/+5
| * Reorganize functions.Artur Malabarba2014-12-181-18/+22
| * Reimplement reference not-fillingArtur Malabarba2014-12-181-0/+7