mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
Website: add post about first meetup (#1875)
This commit is contained in:
parent
07f8cacb13
commit
93accdaef0
@ -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
|
||||
|
@ -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')
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 )
|
||||
|
@ -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"
|
||||
---
|
||||
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
70
docs/_posts/2018-06-24-first-meetup-in-hangzhou.md
Normal file
70
docs/_posts/2018-06-24-first-meetup-in-hangzhou.md
Normal file
@ -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.
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [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)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
### 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 `<C-S-Up>/<C-S-Down>`
|
||||
![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
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user