GithubHelp home page GithubHelp logo

Comments (4)

JaxsonWang avatar JaxsonWang commented on August 11, 2024

请确保不是个例问题,我这儿不存在此问题!

from wp-editor.md.

TechCiel avatar TechCiel commented on August 11, 2024

说具体点就是:
换默认主题、关其他插件、重装WP、重装浏览器、换台电脑试试🌚

from wp-editor.md.

krovma avatar krovma commented on August 11, 2024

不清楚情况,前几天还很正常,今天更新4.7.4以后就这样了,用更新前的backup恢复也没用。因为并不写做前端所以错误看不太懂,似乎是editormd.min.js还是ace.js里产生的异常,ace.js 是这个插件引入的还是WP本身就引入的?
插件就装了个EWWW 和 Akismet,实在没有头绪我还是回去用JP Markdown好了
除了编辑器的部分似乎都没有问题,还是能正常转换md和html
和主题应该也没关系,post.php 好像没有包括在主题里面。
今天试着在本地重现一下。

ace.js?ver=0.3.7:1 console.trace
t @ ace.js?ver=0.3.7:1
(anonymous) @ editormd.min.js?ver=1.5:formatted:7
(anonymous) @ editormd.min.js?ver=1.5:formatted:12

;(function(factory) {
    "use strict";
    if (typeof require === "function" && typeof exports === "object" && typeof module === "object") {
        module.exports = factory
    } else if (typeof define === "function") {
        if (define.amd) {} else {
            define(["jquery"], factory) // <= LINE 7 HERE
        }
    } else {
        window.editormd = factory()
    }
}(function() {

from wp-editor.md.

JaxsonWang avatar JaxsonWang commented on August 11, 2024

WordPress 4.7.4不存在这个问题

而且ace.js不是此插件的依赖文件...

本插件依赖的是jQuery

from wp-editor.md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.