Skip to content

Tags: smashell/OrgNote

Tags

0.4.5

Toggle 0.4.5's commit message
1. 修复标签页面里文章链接路径问题;

2. 修复个别标签获取失败的问题;

0.4.4

Toggle 0.4.4's commit message
FIX issue#8: 每篇文章以文章标题作为页面的副标题

0.4.3

Toggle 0.4.3's commit message
GNU Emacs 24.4.1

0.4.0

Toggle 0.4.0's commit message
2014-12-08 Leslie Zhu <pythonisland@gmail.com>

	* 0.4.0:
	- use YAML configure file, not use .ini file anymore
	- all speciall config read from YAML configure file
	- the public url format with yeam/month/date
	- auto publish the file user input, not publish all in backend
	- the default org file init wiht configure options

2014-11-24  Leslie Zhu  <pythonisland@gmail.com>

	* 0.3.0: new design
	- add Config system, so user can configure OrgNote easy
	- add setup.py, so user can install it as a python package
	- add more command like `init`,`list`..etc, so it more Hexo-like
	- only support default theme
	- only support emacs org-html.el convert,not use HTML parser in this verion

2014-11-13  Leslie Zhu  <pythonisland@gmail.com>

	* 0.2.0: the basic functions ready
	* orgnote.py: split homepage as small pages

2014-10-13  Leslie Zhu  <pythonisland@gmail.com>

	* 0.1.4: add feature show the notes by month in slidebar.

0.3.0

Toggle 0.3.0's commit message
2014-11-24 Leslie Zhu <pythonisland@gmail.com>

	* 0.3.0: new design
	- add Config system, so user can configure OrgNote easy
	- add setup.py, so user can install it as a python package
	- add more command like `init`,`list`..etc, so it more Hexo-like
	- only support default theme
	- only support emacs org-html.el convert,not use HTML parser in this verion

2014-11-13  Leslie Zhu  <pythonisland@gmail.com>

	* 0.2.0: the basic functions ready
	* orgnote.py: split homepage as small pages

2014-10-13  Leslie Zhu  <pythonisland@gmail.com>

	* 0.1.4: add feature show the notes by month in slidebar.

0.2.1

Toggle 0.2.1's commit message
1. 修复了由于emacs版本不同或org-html.el版本不同导致的标签不一致引起的匹配错误问题

2. 更新了对postamble信息的处理方式,以便解决#1提到的问题
3. 对于撰写日期的格式多样化提供更多地支持,避免用户开始使用的时候过多细节错误、问题引起的不爽
4. 增加init-org-note.el,方便用户对Emacs尚不熟悉配置引起的不适感
5. 此版本有效改进,但下一个版本会进行大刀阔斧的更新,因此不再细究其它细节问题
6. 目前为止,除我本人之外,已经有了第一个用户,即我表弟....

0.1.5

Toggle 0.1.5's commit message
keep month order in slidebar_timetags

0.1.4

Toggle 0.1.4's commit message
add feature: show the notes by month

0.1.3

Toggle 0.1.3's commit message
update README