diff --git a/docs/_config.yml b/docs/_config.yml index 2342c87f1..1a2281c99 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,6 +3,8 @@ title: SpaceVim description: A community-driven vim distribution show_downloads: false google_analytics: UA-89745542-1 +gitment_client_id: 8f0cd1f544d1e4219798 +gitment_client_secret: a673bd197859abb8f0157b91eedf85bcbc7e4f61 project_repo_url: https://github.com/SpaceVim/SpaceVim url: https://spacevim.org logo: https://spacevim.org/SpaceVim.png diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index edd4b4b04..98e592b42 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -115,8 +115,8 @@ owner: 'wsdjeg', repo: 'SpaceVim-comments', oauth: { - client_id: '8f0cd1f544d1e4219798', - client_secret: '8d44f307314216d5f9418dcc06ef32e787d39a0e', + client_id: '{{ site.gitment_client_id }}', + client_secret: '{{ site.gitment_client_secret }}', }, }) gitment.render('container') diff --git a/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md b/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md index 6884bd525..6101b9cd3 100644 --- a/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md +++ b/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md @@ -4,6 +4,7 @@ categories: [changelog, blog] excerpt: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration" type: NewsArticle comments: true +commentsID: "SpaceVim release v0.1.0" --- # [Changelogs](development#changelog) > SpaceVim release v0.1.0 diff --git a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md index 884f91d78..f1c1db82b 100644 --- a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md +++ b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md @@ -5,6 +5,7 @@ excerpt: "I am a vimmer and a java developer. Here are some useful plugins for d redirect_from: "/2017/02/11/use-vim-as-a-java-ide.html" type: BlogPosting comments: true +commentsID: "Use Vim as a Java IDE" --- # [Blogs](https://spacevim.org/community#blogs) > Use Vim as a Java IDE diff --git a/docs/_posts/2017-02-11-vim8-new-feature-timers.md b/docs/_posts/2017-02-11-vim8-new-feature-timers.md index 4c6e10c48..35c79a30b 100644 --- a/docs/_posts/2017-02-11-vim8-new-feature-timers.md +++ b/docs/_posts/2017-02-11-vim8-new-feature-timers.md @@ -1,10 +1,12 @@ --- title: "VIM 8 新特性之旅: 定时器 (timers)" -categories: blog_cn +categories: [blog_cn, feature_cn] excerpt: "VIM 8 新特性之旅系列教程 - 定时器, 介绍定时器具体使用方法以及场景" permalink: /cn/:title/ redirect_from: "/vim8-new-feature-timers-zh_cn/" lang: cn +comments: true +commentsID: "Vim8 最新特性: timers" --- # 定时器( timer ) diff --git a/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md b/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md index 1962c90a3..b30d2e771 100644 --- a/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md +++ b/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md @@ -3,6 +3,7 @@ title: "Install vim/neovim with python support" categories: blog excerpt: "How to build vim or neovim from source with python enabled?" comments: true +commentsID: "Install vim/neovim with python support" --- diff --git a/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md b/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md index 1625d9524..2dab93eb4 100644 --- a/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md +++ b/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md @@ -3,6 +3,7 @@ title: SpaceVim release v0.2.0 categories: [changelog, blog] excerpt: "Mnemonic key bindings in SpaceVim" type: NewsArticle +commentsID: "SpaceVim release v0.2.0" comments: true --- diff --git a/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md b/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md index 7d145f0d1..ee63b8a40 100644 --- a/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md +++ b/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md @@ -3,6 +3,7 @@ title: "Mnemonic key bindings navigation" categories: [feature, blog] excerpt: "Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help, etc…" image: https://user-images.githubusercontent.com/13142418/31550099-c8173ff8-b062-11e7-967e-6378a9c3b467.gif +commentsID: "Mnemonic key bindings navigation" comments: true --- diff --git a/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md b/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md index 1ef4a2a37..06f406b5e 100644 --- a/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md +++ b/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md @@ -1,8 +1,9 @@ --- -title: Newsletter #1 - A New Hope +title: "Newsletter #1 - A New Hope" categories: [newsletter, blog] excerpt: "A new hope: turn vim/neovim to be an IDE for most languages" comments: true +commentsID: "Newsletter: A New Hope" --- # [newsletter](https://spacevim.org/development#newsletter) > A New Hope diff --git a/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md b/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md index 72907c539..e830fb177 100644 --- a/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md +++ b/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md @@ -3,6 +3,7 @@ title: SpaceVim release v0.3.0 categories: [changelog, blog] excerpt: "Here you can check what has been done so far." type: NewsArticle +commentsID: "SpaceVim release v0.3.0" comments: true --- diff --git a/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md b/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md index 007c66c26..ce03bfbd6 100644 --- a/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md +++ b/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md @@ -3,6 +3,7 @@ title: SpaceVim release v0.3.1 categories: [changelog, blog] excerpt: "Here you can check what has been done so far." type: NewsArticle +commentsID: "SpaceVim release v0.3.1" comments: true --- diff --git a/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md b/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md index 390d7caa7..19bf30e38 100644 --- a/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md +++ b/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md @@ -3,6 +3,7 @@ title: SpaceVim release v0.4.0 categories: [changelog, blog] excerpt: "Here you can check what has been done so far." type: NewsArticle +commentsID: "SpaceVim release v0.4.0" comments: true --- diff --git a/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md b/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md index 458a80e43..fcab497f2 100644 --- a/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md +++ b/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md @@ -3,8 +3,8 @@ title: "Asynchronous plugin manager" categories: [feature, blog] description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly" image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif -comments: true commentsID: "Asynchronous plugin manager" +comments: true --- diff --git a/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md b/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md index 4c24c9dbd..1726e4622 100644 --- a/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md +++ b/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md @@ -1,8 +1,9 @@ --- title: "VIM 中 ctrl 相关的组合键的使用" -categories: blog_cn +categories: [blog_cn, feature_cn] excerpt: "枚举 Vim 内置的 Ctrl 组合键功能,以及终端下的一些区别" comments: true +commentsID: "VIM 中 ctrl 相关的组合键的使用" lang: cn --- diff --git a/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md b/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md index c36e84f51..8bc8c9a68 100644 --- a/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md +++ b/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md @@ -3,6 +3,7 @@ title: SpaceVim release v0.5.0 categories: [changelog, blog] excerpt: "SpaceVim v0.5.0 comes out with five new language layer and many new features" type: NewsArticle +commentsID: "SpaceVim release v0.5.0" comments: true --- diff --git a/docs/_posts/2017-11-6-help-description-for-key-bindings.md b/docs/_posts/2017-11-6-help-description-for-key-bindings.md index cb9d32cbe..041a11536 100644 --- a/docs/_posts/2017-11-6-help-description-for-key-bindings.md +++ b/docs/_posts/2017-11-6-help-description-for-key-bindings.md @@ -3,6 +3,7 @@ title: "Help description for key bindings" categories: [feature, blog] excerpt: "Key bindings are defined with help description, this feature is for getting Help description and jump to the position where the key bindings is defined." image: https://user-images.githubusercontent.com/13142418/34907415-c2cf7e88-f843-11e7-92d3-ef0f9b1b72ae.gif +commentsID: "Help description for key bindings" comments: true --- diff --git a/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md b/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md index 4aa33477b..36bfb2a9f 100644 --- a/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md +++ b/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md @@ -2,6 +2,7 @@ title: "An async code runner in SpaceVim" categories: blog excerpt: "A better way for running code with in vim, more info about the command status, will not move cursor from code buffer." +commentsID: "An async code runner in SpaceVim" comments: true --- diff --git a/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md b/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md index 661f43f3b..24edd9b07 100644 --- a/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md +++ b/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md @@ -4,6 +4,7 @@ categories: [changelog, blog] excerpt: "Many new features come out with v0.6.0, including c/cpp suport and code runner" type: NewsArticle image: https://user-images.githubusercontent.com/13142418/33793078-3446cb6e-dc76-11e7-9998-376a355557a4.png +commentsID: "SpaceVim release v0.6.0" comments: true --- diff --git a/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md b/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md index d001165ac..f6af2531c 100644 --- a/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md +++ b/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md @@ -3,6 +3,7 @@ title: "Newsletter #2 - Never lost, Never give up" categories: [newsletter, blog] excerpt: "We know exactly what is the purpose of SpaceVim, and we keep trying to get it, never get lost, never give up..." image: https://user-images.githubusercontent.com/13142418/34612367-18fdf2d6-f1ef-11e7-885e-5e82613c1444.png +commentsID: "Newsletter: Never lost, Never give up" comments: true --- diff --git a/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md b/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md index 0ae0c0692..99efb4814 100644 --- a/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md +++ b/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md @@ -3,6 +3,7 @@ title: "Grep on the fly in SpaceVim" categories: [feature, blog] excerpt: "Run grep asynchronously, show search results in real-time based on user input, support searching the entire project, searching loaded files or only searching current file" image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif +commentsID: "Grep on the fly in SpaceVim" comments: true --- diff --git a/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md b/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md index da14028f5..c4cab9b31 100644 --- a/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md +++ b/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md @@ -3,6 +3,7 @@ title: "Vim 异步实时代码检索" categories: [blog_cn, feature_cn] excerpt: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等" image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif +commentsID: "Vim 异步实时代码检索" comments: true permalink: /cn/:title/ lang: cn diff --git a/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md b/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md new file mode 100644 index 000000000..31ce55264 --- /dev/null +++ b/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md @@ -0,0 +1,70 @@ +--- +title: "SpaceVim MeetUp in HangZhou" +categories: [meetup, blog] +excerpt: "Our first meetup in hangzhou, general discussion about features of SpaceVim." +image: https://user-images.githubusercontent.com/13142418/42164326-48994830-7e38-11e8-8bf5-44adc65b514a.jpg +commentsID: "SpaceVim MeetUp in HangZhou" +comments: true +--- + +# First meetup in Hangzhou + +> mambers: [Arith](https://github.com/icearith), BTS, [wsdjeg](https://github.com/wsdjeg) + +We just make a general discussion about how to use SpaceVim, and what feature need to be improved in next release. + + + +- [Improve Tab manager](#improve-tab-manager) +- [Improve flygrep](#improve-flygrep) +- [Add doc of SpaceVim APIs](#add-doc-of-spacevim-apis) +- [Reduce the number of default plugins.](#reduce-the-number-of-default-plugins) +- [Development doc for language specific key bindings](#development-doc-for-language-specific-key-bindings) +- [call for layer maintainers](#call-for-layer-maintainers) + + + +### Improve Tab manager + +These new features has been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887) + +- Display tab name on tabline and tab manager, you can also rename the tab via key binding `r` in tab manager buffer. +![rename](https://user-images.githubusercontent.com/13142418/42123061-26d938aa-7c11-11e8-8e98-b089fbc53f30.gif) +- Move cursor tab forward and backword, default key binding is `/` +![movetab](https://user-images.githubusercontent.com/13142418/42123107-de3d10c0-7c11-11e8-8ddd-ed20b8925dee.gif) +- Create new tab after the tab under the cursor, key bindings: (`n`: create named tab / `N` : create anonymous tab) +![newtab](https://user-images.githubusercontent.com/13142418/42123504-d1c9e80c-7c18-11e8-8a51-a37fa55abb9b.gif) +- copy / paste tab, include tab layout and tab name +![copytab](https://user-images.githubusercontent.com/13142418/42134628-311b9648-7d72-11e8-9277-e63bbf42502c.gif) +- Display windows id of each item. + +### Improve flygrep + +- remvoe the unneeded `!` after redraw in flygrep and other plugins which is using prompt API. +- improve the flygrep + +Just open a new pull request [#1898](https://github.com/SpaceVim/SpaceVim/pull/1898) which is based on [#1802](https://github.com/SpaceVim/SpaceVim/pull/1802). + +### Add doc of SpaceVim APIs + +In [#1896](https://github.com/SpaceVim/SpaceVim/pull/1896), we will add documentation of SpaceVim APIs. These APIs provides +compatible functions for neovim/vim. + + +### Reduce the number of default plugins. + +Discussion about this topic happened in [#1897](https://github.com/SpaceVim/SpaceVim/pull/1897) + +### Development doc for language specific key bindings + +Discussion about this topic happened in [#1899](https://github.com/SpaceVim/SpaceVim/pull/1899) + +### call for layer maintainers + +- go +- python +- java +- js +- php +- lua + diff --git a/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md b/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md index 771b23dfa..7e10e7351 100644 --- a/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md +++ b/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md @@ -4,6 +4,7 @@ categories: [changelog, blog] excerpt: "Highlight symbol mode and iedit mode come out with v0.7.0" type: NewsArticle image: https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png +commentsID: "SpaceVim release v0.7.0" comments: true --- diff --git a/docs/_posts/2018-6-18-SpaceVim-release-v0.8.0.md b/docs/_posts/2018-6-18-SpaceVim-release-v0.8.0.md index c6eda0caa..18929d459 100644 --- a/docs/_posts/2018-6-18-SpaceVim-release-v0.8.0.md +++ b/docs/_posts/2018-6-18-SpaceVim-release-v0.8.0.md @@ -4,6 +4,7 @@ categories: [changelog, blog] excerpt: "Use toml as default configuration file for SpaceVim" type: NewsArticle image: https://user-images.githubusercontent.com/13142418/41507987-b7fb4760-7202-11e8-8896-01650480e798.png +commentsID: "SpaceVim release v0.8.0" comments: true --- diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index c8d9334fb..63437cb14 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -41,6 +41,7 @@ The next release is v0.9.0. - Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860)) - Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884)) - Change disqua to gitment ([#1904](https://github.com/SpaceVim/SpaceVim/pull/1904), [#1905](https://github.com/SpaceVim/SpaceVim/pull/1905), [#1906](https://github.com/SpaceVim/SpaceVim/pull/1906)) +- Add post about meetup in HangZhou ([#1875](https://github.com/SpaceVim/SpaceVim/pull/1875)) ### Others