- Forums
- Snippets
- Import Export Dreamweaver Code Snippets Backup
use this notes for saving and backuping up your dreamweaver useful snippets [4984], Last Updated: Mon Jun 24, 2024
edwin
Sat May 21, 2022
0 Comments
1483 Visits
I've been collecting my dreamweaver snippets for a long time, I need to back them up.
I am using this page to backup.
I am going to upload the file her, all you have to do is download it and place the unzipped folder in the following directory path:
C:\Users\15t\AppData\Roaming\Adobe\Dreamweaver CS5\Dreamweaver CS5\en_US-win7-toshiba\Configuration
For reference, each .csn file is an XML
<?xml version="1.0" encoding="utf-8"?>
<snippet name="<pre> LINE NUMBER (For debugging)" description="" preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[if($Debug) echo 'LINE '.__LINE__.' <br>';]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
hope this helps.