pelican-mode.git
6 years ago`org-mode’ support.
Joe Wreschnig [Mon, 7 Aug 2017 10:26:08 +0000 (12:26 +0200)]
`org-mode’ support.

6 years agoAdd AsciiDoc support.
Joe Wreschnig [Mon, 7 Aug 2017 10:02:08 +0000 (12:02 +0200)]
Add AsciiDoc support.

Fix customization group.

6 years agoExplain what Pelican is.
Joe Wreschnig [Mon, 7 Aug 2017 10:01:35 +0000 (12:01 +0200)]
Explain what Pelican is.

6 years agoUse `locate-dominating-file’ rather than reimplementing it.
Joe Wreschnig [Mon, 7 Aug 2017 08:53:25 +0000 (10:53 +0200)]
Use `locate-dominating-file’ rather than reimplementing it.

6 years agoRemove trailing whitespace.
Joe Wreschnig [Mon, 7 Aug 2017 08:17:53 +0000 (10:17 +0200)]
Remove trailing whitespace.

6 years agoSome documentation.
Joe Wreschnig [Mon, 7 Aug 2017 08:15:41 +0000 (10:15 +0200)]
Some documentation.

6 years agoFix bug when inserting headers outside site roots.
Joe Wreschnig [Mon, 7 Aug 2017 08:15:22 +0000 (10:15 +0200)]
Fix bug when inserting headers outside site roots.

6 years agoAdd TODO.
Joe Wreschnig [Mon, 7 Aug 2017 08:08:43 +0000 (10:08 +0200)]
Add TODO.

6 years agoCustomizable list of set-field implementations for modes.
Joe Wreschnig [Mon, 7 Aug 2017 08:08:12 +0000 (10:08 +0200)]
Customizable list of set-field implementations for modes.

6 years agoRemove distinction between field and title.
Joe Wreschnig [Sun, 6 Aug 2017 23:37:22 +0000 (01:37 +0200)]
Remove distinction between field and title.

The only mode-specific entry point is now `pelican-mode-set-field’,
which is implemented per-mode and responsible for knowing which fields
need special handling.

6 years agoUse a global mode rather than initializing on load.
Joe Wreschnig [Sun, 6 Aug 2017 10:43:32 +0000 (12:43 +0200)]
Use a global mode rather than initializing on load.

6 years agoStandardization spree:
Joe Wreschnig [Sun, 6 Aug 2017 10:32:08 +0000 (12:32 +0200)]
Standardization spree:

- Use `pelican-mode’ rather than `pelican’ as a prefix, to match
  the package name

- Talk about “articles and pages”, not “posts and pages”, to match
  Pelican documentation.

- Improve a few documentation strings.

6 years agoThose points are no longer enforced, but customizable.
Joe Wreschnig [Sun, 30 Jul 2017 14:39:21 +0000 (16:39 +0200)]
Those points are no longer enforced, but customizable.

However, do enforce my new whitespace preference.

6 years agouser-error for an error, rather than message.
Joe Wreschnig [Sun, 30 Jul 2017 14:37:39 +0000 (16:37 +0200)]
user-error for an error, rather than message.

6 years agoVersion bump.
Joe Wreschnig [Sun, 30 Jul 2017 14:34:05 +0000 (16:34 +0200)]
Version bump.

6 years agoAllow customizing the default field list.
Joe Wreschnig [Sun, 30 Jul 2017 14:32:26 +0000 (16:32 +0200)]
Allow customizing the default field list.

6 years agoAn empty string field value also means no field.
Joe Wreschnig [Sun, 30 Jul 2017 14:00:40 +0000 (16:00 +0200)]
An empty string field value also means no field.

6 years agoUse special values.
Joe Wreschnig [Sun, 30 Jul 2017 13:48:46 +0000 (15:48 +0200)]
Use special values.

6 years agoHandle reST/Markdown title differences in `pelican-set-field’.
Joe Wreschnig [Sun, 30 Jul 2017 13:47:36 +0000 (15:47 +0200)]
Handle reST/Markdown title differences in `pelican-set-field’.

Add `pelican-remove-field’ helper function.

6 years agoImprove predicate function names.
Joe Wreschnig [Sun, 30 Jul 2017 13:25:29 +0000 (15:25 +0200)]
Improve predicate function names.

6 years agoDefine pelican-mode-map implicitly and inline.
Joe Wreschnig [Sun, 30 Jul 2017 13:15:17 +0000 (15:15 +0200)]
Define pelican-mode-map implicitly and inline.

6 years agoPass around non-title fields as a plist.
Joe Wreschnig [Sun, 30 Jul 2017 12:51:42 +0000 (14:51 +0200)]
Pass around non-title fields as a plist.

6 years agoUse `compilation-start` rather than custom buffer initialization.
Joe Wreschnig [Sun, 16 Jul 2017 19:24:40 +0000 (21:24 +0200)]
Use `compilation-start` rather than custom buffer initialization.

6 years agoFix incorrect copy/pasted doc string.
Joe Wreschnig [Sun, 16 Jul 2017 19:07:59 +0000 (21:07 +0200)]
Fix incorrect copy/pasted doc string.

6 years agoAutoload hooked `pelican-enable-if-site`.
Joe Wreschnig [Fri, 23 Jun 2017 22:42:45 +0000 (00:42 +0200)]
Autoload hooked `pelican-enable-if-site`.

6 years agoFix field addition when using rst.
Joe Wreschnig [Sun, 18 Jun 2017 19:08:42 +0000 (21:08 +0200)]
Fix field addition when using rst.

6 years agoClean up title setting logic.
Joe Wreschnig [Sun, 18 Jun 2017 18:56:12 +0000 (20:56 +0200)]
Clean up title setting logic.

6 years agoRewrite field setting with modern Emacs Lisp.
Joe Wreschnig [Sun, 18 Jun 2017 18:27:00 +0000 (20:27 +0200)]
Rewrite field setting with modern Emacs Lisp.

Relicense under GPL3.

10 years agoActual proper commands in README.
Joe Wreschnig [Sat, 29 Mar 2014 17:09:42 +0000 (18:09 +0100)]
Actual proper commands in README.

10 years agoChange keybinding prefix from C-x p to C-c P.
Joe Wreschnig [Sat, 29 Mar 2014 17:08:05 +0000 (18:08 +0100)]
Change keybinding prefix from C-x p to C-c P.

C-x to C-c avoids conflicts with a variety of global Emacs extensions. p
to P avoids conflicts with Projectile.

10 years agoAdjust README for gitweb.
Joe Wreschnig [Wed, 19 Mar 2014 00:07:16 +0000 (01:07 +0100)]
Adjust README for gitweb.

10 years agoInitial import.
Joe Wreschnig [Tue, 21 May 2013 18:55:37 +0000 (20:55 +0200)]
Initial import.