atom Macで謎の制御文字(不可視文字)が入る

macでatomでhtmlを書いていたら、Windows chromeやEDGEで豆腐が表示されてたので、調べた。

Windowsでは秀丸、

やsublime textで開き削除すると消える。

atomでほ、空白などのメジャーな制御文字以外は表示もされないので削除できない。

 

 

Sparkメールアプリでスマート検索・クエリ一覧

<h3>Small/short/large/oneline</h3>
メールをサイズで検索
<h3>Forwarded/replied, forward/reply</h3>
返信、転送されたメール
<h3>Starred/flagged
スターつき、フラグつきのメール
Not replied
in
subject
attachments
document attachments
documents
Last week
today
yesterday
this week
this month
last two weeks
last 2 weeks
last month
last two months
report last month
since
seen
or
from:xxxx@xxx.com or cccc@cccc.com
and
 

IE11で使えないCSS/JavascriptをつかえるようにするPolyfills

よく使うIE11のPolyfills JS

 

CSSのスムーズスクロール(scroll-behavior: smooth)をIE11で使えるようにする

github.com

 

JSのPromiseをIEで使えるようにする

github.com


CSSのobject-fitをIEで使えるようにする

github.com

CSSのposition:stickyをIEで使えるようにする

github.com