Search :
 Software Categories
AntiVirus
Audio & Video
Business/Organize
Desktop Enhancements
Developer Tools
Drivers
Games  Hot!
Graphics/Design
Home & Education
Internet
Network
Programming
Screensavers
Security/Privacy  Hot!
Utilities
Sponsors
Site Links
New Releases
Top 100
File Bar
RSS Feeds
Free Tech Magazines
News/Articles
Submit Software
Link to Us
Partners
Resources
Check Your PC for Errors
FreewareFiles Express delivers the
Hottest Downloads right to your Inbox! Sign up Now!

Next Issue: 05-25-2012

Top Graphics Top Business Weekly Polls Download Manager FileBar Driver Scan
Top Games Top Security Top Audio/Video Top Desktop Top Utilities Top Internet Tools Top Game Sites
Changelog:

What's New in version 0.9.9.0:

  • added: You can now use markup export with predefined templates (CTRL+SHIFT+E). This enables you to export / print your texts with specific look and fill. You can have one template for the novels, one for poems, essays, articles ... or one for drafting, one for paper friendly version or fancy one for some other purpose ...
  • Under the hood: At export, Writemonkey will first convert your markups (Markdown or Textile) to standard html elements. Added css style sheet (wm template file) will then provide visual styles for exported html elements. Created doc or html files are portable and can be opened on any modern computer. The individual template files are stored in writemonkey/templates folder and are fully portable (users can exchange them). Writemonkey uses CSS standard which is widely accepted and not hard to learn. See: http://en.wikipedia.org/wiki/CSS for details. You can modify existing bundled templates or create your own. See also http://www.w3.org/TR/css3-page/ to get the idea what is coming in css3 and what will that bring to writemonkey templating.
  • Templates: At the moment there are few bundled demo templates. These first templates use only basic aspects of otherwise very powerful css templating standard; much more colud be achieved with it. You are free to experiment. Suggestions are welcomed!
  • added: Till now there have been two target options for markup export - Default web browser and Default doc editor. Wm 0990 brings you third - Print from preview. When selected, export will open print preview window (using Internet Explorer via .net browser component) which you can use to put your formatted document on paper. Use it also to adjust page margins, page numbers and headers/footers.
  • added (EXPERIMENTAL): Typewriter scrolling (or bottom padding) is a new ergonomic feature that will allow your typing words to appear fixed at the certain vertical position of the screen. With traditional scrolling your text scrolls from top to bottom until it reaches lower edge of the screen. Eventually you will end up constantly looking down at the last line which is not most natural and neck friendly posture. Typewriter scrolling instead will keep your current writing line fixed, the text will always scroll up so your eyes never have to stray too far from one spot. At the moment the feature works well with short to medium length documents (up to 70.000 characters / cca. 50 pages of text). It will automatically turn itself off beyond that. Use segment focus to keep using it after that limit. Typewriter scrolling is off by default. Enable it in Preferences / Misc / Scrolling or toggle it with CTRL+SHIFT+L.
  • added: Ability to disable visibility of standard menu bar and/or program bar (border) in windowed mode. See Preferences / Screen elements / More settings. Standard menu bar is now hidden by default; wm looks even more austere this way and all commands are available via right click context menu any way. You can combine those two settings with window transparency (CTRL+F3) and desktop picture of your choice to achieve results like this: http://writemonkey.com/img/wm_borderless.jpg. When program bar is hidden you can use the following mouse "tricks": grab right edge of the window to move the window, grab bottom right corner to resize (if info bar is visible and docked to the bottom, grab just above the info bar) ... or CTRL + right edge click to toggle border visibility.
  • added: Copy and Cut commands are now paragraph aware. If nothing is selected, wm will copy/cut current paragraph (under the caret). The same goes for "move to repository" command - you can use that to write simple one line paragraph as a note and then hit CTRL+M to send it to repository for latter consideration without losing flow.
  • added / changed: Context menu (right click) now shows keyboard shortcuts for all items. This is primarily due to new default windowed look which lacks standard menu bar. It is easier that way to memorize common shortcuts.
  • fixed: Problems with scroll indicator when CTRL+TABing between documents. The indicator initially showed wrong value when "restore caret after open" was enabled.
  • changed: Different default positions for info bar items. It is more logical to have current time and file name on the right side and notices on the left. The result is that notices are more noticeable ;-) this way.
  • changed: Info about particular preview version is now included in both splash and about boxes. No more version info in program bar for final releases. Also: about box can be called with CTRL+F1.
  • added / changed: New info bar status item. When in main text "+" sign indicates that repository part of the document has some contents and that you should not forget about it. = sign indicates that typewriter scrolling is on. Plus no more square brackets for other status string items.
  • added: Optionally decrease info bar font size when in windowed mode. Handy for large screens. Preferences / Screen elements / More settings.
  • added: Ability to "force save" opened text using selected encoding standard. If "Preferences / Open&Save, File format / Always save with selected encoding" is checked, the text will be converted to selected encoding format. Otherwise wm will keep existing encoding (see: http://groups.google.com/group/writemonkey/msg/01526faf156eb7dc for details).
  • added: New "hidden feature" available to donors: Calculate math expressions (CTRL+SHIFT+R). Transform strings like 1+1 or ((126/3,5)^2)+3*pi with a single keystroke into: 1+1 = 2 and ((126/3,5)^2)+3*pi = 1305,42
  • changed: Default auto save interval is changed from 30 to 120 seconds. It should be more than enough for normal use.
  • fixed / changed: Keyboard shortcut for "Copy as HTML" is changed from CTRL+ALT+C to CTRL+SHIFT+H due to keyboard conflict when trying to type character "c" on Polish keyboards.
  • fixed / changed: Support for the new twitter OAuth authentication. Old basic auth. from wm 0980 won't work after August 2010.
  • fixed: Problems with help card layout when using custom system fonts size (greater than 100 percent).
  • added: Use mouse wheel to move through tabs in preferences dialog.
  • added: Writemonkey web site has it's own RSS feed with information about new releases and other important notices. Click RSS icon in the browser's address bar.

What's New in version 0.9.8.0:

  • added: You can now optionally use Textile markup standard (http://textile.thresholdstate.com) to export your texts. You can select your preferred markup style in Preferences / Print&Export / Markup standard. Markdown is still the default option.
  • added: Complete keyboard scrolling solution. The idea is that one can scroll without using the mouse. To simulate mouse scrolling use CTRL + , (comma) to scroll up and CTRL + . (period) to scroll down. Use CTRL+SHIFT combination to scroll one page up or down (CTRL+ALT+PgDn/PgUp in previous versions). To quickly return back to the current caret position hit ALT+SPACE (ALT+C in previous versions). If you want to put caret on the current screen, hit CTRL+SPACE (the caret will be positioned in the center of current writing area).
  • added / improved: Mouse "blind scrolling" feature has new functionality: you can ALT click next to the text area (left or right) and the text will scroll to the exact (vertical) spot of your click. You can also blind drag the mouse cursor while holding ALT key. This will have the same effect as dragging the standard Windows scroll thumb.
  • added: Copy selection as HTML command (CTRL+ALT+C). Markup will be translated into well formed HTML and stored in Windows clipboard. If nothing is selected, the whole text will be copied. The copied HTML won't include "Head" items as is the case when you use Export option.
  • added: Many users run wm on their laptops or netbooks in full screen so there is no way to see how much battery juice is left. This version brings you the ability to show battery status in info bar. The status mark ±X will only show when the percent of juice remaining is lower than value stored in Preferences / Screen elements / More settings. The status mark won't show at all when computer is on power line. The feature is disabled by default.
  • added: When "soft exit" is enabled (Preferences / Open & Save / Exit) you can force "hard exit" by using CTRL+SHIFT+Q or holding SHIFT when closing the program with mouse click. If soft exit is disabled, the shift key has no effect.
  • added: Adjust the Opacity of wm's workspace. Use CTRL+F3 to toggle value from 100 to 30 percent.
  • fixed: Scrolling with "mouse wheel" using touch pad on some laptop computers. The scrolling should now be smooth and fast enough. Also, some advanced touch pad functions like "edge continuous scrolling" should now work just fine.
  • fixed (partially): Mouse pointer flickering when writing. The flickering occurs every time the visual progress bar is updated (it's size is changed). It is a very strange bug and I do not know why it happens nor I am able to fix it. Nevertheless, I managed to eliminate flickering when visual progress bar is not enabled or when auto hide info bar function is on.
  • fixed: If you quit WM with unsaved "SCRATCH" document, it asks you to save the file. If you select "Yes", the "Save As" dialog is presented. In all older versions, including 0971, wm will quit if you choose Cancel at that point. 0980 will just close the Save As dialog and keep the itself alive. This is expected behavior for all Windows applications.
  • fixed: You can now use space as a thousands separator in info bar progress string (thanks to Jan).
  • added: New notice that will tell you if repository has contents when you open an existing file.
  • added / changed: New optional tag next to the scroll marker that shows you the scroll position in percent. It only shows when scroll marker is visible i.e. when scrolling, jumping, moving with cursor ... Percent tag is off by default. Enable it in Preferences / Screen elements / More settings.
  • changed: Different directory structure in installation zip file. You can now "install" wm with single mouse move.
  • changed / added: Markup export feature is now selection aware. You can export only a selected portion of the document. If nothing is selected the whole document will be exported.
  • changed: There are few hidden / not documented features (easter eggs if you want) in WM. One has just been added for this release. Hidden features are not important features and they are certainly not part of core wm feature array. They are more like nice hidden cherries. From now on all hidden features are available only to donors i.e. owners of wm.donated files with writer's name tags. And what are those secret features? You will know if you read writemonkey Google group or Twitter posts ;-)
       
 
PARTNERS CATEGORIES FREEWARE FILES