一个 WYSIWYG^[What you see is what you get — 中译「所见即所得」] 编辑器,兼容 Markdown 的写法,更好的使用体验。
设计简洁,排版符合 Vertical Rhythm^[Vertical Rhythm,中译 —「垂直韵律、基线韵律」],给你沉浸式的写作体验。
" ------------------------------ | |
" Name: vimrc for windows | |
" Author: keelii | |
" Email: [email protected] | |
" ------------------------------ | |
" Startup {{{ | |
filetype indent plugin on | |
augroup vimrcEx |
" ------------------------------ | |
" Name: vimrc for windows | |
" Author: keelii | |
" Email: [email protected] | |
" ------------------------------ | |
" Startup {{{ | |
filetype indent plugin on | |
augroup vimrcEx |
'use strict'; | |
var fs = require('fs') | |
var path = require('path') | |
var yaml = require('js-yaml'); | |
var files = fs.readdirSync(__dirname); | |
var dest = './dest' |
" Startup {{{ | |
filetype indent plugin on | |
" vim 文件折叠方式为 marker | |
augroup ft_vim | |
au! | |
au FileType vim setlocal foldmethod=marker | |
augroup END |
" 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' |
{ | |
"global": { | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": false, | |
"show_profile_name_in_menu_bar": false | |
}, | |
"profiles": [ | |
{ | |
"complex_modifications": { | |
"parameters": { |
" 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' |
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 -- 中译「垂直韵律、基线韵律」],最佳的阅读体验