Twilight: AutoSave
There has been talk for a while now about modern applications being able to autosave as you type. Or rather that they should be able to do so, certainly modern web applications should be able to.
Well WordPress is a modern web application and, with this code, now it can.
This is a plugin for the admin site of things. It uses cookies and JavaScript to save the data you are typing and allow you to restore it (or delete it) later. I decided against the AJAX approach as I couldn’t see the point of hitting the server up for all those extra bytes and load when I could just work it out client side. Plus this is much faster than a similar AJAX solution would be.
Operation is quite simple, unzip into your plugins directory, enable it in the admin panel, and when you have typed an entry in the Write Post screen but not saved or published it the data in the main post box will be saved. When you come back up to a week later you will be informed you have an auto-saved post and can delete or restore it. Note: Any new typing in the main post text box will overwrite the existing autosave.
Simple. Effective. Fast.
This is designed for v1.5 of WordPress. I’m told by the incredible PhotoMatt that he plans to fold this code into the next version of WP… which gives me a warm feeling. Until then enjoy, and I’ll continue to develop this. As always suggestions are welcome.
Download the zip file of Twilight AutoSave.
Current Version: 1.0
Please note: I offer no support for this plugin with WP 2.0 as of yet. The software is still beta, and works completely differently. I will see how I can upgrade this to work with 2.0 when I can (if it is possible).
on April 29th, 2005 at 1:06
[…] ser time out or somehow lose your entry before it was posted to your blog? Problem solved. Twilight: AutoSave is a plugin that uses cookies and JavaScript to save the data you are t […]
on April 29th, 2005 at 4:13
Congratulations! This is a great addition, and I thank you for developing it.
I have to say, AJAXifying the admin/posting interface would be a real coup for WordPress; non-technical users really respond to interface improvements…
-RS
on April 29th, 2005 at 6:48
[…] p Groupcal 2.0. Wordpress En Wordpress udvikler har lavet en genial ting. Nu kan man f “autosave” funktionalitet p Bloggen. Photomatt skulle efter sigende have ytre […]
on April 29th, 2005 at 6:59
As a general rule yes, but AJAX has a place just as everything else does. In this case I’m not using AJAX because its overkill and can be done simpler and quicker using other JS solutions.
on April 29th, 2005 at 9:05
[…] For WordPress
AutoSave
[…]
on April 29th, 2005 at 10:38
[…]Twilight: AutoSave[…]
on April 29th, 2005 at 11:01
[…] ark”>
Filed under: WordPress — Ron @
7:09 am
There is now an auto-save plug-in for WordPress 1.5! I have rarely […]
on April 29th, 2005 at 11:30
This is *purely* awesome plugin. I have moved to Word with auto-save each 1 minute for all those long posts spoiled by a power shortage or similar. Now I can safely use the browser, thank you for creating this excellent plugin.
on April 29th, 2005 at 16:51
[…] re in qualche modo l’articolo prima di averlo pubblicato sul blog? Problema risolto. Twilight: AutoSave è un plugin che utilizza i cookie e del JavaScript per salvare i i dat […]
on April 29th, 2005 at 17:15
Thanks for such a great plugin. I’m using it now and I love it. Thanks dude!
on April 30th, 2005 at 14:17
[…] WP Plugin: AutoSave Categories - Cool Scripts Wordpress Plugins — Mark WP Plugin: AutoSave Have you ever written a post in Wordpress and then completely lost it […]
on April 30th, 2005 at 15:16
WordPress Plugin: AutoSave
Have you ever experienced a crashing browser whilst writing an article to post on your blog? Then this plugin is for you.
on April 30th, 2005 at 16:01
Thanks Xero, glad you like it!
Suggestions for improvments are welcome!
on April 30th, 2005 at 16:28
Gred, Is it possible to store the text in a table on MYSQL since some people use libraries to blog and some libraries don’t allow access to cookies and stuff like that?
on April 30th, 2005 at 16:31
I think using MySQL table would be overkill, imagine the amount of quieries at every word, and what if your Internet connection lags or stops? You’re out of luck. Maybe the author could have a cookie for each typed letter and then mysql query for each one minute, but that might be accomplished with AJAX, I don’t know if the current situation allows it.
on April 30th, 2005 at 16:42
Xero - what Rayner said.
AJAX is trendy right now (hell.. I should know) but in this case its a case of square peg - round hole. I understand the point about cookies, but its that or wang your server with tons of requests.
That or save less often, when the space bar is pressed for example. Right now its every keypress. It could be possible to have an option where every X number of characters (say… 200 maybe) it automatically sent the data to a table, but then you have two possible data sources.
Also my local library (and my old Uni one for that matter) disabled JavaScript.. so in that case both AJAX and cookies are blown.
on April 30th, 2005 at 17:08
Absolutley awesome plugin. Works perfect on my blog. This is a great idea, I can see why he wants it in the next version of Wordpress. The implementation above the post leaves no need for explanation or readme’s. Its great. Love it.
on April 30th, 2005 at 17:29
I agree with Ryan and I also think you should enter this plugin in the competition, Gregory. It’s marvelous functionality is certainly going ot attract a lot of acclaim there.
on April 30th, 2005 at 19:43
It may leave no need, but I would need to write one for the rules of the competition. I might do… if I have the time. I should really write one anyway for all my plugins.
I’m glad you think its that good, very flattering
on May 1st, 2005 at 0:02
[…] I I. Thou shalt make regular and complete backups Tagged as: backup reference sysadmin twilightuniverse.com » Blog Ar […]
on May 1st, 2005 at 0:35
You are a genius! Go for the competion and I will vote for you
on May 1st, 2005 at 5:25
I installed the plugin and activated. But for some reason half my categories are not shown in the write post page. I verified that it was the autosave plugin causing it cos I disabled it and voila they were back.
I tried it 2-3 times thinking it might be some other problem. But it is the autosave plugin. It really looks useful and I would love to use it.. Can you tell me what I am doing wrong or is it some issue with WP?
I am using WP 1.5 (original version, no hacks)
on May 1st, 2005 at 11:41
AJ - It must be WP that… because the autosave doesn’t modify any files. It’s a JavaScript file that does most of the work.
I suppose its possible its an issue with the inserted DIV covering up categories, but that would be an obvious visual glitch more than half of them disapearing. What browser are you using?
on May 1st, 2005 at 13:05
I am using Mozilla Firefox as my primary browser. I just tried it with IE and all the categories do show correctly. This is weird that mozilla is not showing correctly…
If I am not asking for too much, is it possible to rectify the problem for Ffox? Cos I am sure I never want to switch to IE..
on May 1st, 2005 at 13:34
Well… now thats odd. I would if I could duplicate it — I’m using FireFox and it works fine.
Send me a screenshot of it, that might help.
on May 1st, 2005 at 14:57
Greg, take a look at this page and consider it a suggestion for the next version of AutoSave. I think many people would benefit from AtoSaving in Comment forms.
http://weblogtoolscollection.com/pluginblog/2005/05/01/save-comments-as-draft/
on May 1st, 2005 at 16:31
Thats a really good idea. Should be easy to do too, relatively speaking.
I’ll add it asap, got to do some work on ironing out bugs in Touched first.
on May 1st, 2005 at 17:22
Greg, I’d really like to see a new version of Touched. The old 0.6.3 I once used had this bad habit of a) adding the topic to all categories after editing; and b) dumping part of long posts into obliviion. I lost a very long post because of these bugs and I almost threw Touched away in disgust. But I would really want to get back to it - it’s very promising plugin.
on May 1st, 2005 at 18:07
An older version of the 0.6 had a habit of chocking on unencoded &’s (hense losing the content after that) but I fixed that. The Categories one is odd.. because I’m sure I fixed that pre-0.6.
I know there is an issue with custom data though…
on May 3rd, 2005 at 15:01
[…] 相關) by JoeHorn at 2005 五月 3 星期二 @ 11:00 pm Rate this post: Twilight: AutoSave 這個 plugin 有這種功能 : This is a plugin for th […]
on May 3rd, 2005 at 15:20
[…] Press Plugin - Twilight: AutoSave 2005 May 3 Twilight: AutoSave 這個 plugin 有這種功能 : This is a plugin for t […]
on May 4th, 2005 at 17:51
[…] people won’t need to worry about this, it’s there if you need it though. Also Twilight: AutoSave comes with support for this effect built in. Its a simple plugin, but […]
on May 4th, 2005 at 21:39
[…] this useful technique to draw a users attention to something. It is already implemented in Twilight: AutoSave. […]
on May 5th, 2005 at 12:59
Thee may be a conflict between your plugin and the Miniblog plugin.
I have seen no problems writing a normal post. When I write and post a miniblog entry the post is saved and displayed but an autosave alert is displayed. It asks if I desire to save that post or delete it. That is a paraphrase, I don’t remember the exact wording.
Operationally, it doesn’t appear to effect either your plugin or Miniblog, but the alert is a little disconcerting.
Any thoughts.
on May 5th, 2005 at 15:18
It sounds like Mini-blog is not calling the save or publish post plugin hooks. Which is naughty of it.
There’s not much I can do about that I’m afraid though, thats when the cookie is deleted, and really the only point it makes sense to delete it.
on May 9th, 2005 at 13:18
[…] [Link: Twilight: AutoSave] This entry was posted on Monday […]
on May 9th, 2005 at 20:03
[…] 8217;ve written a plugin that uses it as its fundemental core, and I’ve also written a plugin that shouldn’t use it, even though some people think it sounds like a good […]
on May 10th, 2005 at 19:35
[…] r perso tutto quello che avevo scritto. Ed invece no, grazie a questo mirabolante plugin: Twilight: Autosave. E’ bastato un click su back e, sebbene la maschera per la compi […]
on May 10th, 2005 at 22:30
Really, really, really neat (really).
I don’t use WordPress, but this is a killer idea in all sorts of Web contexts. You’re a thinker.
Keep up the truly great work.
on May 11th, 2005 at 11:46
Thanks Nathan!
I’m probably going to write a nice little wrapper for AutoSaving like I’ve done with the Simple AJAX Code Kit. It will make my life easier, make the code cleaner, and probably help people work similar functionality into other applications.
on May 15th, 2005 at 20:20
Hi,
I “hacked” the write page of Wordpress to have a WYSIWYG editor (htmlArea). Does this plugin work in this case?
on May 15th, 2005 at 21:32
It depends on exactly what your hack does (or rather, how it does it). If the id of the element remains the same… then I would imagine so. I make no promices though…
…the only sure fire way to know is for you to test it out.
on June 1st, 2005 at 12:58
Oh my goodness, you do love me! Thanks for the pointer to this thing, I had not seen it. It is likely to save my everloving life.
on June 1st, 2005 at 13:07
[…] /a>
Remember this? Thanks to Gregory for tooting his own hornpointing out his plugin, Twilight Autosave, that would have saved me the frustration I experienced yesterda […]
on June 7th, 2005 at 15:02
I must apologize (again), I think I essentially “created” a problem that doesn’t exist (or at least is not related to your plugin). I’m having an issue where attempting to Save a post through the Manage interface is causing the browser to hang and to not finish loading the next page. I saw an error in my javascript console and just ass-umed that they were related. Excuse my ignorance, and please remove my above posts so as not to confuse other readers or plugin users.
Thanks!
[comments deleted - glad you are finding it useful though, and hope you solve your issue - Greg]on June 15th, 2005 at 18:40
A question/suggestion, could you have some option or something to have autosave work for writing pages as well as posts? I came to this striking revelation of this need when my browser unexpectedly crashed… That would be cool if it’d be possible.
on June 19th, 2005 at 12:15
Amazing… works great .. I love it!!!!
Tanks a lot!!!
on June 29th, 2005 at 17:06
[…] the 5th time this has happened in a week. I guess it’s time for another Wordpress plugin. No brownie points though for guessing what that is going to do. I miss writing […]
on July 8th, 2005 at 20:27
[…] it. I had a big, long explanation up and — even in the presence of the ever-helpful Twilight Autosave… note to self: clicking the “Save and Continue Editing” […]
on July 11th, 2005 at 23:38
[…] o the guy running the blog, lets you edit and search within the plugin and theme editors. Twilight Autosave - This will plugin helps with those late night blogging sessions. It wil […]
on July 18th, 2005 at 8:18
[…] ss Administration Design: Tiger 1.3, a must-have for any mac user. Other must’s were Twilight: AutoSave ( yes, I’ve lost many, many posts ) and Editor Search, for those […]
on July 21st, 2005 at 17:08
Mid summer redesign
If you haven’t already noticed by now, I’ve redesigned Snapturtle recently using the latest version of Wordpress and the impressive Blix 0.9.1 theme.
While researching the availability of Technorati plugins, during which I found the Techn…
on July 22nd, 2005 at 15:03
[…] 月 2005 JoeHorn 介紹了一款不錯且實用的 WordPress 外掛:Twilight AutoSave。 在 WordPress 中寫作時, […]
on August 4th, 2005 at 23:31
I am using the following WYSIWIG plugin please can you have a look into weather it could possibly work with a few tweaks or any alternatives because I really needed somthing like this!
http://mudbomb.com/archives/2005/02/02/wysiwyg-plugin-for-wordpress/
Thanks
Usayd
on August 10th, 2005 at 7:49
great, thank you!
on August 13th, 2005 at 14:14
Autosave
在抱怨過 post 到一半,不小心按到上一 文 就會不見的問題後,ychsiao 留言說 Autosave 不錯,測了一下好像真的不錯:用 Cookie 存文 內容,在 Save/Publish 的時候就會移除 :p
可以看到 Autos…
on August 13th, 2005 at 15:51
[…] ress 1.6才會這樣)。我就想到之前慘痛的經驗……..也想起我有裝autosave這個plugins,用cookies幫 存下來,如果手賤把tab關掉,或是像gs […]
on August 15th, 2005 at 19:18
[…] search engine (and increase your site pagerank). Search Reloaded - a better site search Twilight AutoSave Add new categories and generalized some old ones. Not all posts have […]
on September 2nd, 2005 at 22:15
[…] Twilight AutoSave JoeHorn 介紹了一款不錯且實用的 WordPress 外掛:Twilight AutoSave。 在 WordPress 中寫作時,Twi […]
on September 11th, 2005 at 14:20
[…] kan man nur so dappisch eine deartige Funktion platzieren? - etc… ). Das Wordpress Toolchen Twilight Autosave speichert die Daten realtime in ein Cookie ab. So geht nix mehr […]
on September 12th, 2005 at 12:44
[…] ter Linkansatz mit Fussnotensammlung der Links. Einsatzgebiet noch nicht genau definiert. Twilight Autosave: Speichert beim Schreiben eines Artikels realtime den Text im Cookie ab. […]
on September 14th, 2005 at 15:16
Autosave für Wordpress
Robert Basic hatte das gleiche Problem wie ich. Wir schrieben einen Beitrag in Wordpress. Wir waren fast fertig. Es fehlte nur noch ein Link oder ein Bild. Da passierte es: Anstatt auf den letzten Tab klickten wir auf das “x”, anstatt auf …
on September 26th, 2005 at 1:40
[…] Me ha ocurrido en algunas ocasiones que estoy escribiendo una entrada directamente en mi blog, la computadora tiene un crash y pierdo todo lo que escrib. Para evitar esto he instalado un plugin llamado Autosave, el cual graba en los cookies lo que voy escribiendo y si no lo publico o lo grabo, lo guarda en los cookies. Al entrar de nuevo a escribir una nueva entrada, recibo el anuncio de si quiero recobrar la entrada o eliminarla. Esto es lo que llamo un plugin práctico y muy útil. Technorati Tags: wordpress plugin wordpress […]
on October 1st, 2005 at 8:23
[…] 前台插件: 1.SimpleLink,可以很方便的使用链接 2.livecalendar,日历,使用Ajax技术,不用刷新整个页面 3.autolink,自动将关键 词链接上地址。 4.autosave,自动储在写的post内容。 后台插件: 改变后台的管理界面: 1.spotmilk 2.wp=tiger […]
on October 4th, 2005 at 1:52
[…] wordpress的插件是一个很好的丰富自己的系统的东西,开始试用了很多插件,有一些 为不太实用 除,但大部分都在使用。 安装也都和简单,直接把插件copy到plug-in目录里,然后在激活就可以了 前台插件: 1.SimpleLink,可以很方便的使用链接 2.livecalendar, 日历,使用Ajax技术,不用刷新整个页面:< ?php get_calendar(); ?> 3.autolink,自动将关键 词链接上地址。 4.autosave,自动储在写的post内容。 5.Comment Hacks,添 了 最新文 :< ?php getrecentposts(); ?> 最近评论:< ?php getrecentcomments(); ?> 最多评论:< ?php getmostcommented(); ?> 6.feedwordpress,自动聚合自己链接里的blog,可以和wp-cron结合自动抓取内容。我的rss聚合就采用这个东西。 7.wp-cron,方便进行定时执行。 8.WordPress Database Backup,自动备份数据库,可以定时把数据库发送到自己的信箱里。需要和wp-cron结合使用。 9.google-sitemap,产生sitemap,如果blog放在目录下,而想让它产生整个站点的,可以把sitemap放在 目录下。 10.wp-crop-feedwordpress,使用wp-cron实现定时更新rss 11.StarTrap,blog的统计插件,很实用。 12.simplelink,对关键自动连接。 13.randmon post,随机文 14.Page Navigation,产生更丰富的导航。< ?php wppagenavi()?>。 后台插件: 改变后台的管理界面: 1.spotmilk 2.wp=tiger […]
on October 4th, 2005 at 20:53
[…] Twilight Autosave (descarga directa) es un plugin de los que considerado imprescindibles para Wordpress. El plugin se encarga de ir guardando en una cookie, apoyándose en un pequeño código en Javascript, el contenido del post que estamos editando en este momento, por si se nos pierde (se cuelga el navegador por ejemplo), ser capaces de recuperarlo la próxima vez que vayamos a escribir. […]
on October 11th, 2005 at 17:01
[…] 插件也装了两个. 一个是代 高亮的插件, 为我平时的技术文 会有一些代 ; 另一个插件是AutoSave, 虽然有了客户端的Blog工具, 但是还是有很多时间是在Web上来写, 所以有了这个插件就不怕浏览器Crash了! […]
on October 14th, 2005 at 14:22
[…] 插件是好,太多了也麻烦。原来的FEED问题就是 为不知道哪个插件冲突,应该是连环冲突,怎么改也好不了,现在就留下了这些插件,feed问题也好了,不过还有一个问题,xmlrpc问题,除了flickr可以发图片外,其他的网站都发不了,,, Spam Karma 2 - Reloaded防垃圾留言的~ Adhesive 置顶用 Blog It ! 添 网摘,只保留了365key和del.icio.us Comment Hacks显示最近日志,留言 Flash Filter Plus发布FLASH Gravatar 留言显示头像 Headline Images 题图片化,很漂亮 Jerome’s Keywords添 tag到technorati和本地 Random Posts for Chinese随机文 Google Sitemaps发布sitemaps Words随机显示句 WP Grins头像 Twilight AutoSave自动档插件 […]
on October 17th, 2005 at 13:06
[…] Twilight AutoSave自动盘工具,再也不用怕电,机了。 […]
on October 18th, 2005 at 16:38
[…] 插件也装了两个. 一个是代 高亮的插件, 为我平时的技术文 中会有一些代 ; 另一个插件是AutoSave, 虽然有了客户端的Blog工具, 但是还是有很多时间是在Web上来写, 所以有了这个插件就不怕浏览器Crash了! […]
on October 20th, 2005 at 9:34
[…] Twilight AutoSave […]
on October 21st, 2005 at 6:53
[…] Con Twilight: AutoSave tal ves eso nunca suceda. Este plugin aprovecha las Cookies de tu navegador para estar almacenando la información, en caso de que se vaya la luz o solo tengas algún problema con el sistema, al volver a tu panel, todo irá justo donde lo dejaste. Excelente plugin. […]
on October 29th, 2005 at 18:54
[…] 先講重點, 就是這個好東西: http://twilightuniverse.com/2005/04/twilight-autosave/ […]
on November 3rd, 2005 at 7:30
[…] Twilight AutoSave - Auto-saves posts in your “Write Post” dialog box, so you don’t have to worry about a ‘puter freeze-up. […]
on November 5th, 2005 at 5:26
I upload it and activate it. But it does or work. What’s wrong?
on November 6th, 2005 at 18:09
[…] 1) Twilight Autosave - saves posts so they won’t be lost if the connection is lost. […]
on November 7th, 2005 at 4:32
[…] But man, the most important and greatest plugin of all time has to be… Twilight Autosave, which does what you tihnk it does. That’s right, it autosaves your post as you’re typing it. So if you ever accidently nuke the window/tab/power, it’s all saved on the server. All you have to do is go back to the post new entry page, and the option to restore your last post is there. No more fucking losing 1000 word posts!!!!! […]
on November 10th, 2005 at 0:19
Awesome!! This seems great! For some reason my fiancee’s connection drops sometimes, and she’s always complaining about losing her posts. Hopefully this should fix it!
How about adding saves for the post subject, too?
on November 12th, 2005 at 10:30
[…] 10. Ein Muss: Twilight Autosave: Speichert beim Schreiben eines Artikels realtime den Text im Cookie ab. Als Autosave-Funktion. Verklickt man sich oder stürzt der PC/Browser ab, macht das nix mehr. Gerade bei langen Artikeln ungemein rettendes Engelchen, bevor man vor Ärger in die Maus beisst. […]
on November 19th, 2005 at 15:58
[…] Twilight AutoSave:有了这个插件, 就不怕在写文 的时候突然断电或者其他什么原 而保存不到文 了,它可以自动保存。 […]
on November 21st, 2005 at 9:49
[…] JoeHorn 介紹了一款不錯且實用的 WordPress 外掛:Twilight AutoSave。在 WordPress 中寫作時,Twilight AutoSave 可以自動地暫存 辛辛苦苦打出來的文 。不用害怕 那不近人情的網 瀏覽器,在 寫的正興高采烈時,無 警、突然地掛掉…..OTL。雖然這種事情總是不太常發生,但遇到時 卻祇能欲哭無淚…..。為了有效避免, 現在便可以安裝 Twilight AutoSave 這個實用的外掛!而且安裝過程非常容易,其實祇要啟用即可。更詳細的中文介紹可以閱讀 JoeHorn 所寫的 WordPress Plugin – Twilight: AutoSave 一文。 […]
on November 21st, 2005 at 14:39
[…] Twilight AutoSave 功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!推荐使用! 示例:装上后写 个字不保存就关掉,重新写帖子,试试就知道。 […]
on November 23rd, 2005 at 15:20
[…] 功能:在首页上显示帖子分页,方便浏览旧帖子。(比系统默认的更方便些) 示例:本站首页主体部分最底下、页脚上头的pages导航部分。Twilight AutoSave […]
on November 26th, 2005 at 12:18
[…] Random Quotes:随机显示名人名言插件,类似verycd的效果. Permalink […]
on December 1st, 2005 at 22:27
[…] MEDIUM-Twilight: Autosave (plugin broken) […]
on December 4th, 2005 at 21:36
[…] Twilight AutoSave […]
on December 4th, 2005 at 23:16
[…] Twilight AutoSave […]
on December 6th, 2005 at 1:54
[…] Twilight AutoSave,可以保存Post界面中输入的文字在cookie一个星期左右,防止浏览器/计算机崩溃的尴尬事情。 […]
on December 14th, 2005 at 13:19
[…] Twilight AutoSave […]
on December 15th, 2005 at 11:02
Plug-ins for teh Win!…
So I ended up re-writing my last post about 3 times due to accidentally refreshing the page.
Because of this, I recommend anyone using WordPress to get this Autosave Plug-in. If I had, the night would have been alot shorter for me.
While I am at …
on December 27th, 2005 at 3:22
[…] 剛剛看到gslin寫Wordpress 2.0已經下了tag,網站上也放出release file,就趕緊來昇級一下。 不過畫面太華麗了-_- 也發現AutoSave不能用了-_- […]
on December 30th, 2005 at 15:54
[…] 升級 2.0 以後, 我發現 Twilight AutoSave 沒辦法用了. ( ychsiao 前輩也有在 這篇 說他的也不能用. ) […]
on December 30th, 2005 at 16:01
As the trackback page (http://www.joehorn.idv.tw/archives/2005/12/30/215/ ) said .
For WordPress 2.0 , we shiuld change the following code :
add_action("save_post", "twAutoSaveDelete");
add_action("publish_post", "twAutoSaveDelete");
to :
add_action("simple_edit_form", "twAutoSaveDelete");add_action("edit_form_advanced", "twAutoSaveDelete");
add_action("edit_page_form", "twAutoSaveDelete");
By the way, maybe we should have to add this line :
var endstring = "";kust before these code :
if (cookietemp.length > 100){var endstring = "[...]";
}
on December 31st, 2005 at 12:53
[…] Twilight AutoSave,可以保存Post界面中输入的文字在cookie一个星期左右,防止浏览器/计算机崩溃的尴尬事情。 […]
on January 3rd, 2006 at 16:51
[…] Twilight: AutoSave 怕打到一半當掉文 沒有存檔嘛?AutoSave可以自動把打到一半不小心關掉文 儲存起來。 […]
on January 6th, 2006 at 21:59
[…] Twilight AutoSave功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!推荐使用! 示例:装上后写 个字不保存就关掉,重新写帖子,试试就知道。 […]
on January 12th, 2006 at 11:41
[…] 3、停用所有的插件。 目前使用的插件有 Adhesive、Another Random Quote、FancyTooltips、SearchNow、Twilight AutoSave、Ultimate Tag Warrior、wp-Define、WordPress Database Backup、Better Feed。 […]
on January 12th, 2006 at 22:56
[…] 升級 2.0 以後, 我發現 Twilight AutoSave 沒辦法用了. ( ychsiao 前輩也有在 這篇 說他的也不能用. ) 目前在 plugin 的網 是貼出了這段: Please note: I offer no support for this plugin with WP 2.0 as of yet. The software is still beta, and works completely differently. I will see how I can upgrade this to work with 2.0 when I can (if it is possible). […]
on January 14th, 2006 at 12:38
[…] Twilight Universe » Twilight: AutoSave […]
on January 19th, 2006 at 9:51
I will try it
thank you.
Were does it work? In Comments, in Admin Page and so on?
on January 19th, 2006 at 13:52
[…] Twilight AutoSave:写Post时自动保存内容的插件。 […]
on January 19th, 2006 at 20:16
It works in the Write Post part of the admin. Though take note of the above comment if you want it to work in WP2.0 - I’ve not got around to updating it to work in that properly yet, though the commented posted a fix for it.
on January 23rd, 2006 at 22:52
[…] a continuación: Acronym Replacer 2.8, Joel Bennett, Wraps common acronyms with the acronym tag.Author Image(s) 0.9, Scott Reilly, Display image (if present) and/or name for the author of a post, or for all authors on the blog. Auto-hyperlink URLs 2.01, Scott Reilly, Auto-hyperlink text URLs in post content and comment text to the URL they reference. Does NOT try to hyperlink already hyperlinked URLs. Improves WordPress’s default makeclickable function, along with adding some configuration options. FAlbum 0.5.6, Elijah Cornell, A plugin for displaying your Flickr photosets and photos in a gallery format on your Wordpress site. Footnotes 0.2 (Beta), Simon Elvery, Allows a user to easily add footnotes to a post. Get Recent Comments 1.2, Krischan Jodies, Display the most recent comments or trackbacks with your own formatting in the sidebar. Visit Options/Recent Comments after activation of the plugin. Intouch 1.1, Venushka Perera, ‘Intouch’ allows you to insert a custom build contact form, which on submission will send the information via email. Configuration options can be found under ‘Options’ in wp-admin. This has been tested and works fine on WordPress 1.5+.Edit Comments 0.3 beta, Andrew Sutherland, Allows users to edit their comments for up to 30 minutes after posting. To change the time limit, configure it in this plugin file Markdown 1.0.1, Michel Fortin, Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More… Registered Only 0.1, Carthik Sharma, Use this plugin to make your entire weblog password sSend2Friend 0.1b, Nicolás Fantino, Permite enviar automáticamente el URI del post por email. Solo hay que poner la nueva etiqueta <?php nfssend2friendbox(); ?> en el lugar de la plantilla donde se desea que aparezca el formulario y definir los CSS para el formulario #nf-ssend2friend. La etiqueta acepta tres parámetros: primero, el ancho (en letras) de los campos de email; segundo, el ancho (en columnas) del campo del mensaje; tercero, el alto (en líneas) del campo de mensaje; los valores por defecto son 20, 20 y 4 respectivamente (ej. <?php nfssend2friendbox(20, 20, 4); ?>). No se requieren páginas “de enváo” extras. El plugin busca el URI REAL del sitio en el URI referido para asegurar que el script no puede ser usado por personas “maliciosas” para enviar correos basura desde nuestras páginas .Photopress 0.9.1, Isaac Wedin, Photopress adds user-friendly image handling tools to Wordpress, including a popup upload and browse tool, a random image template function, and a simple album. Installs and uses a database table. WP-Polls 2.03, GaMerZ, Adds A Poll Feature To WordPress.WP-Print 2.01, GaMerZ, Displays A Printable Version Of Your WordPress Weblog Post. Quality Quotes 0.7, David Hopkins, Displays a random Quality Quote Of The Day. Quotes are updated every day courtesy of www.thequotes.com. Sanitize Titles for Non-English Languages 0.2 Beta, Nicolás Fantino, This plugin clean your titles (post slugs) sanitizing -not deleting- non-english characters. If you use this plugin you should disable Sanitize Titles MT Style, as they don’t play well together. External Links 1.5, Denis de Bernardy, Adds a class="external" to all outbound links. Subscribe me 2.6, Denis de Bernardy, Displays a tile with subscribe buttons. To use, call thesubscribelinks(); where you want the tile to appear. Alternatively, do nothing and the tile will display when wpmeta(); is called. SmileTAG 2.3, Yuniar Setiawan, The beauty of shoutbox. Theme Switcher 2.0, Mr Peer, Allow your readers to switch theme. Don’t forget to add getthemeswitcher() function in your templates… Theme Switcher 2.0, Mr Peer, Allow your readers to switch theme. Don’t forget to add getthemeswitcher() function in your templates…TinyMCE-Wordpress 2.0.1, lifesinger, This plugin adds TinyMCE to the editing areas of Wordpress.Twilight AutoSave 1.0, Gregory Wild-Smith, Adds the ability to auto-save content typed into WordPress via cookies. The cookie is automatically deleted when post is saved, and expires after a week if not deleted. WP-UserOnline 2.0, GaMerZ, Adds A Useronline Feature To WordPress. WordPress Database Backup 1.7, Scott Merrill, On-demand backup of your WordPress database. WordPress Email Notification Plugin v2.3.1 2.3.1, Brian Groce, Allow People To Sign Up For E-Mail WP Since Last Visit 2.3, Alex King, Indicate new posts and comments since your last visit. Events 0.4, Arnan de Gans, This plugin enables the user to show a list of events with a static countdown to date. […]
on January 27th, 2006 at 4:05
[…] This is the second time in three days that I’ve had a post erased because I hit the wrong button on my keyboard or mouse and Firefox went back in its browser history. I’ve got slick AJAX stuff all over my WordPress dashboard. So where’s my autosave? I’ve found one plugin that offers that capability, but, of course, it hasn’t been updated to work with 2.0. Expletive deleted! I was thisclose to hitting “Save and Continue Editing” both times this has happened, too. […]
on February 1st, 2006 at 16:59
[…] Twilight AutoSave 功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!推荐使用! […]
on February 4th, 2006 at 15:32
[…] Twilight AutoSave插件,写文 时自动保存 […]
on February 7th, 2006 at 7:24
just fyi, the comment by Joe Horn does not fix the problem for WP 2.0.1. This error popped up in the write page…
Warning: Cannot modify header information - headers already sent by (output started at /home/ragmusco/public_html/blog/wp-admin/admin-header.php:15) in /home/ragmusco/public_html/blog/wp-content/plugins/tw-autosave.php on line 120
on February 7th, 2006 at 7:45
That error usually means that you have some whitespace before the php tags, not that there is a problem with the plugin itself.
That particular error shouldn’t be anything specific to WP2.0…
on February 25th, 2006 at 19:48
[…] Twilight AutoSave功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!推荐使用! 示例:装上后写 个字不保存就关掉,重新写帖子,试试就知道。 […]
on February 27th, 2006 at 12:03
this is the exact plugin script that i’m using. for the life of me, i cannot get rid of that ‘warning’ error, even though the plugin seems to work fine. i’ve tried this plugin on multiple wp 2.0.1 sites. they all show up that ‘warning’ error. if you can find the white space, i would be grateful. here is the code i’m using… (thank you so much!)
var elem;
var data;
var eID = ‘content’;
var cID = ‘twWPAutoSave’;
var cookieset = ;
function createCookie(name,value,days){
if (days)
{
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = “; expires=”+date.toGMTString();
}
else var expires = “”;
document.cookie = name + “=” + escape(value) + expires;
}
function eraseCookie(name){
createCookie(name,”",-1);
}
function readCookie(name){
if (cookieset == 1){
var dc = document.cookie;
var prefix = name + “=”;
var begin = dc.indexOf(”; ” + prefix);
if (begin == -1)
{
begin = dc.indexOf(prefix);
if (begin != 0) return null;
}
else
{
begin += 2;
}
var end = document.cookie.indexOf(”;”, begin);
if (end == -1)
{
end = dc.length;
}
return unescape(dc.substring(begin + prefix.length, end));
} else {
return ‘Cookie Not Set!’;
}
}
function KeyPressEvent(event){
if (document.all) {
event = window.event;
}
if (event.which){
key = event.which;
} else {
key = event.keyCode;
}
createCookie(cID,elem.value, 7);
cookieset = 1;
}
function setStyleById(i, p, v) {
var n = document.getElementById(i);
n.style[p] = v;
}
function WhenLoaded(){
var postdiv;
if (postdiv = document.getElementById(’poststuff’)){
if (cookieset == 1){
var cookietemp = readCookie(’twWPAutoSave’);
var cookiedata = cookietemp.substring(0, 100);
data = postdiv.innerHTML
if (cookietemp.length > 100){
var endstring = “[…]”;
}
postdiv.innerHTML = ‘You seem to have left here without saving your post. If so, you may click here to restore it or delete it.Preview of auto-saved post: “‘ + cookiedata + endstring + ‘”‘ + data;
}
edCanvas = document.getElementById(’content’); //re-enable quicktags with correct element (original content element was overwritten).
elem = document.getElementById(’content’);
elem.onkeyup = KeyPressEvent;
}
}
function restoreData(){
elem.value = readCookie(cID);
}
WhenLoaded();
on February 27th, 2006 at 12:08
i’ve narrowed it down. for some reason, the plugin has a direct conflict with this tag in the edit-form-advance.php file of wp 2.0.1: . i do not know if this tag exists in other wp versions.
on March 2nd, 2006 at 12:27
that tag did not show up. let me try it again…
on March 7th, 2006 at 0:23
[…] Akismet 系统自带 Extended Live Archives0.10beta-r16,archive输出插件,一般我是用来查找以前写过的东西。 Blogtimes with Icons就是首页上的日志统计,以图片 式输出,作者好像把网站关了。 首字下沉效果看这篇日志的第一个字就知道了,有些模板需要自己设置首字的css方可使用。 Democracy1.2,一个投票插件。 Gravatars2.6,头像插件,需要到gravatar.com申请一个自己的头像。 Headline Images2.8, 题以图片输出,需要GD支持。 WP-PageNavi2.01,首页分页的插件。 Random Posts for Chinese,随机日志。 Randomize0.2,随机输出文字,图片的插件,效果在首页右上角。 iG:Syntax Hiliter3.5,代 美化插件。 SimpleTags1.2,Technorati Tags输出插件, 为和iG:Syntax Hiliter冲突,所以没有装最新版本。 Twilight AutoSave1.0,适用于1.5版本,不过2.0有时也能用,作者已不准备给插件升级了。 WP-UserOnline2.02,在线人数统计,可统计到会员,访客和bots。 IP 2 Nation1.1,留言者地区显示插件。 Click Counter1.01,地址点击统计。 WordPress Database Backup 系统自带 […]
on March 7th, 2006 at 5:01
[…] Twilight AutoSave 即时保存功能,最大程度地减少在录入Blog时由于突发原 所写内容前功尽弃的情况发生。 […]
on March 7th, 2006 at 17:03
[…] 1. Ultimate Tag Warrior 2. Adhesive 3. Twilight Autosave 4. Admin Drop Down Menu 5. Wordpress Database Backup Blog […]
on March 8th, 2006 at 9:15
[…] Customizable Post Listings:显示最近帖子,或者显示随机帖子 Get Recent Comments:显示最新评论 Gravatar:在评论中显示留言者的Gravatar头像 Ultimate Tag Warrior:这个功能太强大了,以至于我现在还没有学会:( Quote Comment:增 回复评论的简便性 Emotions:在留言部分增 表情 del.icio.us Style MP3 Player:MP3播放插件,相当简洁和易用,十分推荐 coolcode:大家都推荐,但我怎么也用不起来。所以给禁用了 Auto Links:实现关键字自动链接功能 Twilight AutoSave:自动保存功能,杜绝写了一大段而丢失的情况 […]
on March 8th, 2006 at 11:34
[…] Twilight AutoSave,写文 时最怕的就是浏览器突然崩溃,或者由于网络问题 成的提交失败。Twilight AutoSave 利用 Cookie 保存书写的文 ,在提交失败时可以迅速的恢复回来。 […]
on March 8th, 2006 at 15:26
[…] Twilight AutoSave,著名的保险套,防止在嘿咻时 意外情况而丢失文 。 […]
on March 8th, 2006 at 22:54
I am getting the same error that Tin is on my admin page as well. Even though the plugin seems to work fine?
Anyways thanks for the plugin, it will be incredibly useful. Hopefully I can figure out why that error exists.
on March 12th, 2006 at 11:40
[…] 9、Twilight AutoSave 暂时保存在线输入的文 内容,防止丢失。 […]
on March 19th, 2006 at 10:09
[…] Twilight AutoSave 网络中断等突发情况下仍保持在线编辑中的帖子内容不丢失。 […]
on March 21st, 2006 at 9:54
[…] Twilight AutoSave功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!强烈推荐! 示例:装上后写 个字不保存就关掉,重新写帖子,试试就知道。 […]
on March 25th, 2006 at 22:56
Thank you very much for this plugin. It’s great. Sometimes my PC crashes, and this is definitely a plugin that saves me from a heart attack. lol
on March 26th, 2006 at 3:13
[…] Übrigens habe ich am Abend ein paar Sachen am Blog editiert. Man kann jetzt wieder wie in MovableType lange Blogeinträge auf der Index-Seite aufklappen. Finde ich besser als eine komplett andere Seite zum Lesen laden zu müssen. Außerdem sollte man mein Blog jetzt per WAP-Handy lesen können, wenn man diesen URL aufruft. Ich hab’s aber nicht ausprobiert. Ich hab’ auch für mich selbst was Tolles installiert - das Twilight AutoSave Plugin. Wenn der PC mal wieder beim Schreiben abstürzt - kein Problem, denn während man schreibt, speichert das Plugin den Eintrag live automatisch in einem Cookie. Ich werde mir nie wieder die Haare raufen, weil mein PC spinnt, während ich einen Eintrag verfasse. Der Mensch sagt zwar, das Plugin sei nur für Wordpress 1.5, funktioniert aber auch wunderbar mit der aktuellsten Version. Über kurz oder lang hoffe ich auch auf einen Account von PhoneBlogz, damit ich, wenn ich mal wieder unterwegs bin, einen Eintrag per Telefon hinterlassen kann. Schöne Spielerei. […]
on March 26th, 2006 at 7:39
Thank you so much for this plugin. I installed it & tested it by deliberately closing a post box w. text in it. When I reopened my post box there was the msg. asking me if I wanted to retrieve the post.
I can’t tell you how many times I’ve forgotten about a post I hadn’t yet saved & closed my browser losing it forever. Or the Times when Firefox has crashed & the post is gone–PHHTT! Sometimes Firefox’s Sessionsaver extension will retrieve the lost post. But other times it doesn’t & I’m outa luck. THis will be a godsend.
One thing though, I don’t think this plugin is sufficiently known to other WP users. I posted twice in the WP forum asking for an auto save plugin & NO ONE responded. THe only way I found this was through my intrepid WP mentor, Carthik Sharma, who found it for me.
I’m writing a post about the plugin. Not that many will see it but maybe a few will. If other users haven’t already written about it I’d suggest that you do so to get this thing better known.
on April 8th, 2006 at 11:54
[…] Twilight AutoSave 推荐指数:★★★★★功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!推荐使用! 示例:装上后写 个字不保存就关掉,重新写帖子,试试就知道。 […]
on April 13th, 2006 at 8:53
[…] Update: Akala ko wala. Dapat pala’y naghanap muna ako bago mag-reklamo. Hehe. Gusto ninyong subukan? Tingnan ang “Twilight: Auto Save plugin”. […]
on April 13th, 2006 at 9:09
Thanks for this plugin! I’ve just posted about it on my site. It’s in Filipino, so I hope other Pinoy bloggers could benefit from it.
on April 20th, 2006 at 14:46
[…] Twilight AutoSave功能:安装此插件后,今后在WP中在线写帖子,再也不用担心未保存的文字会丢失了,即使断线或死机!推荐使用! 示例:装上后写 个字不保存就关掉,重新写帖子,试试就知道。 […]
on April 23rd, 2006 at 9:33
[…] Ajaxified Expand Post NOW. 运用 ajax 技术的 “more…” 展开文 。 Extended Live Archives. 一个动态的Archives,效果见本站 Search 页面。 Comment Hacks. 可以显示 Recent Comments, Most Commented Posts, Recent Posts。 Comment Quicktags +. 在 Comment 区域 入一个 quicktag toolbar 。 Gravatar. 在留言里显示 Gravatar 头像。 Intypo. 修正 WP 对银号偷梁换柱的问题。 Jerome’s Keywords. 一个简单的 tags 插件。 Kill Preview. 关闭写文 时的预览, 快后台页面载入速度。 K2 Rolling Asides. 一个滚动的侧边收藏 ,效果见本站首页侧边的 Side Notes 。 Lightbox JS v2.0 Plugin. 一个 JS 的图片打开效果,效果见这里。 Quote Comment. 可以在留言里引用他人留言。 Related Posts. 显示相关文 。 Subscribe To Comments. 在有新的留言的时候通过 E-Mail 通知。 SearchNow. 运用 Ajax 技术的 Live Search ,不过比起 K2 自带的那个还是差的多。 Twilight AutoSave. 在写文 时即时保存,以应付突发状况的发生。 WP Grins. 可以在写文 ,及留言区显示可点击表情列表。 WordPress Database Backup. WP 自带的数据库备份插件,很好用。 Admin Drop Down Menu. 后台悬浮展开子菜单的插件,可以减少点击次数。 Jalenack’s Wordspew. 运用 ajax 技术的留言本,效果见本站 Photo 页面。 MSNstatus. 即时显示 MSN 状态,效果见本站首页侧边的 MSN Status 。 Tiger Style Administration. Tiger 式的 WP 后台,只支持 Firefox 。 wordpress […]
on April 27th, 2006 at 22:46
I’m trying to install this too, and I am geting the same ‘Cannot modify header information’ error. Wish I knew how to get it working, because it sure would be useful to have AutoSave in WordPress.
on April 29th, 2006 at 5:08
[…] 不过这是件好事情, 此让我装上“自动保存”插件 。 Twilight AutoSave 安装简单,一劳永逸。 […]
on April 29th, 2006 at 6:09
[…] *EDIT* 入Def-Link:讓網 的文字自動出現連結,解釋,或是自設的定義 入Twlight-Autosave:這樣一來編輯到一半的文 ,不會 為各種外力,像停電或是瀏覽器掛掉..等等而重新編輯 […]
on May 6th, 2006 at 20:30
[…] Heute versuchte ich diesen Cache zu finden was mir aber wegen der hohen Muggel Anzahl und am fehlenden GPS misslang. Jemand der wie wild eine Brücke absucht sieht halt merkwürdig aus und das wollte ich nicht. PS: Um diesen Post noch völlig off topic zu beenden: Ich hab ein cooles Wordpress Plugin gefunden. Es heisst Autosave und es bewahrt vor Datenverlust beim Posts schreiben. PS 2:Mein Bloggerrr.com Account läuft immer noch nicht richtig aber das wird schon noch. Tags:Real Life sbaw sbawlive […]
on May 16th, 2006 at 7:31
[…] Or how about this alternative scenario? You’ve written a post and are just putting the finishing touches on it when something happens that your browser doesn’t like and it crashes. Another way to lose a post. I’m sure you have your own horror stories. Now, I’ve got a solution for WordPress users: Twilight Autosave by Twilight Universe. Here’s how the author describes the plugin: There has been talk for a while now about modern applications being able to autosave as you type. Or rather that they should be able to do so, certainly modern web applications should be able to. […]
on May 16th, 2006 at 8:17
[…] Finally, I’ve discovered what I believe will be a terrific replacement for Keylogger. It’s Twilight Autosave, a plugin that will save any unsaved post if a user closes the browser tab/window or if it crashes. This is a much more useful tool for my purposes than Keylogger anyway. autosave blazing tools browser crash lost blog posts perfect keylogger wordpress plugin […]
on May 19th, 2006 at 6:06
[…] Wordpress Kosmic bloggers: Don’t want to lose precious data when your browser crashes? Sick of composing in Word or Notepad to guard against data loss? Try installing Twilight Autosave! Tags: autosave, wordpress […]
on May 24th, 2006 at 4:01
[…] Twilight AutoSave 即時保存功能,最大程度地減少在錄入Blog時由於突發原 所寫內容前功盡棄的情況發生。 […]
on July 29th, 2006 at 20:09
[…] Twilight AutoSave :原来在WP1.5的时候用过,很不错,后来看作者说似乎不对2.0支持,但是 次不小心浏览器或网络垮了之后,还是来试用一下,好象是可以继续发挥作用的。 […]
on August 16th, 2006 at 20:34
[…] Twilight Universe » Blog Archive » Twilight: AutoSave Plugin de Wordpress que graba automaticamente los posts, impidiendo perder lo avanzado si se cae el browser. (tags: wordpress plugin plugins autosave save drafts draft) […]
on August 21st, 2006 at 17:07
[…] edButtons[edButtons.length] = new edButton(’ed_code’,'code’,”,”,’c'); No Comments | Comments RSS Feed Post a Comment Name: […]
on September 9th, 2006 at 16:22
[…] Twilight AutoSave 在 cookie 中自动保存文 ,以防停电等突发事件,至今派上过 3 次用场 […]
on September 21st, 2006 at 10:21
[…] Twilight AutoSave […]
on October 1st, 2006 at 18:09
[…] 題外話:打到這裡 FireFox BonEcho 2.0 nightly build 0930 連續當了兩次,當我正在懊惱我還沒裝 AutoSave Plugin 時,發現竟然大部分已經被存成草稿,只漏了一句,不過馬上又當了一次。(不過 Firefox 2 真的速度快很多!)wordpress 真是太酷了。 […]
on October 12th, 2006 at 22:05
[…] I would encourage every WordPress user to quickly surf over to twilightuniverse.com and download the AutoSave plugin. Right now. What are you waiting for? Shoo! […]
on October 12th, 2006 at 22:22
[…] There’s a bugette in TWA that leads to cosmetic display problem on Mozilla: […]
on October 16th, 2006 at 8:11
[…] Twilight AutoSave :原来在WP1.5的时候用过,很不错,后来看作者说似乎不对2.0支持,但是 次不小心浏览器或网络垮了之后,还是来试用一下,好象是可以继续发挥作用的。Update@2006/8/17 […]
on October 30th, 2006 at 14:26
[…] Ayer Fest bajó un par de programas para escribir offline (es decir, desconectado y con la posibilidad de guardarlas de inmediato en el disco duro) las entradas de este weblog. De los tres que ha probado, ninguno le ha parecido bueno. Incluso, en un arranque de aventura escribió la entrada de ayer desde Google Docs & Spreadsheets. Al final no le gustó como dejó el código y decidió no utilizarlo como editor de blog. Sin embargo, le gustó lo suficiente para trabajar algunos textos ahí. Es posible que desde ese procesador de textos trabaje en el reto de NaNoWriMo. Mientras tanto, para sus entradas regulares, seguirá utilizando la interfase de Wordpress como editor principal. Uno de los motivos por lo que hace esto, es que un par de veces sus dedos torpes han apretado Control+R de manera misteriosa al utilizar Firefox y eso, como sus letras tan intuitivas lo indican, actualiza (control [estoy en control] re-cargar) la página. Cuando se actualiza una página con una forma (los cuadritos donde escribes en una página web se llaman formas, worale), obvio, suelen perderse datos. Aunque en Opera no pasaba eso, ha dejado de utilizarlo porque Gmail siempre es un problema y no funciona al 100%. Fest ha instalado un plugin que resuelve esto a medias. De manera automática guarda en un cookie un fragmento de lo que se escribe… pero no es suficiente. […]
on November 4th, 2006 at 23:34
[…] 20.twilight autosave: 打到一半,瀏覽器 各種原 而關掉而失去畫面,她可以把 的文 救回來。 […]
on November 7th, 2006 at 10:05
[…] Twilight AutoSave […]
on November 12th, 2006 at 4:04
[…] I started to do some research into the possibility of a wordpress autosave feature. It seems that many people have the same problems that I’ve had. There is a plugin for Wordpress 1.5 called Twilight Autosave. I have been unable to find a plugin for Wordpress 2.0, but was told that Twilight Autosave works with the current verson of Wordpress. I installed the plugin and it is working fine for me, running Wordpress 2.0.4. If you are lazy and don’t want to install the plugin, you can use a Microsoft Word document with autosave enabled, and then copy your post into Wordpress when you are done. The autosave feature will be built into Wordpress 2.1 […]
on November 17th, 2006 at 4:49
[…] Twilight AutoSave 網 被關閉時自動儲存文 […]
on November 28th, 2006 at 15:30
[…] Twilight AutoSave 自動儲存已打文 。 […]
on November 30th, 2006 at 7:51
[…] Aunque creo que el autoguardado es una opción que Wordpress debería traer de serie, existe un plugin para evitar estos accidentes. Mediante cookies, Twilight Autosave guardará aquellos posts que no has publicado o guardado, de modo que si cierras la página (o el navegador te casca) y luego vuelves a entrar en tu cuenta, te avisará que hay un post pendiente. […]
on December 6th, 2006 at 14:07
[…] Ok, let’s try this again (I wish Wordpress would save automatically ala GMail - Twilight should work, but it seems that milage varies and there are rumours that WP2.1 will autosave on it’s own) and hope that my wireless connection doesn’t die mid stream… […]
on December 10th, 2006 at 8:50
[…] Admin drop down menu 管理介面下拉選單 不用滑 可以少點幾次 […]
on December 10th, 2006 at 16:06
[…] 后来也用过EditorMonkey,很大,载入页面很慢,这个是不想用它的主要原 。另外Autosave这 的插件也不正常工作,用FCKEditor作编辑器的话,上 图片也不支持直接点发送填到文 里面。 […]
on December 15th, 2006 at 15:48
[…] Twilight AutoSave 撰写编辑文 时, 定时自动保存, 像我这种做宿舍的学生是必备的, 为宿管晚上熄灯从来”莫名其秒”. […]
on January 4th, 2007 at 13:11
[…] 昨天晚上发生了一件很不愉快的事,当我很用心地花了半个小时写完一篇 BLOG 之后,竟然 为一个不小心,使得 WordPress 的 Write Post 页面刷新了,所有写好的内容都消失了,此后我呆呆地盯着屏幕 奈了好长一段时间。痛定思痛之后,决定找一个自动保存的插件来预防以后再次发生这种情况。Twilight AutoSave 就是这 一个插件,当 的浏览器刷新或者不小心跳转到其它页面的时候,它会自动把当前正在写作的 Post 内容保存起来,下次 再打开 Write Post 页面写作时,会出现一个提醒框: You seem to have left here without saving your post. If so, you may click here to restore it or delete it. […]
on January 4th, 2007 at 13:14
Great plugin. Thank you!
on January 7th, 2007 at 11:14
[…] 搬家以后,速度就不是问题了,就可以安心装自己喜欢的插件了 新 插件如下: Audio player:效果如右 Auto links:具体效果还不知道 WP-Stats:效果见这 Twilight AutoSave:自动保存插件 tags:wordpress , 插件 . […]
on April 4th, 2008 at 0:08
two dicks in one chick 5…
two dicks in one chick 5…