Giter VIP home page Giter VIP logo

ascii-article's Introduction

ascii-article

当初市面上很多markdown编辑器,列如atom,Typora,IntelliJ IDEA 本身也自带有markdown编辑功能,如是脑洞大开 想开发一款属于自己的markdown编辑器,如是有了上面这点东东,不是很完善但是有了一点点基础的功能。后续如果有机会会继续更新, 目前时间先开发到这里了。有兴趣的可以继续,我会定期合并代码。 当前常用的就是运营或者产品妹子说要导出啥啥啥数据了且是一次性需求,然后数据非常复杂必须写代码,计算出来的数据都在内存,数据怎么展示呢。就用这东西导出来。简单方便

目前支持功能

  1. 文本编辑
  2. Markdown编辑
  3. Html编辑,(写了一个模型)

模型简介

一篇文章的组成 Article ,主要有标题title,作者author,创建时间createTime,段落Paragraph组成, 段落具有多样性,可能为列表,可能为图文,可能为其他。。。。。。 目前段落抽象为如下:

  1. 有序列表 OrderedList
  2. 表格 Table
  3. 文本,Text ,支持6级标题和正文
  4. 无序列表 UnorderedList

初期效果

ascii-article's People

Contributors

benhaixiao avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.