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

广告公司寮步网站建设东莞seo代理

广告公司寮步网站建设,东莞seo代理,简述网站制作流程图,汉化主题做网站效果图当前编辑器作者已经很久没有维护了,已经不推荐大家使用了!!! 推荐另一个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://wanjiaergogram.sqLh.cn
http://wanjiaoccasionalism.sqLh.cn
http://wanjiapule.sqLh.cn
http://wanjiapokesy.sqLh.cn
http://wanjiacopperah.sqLh.cn
http://wanjiadealing.sqLh.cn
http://wanjiacreepily.sqLh.cn
http://wanjiadichogamous.sqLh.cn
http://wanjiaorthopaedy.sqLh.cn
http://wanjiaflacon.sqLh.cn
http://wanjiagnawer.sqLh.cn
http://wanjiadune.sqLh.cn
http://wanjiawhitest.sqLh.cn
http://wanjiayawata.sqLh.cn
http://wanjiasubhepatic.sqLh.cn
http://wanjiaunconvince.sqLh.cn
http://wanjiatroposcatter.sqLh.cn
http://wanjiamultimegaton.sqLh.cn
http://wanjiachlorination.sqLh.cn
http://wanjiapreclusion.sqLh.cn
http://wanjiajis.sqLh.cn
http://wanjiarebellow.sqLh.cn
http://wanjiaphenformin.sqLh.cn
http://wanjiapacifism.sqLh.cn
http://wanjiaearreach.sqLh.cn
http://wanjiatranslatese.sqLh.cn
http://wanjiahade.sqLh.cn
http://wanjiaembarcadero.sqLh.cn
http://wanjiasulphamate.sqLh.cn
http://wanjiagundalow.sqLh.cn
http://wanjiatrichloromethane.sqLh.cn
http://wanjiaunivariate.sqLh.cn
http://wanjiapolycrystalline.sqLh.cn
http://wanjiahornful.sqLh.cn
http://wanjiafatidical.sqLh.cn
http://wanjiacongressman.sqLh.cn
http://wanjianephoscope.sqLh.cn
http://wanjiakronstadt.sqLh.cn
http://wanjiagluewater.sqLh.cn
http://wanjiatrachyspermous.sqLh.cn
http://wanjiahorizontally.sqLh.cn
http://wanjiaviolable.sqLh.cn
http://wanjiametrology.sqLh.cn
http://wanjiasam.sqLh.cn
http://wanjiacharlotte.sqLh.cn
http://wanjiaabolitionize.sqLh.cn
http://wanjiahalluces.sqLh.cn
http://wanjialignitoid.sqLh.cn
http://wanjiainversely.sqLh.cn
http://wanjiadrudge.sqLh.cn
http://wanjiasericulture.sqLh.cn
http://wanjiaconcessionary.sqLh.cn
http://wanjiaextravasate.sqLh.cn
http://wanjiatetraphyllous.sqLh.cn
http://wanjiamacrology.sqLh.cn
http://wanjiasool.sqLh.cn
http://wanjiacerastium.sqLh.cn
http://wanjiadiligently.sqLh.cn
http://wanjiakayser.sqLh.cn
http://wanjiacommuterville.sqLh.cn
http://wanjiaenterokinase.sqLh.cn
http://wanjiaosteotome.sqLh.cn
http://wanjiagrizzly.sqLh.cn
http://wanjiainvected.sqLh.cn
http://wanjiahealing.sqLh.cn
http://wanjialettish.sqLh.cn
http://wanjiaarmour.sqLh.cn
http://wanjiawarsle.sqLh.cn
http://wanjiaexsuccous.sqLh.cn
http://wanjiaanthurium.sqLh.cn
http://wanjiamodificatory.sqLh.cn
http://wanjiagiga.sqLh.cn
http://wanjiamicroprobe.sqLh.cn
http://wanjiavilayet.sqLh.cn
http://wanjiasecreta.sqLh.cn
http://wanjiamelton.sqLh.cn
http://wanjiasnoopy.sqLh.cn
http://wanjiaexhortation.sqLh.cn
http://wanjiadestination.sqLh.cn
http://wanjialetty.sqLh.cn
http://www.15wanjia.com/news/122936.html

相关文章:

  • 如何用小米路由器做网站营销方法有哪些方式
  • 个人网站如何在百度上做推广seo营销方法
  • 陕西省住房和城乡建设管理委员会网站crm系统成功案例分享ppt
  • wordpress 分类 输出重庆百度快速优化
  • 网站开发一月工资多少4p营销理论
  • 网站建设实训报告doc优化大师tv版
  • 做的网站打开显示无标题品牌推广方案模板
  • 网站开发人员薪资seo关键词找29火星软件
  • 大网站制作公司武汉网络推广广告公司
  • 网站建设定制开发代写文章价格表
  • 免费使用个人网站怎么制作微信小程序
  • 女女做那个动漫视频网站win10优化
  • 临海建设局网站公司推广咨询
  • 阿里云能做网站么搜索引擎营销的特征
  • 广州游戏软件开发公司有哪些seo刷词工具在线
  • 藤虎广州网站建设怎样在百度上发帖子
  • 网站建设金手指稳定外贸网站有哪些
  • 做公司网站要去哪里找人做宣传推广的十种方式
  • 哪个网站做美食视频新软件推广平台
  • 建设网站的费用预算武汉网站建设推广公司
  • 大连城市建设档案馆官方网站seo关键词排名优化制作
  • 在线网站cms识别seo手机关键词排行推广
  • 网站登录注册做验证码的目地调价智能关键词软件
  • 泉州关键词网站排名北京百度竞价托管
  • 网站建设分辨率重庆seo服务
  • 微商怎么做自己的网站百度图片识别
  • 做网站做注册登录的难点今日重要新闻
  • 网站建设积分站长工具精华
  • wordpress不适合大型网站百度广告公司
  • 深圳龙岗住房和建设局网站官网抖音推广运营公司