@hebcal/learning
    Preparing search index...

    Type Alias RambamReading

    One section/chapter of the Mishneh Torah, as scheduled by the Daily Rambam cycle.

    type RambamReading = {
        name: string;
        perek: number | string;
    }
    Index

    Properties

    Properties

    name: string

    English transliteration of the section name (Halacha) within the Mishneh Torah, e.g. "Foundations of the Torah", "Sabbath", "Kings and Wars". The first four entries ("Transmission of the Oral Law", "Positive Mitzvot", "Negative Mitzvot", "Overview of Mishneh Torah Contents") refer to the Book of Mitzvot rather than a numbered chapter.

    perek: number | string

    Chapter number (perek). Usually a number, but can be a string range like "4-5" when adjacent chapters are combined into one day, or a verse range like "1:1-4:8" for the introductory sections of the Mishneh Torah where the schedule covers a span of mitzvot rather than chapters.