IIInsomnia

Results 9 issues of IIInsomnia

`IsNull()` uses `strings.TrimSpace()` better than `len()`

![image](https://user-images.githubusercontent.com/6582246/79106720-a0daef80-7da5-11ea-909a-c8b0f6bbce85.png)

比如:中华人民共和国,我只要分出 中华 ,返回 [中华],而不是 [中华 人 民 共 和 国]

### Describe your operation with evermonkey commands step by step. 1. I open a note by `ever open` 2. I edit my md file. 3. I publish the note `ever...

- Ints() returns an int slice - Int64s() returns an int64 slice - Floats() returns an float64 slice - Strings() returns an string slice