I searching for auto-save on every edit feature in atom editor but i did't found it , The default auto-save is not enough , is there any way to change default auto-save setting if possible?
You're looking for autosave-onchange.
Related
I've been missing this feature since starting to work with OpenEdge, and I am left wondering if the is any way to enable this.
I've checked the OpenEdge editor properties in Eclipse but was unable to find the option to toggle this. Is there a plugin that can enable it? Maybe a hidden way to do that without the need of a plugin? Any help is appreciated.
Mark occurrences feature example
If you search using Ctrl+H (or Search -> Search) in the OpenEdge Editor (Eclipse based) you get marked occurences in the editor as well as a list of all search hits in the Search tab.
In this example I've searched for "RETURNS CHARACTER"
In the old AppBuilder editor you are out of luck.
I'm trying to find a way to set the link option to open in a new window by default. I found this clever plugin but it is outdated.
https://github.com/whyisjake/new-tab-always/blob/master/new-tab-always.php
I attempted to update it myself but it seems that the id's and classes aren't very consistent so doing it with JS might not be the best route.
Is there a hook or something available?
I installed some plugins (autoclose-html), and now I cannot write the : character. If I disable it, I can write this back, but if I enable it another time, I get the problem.
How can I fix this? How can I change the plugin not to override my keys?
I've also filed a bug report.
I assume you're using an international keyboard layout. I run into this issue as well with 2 different international layouts (PT and SE).
As of v.0.23.0 Legacy/International Mode has been added. if you activate it in settings, it should solve your issue.
Activate Legacy/International Mode works for me
I have only been able to find 1 add-on for autosaving/draft-save.
The problem is that if the browser crashes while you are editing content of a page, or created a new page, that changes will be lost. And it's not always, that one will remember to save manually.
The add-on I found and installed is: plone.app.drafts
I installed it using buildout, and activated it in the add-on. Though it doesn't seem to be working for me. Has anyone managed to make it work? To test it I crashed the browser (and also just closed the browser while editing), and according to the documentation for this add-on, the saved content should be in portal_drafts. But there is nothing there.
I followed this document.
Stackoverflow has the best auto save future EVER. It would be nice with such, but just a normal auto save will do fine.
Are there other plone fans out there that have managed to overcome this hurdle? Like found a nice add-on to help out?
do you want to auto-save input in richtextfields (tinymce) or all fields?
for tinymce there is a plugin you could try to add:
https://pypi.python.org/pypi/zopyx.tinymceplugins.tinyautosave/1.0.1
When i click the insert hyperlin button in the visual editor it literally does nothing. I ran the console in IE to see any errors which i've listed below...
SCRIPT438: Object doesn't support property or method 'wpdialog'
editor_plugin.js?ver=358-23224, line 1 character 471
does anyone know why this is and how to fix it?
any help most appreciated :)
I found this WordPress forum post which seems to deal with the similar issue you are having.
There are few proposed solutions in it, so you might find it useful.
Another thing you could check is if jQuery is referenced twice.
In order for link to work, include the "wordpress" in the list of plugins to load in TinyMCE. For instance in the settings or tinymce.init({...}) initialization object you would add:
plugins : "paste wplink media wordpress"
Whenever you select some text then click the link icon, a small popup window opens to let you enter the URL in a text box.