Results 91 issues of Joseph Reagle

``` import datefinder matches = datefinder.find_dates(string_with_dates) for match in matches: print(match) ```

``` ─➤ pip3 install gen2kindle DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew...

I typically like to edit markdown in a variable width font, though this doesn't work for tables. Would it be possible that one could specify a preferred mono-space font for...

enhancement

It'd be great if we had a format string with which we could specify the names.

enhancement
help wanted
attachments

I can select word, within quotes, and quotes; but how about expanding to line, paragraph, and section in markdown?

enhancement

I use [demon386/SmartMarkdown](https://github.com/demon386/SmartMarkdown) as it supports pandoc/markdown tables, but I envy the power (move/join/split columns and row) of [vkocubinsky/SublimeTableEditor](https://github.com/vkocubinsky/SublimeTableEditor). Could demon386 make use of vkocubinsky, or vkocubinsky support pandoc style...

Now that pandoc supports the dzslide output format, I'm hoping to transition from landslide->HTML5Slides to pandoc->DZSlides. One thing I miss in DZSlides is a table of content (pop up with...

RFE

I'm confused about autoplay. I want to turn it off. When I include the following: ``` ``` it autoplays on the first slide, definitely not right! The documentation speaks of...

This is related to #20 (documentation), but I was [toying](https://groups.google.com/forum/?fromgroups#!topic/pandoc-discuss/OIvldM-BUV0) with moving to the newer version of dzslides with its implied [Takahashi style](http://en.wikipedia.org/wiki/Takahashi_Style) of slides with large text. One of...

Hi, for the life of me I can't configure sensible behavior. 1. I don't want it to open a new window **ever**. 2. I want either a new full screen...

question