Sat, 05 Mar 2016 19:21:35 +0100 |
Goffi |
jp (blog/preview): open and preview commands can be changed in sat.conf with "blog_preview_open_cmd" and "blog_preview_update_cmd" in [jp] section + don't convert syntax when content is empty
|
Sat, 05 Mar 2016 18:00:12 +0100 |
Goffi |
jp (blog): fixed syntax guessing on existing files
|
Sat, 05 Mar 2016 17:59:10 +0100 |
Goffi |
jp (blog/preview): added inotify support, so preview can be updated each time the file is modified (actually IN_CLOSE_WRITE is used, but this may change in the future)
|
Sat, 05 Mar 2016 15:43:14 +0100 |
Goffi |
jp (blog/preview): xhtml cleaning is now used on preview
|
Fri, 04 Mar 2016 11:22:41 +0100 |
Goffi |
jp (blog): moved common method in a BlogCommon class + added "current" as an item keyword for blog/edit
|
Fri, 04 Mar 2016 10:33:28 +0100 |
Goffi |
jp (blog/edit): metadata file is reused if it already exists
|
Thu, 03 Mar 2016 18:28:53 +0100 |
Goffi |
jp (blog): preview command, first draft
|
Thu, 03 Mar 2016 17:02:23 +0100 |
souliane |
jp (blog): add to EDITOR_ARGS_MAGIC parameters for (x)emacs and nano
|
Thu, 03 Mar 2016 15:57:06 +0100 |
Goffi |
jp (blog/edit): editor arguments can now be specified on sat.conf, and default on are applied for known editors:
|
Wed, 02 Mar 2016 19:53:53 +0100 |
Goffi |
jp (blog/edit): removed content_rich from KEY_TO_REMOVE_METADATA as it is never given by backend
|
Wed, 02 Mar 2016 19:46:01 +0100 |
Goffi |
base (blog/edit): added a way to block publishing by adding "publish": "false" in metadata file
|
Wed, 02 Mar 2016 19:18:14 +0100 |
Goffi |
jp (blog/edit): added metadata handling through a .json file (named like content temporary file, but with extension replaced by "_metadata.json"). Modification to this file before the end of edition will be taken into account.
|
Tue, 01 Mar 2016 01:54:21 +0100 |
Goffi |
jp (blog): edit command, first draft:
|
Mon, 29 Feb 2016 16:52:51 +0100 |
Goffi |
jp: all commands now use the new start method and set need_loop in __init__ when needed
|
Thu, 04 Feb 2016 11:48:37 +0100 |
souliane |
frontends (jp): onActionNew displays xmlui message if no meta_type is defined and xmlui is defined
|