---
title: HTML5 Notepad App Update
date: 2012-02-12T03:21:13+00:00
modified: 2012-02-12T03:27:38+00:00
permalink: https://kaspars.net/blog/html5-notepad-app-update
post_type: post
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
category:
  - Development
post_tag:
  - HTML
  - PHP
  - Snippet
---

# HTML5 Notepad App Update

I have released an updated version of my [HTML5 Notepad app](https://kaspars.net/projects/html5-notepad "HTML5 Notepad app with sync, markdown and offline access") which features a new user interface, adds support for Markdown syntax (along with a simple editor and preview) and fixes a synchronization bug which in some cases converted line breaks into text.

[![HTML5 Notepad with Markdown syntax and sync support](https://kaspars.net/wp-content/uploads/2011/05/html5-notepad-2012-editor-markdown.png?strip=all&quality=90&resize=500,316 "HTML5 Notepad with Markdown syntax and sync support")](https://kaspars.net/projects/html5-notepad)

Please note that there could still be some bugs and the code hasn’t been polished for a production use, but it serves as a very useful example of some of the most interesting HTML5 features such as localStorage and offline cache.

You can fork it on [GitHub](https://github.com/kasparsd/HTML5-Notepad-with-Sync "HTML5 notepad app with offline storage and sync") or download from the [project page](https://kaspars.net/projects/html5-notepad "HTML5 Notepad app with offline access, synchronization and Markdown syntax").