Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rich | 43,474 | 2,125 | 4 days ago | 169 | May 24, 2022 | 146 | mit | Python | ||
Rich is a Python library for rich text and beautiful formatting in the terminal. | ||||||||||
Affine | 16,640 | 7 hours ago | 201 | mpl-2.0 | TypeScript | |||||
There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. | ||||||||||
Wxparse | 7,576 | 3 years ago | 225 | mit | JavaScript | |||||
wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析 | ||||||||||
Vscode Markdown | 2,594 | 6 days ago | 1 | October 27, 2018 | 286 | mit | TypeScript | |||
Markdown All in One | ||||||||||
Tbls | 2,335 | 4 | 20 days ago | 31 | May 28, 2022 | 27 | mit | Go | ||
tbls is a CI-Friendly tool for document a database, written in Go. | ||||||||||
Markdown Magic | 748 | 390 | 118 | 20 days ago | 43 | January 19, 2022 | 15 | JavaScript | ||
💫 Automatically format markdown files using comment blocks. Update contents via custom transforms, external data sources & your source code. | ||||||||||
Mordant | 745 | 5 | 7 | 3 hours ago | 3 | March 17, 2019 | 11 | apache-2.0 | Kotlin | |
Multiplatform text styling for Kotlin command-line applications | ||||||||||
Pytablewriter | 555 | 39 | 38 | a day ago | 121 | March 21, 2022 | 6 | mit | Python | |
pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV. | ||||||||||
Csvtomd | 528 | 2 | 2 | 3 years ago | 5 | June 11, 2017 | 3 | mit | Python | |
📝📊 Convert your CSV files into Markdown tables. | ||||||||||
Vim Markdown Toc | 512 | 9 months ago | 24 | mit | Vim Script | |||||
A vim 7.4+ plugin to generate table of contents for Markdown files. |
:0.3
: [-weappdev](https://weappdev.com)
: Html/Markdown
ToDo | ||
---|---|---|
- [x] HTML | [x] emjio | [x] table |
- [x] style | [x] a | |
- [x] Class | [x] | |
- [x] | ||
- [x] | ||
- [x] | ||
- [x] | ||
- [x] style | ||
@stonewen| @Daissmentii | @wuyanwen | @vcxiaohan |
wxParse
- wxParse/
-wxParse.js()
-html2json.js()
-htmlparser.js()
-showdown.js()
-wxDiscode.js()
-wxParse.wxml()
-wxParse.wxss()
-emojis()
//ViewWxParse
var WxParse = require('../../wxParse/wxParse.js');
//WxssWxParse.css,app.wxss
@import "/wxParse/wxParse.wxss";
var article = '<div>HTML</div>';
/**
* WxParse.wxParse(bindName , type, data, target,imagePadding)
* 1.bindName()
* 2.typehtmlmd()
* 3.data()
* 4.targetPage,this()
* 5.imagePaddingpadding(0,)
*/
var that = this;
WxParse.wxParse('article', 'html', article, that, 5);
//
<import src="/wxParse/wxParse.wxml"/>
//dataarticlebindName
<template is="wxParse" data="{{wxParseData:article.nodes}}"/>
/**
* WxParse.emojisInit(reg,baseSrc,emojis)
* 1.reg[00]=> reg='[]'
* 2.baseSrc,emojis
* 3.emojis,
*/
WxParse.emojisInit('[]', "/wxParse/emojis/", {
"00": "00.gif",
"01": "01.gif",
"02": "02.gif",
"03": "03.gif",
"04": "04.gif",
"05": "05.gif",
"06": "06.gif",
"07": "07.gif",
"08": "08.gif",
"09": "09.gif",
"09": "09.gif",
"10": "10.gif",
"11": "11.gif",
"12": "12.gif",
"13": "13.gif",
"14": "14.gif",
"15": "15.gif",
"16": "16.gif",
"17": "17.gif",
"18": "18.gif",
"19": "19.gif",
});
parsedata:{
view:{},//
nodes:{},//
images:[],//
imageUrls:[],//url
}
"weappmsg"""
:qq511389428