- Advanced TypeScript Programming Projects
- Peter O'Hanlon
- 216字
- 2021-06-24 13:27:08
Creating a Markdown Editor with TypeScript
It is hard to deal with content on the internet without encountering markdown. Markdown is a simplified way to create content using plain text that is easily converted into simple HTML. In this chapter, we are going to investigate what it takes to create a parser that will convert a subset of the markup format into HTML content. We will automatically convert relevant tags into the first three header levels, the horizontal rule, and paragraphs.
By the end of this chapter, we will have covered how to create a simple Bootstrap web page and reference the JavaScript generated from our TypeScript, as well as hooking up to a simple event handler. We will also cover how to create classes using simple design patterns and how to design classes with single responsibilities, which are techniques that serve us well as professional developers.
The following topics will be covered in this chapter:
- Creating a Bootstrap page that overrides the Bootstrap styling
- Choosing which tags we are going to use in our markdown
- Defining requirements
- Mapping our markdown tag types to HTML tag types
- Storing our converted markdown in a custom class
- Using the visitor pattern to update our document
- Using the chain-of-responsibility pattern to apply tags
- Hooking this back to our HTML
- pcDuino開發實戰
- 嵌入式Linux開發技術
- 發布!設計與部署穩定的分布式系統(第2版)
- Red Hat Enterprise Linux 8系統管理實戰
- WordPress Mobile Web Development:Beginner's Guide
- 嵌入式Linux應用開發菜鳥進階
- Windows Phone 8 Application Development Essentials
- 嵌入式系統原理及開發
- 完美應用RHEL 8
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- UI設計手繪表現從入門到精通
- Azure Resource Manager Templates Quick Start Guide
- Less Web Development Essentials
- 每天5分鐘玩轉Docker容器技術
- OpenSolaris系統管理