Ever wish that Drupal had a front-end code editor? Frustrated with using the space bar to indent code in textareas? Wish you could back up your node code to a hard file? Then Save-to-File might be the solution for you!
Save-to-File adds a link under a textarea to "Save to file". When clicked, some handy javascript moves the entire content of the textarea to a file, and replaces the textarea content with a short function that will grab the content from a file the next time the content is loaded.
Common Workflows:
Switching between Drupal and Your Favorite Editor
You start creating your code in a node content's textarea and realize that you'd really appreciate some syntax highlighting and automatic tag completion.
You click "Save to file" to save the content you've already created to a file via ajax.
You save the node and view the page.
You open the new file up in your code editor. Now you can work with the content as a static file. Changes will be reflected in the browser because it's drawing from the file contents.
Provides a field type to store geographical locations as pairs of latitude and longitude and the integration to display those locations through views, fields, and map providers.
With the Radioactivity module allows you to automatically present new or popular content more prominent. The Radioactivity module measures the popularity of your content.