Creating Your First Project
Creating Your First Project
Section titled “Creating Your First Project”This guide walks you through creating and configuring your first Lighthouse project from scratch.
Before You Begin
Section titled “Before You Begin”Make sure you have:
- Lighthouse installed and enabled
- A folder structure in mind for your project
- An idea of which folders are content vs source
Step 1: Organize Your Folders
Section titled “Step 1: Organize Your Folders”Before creating the project in Lighthouse, set up your folder structure:
My Novel/├── chapters/├── drafts/├── research/└── notes/This isn’t required, but it helps you configure the project correctly from the start.
Step 2: Create the Project
Section titled “Step 2: Create the Project”- Open Command Palette (Cmd/Ctrl+P)
- Run Lighthouse: Create Project
- Enter project details:
- Name: “My Novel”
- Root Path: Select “My Novel” folder
- Leave folders blank for now (we’ll add them next)
- Click Create
Step 3: Designate Folders
Section titled “Step 3: Designate Folders”- Go to Settings → Lighthouse
- Find “My Novel” project
- Click Edit
- Add Content Folders: chapters/, drafts/
- Add Source Folders: research/, notes/
- Click Save
Step 4: Set a Goal (Optional)
Section titled “Step 4: Set a Goal (Optional)”While editing the project:
- Enter a Word Count Goal (e.g., 80000)
- Save
Step 5: Open the Stats Panel
Section titled “Step 5: Open the Stats Panel”- Click the Lighthouse ribbon icon, or
- Run Lighthouse: Toggle Stats Panel
You should now see your project statistics!
Step 6: Start Writing
Section titled “Step 6: Start Writing”Open a file in your chapters/ folder and start writing. Watch the word counts update in real-time.
Next Steps
Section titled “Next Steps”- Learn about Organizing Your Work
- Explore Tracking Progress
- Read about Content vs Source Folders
More detailed documentation coming soon.