Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emacs-china/emacsist

Emacs微信公众号收录文章存档!
https://github.com/emacs-china/emacsist

emacs emacsist wechart

Last synced: 4 days ago
JSON representation

Emacs微信公众号收录文章存档!

Awesome Lists containing this project

README

        

* Emacsist
[[http://elpa.popkit.org/#/emacsist][file:http://elpa.popkit.org/packages/emacsist-badge.svg]]

Emacs 微信公众号收录文章存档,每周一定期推送一篇文章。往期收录的文章全部在 articles/目录下,每篇文章名为:发表日期+原文章题目。

** 欢迎投稿

投稿方式有以下两种(推荐第一种):
1. 向该项目提交 Pull Request (投稿的文章请放在 tougao/这个目录下);
2. 发邮件到投稿邮箱:[email protected]; [email protected]; [email protected] (建议以 org 文档附件形式投稿)。

投稿时请:
- 注明你的昵称,或 ID,总之是你想显示的作者名
- 如投稿的文章已经在其他地方发表,可以附上原文链接

** 关注公众号
[[./images/qrcode.jpg]]

** 维护人
[[https://github.com/hick][hick]] king [[https://github.com/aborn][aborn]] [[https://github.com/geekplux][geekplux]]

** 生成往期文章列表

#+BEGIN_SRC emacs-lisp
(load-file "/path/to/emacsist.el")
(require 'emacsist)
(setq emacsist-repo-root "/path/to")
#+END_SRC

执行 emacsist.el 里的 *M-x emacsist* 命令就可以生成往期文章列表。如果当前buffer打开的是 tougao/
目录下的文章,执行 *M-x emacsist-publish* 可以将该文章发布到 article/ 下(如果当前文章已经收录到Emacs公众号)。

** 往期文章
+ [[./articles/2017-06-03使用magit快速commit和push.org][2017-06-03使用magit快速commit和push]]
+ [[./articles/2017-04-10Emacs是如何实现快速查找和定位代码的%3F.org][2017-04-10Emacs是如何实现快速查找和定位代码的?]]
+ [[./articles/2017-04-05创建Emacs版的notify-sender.org][2017-04-05创建Emacs版的notify-sender]]
+ [[./articles/2017-03-06使用Emacs发送电子邮件.org][2017-03-06使用Emacs发送电子邮件]]
+ [[./articles/2017-02-20Emacs文件管理神器--dired常用操作说明.org][2017-02-20Emacs文件管理神器--dired常用操作说明]]
+ [[./articles/2017-02-13Emacs:dired文件管理.org][2017-02-13Emacs:dired文件管理]]
+ [[./articles/2017-02-06Emacs 26的多线程探索.org][2017-02-06Emacs 26的多线程探索]]
+ [[./articles/2017-01-16Emacs查看日志常用命令.org][2017-01-16Emacs查看日志常用命令]]
+ [[./articles/2017-01-09如何玩转tramp%3F.org][2017-01-09如何玩转tramp?]]
+ [[./articles/2017-01-02Emacs作为图片浏览器.org][2017-01-02Emacs作为图片浏览器]]
+ [[./articles/2016-12-26Emacs中那些不常用的行操作命令.org][2016-12-26Emacs中那些不常用的行操作命令]]
+ [[./articles/2016-12-19Emacs中使用Rmail收取邮件.org][2016-12-19Emacs中使用Rmail收取邮件]]
+ [[./articles/2016-12-12为什么要用Emacs.md][2016-12-12为什么要用Emacs]]
+ [[./articles/2016-12-05如何编写EmacsScript.org][2016-12-05如何编写EmacsScript]]
+ [[./articles/2016-11-28判断Emacs是否在图形环境中的正确方法.org][2016-11-28判断Emacs是否在图形环境中的正确方法]]
+ [[./articles/2016-11-21那就从妖艳酷炫的快捷键开始吧!(二).org][2016-11-21那就从妖艳酷炫的快捷键开始吧!(二)]]
+ [[./articles/2016-11-14那就从妖艳酷炫的快捷键开始吧!(一).org][2016-11-14那就从妖艳酷炫的快捷键开始吧!(一)]]
+ [[./articles/2016-11-08使用Emacs ediff作为git diff工具.org][2016-11-08使用Emacs ediff作为git diff工具]]
+ [[./articles/2016-11-07你能想到的几乎所有关于行的操作.org][2016-11-07你能想到的几乎所有关于行的操作]]
+ [[./articles/2016-10-31Emacs的书签功能介绍.org][2016-10-31Emacs的书签功能介绍]]
+ [[./articles/2016-10-23如何搭建Emacs-LaTeX-make工具链.org][2016-10-23如何搭建Emacs-LaTeX-make工具链]]