Sourdough Starter Feeding Schedule & Baking Log

Sourdough Starter Log

Track feedings, monitor schedules, and record your best bakes.

Starter Name Rye-ley
Last Fed Never
Next Feed Due --:--

Record Feeding

Record Bake

Activity Log

Type Date Details Notes Action
No activity recorded yet.

Starter Profile

Define your starter's identity and schedule preferences.

This helps calculate the "Next Feed Due" time.

Configuration

Customize the dropdown options available on the Dashboard for quicker entry.

Format: Starter:Flour:Water

Notes: ${story}

Activity History

${rows}
Type Date/Time Details Notes
Generated via Sourdough Schedule Tool
`; const element = document.createElement('div'); element.innerHTML = htmlContent; const opt = { margin: 0.5, filename: `${name.replace(/\s+/g, '_')}_Log.pdf`, image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; if (window.html2pdf) { html2pdf().set(opt).from(element).save(); } else { alert("PDF engine is initializing. Please try again in a few seconds."); } }
Scroll to Top