Wxparse

wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析
Alternatives To Wxparse
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rich43,4742,1254 days ago169May 24, 2022146mitPython
Rich is a Python library for rich text and beautiful formatting in the terminal.
Affine16,640
7 hours ago201mpl-2.0TypeScript
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.
Wxparse7,576
3 years ago225mitJavaScript
wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析
Vscode Markdown2,594
6 days ago1October 27, 2018286mitTypeScript
Markdown All in One
Tbls2,335420 days ago31May 28, 202227mitGo
tbls is a CI-Friendly tool for document a database, written in Go.
Markdown Magic74839011820 days ago43January 19, 202215JavaScript
💫  Automatically format markdown files using comment blocks. Update contents via custom transforms, external data sources & your source code.
Mordant745573 hours ago3March 17, 201911apache-2.0Kotlin
Multiplatform text styling for Kotlin command-line applications
Pytablewriter5553938a day ago121March 21, 20226mitPython
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.
Csvtomd528223 years ago5June 11, 20173mitPython
📝📊 Convert your CSV files into Markdown tables.
Vim Markdown Toc512
9 months ago24mitVim Script
A vim 7.4+ plugin to generate table of contents for Markdown files.
Alternatives To Wxparse
Select To Compare


Alternative Project Comparisons
Readme

wxParse-

Htmlmarkdownwxml

: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 |

    1. CopywxParse
- 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}}"/>

  • emojis
/**
* 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",
    });

FAQ

parsedata:{
    view:{},//
    nodes:{},//
    images:[],//
    imageUrls:[],//url
}

  • wiki

"weappmsg""" -weappmsg :qq511389428

Popular Markdown Projects
Popular Table Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Markdown
Table
Wiki
Weapp
Emojis
Weixin