Swaroop
f20bdfd90f
[markdown] add key to toggle checkbox
2017-06-19 13:31:07 -07:00
duianto
0f85e60c29
Update markdown insert link, function renamed
...
Problem:
The insert link key binding `, i l` shows:
Wrong type argument: commandp, markdown-insert-link
Cause:
The markdown-mode package has renamed the `markdown-insert-link` function to:
`markdown-insert-inline-link-dwim`.
Solution:
Rename the key bindings function name.
Rename documentation to match the function name.
2017-06-14 10:52:08 +02:00
Swaroop
e1ed293987
[markdown] Add key bindings to toggle features, esp. hidden urls
2017-06-12 12:34:19 +02:00
JAremko
6c5a0b2b14
update docs to the new toc-org format
2017-05-22 18:35:37 +03:00
syl20bnr
4fd895a917
markdown: cleanup auto-modes for mmm and add support ini files
2017-04-29 11:08:03 -04:00
Christian Brassat
7fc758e3c2
markdown-mmm-auto-modes
defines pairs of language and mode names
...
where the mode name is different from the language name
2017-04-29 10:57:04 -04:00
Christian Brassat
e3307d0b17
Generate mmm-modes automatically based on a list.
...
Includes a config variable for use in `dotspacemacs-configuration-layers`
2017-04-29 10:55:12 -04:00
JAremko
94205a3e81
Fix css links and various org links
2017-04-29 10:45:52 -04:00
syl20bnr
cbab7cac59
markdown: add SPC m i t key binding to instert toc
2017-02-09 17:02:50 -05:00
d12frosted
2319bdc350
add note about flymd in markdown layer
2017-02-01 16:00:43 +02:00
Eivind Fonn
d365a2410a
Re-fix SPC : -> SPC SPC
2016-08-22 14:51:33 +02:00
Marlin NA
bc3a9fd1a0
Fix description: command of generating TOC
2016-08-22 14:50:54 +02:00
syl20bnr
ea77a5d764
markdown: new layer variable markdown-live-preview-engine
2016-06-06 23:39:41 -04:00
Jeremy Bi
c267c36be1
Add vmd support in markdown mode
2016-06-06 23:01:06 -04:00
syl20bnr
9160109110
bibtex: format layer
...
Remove packages-config.el
Fix format of README
2016-04-17 00:37:47 -04:00
JP-Ellis
97aff9d8db
Add BibTeX layer.
...
Integrates with org mode and LaTeX in order to manage citations.
Signed-off-by: JP-Ellis <josh@jpellis.me>
2016-04-17 00:37:47 -04:00
syl20bnr
07852abad5
Format documenation files with doc-fmt tool
2016-04-12 23:31:38 -04:00
Sebastian Wiesner
bd4fe19d4d
markdown: Add binding for live preview mode
2016-04-11 21:00:24 +02:00
Pablo de Oliveira
cc3cfcddfd
Fix +lang/markdown documentation on promotion and movement keybindings
...
Update documentation by removing obsolete keybindings that
were deleted from +lang/markdown layer in 7b6678e
.
In particular the ~SPC m =~, ~SPC m -~ and ~SPC m l [h/j/k/l]~
have been superseded by the **Movement** bindings.
2016-04-05 12:29:33 +02:00
syl20bnr
3b0c1fd93d
Convert org doc files with doc-fmt
2016-03-30 22:59:55 -04:00
Fabien Dubosson
06cb27e1dc
[doc] Fix some additional SPC :
to SPC SPC
2016-02-07 14:39:54 +01:00
syl20bnr
cddf18ff1e
Update install layer section in REAMDE.org files
2016-01-06 00:21:55 -05:00
Eivind Fonn
c893383fe4
Fix some documentation bugs
...
- CSS links
- GIFS in published version
- Unify layer doc titles
- Change emoji layer emojis to an image
2015-12-03 23:50:29 -05:00
Eivind Fonn
c3866382b2
Documentation update
...
- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
2015-11-13 14:23:13 +01:00
Eivind Fonn
13c5b1d24b
Convert documentation to publishable format
2015-11-01 23:40:29 -05:00
Wieland Hoffmann
9d12307ce9
Fix the list of buffer-wide commands in markdown
...
The old list was completely wrong for some reason, so here's the correct
one, in the order the keybindings appear in packages.el.
2015-10-25 10:51:19 +01:00
syl20bnr
bbd031d407
markdown: add doc for SPC m x C
2015-10-21 17:12:30 -04:00
justbur
6eab954afe
Use + instead of ! for layer categories
...
Helm seems to treat "!" specially in pattern matching, so having a ! in
the pattern string when traversing directories is problematic. This
change fixes #2737 , because as far as I can tell "+" has no special
meaning in a helm pattern.
Of course, we can choose a different character, but I'm fond of "+" as
representing "more layers here".
2015-09-11 00:13:51 -04:00