@@ -12,6 +12,7 @@ Supports several learning schedules
12
12
* Vilna edition - ` yerushalmi-vilna `
13
13
* Schottenstein edition - ` yerushalmi-schottenstei `
14
14
* Chofetz Chaim - ` chofetzChaim `
15
+ * Sefer Shemirat HaLashon - ` shemiratHaLashon `
15
16
16
17
## Installation
17
18
``` bash
@@ -50,6 +51,9 @@ and Ketuvim (Writings).</p>
50
51
<dt ><a href =" #DailyRambamEvent " >DailyRambamEvent</a ></dt >
51
52
<dd ><p >Event wrapper around a Daily Rambam instance</p >
52
53
</dd >
54
+ <dt ><a href =" #ShemiratHaLashonEvent " >ShemiratHaLashonEvent</a ></dt >
55
+ <dd ><p >Event wrapper around a Sefer Shemirat HaLashon instance</p >
56
+ </dd >
53
57
</dl >
54
58
55
59
## Constants
@@ -85,6 +89,9 @@ cycle began (2 February 1980 for Vilna,
85
89
<dt ><a href =" #dailyRambam1 " >dailyRambam1(date)</a > ⇒ <code >any</code ></dt >
86
90
<dd ><p >Calculates Daily Rambam (Mishneh Torah) for 1 chapter a day cycle.</p >
87
91
</dd >
92
+ <dt ><a href =" #shemiratHaLashon " >shemiratHaLashon(hdate)</a > ⇒ <code >any</code ></dt >
93
+ <dd ><p >Looks up Sefer Shemirat HaLashon Calendar for date</p >
94
+ </dd >
88
95
</dl >
89
96
90
97
## Typedefs
@@ -483,6 +490,50 @@ Returns a link to sefaria.org
483
490
484
491
### dailyRambamEvent.getCategories() ⇒ <code >Array.< ; string> ; </code >
485
492
** Kind** : instance method of [ <code >DailyRambamEvent</code >] ( #DailyRambamEvent )
493
+ <a name =" ShemiratHaLashonEvent " ></a >
494
+
495
+ ## ShemiratHaLashonEvent
496
+ Event wrapper around a Sefer Shemirat HaLashon instance
497
+
498
+ ** Kind** : global class
499
+
500
+ * [ ShemiratHaLashonEvent] ( #ShemiratHaLashonEvent )
501
+ * [ new ShemiratHaLashonEvent(date, reading)] ( #new_ShemiratHaLashonEvent_new )
502
+ * [ .render([ locale] )] ( #ShemiratHaLashonEvent+render ) ⇒ <code >string</code >
503
+ * [ .url()] ( #ShemiratHaLashonEvent+url ) ⇒ <code >string</code >
504
+ * [ .getCategories()] ( #ShemiratHaLashonEvent+getCategories ) ⇒ <code >Array.< ; string> ; </code >
505
+
506
+ <a name =" new_ShemiratHaLashonEvent_new " ></a >
507
+
508
+ ### new ShemiratHaLashonEvent(date, reading)
509
+
510
+ | Param | Type |
511
+ | --- | --- |
512
+ | date | <code >HDate</code > |
513
+ | reading | <code >any</code > |
514
+
515
+ <a name =" ShemiratHaLashonEvent+render " ></a >
516
+
517
+ ### shemiratHaLashonEvent.render([ locale] ) ⇒ <code >string</code >
518
+ Returns name of reading
519
+
520
+ ** Kind** : instance method of [ <code >ShemiratHaLashonEvent</code >] ( #ShemiratHaLashonEvent )
521
+
522
+ | Param | Type | Description |
523
+ | --- | --- | --- |
524
+ | [ locale] | <code >string</code > | Optional locale name (defaults to active locale). |
525
+
526
+ <a name =" ShemiratHaLashonEvent+url " ></a >
527
+
528
+ ### shemiratHaLashonEvent.url() ⇒ <code >string</code >
529
+ Returns a link to sefaria.org
530
+ e.g. https://www.sefaria.org/Shemirat_HaLashon%2C_Book_I%2C_The_Gate_of_Torah.4.2?lang=b
531
+
532
+ ** Kind** : instance method of [ <code >ShemiratHaLashonEvent</code >] ( #ShemiratHaLashonEvent )
533
+ <a name =" ShemiratHaLashonEvent+getCategories " ></a >
534
+
535
+ ### shemiratHaLashonEvent.getCategories() ⇒ <code >Array.< ; string> ; </code >
536
+ ** Kind** : instance method of [ <code >ShemiratHaLashonEvent</code >] ( #ShemiratHaLashonEvent )
486
537
<a name =" vilna " ></a >
487
538
488
539
## vilna
@@ -543,6 +594,17 @@ Calculates Daily Rambam (Mishneh Torah) for 1 chapter a day cycle.
543
594
| --- | --- | --- |
544
595
| date | <code >HDate</code > \| <code >Date</code > \| <code >number</code > | Hebrew or Gregorian date |
545
596
597
+ <a name =" shemiratHaLashon " ></a >
598
+
599
+ ## shemiratHaLashon(hdate) ⇒ <code >any</code >
600
+ Looks up Sefer Shemirat HaLashon Calendar for date
601
+
602
+ ** Kind** : global function
603
+
604
+ | Param | Type |
605
+ | --- | --- |
606
+ | hdate | <code >HDate</code > |
607
+
546
608
<a name =" MishnaYomi " ></a >
547
609
548
610
## MishnaYomi : <code >Object</code >
0 commit comments