quill

Fortran77在windows10下运行

允我心安 提交于 2020-08-17 05:20:06
Fortran77采用固定格式 前6个字符是标志位 资源: Fortran77的样例 http://www.mate.tue.nl/~anderson/4K670/tools/f77_examples.html Fortran77转90 95 http://quill.fcode.cn/ mingw的下载链接 https://nchc.dl.sourceforge.net/project/codeblocks/Binaries/20.03/Windows/codeblocks-20.03mingw-setup.exe https://gcc.gnu.org/wiki/GFortranBinaries#Windows 采用命令行, 来源: oschina 链接: https://my.oschina.net/qiyong/blog/4355732

vue-quill-editor富文本编辑器 结合element-ui 改造 上传图片功能

吃可爱长大的小学妹 提交于 2020-08-16 11:54:08
本文转载借鉴自 https://blog.csdn.net/wepe12/article/details/89447829 改造原因: 1、vue-quill-editor自带的图片上传,上传后地址转换成了base64编码,太长了; 2、此富文本编辑器获取 保存的内容会是 一串 html代码。图片未保存至服务器; 选择element-ui原因: 1、当然是项目中用了element-ui啊 2、element-ui上传有简洁明了的事件捕获 <el-upload v-show="false" ref="upload" class="upload-demo" action="loadUrl" // 上传地址 :before-upload="beforeUpload" // 上传更新前,可操作加个loading啥的 :on-success="upScuccess" // 成功 :on-error="uploadError" // 失败 /> 正文: 安装 npm i vue-quill-editor --save 引入使用 // 引入 import { quillEditor } from 'vue-quill-editor' import 'quill/dist/quill.core.css' import 'quill/dist/quill.snow.css' import

Vue-安装依赖项vue-quill-deitor使用富文本编辑器

依然范特西╮ 提交于 2020-08-11 16:10:36
一、在项目终端输入: npm install vue-quill-editor --editor 二、注册组件 在main.js项目入口文件中添加全局挂载 1.导入全局变量 import VueQuillEditor from 'vue-quill-editor' 2.导入样式 import 'quill/dist/quill.core.css' import 'quill/dist/quill.snow.css' import 'quill/dist/quill.bubble.css' 3.注册为全局可用组件 Vue . use ( VueQuillEditor ) 三、使用 在需要的页面下<template></template>模块中输入 < quill-editor ></ quill-editor > 即可: 效果如图 来源: oschina 链接: https://my.oschina.net/u/4301555/blog/4296402

How to save Quill.js values to Database Laravel 5.6

…衆ロ難τιáo~ 提交于 2020-08-09 08:53:32
问题 I'm trying to use Quill.js - Your Powerful Rich Text Editor for my project in laravel. But, since quill uses: <div id="editor"></div> || <div id="editor" name="body"></div> Instead of a regular old: <textarea id="editor" name="body"></textarea> $post->body = $request->input('body') ; won't work. What do I use to save the information I get from a div with the id of #editor into a database. 回答1: Use the following in JavaScript: var content = document.querySelector("#editor").innerHTML Then

Implement custom editor for Quill blot

℡╲_俬逩灬. 提交于 2020-08-04 02:28:28
问题 I'm trying to customize the Quill editor for my needs. I managed to implement and insert custom blots, as described in https://quilljs.com/guides/cloning-medium-with-parchment/ But I need to edit data, which is attached to my blots, like the URL of a link for example. The default implementation of Quill displays a small "inline" edit box for links. I want to implement something like that myself, but just don't get it. I did not find any hints in the docs and guides. Reading the source code of

Beta冲刺(4/7)

前提是你 提交于 2020-07-27 11:03:19
Beta冲刺(4/7) 这个作业属于哪个课程 班级 这个作业要求在哪里 作业要求 这个作业的目标 记录冲刺当日的SCRUM会议和PM报告 作业正文 刚下飞机——Beta冲刺(4/7) 其他参考文献 ... SCRUM会议 会议记录表 学号 组员 昨天花了多少时间 还剩余多少时间 昨日完成的任务 遇到什么困难 今天的进度 明天的计划 221701317 卓晓鑫 6h 3d 完成敏感词功能、重构Admin部分代码 无 实现举报处理中相关接口、修复bug 实现成就、认证学校管理相关接口,重构Action和Service层代码 221701328 张春翔 5.5h 3d 前端完成编辑问题、回答功能,完成删除问题、回答、评论、回复的功能 无 前端完成查看消息界面和认证界面 前端完成查看成就功能,对需要显示认证信息的地方进行补全 221701319 郭秋中 4h 3d 完成编辑问题的获取问题内容,以及修改Bug 无 消息的生成,以及将未读消息已读 修改Bug,优化后端代码,完成剩余功能。 221701333 池政涛 3h 3d 编辑回答接口,bug修复 暂无 认证接口编写,举报信息处理接口编写,bug修复 修复bug,优化代码,编写相关接口 221701337 朱凯文 6h 3d 实现分页,单个删除,问题举报处理的批量选择,举报处理气泡提醒 无 完成批量删除。评论,回答,举报,回复处理界面

Beta冲刺(4/7)

微笑、不失礼 提交于 2020-07-25 06:02:20
Beta冲刺(4/7) 这个作业属于哪个课程 班级 这个作业要求在哪里 作业要求 这个作业的目标 记录冲刺当日的SCRUM会议和PM报告 作业正文 刚下飞机——Beta冲刺(4/7) 其他参考文献 ... SCRUM会议 会议记录表 学号 组员 昨天花了多少时间 还剩余多少时间 昨日完成的任务 遇到什么困难 今天的进度 明天的计划 221701317 卓晓鑫 6h 3d 完成敏感词功能、重构Admin部分代码 无 实现举报处理中相关接口、修复bug 实现成就、认证学校管理相关接口,重构Action和Service层代码 221701328 张春翔 5.5h 3d 前端完成编辑问题、回答功能,完成删除问题、回答、评论、回复的功能 无 前端完成查看消息界面和认证界面 前端完成查看成就功能,对需要显示认证信息的地方进行补全 221701319 郭秋中 4h 3d 完成编辑问题的获取问题内容,以及修改Bug 无 消息的生成,以及将未读消息已读 修改Bug,优化后端代码,完成剩余功能。 221701333 池政涛 3h 3d 编辑回答接口,bug修复 暂无 认证接口编写,举报信息处理接口编写,bug修复 修复bug,优化代码,编写相关接口 221701337 朱凯文 6h 3d 实现分页,单个删除,问题举报处理的批量选择,举报处理气泡提醒 无 完成批量删除。评论,回答,举报,回复处理界面

How can I prefill links with http in a Quill editor?

孤者浪人 提交于 2020-07-05 12:34:19
问题 When adding links with the Quill editor I must include the protocol or the link is treated as a relative link. When someone clicks to add a link I would like to have the field prepopulate with http:// so when a user types google.com it will create a link to http://google.com instead of http://myapp.net/something/google.com . Stack overflow does this... 回答1: The above solution wont work when you try to save an existing link. Also it ignores other protocols such as ( mailto, tel, https ) Here

how to add css class to a quill selection?

邮差的信 提交于 2020-07-05 03:57:49
问题 How can I add my own style with a class css in quilljs? I have this following css class .ql-editor spanblock { background-color: #F8F8F8; border: 1px solid #CCC; line-height: 19px; padding: 6px 10px; border-radius: 3px; margin: 15px 0; } and an event targeting this CSS transformation var toolbarOptions = [ [{ "header": [false, 1, 2, 3, 4, 5, 6] }, "bold", "italic"], [{ "list": "ordered"}, { "list": "bullet" }, { "indent": "-1"}, { "indent": "+1" }], ["blockquote","code-block", "span-block",

Test the HTML generated by Quill in a browser

ⅰ亾dé卋堺 提交于 2020-06-17 12:58:42
问题 I have published two questions related to my problem, first of which was closed, but I still do not have the answer to my problem. My first question that was closed: Convert HTML to PDF using PrimceFaces 7.0 (or higher) Text Editor and Quill My second question was answered here: The Quill publicly available css Based on the answer of my second question I dare to once again ask my first question: How could I generate nice, production-ready PDF files from the HTML produced by the Quill HTML