Giter VIP home page Giter VIP logo

dontpad's Introduction

Anurag's github stats

dontpad's People

Contributors

huynhsamha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dontpad's Issues

Dontpad pages are not loading

When I try to enter some link this message appears:


An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
Heroku logs --tail

I can no longer access my texts. This happens for any link

Dynamic property saveParams in react-froala editor

Expected behavior

就是从外面动态的传递props给froala编辑器组件,需要这个props参数动态的更新到froala的saveParams中

Actual behavior

实际虽然每次传递进来的props在组件中更新了,但是在saveParams中一直是第一次创建froala组件实例的值

Steps to reproduce the behavior

export default function MyEdit(props) {

  const config = {
    quickInsertEnabled: false,
    tabSpaces: 4,
    language: 'zh_cn',
    saveInterval: 6000 * 10, 
    saveMethod: 'POST',
    saveURL: 'https://localhost:44343/FileNote',
    saveParams: {
      id: props.fileId,      // 就是希望自动保存时,这个参数是根据传递进来的props的值,但实际它一直是第一次传递进来的值
      name: props.name
    },
    saveParam: 'content', 
  }
 return (
    <Editor
      config={config}
      style={{ height: "100%" }}
    />);
}

望大神解答,谢谢

been able to has a unique URL as well for "View Page"

Expected behavior

Instead of the button only change the view, sends a parameter to the URL só we can share the page mode.

Actual behavior

When clicking on "View Page", dynamically change to page view mode, but it doesn't generate a unique URL.

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.