Skip to content

Instantly share code, notes, and snippets.

View keelii's full-sized avatar
🎯
Focusing

kily zhou keelii

🎯
Focusing
View GitHub Profile
@keelii
keelii / vimrc
Last active April 6, 2024 15:51
vimrc for window
" ------------------------------
" Name: vimrc for windows
" Author: keelii
" Email: keeliizhou@gmail.com
" ------------------------------
" Startup {{{
filetype indent plugin on
augroup vimrcEx
@keelii
keelii / vimrc
Created July 11, 2016 11:37
vimrc for ubuntu
" ------------------------------
" Name: vimrc for windows
" Author: keelii
" Email: keeliizhou@gmail.com
" ------------------------------
" Startup {{{
filetype indent plugin on
augroup vimrcEx
@keelii
keelii / octopress2hugo
Created October 25, 2016 05:55
transfer octopress post to hugo
'use strict';
var fs = require('fs')
var path = require('path')
var yaml = require('js-yaml');
var files = fs.readdirSync(__dirname);
var dest = './dest'
@keelii
keelii / gist:798462bf987bef16e776dca6b97f6230
Last active April 16, 2017 01:55
Linux .vimrc without any plugin
" Startup {{{
filetype indent plugin on
" vim 文件折叠方式为 marker
augroup ft_vim
au!
au FileType vim setlocal foldmethod=marker
augroup END
@keelii
keelii / init.vim
Last active November 3, 2018 03:33
neovim config
" Neovim configurations @keelii
" Varible {{{
let mapleader="\<Space>"
let g:html_indent_script1 = "inc"
let g:html_indent_style1 = "inc"
let g:html_indent_autotags = "html"
let g:python_host_skip_check=1
let g:python_host_prog = '/usr/bin/python'
@keelii
keelii / karabiner.json
Created October 29, 2018 06:19
karabiner config
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": false,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {
@keelii
keelii / .vimrc
Created April 24, 2019 07:45
vimrc for ubuntu
" Neovim/vim configurations @keelii
" Varible {{{
let mapleader="\<Space>"
let g:html_indent_script1 = "inc"
let g:html_indent_style1 = "inc"
let g:html_indent_autotags = "html"
let g:python_host_skip_check=1
let g:python_host_prog = '/usr/bin/python'
@keelii
keelii / guide.md
Last active June 17, 2019 11:49
使用指南

使用指南

1. 简介

一个 WYSIWYG^[What you see is what you get — 中译「所见即所得」] 编辑器,兼容 Markdown 的写法,更好的使用体验。

特点

设计简洁,排版符合 Vertical Rhythm^[Vertical Rhythm,中译 —「垂直韵律、基线韵律」],给你沉浸式的写作体验。

版本兼容

@keelii
keelii / about.md
Last active June 17, 2019 12:00
About 关于

About 关于

wtdf.io 是一个基于网页的 WYSIWYG^[What You See Is What You Get — 中译「所见所得」] 富文本编辑器,名称取自「**++w++ri++t++**ing **++d++i++f++**ferent」的关键字母。同时 代表使用这个工具的四种主要特性,即:writing/transform/delete/finish, fast。

不同于其它富文本编辑器,wtdf 只提供了大部分人常用的编辑功能,比如:加粗,斜体等。整体而言 wtdf 比较适合于用来完成少量的写作任务,或者公众号文章的撰写。可以在 changelog 里看到版本迭代记录。

功能特性

  • 轻量级,超快加载速度

  • 简洁优雅的排版,符合垂直韵律^[Vertical rhythm -- 中译「垂直韵律、基线韵律」],最佳的阅读体验

test

me