You can post questions and pictures there. Most importantly, you can search through the forum easier than in Google+, and it has a more flexible subscription scheme.
Now, in the latest release 2.27(17):
# File Manager
* Files and folders starting with a dot are hidden (to show them, check the box in the Preferences).
* The first lines of text files are read into small boxes. Now it looks neater than before (see the File Manager in the picture. Activate it in the Preferences).
* The file size is shown next to the timestamp (Activate it in the Preferences).
# Yaml Export
Yaml export - to export text to html automatically after editing:
---
export: html
...
or
---
export: php
...
If you use this Yaml, the file will be automatically exported to Html after editing it. You can use this feature to sync your html content with internet.
# Experimental tags
Four additional tags: :en-date:, :en-time:, :en-path: and :en-file: have been added.
These are temporary tags. I need advice on how to do it better. A proposal was to use {DATE}, {TIME} etc., but I'm not sure if these are universal implemenrations, so custom tags are proposed for the time being until a use case is proposed, which is also used in other Commonnmark apps.
These tags can be used if you set up automatic export of your articles in html to Internet and need to add data about when your file was changed last time.
Example, as seen on the picture:
<small><center>
++**Last time the file was changed on :en-date: at :en-time:**++
</center></small>
Epsilon Notes, Markdown, Html, Css, Javascript, JQuery, MathJax, Regex ;-)