- Allow highlighting UTF-8 source code
- Fix bug in converting nested list
- Add
md2key init
subcommand to generate .md2key - Allow changing master slide by .md2key
- See k0kubun#32 for details
- Support presenter notes
- k0kubun#28
- Thanks to @amatsuda
- Add support to draw flowchart and sequence
- k0kubun#27
- Thanks to @codeant
- Add table support
- k0kubun#25
- Thanks to @codeant
- Use delay before paste to prevent pasting wrong text
- Escape HTML in markdown
- k0kubun#15
- Thanks to @liubin
- Avoid using shell to execute AppleScript
- k0kubun#16
- Thanks to @liubin
- Support nested list
- Bugfix for code listing without extension
- k0kubun#17
- Thanks to @ainoya
- Support relative path for images
- k0kubun#14
- Thanks to @liubin
- Internal refactorings
- Drop unindent gem dependency
- Performance improvement
- Stop generating applescript every time
- Thanks to @bogem
- Support syntax-highlighted source code insert
- Don't pull the Keynote window in the front
- Always use the front document to convert
- You no longer need to select the second slide by hand
- Support inserting images
- Old extra slides before execution are deleted automatically
- Changed not to fail even if a second slide does not exist
- Activate a template slide automatically
- Don't skip a nested list
- But still flattened
- Use redcarpet as markdown parser
- Support list starting with
*
- Regard
#
,##
and###
as the same
- Support list starting with
- Temporarily support skipping
---
- Still expecting users to write a format like Deckset
- k0kubun#2
- Thanks to @liubin
- Fix strange indentation
- Initial release
- Parse only
#
,-
and---
- Parse only