Giter Club home page Giter Club logo

tinymce-localautosave's People

Stargazers

 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

tinymce-localautosave's Issues

LocalAutoSave and tinymce 4.3.12

Hi!

Today I upgraded my site to tinymce 4.3.12. With this version the LocalAutoSave doesn't seem to work anymore. Can you confirm?

BR
Stephan

Local Date Time displayed

Hi,
Firstly, thanks a lot for this plugin which is really useful and easy to use.

Currently I have a small issue with the date time. My local time is GMT+8, however the time displayed in the menu is GMT+1, is it possible to have it match my local date time?

Thank you.

The Load menu is out of alignment?

Love this plugin, big help in my project. However, when you use it in FireFox, the character count is on a row below the save time/date...

Auto save only if the content has been changed

Hi valtlfelipe,

I've modified your plugin.js file so it will save the content only if it has been edited.

Basically I've replaced 1 line of code as follow:

(old code)
if($busy === false) {

(new code)
if($busy === false && editor.isDirty()) {

I hope it does make sense.

Regards
Valerio Gentile

Great Plugin! Not working in IE8?

Hi Felipe. Love your plugin. I notice it does not fire in IE8 is that correct? I can get it to load but it won't autosave?

Client wants it to work in IE8. Compatibility says it should work?

Thanks! And how do we contribute money to your project?

-jerry chrisman gripmedia [email protected]

Plugin is not working as expected.

It only saves one version when I initially loaded the editor and started typing. Then no more saving after that no matter what more typing I did and how long I have been waiting for.

I installed it manually and all configuration is default. I have not explicitly changed any settings.

I tested in all 3 major browsers: IE 10, Firefox and Chrome, same result.

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.