关于 Lunar Markdown Editor (LME)
LME 是个 Markdown 编辑器,适合用来创建 CHM 文档。
能创建 CHM 工程文件(含目录文件、索引文件),但不能编译 CHM, 编译 CHM 需要另行下载微软的 Html Help Workshop。
特点
与常见 Markdown 编辑器不同:LME 走的是 IDE 的路子,适合用来制作 CHM。
-
工作区管理
在 LME 中,首先要设置当前 工作区, 然后才能创建 Markdown 文件。 创建的 Markdown 文件之间可以相互引用,只需要点点鼠标就可以, 完全不需要用户再手工编写文件间的相互链接。
-
图像数据块直接粘贴成链接
LME 中创建的每个 Markdown 文件都有自己的资源文件夹,其中包含一个图像资源文件夹。 用户可以从其它应用程序中复制一块图像数据,然后直接向编辑区执行“粘贴”操作, 然后 LME 会要求用户输入一个文件短名 ——接下来所有操作(创建资源目录、保存图像文件、编写图像链接字符串等)都由 LME 自动完成。
-
图像文件直接拖动生成链接
也可以从 Windows 资源管理器中直接向编辑区拖放多个图像文件, LME 会自动生成所有链接,完全不需要手工编写。
-
编辑辅助
提供了不少查找功能,可以方便地在 文件间和 文件内部各元素间相互跳转。 提供了 Markdown 文本的高亮显示功能。 提供了 Markdown 文本的折叠功能。 提供了大量快捷键。
-
Html 增强
普通 Markdown 编辑器只支持编译静态 Html 页面。 而 LME 在工作区目录下会自动创建一些资源文件(包括一些图标、CSS文件、JS代码文件), 这样就可以让编译后的 Html 支持较丰富的功能。
目前已经支持的功能有: 六级标题的折叠、自定义折叠区(具有多种形态)。
主要应用场景
不适用于编写单个、简单的 Markdown 文件;也不适合用来做复杂的网站。
LME 只适用于制作小型的、静态的网站——尤其适合用于制作 CHM 文档所需要的 Html 文件集。 LME 针对 CHM 作了专门的优化,可以支持 CHM 中特殊的指向目录的 Html 文件。
LME 生造出了 目录元文件的说法,就是针对 CHM 中文件夹节点也可以指向一个 Html 的情况。
LME 可以根据当前工作区目录创建对应的 CHM 工程文件(包括 CHM 工程的目录文件、索引文件)。
这样用户只需要点几次鼠标就可以创建、编译 CHM 工程了,完全免去了手工管理 Html 文件间链接关系的烦琐工作。
编译工作区的过程中还会自动生成一个 _index.html 文件,这是整个工作区中所有 Html 文件的总目录。
语法
在标准 Markdown 的基础上进行了一些拓展,添加了一些定制功能,主要包括:
-
中文标记符
例如:引用块以 >开头,但这总是需要切换中英文输入法,于是在 LME 中,可以直接输入 》开头。
-
自定义折叠区
不仅在编辑 Markdown 时支持折叠,编译为 Html 后仍然支持折叠。
-
二维文字表
支持格式化、自动填充序号等功能。
-
任务列表
提供多种状态标签,可添加时间表示进度。
-
多种注释
;分号开头的注释,不会被编译进 html。
;TODO: 型注释属于分号开头的注释的一种,用于标记 Markdown 文档本身的进度。
冒号开头的注释,会被编译进 html,且会呈现特殊效果。

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.