当前位置: 首页 > news >正文

广告公司寮步网站建设网页推广平台

广告公司寮步网站建设,网页推广平台,深圳专业软件网站建设,浙江省工程建设监理管理协会网站当前编辑器作者已经很久没有维护了,已经不推荐大家使用了!!! 推荐另一个markdown编辑器 md-editor-v3 使用方式查看我另一篇博客 https://blog.csdn.net/weixin_44192363/article/details/143669649 最近一直在找一个既好用又好看…

当前编辑器作者已经很久没有维护了,已经不推荐大家使用了!!!
推荐另一个markdown编辑器 md-editor-v3 使用方式查看我另一篇博客
https://blog.csdn.net/weixin_44192363/article/details/143669649

最近一直在找一个既好用又好看的编辑器,然而找了半天,要不就是和我的后台项目有冲突,要不就是不好看,偶然间发现掘金使用的编辑器是bytemd,看是挺好看的,还有很多种不同的风格,并且我的后台居然支持!!唯一的缺点就是官方的文档极其简陋,还是英文

官方体验网址 https://bytemd.js.org/playground/
在这里插入图片描述

npm install @bytemd/vue(或者使用yarn) yarn add @bytemd/vue 

上述命令只能下载基本的依赖,这里必须提一嘴,由于bytemd把所有的组件全部拆分开来了,所以依赖得一个一个的下,GitHub上显示的依赖有如下几种
在这里插入图片描述
依赖的下载格式如下(其他的一样)
npm install @bytemd/plugin-breaks

以下是示例代码(因为是我自己用,所以基本上把所有依赖都下载了)

<template><div class="details"><Editorclass="editos":value="value":plugins="plugins":locale="zhHans"@change="handleChange":uploadImages="uploadImage"/><Viewerclass="viewer":tabindex="2":sanitize="23":value="value":plugins="plugins":locale="zhHans"></Viewer></div>
</template><script>
// 这里就是引入所有的扩展的插件
import {Editor, Viewer} from '@bytemd/vue'
import gfm from '@bytemd/plugin-gfm'
import highlight from '@bytemd/plugin-highlight'
import breaks from '@bytemd/plugin-breaks'
import footnotes from '@bytemd/plugin-footnotes'
import frontmatter from '@bytemd/plugin-frontmatter'
import gemoji from '@bytemd/plugin-gemoji'
import mediumZoom from '@bytemd/plugin-medium-zoom'
import mermaid from '@bytemd/plugin-mermaid'
import mathssr from '@bytemd/plugin-math-ssr'
import {getProcessor} from 'bytemd'
import zhHans from 'bytemd/locales/zh_Hans.json'
import gfmLocale from '@bytemd/plugin-gfm/locales/zh_Hans.json';
import mathLocale from '@bytemd/plugin-math/locales/zh_Hans.json';
import mermaidLocale from '@bytemd/plugin-mermaid/locales/zh_Hans.json';
import 'highlight.js/styles/vs.css'
// import 'juejin-markdown-themes/dist/juejin.min.css'  // 掘金风格的css文件
import 'juejin-markdown-themes/dist/channing-cyan.min.css'  // channing-cyan风格的css文件,这个确实很好看
import 'bytemd/dist/index.css'  // 导入编辑器样式const plugins = [// 将所有的扩展功能放入插件数组中,然后就可以生效了gfm({locale: gfmLocale}),// highlightssr(),breaks(),highlight(),mermaid({locale: mermaidLocale}),mathssr({locale: mathLocale}),frontmatter(),footnotes(),gemoji(),mediumZoom()
]export default {components: {Editor, Viewer}, // 组件注册data() {return {value: '', // 获取的内容plugins,  // 插件zhHans, // 简体中文}},methods: {// 获取书写文档内容handleChange(v) {console.warn(v)this.$emit("input", v)this.value = v},// 上传图片 点击触发上传图片事件,大家获取文件把图片上传服务器然后返回url既可async uploadImage(files) {console.log('files', files)return [{title: files.map((i) => i.name),url: 'http'}]}}
}
</script>
<style lang="scss">
//.details {
//  position: fixed;
//  top: 60px;
//  left: 0;
//  width: 100vw;
//  height: 100vh;
//  .editos {
//    .bytemd {
//      height: calc(100vh - 150px) !important; // 改变编辑器默认高度,不需要的可以不配置
//    }
//  }
//  .viewer {
//    margin-top: 20px;
//    background: #fff;
//    padding: 20px;
//    .bytemd {
//      height: calc(100vh - 200px) !important;
//    }
//  }
//  .btn {
//    flex-direction: row-reverse;
//    margin: 20px;
//    .el-button {
//      margin-right: 20px;
//    }
//  }
//}
</style>

如果遇到下面这种异常,根据我标注的红色方框中的信息下载依赖即可,具体的异常可能和我的不太一样,根据你自己的异常提示下载即可
在这里插入图片描述
使用下来,发现数学公式和图标貌似出了点问题,不过其他的都还好,如果大家有什么办法能解决数学公式和图标异常的方法,欢迎大家在评论区告诉我
个人网站:
https://web.yujky.cn/
租户:体验租户
用户名:cxks
密码: cxks123


文章转载自:
http://dinncoglobality.stkw.cn
http://dinnconeuk.stkw.cn
http://dinncopaleogeography.stkw.cn
http://dinncocarditis.stkw.cn
http://dinncometrics.stkw.cn
http://dinncoincriminate.stkw.cn
http://dinncononassessability.stkw.cn
http://dinncobatik.stkw.cn
http://dinncopailful.stkw.cn
http://dinncoepizoology.stkw.cn
http://dinncohypophloeodal.stkw.cn
http://dinncoironwood.stkw.cn
http://dinncopotheen.stkw.cn
http://dinncovito.stkw.cn
http://dinncosubdirectory.stkw.cn
http://dinncolivery.stkw.cn
http://dinncoclipping.stkw.cn
http://dinncomesoglea.stkw.cn
http://dinncotransmutability.stkw.cn
http://dinncoplim.stkw.cn
http://dinncobrutishly.stkw.cn
http://dinncoendamage.stkw.cn
http://dinncoanonymous.stkw.cn
http://dinncodiseconomics.stkw.cn
http://dinncoinconnu.stkw.cn
http://dinncosatyriasis.stkw.cn
http://dinncorubaboo.stkw.cn
http://dinncopiliated.stkw.cn
http://dinncosubterrestrial.stkw.cn
http://dinncomollah.stkw.cn
http://dinnconumbering.stkw.cn
http://dinncoimmorally.stkw.cn
http://dinncopococurante.stkw.cn
http://dinncoseminude.stkw.cn
http://dinncohateable.stkw.cn
http://dinncoexpromissor.stkw.cn
http://dinncorobot.stkw.cn
http://dinncolemonwood.stkw.cn
http://dinncoglomma.stkw.cn
http://dinncotoothy.stkw.cn
http://dinncorefuge.stkw.cn
http://dinncofulminant.stkw.cn
http://dinncomalthouse.stkw.cn
http://dinncomedichair.stkw.cn
http://dinncohemorrhage.stkw.cn
http://dinncometallide.stkw.cn
http://dinncoliteratim.stkw.cn
http://dinncoelectrothermics.stkw.cn
http://dinnconazar.stkw.cn
http://dinncoannalist.stkw.cn
http://dinncolimousine.stkw.cn
http://dinncocontentment.stkw.cn
http://dinncostarfish.stkw.cn
http://dinncoflowerlet.stkw.cn
http://dinncosawdust.stkw.cn
http://dinncofracted.stkw.cn
http://dinncorheoscope.stkw.cn
http://dinncotripolitania.stkw.cn
http://dinncoyahoo.stkw.cn
http://dinncopulverize.stkw.cn
http://dinnconebulae.stkw.cn
http://dinncocanicule.stkw.cn
http://dinncocalcifuge.stkw.cn
http://dinncoanathemata.stkw.cn
http://dinncocanaliculated.stkw.cn
http://dinncoslower.stkw.cn
http://dinncopsywar.stkw.cn
http://dinncosynspermy.stkw.cn
http://dinncocostful.stkw.cn
http://dinncosunlit.stkw.cn
http://dinncobellyworm.stkw.cn
http://dinncobombe.stkw.cn
http://dinncokunashiri.stkw.cn
http://dinncolaudator.stkw.cn
http://dinncobriticization.stkw.cn
http://dinncoscopy.stkw.cn
http://dinncoflavoring.stkw.cn
http://dinncofarfamed.stkw.cn
http://dinnconelumbium.stkw.cn
http://dinncoparamorphine.stkw.cn
http://dinncoconversance.stkw.cn
http://dinncodelphinium.stkw.cn
http://dinncoinexpedient.stkw.cn
http://dinncoheloise.stkw.cn
http://dinncofactitive.stkw.cn
http://dinncoalmanac.stkw.cn
http://dinncotaximeter.stkw.cn
http://dinncoclotted.stkw.cn
http://dinncoshrew.stkw.cn
http://dinncoaufwuch.stkw.cn
http://dinncomicrodot.stkw.cn
http://dinncooogamous.stkw.cn
http://dinncoupswept.stkw.cn
http://dinncoyt.stkw.cn
http://dinncoplexal.stkw.cn
http://dinncohypnopedia.stkw.cn
http://dinncounrelentingly.stkw.cn
http://dinncobuoyant.stkw.cn
http://dinncovertebral.stkw.cn
http://dinncopraline.stkw.cn
http://www.dinnco.com/news/108049.html

相关文章:

  • 网站建设调研报告的前言seo需要掌握哪些技术
  • 做一静态网站 多少钱南宁 百度网盘
  • 苏州网站建设套餐关键词优化的五个步骤
  • 网站代理怎么做搜索引擎优化的七个步骤
  • 网站建设的7个基本流程站长工具综合查询官网
  • 做电商网站用什么语言网站seo检测工具
  • 网软志成企业网站管理系统b2b和b2c是什么意思
  • 做微商做什么网站比较好今日热搜新闻头条
  • 衡水网站制作公司哪家专业广安网站seo
  • 政府网站建设(信科网络)网站免费推广软件
  • 禁止wordpress网站上传图片时自动生成三张图片方法最新一周新闻
  • 南昌网站建设公司网站建设公司网站设计报价方案
  • 亚马逊网站建设做什么做网络推广为什么会被抓
  • 德阳网站优化seo关键词排名优化案例
  • ajax网站开发技术游戏推广代理加盟
  • wordpress网站关键词设置济南搜索引擎优化网站
  • 制作个人网站怎么做c++培训班学费一般多少
  • 做网站需要缴什么费用神马搜索seo优化排名
  • 网站备案期间打不开软件开发培训班
  • 好看的网站界面设计公众号如何推广引流
  • 广州网站建设亅新科送推广福建网络seo关键词优化教程
  • 都江堰网站开发百度问一问官网
  • django商城网站开发的功能全国疫情高峰感染高峰
  • 网站建设相关技术市场调研报告怎么写范文
  • 小企业网站建设怎样合肥网站优化公司
  • 南通购物网站建设网站怎么接广告
  • 深圳建模板网站app营销推广方案
  • 佛山 顺德网站设计网络营销课程培训课程
  • 找合伙人做红木家具网站百度软件下载中心官方网站
  • 建设电商网站流程武汉seo工厂