RunJS Editor v1.0.6 - 2022/7/24
- feat: debug window
- feat: html type supports markdown
- feat: javascript types support typescript
1. When a tool library document such as lodash/momentjs is opened in the debug window, we can read the document and write an example in RunJS to print the corresponding result without opening the debug tool that comes with the browser. Click the Save button, or press Ctrl + S to save the example.
The next time you open the same URL, the RunJS plugin automatically matches the previously written example, as shown in the following figure.
2. Support markdown to open a github project to see the source code. In the RunJS plugin on the right, you can create multiple [code] notes for the source code URL, so that a complex project can be easily divided into many sub-notes to understand one by one. For example, the following figure: A single note understands the updatePreview function in VueJS/repl.
For the entire vuejs/repl project, you can create an entry markdown note, as shown below:
3. Support typescript to open the typescript official website. When learning knowledge points, without switching the screen, open the RunJS plug-in directly on the right, and consolidate the relevant knowledge with [Code Notes] as shown in the figure below.
You can also switch to the Markdown editor and write [text notes], as shown below.
RunJS official website: https://runjs.work
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。