emacs-china / Spacemacs-rocks

Happy Hacking Emacs & Spacemacs (Simplified Chinese)
http://book.emacs-china.org
2.11k stars 324 forks source link

Spacemacs Rocks 第一季 全部视频目录 #5

Open zilongshanren opened 8 years ago

zilongshanren commented 8 years ago

该 issue 主要用来收集视频反馈与意见、建议。

Emacs党专属Slack team: https://slackin-emacs-cn.herokuapp.com/

另外,第一季完整视频列表如下:

第二季视频列表: https://github.com/zilongshanren/Spacemacs-rocks/issues/20

另外,为了方便国内的 Spacemacs 用户入门,我还维护了一个 中文 FAQ

更多好玩的内容和 package 也欢迎大家推荐.

本人还维护了一个Emacs的公众号,每周会不定时地推送一些Emacs Tips,欢迎大家订阅。

Happy Hacking :smile:

qrcode

zilongshanren commented 8 years ago

@CodeFalling :+1: 赞, 下次录视频的时候考虑一下。

young40 commented 8 years ago

@CodeFalling 很赞!

forzajuve commented 8 years ago

hi,我用你配置写笔记,现在比较郁闷的是,怎么方便的写图文并茂的笔记呢,我现在需要把图片保存在本地,比如icloud drive下(方便家里公司电脑同步),然后[[file:1.jpg ]] . 有没有什么方便的方法,比如像evernote那样,直接cmd+c,cmd+v到.org文件里面?

xcodebuild commented 8 years ago

@forzajuve 首先图片是不能在 org 「里面」的,毕竟 org 是纯文本的,一般是推荐直接把整个和org相关的文件都扔同步盘里。 其次,如果只是要直接方便的插入到 emacs 里你可以自己写 emacs-lisp 完成「把图片放到对应位置->插入[[file:path/to/image]]」的过程。例如使用 Org-mode 来写博客这篇文章里提到的截图并插入到 emacs。 关于直接从剪切板插入到orgmode,可能需要借助类似 pngpaste (如果你在使用mac)这样的命令行工具将剪切板中的图像保存到指定文件(由 call-process),然后插入到 org。

forzajuve commented 8 years ago

@CodeFalling 我明白了,看了你推荐的文章,现在直接用zilongshanren/capture-screenshot截图就ok,然后正好图片也是保存在当前同步盘里,很好,多谢!

birdgg commented 8 years ago

如何加入 slack emacs-cn team, 上面的链接只有登录?

zilongshanren commented 8 years ago

@BirdEggegg 目前只有邀请开通,你可以留下邮箱。

birdgg commented 8 years ago

birdeggegg@gmail.com

birdgg commented 8 years ago

感觉视频还是把按键也录下来,不然有些地方看不明白操作

zilongshanren commented 8 years ago

@BirdEggegg 不明白的可以讨论呀

dingmingxin commented 8 years ago

视频中emacs状态栏中,有个时间的进度条,一直在动,是怎么配置的?我看了下你的配置文件,没找到相关的配置呢,或者是我没找对?

young40 commented 8 years ago

@dingmingxin

 dotspacemacs-configuration-layers
   '(
 chinese
     (colors :variables
             colors-enable-rainbow-identifiers t)
             colors-enable-nyan-cat-progress-bar t)
     dash

加上这个nyan-cat 就可以啦。

LonglyCode commented 8 years ago

@dingmingxin

nyan-cat是buffer内容的进度,你所说的应该是这个,并不是时间倒计时的进度条。

dingmingxin commented 8 years ago

谢谢@young40 @LonglyCode

dingmingxin commented 8 years ago

osx 下面有个好用的工具,用来在NotificationCenter 中增加通知:terminal-notifier @zilongshanren ,推荐使用。

mengyeli commented 8 years ago

视频做得很棒,对新手帮助很大,期待更多的教学内容^^

如果可以的话邀请我一下:lihaoxuan6@gmail.com

tar-zxvf commented 8 years ago

能不能专门做一部讲ORG的视频,主要讲讲常操作就好,视频里还是讲得不细致,没有按键,也不知道怎么操作的

zilongshanren commented 8 years ago

@tar-zxvf 第二季会分享滴。

ghost commented 8 years ago

期待第二季的 Spacemac Rocks! 子龙山人 Rocks! 总是感觉上来用 Emacs 就直接 Spacemacs 有些不得要领的感觉,不能当做工作中的主要编辑器来使用。圣诞节快乐 :tada:

young40 commented 8 years ago

子龙加油!

zilongshanren commented 8 years ago

@li-xinyang @young40 圣诞快乐。

young40 commented 8 years ago

@li-xinyang 不知道你主要使用什么语言。 我这边主要是lua,配置完自动完成,代码着色,就能用了。 编辑其他的如python, shell都挺好的。

建议先用起来, 逐步配置。C++什么的,我暂时还没有挪到Emacs

knewbie commented 8 years ago

Hi,子龙,把你录的这期视频看了二遍,很好很强大啊。 之前也试用过purcell 和redguardtoo的配置,都很强大, 但是看了Spacemacs后,还是更喜欢后者的风格。 但是在看你的配置的时候,有一些建议或者想法: (1)你的环境可能比较单一,一直用的Mac环境,里面有许多的配置都是你的私有配置(像一些路径的设置等),check下来用得时候,要各种改,希望能有个说明; (2)希望在第二季的视频中,开个定制自己layout的视频。

jcppython commented 8 years ago

如何加入 slack emacs-cn team? 访问链接输入邮箱后没有反应了。。没有收到邮件

young40 commented 8 years ago

@fenxian 翻墙试试

xzyyjy commented 8 years ago

期待第二季!

zilongshanren commented 8 years ago

@knewbie 我的配置大家参考即可,没有人的配置可以适合所有人,每一个Emacs党的配置应该都是独一无二的。

@jcppython 你的邮箱是多少,我直接邀请你。

allegewhd commented 8 years ago

申请加入slack emacs-cn team, samfisher.whd@gmail.com

xzyyjy commented 8 years ago

star 超100了!! 申请加入 xzy.will@163.com

zilongshanren commented 8 years ago

@xzyyjy 不用申请,直接加。https://slackin-emacs-cn.herokuapp.com/ @allegewhd

allegewhd commented 8 years ago

已经加入,多谢

2016年2月20日(土) 23:03 子龙山人 notifications@github.com:

@xzyyjy https://github.com/xzyyjy 不用申请,直接加。 https://slackin-emacs-cn.herokuapp.com/ @allegewhd https://github.com/allegewhd

— Reply to this email directly or view it on GitHub https://github.com/zilongshanren/Spacemacs-rocks/issues/5#issuecomment-186607288 .

nasoundead commented 8 years ago

求助下,我在win10上,启动spacemacs配置的emacs后,全屏是乱码(方块),安装了source code pro字体后还是不行。请问有没有大侠能解决,请不吝赐教 emacs

zilongshanren commented 8 years ago

@nasoundead 你的Emacs是什么版本?

zilongshanren commented 8 years ago

@nasoundead 我刚刚在我的win10上面安装最新的spacemacs和我的最新配置,并没有你的乱码问题哦。 关于source code pro字体 问题,去https://github.com/adobe-fonts/source-code-pro/releases/tag/2.010R-ro/1.030R-it下载安装 就好了。

nasoundead commented 8 years ago

@zilongshanren 谢谢回复,我去尝试下你的推荐。

synchronized commented 8 years ago

@zilongshanren 请问 你那个 吊炸天的 词典是怎么弄的,是插件么?

zilongshanren commented 8 years ago

@synchronized 是一个插件,https://github.com/xuchunyang/youdao-dictionary.el

synchronized commented 8 years ago

非常感谢, 找这样的词典功能的东西好久了,昨天临时有点事情,没注意

xzyyjy commented 8 years ago

我还是没有搞懂怎么加入 @zilongshanren

@xzyyjy 不用申请,直接加。https://slackin-emacs-cn.herokuapp.com/ @allegewhd

crazyrunsnail commented 8 years ago

我下的为什么是GNU Emacs,而不是spacemacs的? 完全看不懂啊,有没有一些更加基础的?

birdgg commented 8 years ago

@crazyrunsnail spacemacs 是 emacs 的一个配置。你需要先安装 Emacs,再 clone spacemacs。 你可以在 https://github.com/syl20bnr/spacemacs#prerequisites 了解更具体的安装过程

ghost commented 8 years ago

@crazyrunsnail

第一季准备只录制10集,以后会开启第二季(暂定为本仓库star数量超过100,另外第二季的内容可能是教学,step by step)。

https://github.com/sjkv/Spacemacs-30-day-challenge 会介绍一些基础的操作,但是今年没有再更新了。

zilongshanren 100星了可以开第二季了哟!期待。

zilongshanren commented 8 years ago

@li-xinyang 第二季还要再筹划一下。看来想学Emacs的同学还是蛮多滴。

BraveTang commented 8 years ago

子龙,非常棒,我是通过代码时间的播客界面认识你的,原来我们一直用的cocos引擎你就是开放者之一,我现在一直用sublime,听了你的节目,我也准备跟着你教程尝试一下spacemacs. 希望你继续加油。

0xtonyxia commented 7 years ago

第二季在网上看到个文档,只有前十一天的doc,这个第二季和第一季的区别是什么,可以简要说明下吗,多谢。

Oyami-Srk commented 7 years ago

感谢子龙大大, Spacemacs讲的很好!;->

ghost commented 6 years ago

你好,在Emacs里面,用Evil的话,输入中文,经常要切换输入法,很麻烦。 有没有什么好的解决办法啊?

Tony22692237 commented 5 years ago

好东西,感谢。一直觉得国内emacs使用者比较高冷,终于看到一位比较友好的大神咯