Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
MxCamp V3 is a WordPress plugin that creates an immersive, interactive website showcasing the MxCamp experience. The site features a custom vertical-scrolling homepage slider, interactive map, dynamic content loading, video backgrounds, and multilingual support (English/Spanish).
This is a WordPress plugin project (not a standalone application) with the following key components:
mxcamp.php - WordPress plugin entry point with shortcode [mxcamp_get_posts_v3]navigation-v3_0.js - JavaScript class managing the full-page interactive slider experiencePost Contents/leaflet_mapa.html - Leaflet.js-based custom image map with clickable polygonscss/mxcamp_style-v3_0.css + WP-AdditionalCustomizedCSS.css - Comprehensive responsive designassets.js:changeLangue()This project has no build process, package.json, or npm commands. It uses vanilla JavaScript, CSS, and PHP directly deployed to WordPress.
navigation.testPostContentHint() // Test flash animation navigation.resetFirstEncounters() // Reset tracking navigation.testCursorHintOnCurrentSlide() // Test cursor hint
test-post-content-hint.html provides UI testing interfacemxcamp_V3/ ├── mxcamp.php # Main WordPress plugin file ├── navigation-v3_0.js # Core slider navigation system ├── css/mxcamp_style-v3_0.css # Primary stylesheet ├── WP-AdditionalCustomizedCSS.css # Additional WordPress-specific styles ├── Post Contents/ │ ├── leaflet_mapa.html # Interactive map implementation │ └── exported_posts/ # Multilingual post content ├── assets.js # Utility functions including language switcher ├── BgVideoSound.js # Background video management ├── hovers.js # Hover effect management ├── replacevideo-module.js # EventON video integration ├── slider_vimeo.js # Vimeo gallery slider └── add-onmouseover-detail.js # Clickable element utility
Navigation class in navigation-v3_0.js)/wp-content/plugins/[mxcamp_get_posts_v3] generates slider contentfinal_review_gate.py - Interactive development review scriptPost Contents/wordpress_posts_exporter*.py - Content export utilitiesThe
.htaccess file blocks direct access to PHP and Python files for security. When working with server-side files, ensure proper WordPress security practices are followed.