2

This has been annoying me for years. Every solution I try. Even starting new sites - even pressing do not maintain notes, even pressing clean up notes.. no matter what I do.. Adobe Dreamweaver from CS4 to CS5 and now CS6 - always makes a folder in every folder called "_notes"

How do I get rid of this pile of crap?

Hennes
  • 65,804
  • 7
  • 115
  • 169

3 Answers3

3

From Adobe's help in Enable and disable Design Notes for a site :

  1. Select Site > Manage Sites.
  2. In the Manage Sites dialog box, select a site, then click Edit.
  3. In the Site Setup dialog box, expand Advanced Settings and select the Design Notes category.
  4. Deselect Maintain Design Notes to disable Design Notes
  5. If you want to delete all local Design Notes files for your site, click Clean Up, and then click Yes. (If you want to delete remote Design Notes files, you’ll need to delete them manually).

Note: The Clean Up Design Notes command only deletes MNO (Design Notes) files. It does not delete the _notes folder or the dwsync.xml file inside the _notes folder. Dreamweaver uses the dwsync.xml file to maintain information about site synchronization.

So although Notes can be disabled, it seems rather a bad idea to delete the _notes folder if you intend doing site synchronization.

You could also try and disable site synchronization in the Remote Info category of the site definition dialog box. For more detail see Maintain Synchronization Information site definition preference.

With both settings disabled, Dreamweaver might give up on the _notes folder.

harrymc
  • 498,455
1

This is an important point that is not well understood.

The 'Maintain Synchronisation' setting only creates a '_notes' folder once, in the website root.

The more annoying aspect, is the 'Design Notes' setting, which seems to create a '_notes' folder in every directory where files are updated.

For me, a good compromise is to keep the 'Maintain Synchronisation' setting turned on, and turn off the 'Design Notes' setting.

I don't mind having one '_notes' folder in the root, considering the advantages of maintaining synchronisation for uploading files. It makes updating the remote server at the end of each day, a breeze.

0

The easiest way to clean it on mac or linux is:

find . -name "_notes" -type d -empty -delete

https://gist.github.com/vlados/23c828643ce6ac8b71ce18835b6198f9