diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..79e3cc0 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,7 @@ +node_modules/ +.git/ +.gitignore +*.md +Dockerfile +docker-compose.yml +.dockerignore diff --git a/ANCHOR_VISIBILITY.md b/ANCHOR_VISIBILITY.md new file mode 100644 index 0000000..2b817ec --- /dev/null +++ b/ANCHOR_VISIBILITY.md @@ -0,0 +1,251 @@ +# Anchor Point Visibility Implementation + +## Summary + +Anchor points are now properly handled across all three modes: + +1. **Editor Mode**: Visible with visual indicator +2. **Preview Mode**: Hidden from view +3. **Export/Deployed**: Completely removed from HTML + +--- + +## Implementation Details + +### 1. Editor Mode (js/editor.js, lines 247-280) + +Anchors are visible in the editor with a dashed border, light blue background, an anchor icon, and an **editable text field** showing the anchor name: + +```html +