Epsilon Notes Help

img{width:50%;} To return to top, tap on any heading Introduction Epsilon Notes is a program for writing formatted texts, so your texts look nice and professional. It uses a marking method called “Commonmark”, which takes only a few minutes to learn. You can read about Commonmark after the description of the functions of Epsilon Notes. ==Download Epsilon Notes== from ++Google Play++ only to have the latest version. The current help

Web Maker——一款基于浏览器的可离线的CodePen替代品

译自: Web Maker, an Offline, Browser-based CodePen Alternative ——by Kushagra Gaur

新版本3.0介绍 3.0版本开始,有了登录功能,可在线保存。同时还有了 web app,这意味着在各种现代浏览器中都可以使用 web maker 了,如:Firefox 58+, Edge。 img1 本文,Kushagra Gaur介绍了一款他本人专为那些需要一个响应迅速且可离线工作的Web平台编译器的前端开发者而制作的浏览器扩展插件 —— Web Maker

前言

如果你像我一样也是一位前端开发人员,你可能试用过一个或多个代码编译器像 CodePenJSBinJSFiddle 等(我们国内有 JSRunRunJs)。这些都很好,能完美的满足我们的工作需求。我主要用他们来分析解决我所遇到的问题,或者用来与同事讨论的一些代码片段。但使用这些工具必须要连网,这样连网加载这些应用时就总会有固有延迟。而这也总使我感到不爽。 当外出旅行或在机场等机时,我可能也需要一个快速的途径来编译或调试代码,然而这种场景下是没有网络的,也就意味着之前提到的那些在线编译器都不能用。那该在呢么办呢?当然,你可以使用编辑器,并在浏览器中查看效果—但在这个快节奏的世界,这样操作就显得有些慢了!

Hexo usages

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post $ hexo new "My New Post" Create a page named tags $ hexo new page "tags" More info: Writing Run server $ hexo server More info: Server Generate