@@ -11,6 +11,7 @@ Supports several learning schedules
11
11
* Yerushalmi Yomi (Jerusalem Talmud)
12
12
* Vilna edition - ` yerushalmi-vilna `
13
13
* Schottenstein edition - ` yerushalmi-schottenstei `
14
+ * Chofetz Chaim - ` chofetzChaim `
14
15
15
16
## Installation
16
17
``` bash
@@ -43,6 +44,9 @@ and Ketuvim (Writings).</p>
43
44
<dt ><a href =" #YerushalmiYomiEvent " >YerushalmiYomiEvent</a ></dt >
44
45
<dd ><p >Event wrapper around a Yerushalmi Yomi result</p >
45
46
</dd >
47
+ <dt ><a href =" #ChofetzChaimEvent " >ChofetzChaimEvent</a ></dt >
48
+ <dd ><p >Event wrapper around a Chofetz Chaim instance</p >
49
+ </dd >
46
50
</dl >
47
51
48
52
## Constants
@@ -72,6 +76,9 @@ Edition which is used since 1900.</p>
72
76
cycle began (2 February 1980 for Vilna,
73
77
14 November 2022 for Schottenstein).</p >
74
78
</dd >
79
+ <dt ><a href =" #chofetzChaim " >chofetzChaim(hdate)</a > ⇒ <code >any</code ></dt >
80
+ <dd ><p >Looks up Chofetz Chaim Calendar for date</p >
81
+ </dd >
75
82
</dl >
76
83
77
84
## Typedefs
@@ -139,6 +146,7 @@ Event wrapper around a DafYomi instance
139
146
* [ .render([ locale] )] ( #DafYomiEvent+render ) ⇒ <code >string</code >
140
147
* [ .renderBrief([ locale] )] ( #DafYomiEvent+renderBrief ) ⇒ <code >string</code >
141
148
* [ .url()] ( #DafYomiEvent+url ) ⇒ <code >string</code >
149
+ * [ .getCategories()] ( #DafYomiEvent+getCategories ) ⇒ <code >Array.< ; string> ; </code >
142
150
143
151
<a name =" new_DafYomiEvent_new " ></a >
144
152
@@ -175,6 +183,10 @@ Returns Daf Yomi name without the 'Daf Yomi: ' prefix (e.g. "Pesachim 107").
175
183
### dafYomiEvent.url() ⇒ <code >string</code >
176
184
Returns a link to sefaria.org or dafyomi.org
177
185
186
+ ** Kind** : instance method of [ <code >DafYomiEvent</code >] ( #DafYomiEvent )
187
+ <a name =" DafYomiEvent+getCategories " ></a >
188
+
189
+ ### dafYomiEvent.getCategories() ⇒ <code >Array.< ; string> ; </code >
178
190
** Kind** : instance method of [ <code >DafYomiEvent</code >] ( #DafYomiEvent )
179
191
<a name =" MishnaYomiEvent " ></a >
180
192
@@ -187,6 +199,7 @@ Event wrapper around a Mishna Yomi instance
187
199
* [ new MishnaYomiEvent(date, mishnaYomi)] ( #new_MishnaYomiEvent_new )
188
200
* [ .render([ locale] )] ( #MishnaYomiEvent+render ) ⇒ <code >string</code >
189
201
* [ .url()] ( #MishnaYomiEvent+url ) ⇒ <code >string</code >
202
+ * [ .getCategories()] ( #MishnaYomiEvent+getCategories ) ⇒ <code >Array.< ; string> ; </code >
190
203
191
204
<a name =" new_MishnaYomiEvent_new " ></a >
192
205
@@ -213,6 +226,10 @@ Returns Mishna Yomi name (e.g. "Bava Metzia 10:5-6" or "Berakhot 9:5-Peah 1:1").
213
226
### mishnaYomiEvent.url() ⇒ <code >string</code >
214
227
Returns a link to sefaria.org
215
228
229
+ ** Kind** : instance method of [ <code >MishnaYomiEvent</code >] ( #MishnaYomiEvent )
230
+ <a name =" MishnaYomiEvent+getCategories " ></a >
231
+
232
+ ### mishnaYomiEvent.getCategories() ⇒ <code >Array.< ; string> ; </code >
216
233
** Kind** : instance method of [ <code >MishnaYomiEvent</code >] ( #MishnaYomiEvent )
217
234
<a name =" MishnaYomiIndex " ></a >
218
235
@@ -258,6 +275,7 @@ Event wrapper around a Nach Yomi instance
258
275
* [ new NachYomiEvent(date, nachYomi)] ( #new_NachYomiEvent_new )
259
276
* [ .render([ locale] )] ( #NachYomiEvent+render ) ⇒ <code >string</code >
260
277
* [ .url()] ( #NachYomiEvent+url ) ⇒ <code >string</code >
278
+ * [ .getCategories()] ( #NachYomiEvent+getCategories ) ⇒ <code >Array.< ; string> ; </code >
261
279
262
280
<a name =" new_NachYomiEvent_new " ></a >
263
281
@@ -284,6 +302,10 @@ Returns name of tractate and page (e.g. "Beitzah 21").
284
302
### nachYomiEvent.url() ⇒ <code >string</code >
285
303
Returns a link to sefaria.org
286
304
305
+ ** Kind** : instance method of [ <code >NachYomiEvent</code >] ( #NachYomiEvent )
306
+ <a name =" NachYomiEvent+getCategories " ></a >
307
+
308
+ ### nachYomiEvent.getCategories() ⇒ <code >Array.< ; string> ; </code >
287
309
** Kind** : instance method of [ <code >NachYomiEvent</code >] ( #NachYomiEvent )
288
310
<a name =" NachYomiIndex " ></a >
289
311
@@ -325,6 +347,7 @@ Event wrapper around a Yerushalmi Yomi result
325
347
* [ .render([ locale] )] ( #YerushalmiYomiEvent+render ) ⇒ <code >string</code >
326
348
* [ .renderBrief([ locale] )] ( #YerushalmiYomiEvent+renderBrief ) ⇒ <code >string</code >
327
349
* [ .url()] ( #YerushalmiYomiEvent+url ) ⇒ <code >string</code >
350
+ * [ .getCategories()] ( #YerushalmiYomiEvent+getCategories ) ⇒ <code >Array.< ; string> ; </code >
328
351
329
352
<a name =" new_YerushalmiYomiEvent_new " ></a >
330
353
@@ -363,6 +386,49 @@ Returns name of tractate and page (e.g. "Beitzah 21").
363
386
Returns a link to sefaria.org
364
387
365
388
** Kind** : instance method of [ <code >YerushalmiYomiEvent</code >] ( #YerushalmiYomiEvent )
389
+ <a name =" YerushalmiYomiEvent+getCategories " ></a >
390
+
391
+ ### yerushalmiYomiEvent.getCategories() ⇒ <code >Array.< ; string> ; </code >
392
+ ** Kind** : instance method of [ <code >YerushalmiYomiEvent</code >] ( #YerushalmiYomiEvent )
393
+ <a name =" ChofetzChaimEvent " ></a >
394
+
395
+ ## ChofetzChaimEvent
396
+ Event wrapper around a Chofetz Chaim instance
397
+
398
+ ** Kind** : global class
399
+
400
+ * [ ChofetzChaimEvent] ( #ChofetzChaimEvent )
401
+ * [ new ChofetzChaimEvent(date, reading)] ( #new_ChofetzChaimEvent_new )
402
+ * [ .render([ locale] )] ( #ChofetzChaimEvent+render ) ⇒ <code >string</code >
403
+ * [ .url()] ( #ChofetzChaimEvent+url ) ⇒ <code >string</code >
404
+
405
+ <a name =" new_ChofetzChaimEvent_new " ></a >
406
+
407
+ ### new ChofetzChaimEvent(date, reading)
408
+
409
+ | Param | Type |
410
+ | --- | --- |
411
+ | date | <code >HDate</code > |
412
+ | reading | <code >any</code > |
413
+
414
+ <a name =" ChofetzChaimEvent+render " ></a >
415
+
416
+ ### chofetzChaimEvent.render([ locale] ) ⇒ <code >string</code >
417
+ Returns name of reading
418
+
419
+ ** Kind** : instance method of [ <code >ChofetzChaimEvent</code >] ( #ChofetzChaimEvent )
420
+
421
+ | Param | Type | Description |
422
+ | --- | --- | --- |
423
+ | [ locale] | <code >string</code > | Optional locale name (defaults to active locale). |
424
+
425
+ <a name =" ChofetzChaimEvent+url " ></a >
426
+
427
+ ### chofetzChaimEvent.url() ⇒ <code >string</code >
428
+ Returns a link to sefaria.org
429
+ e.g. https://www.sefaria.org/Chofetz_Chaim%2C_Part_One%2C_The_Prohibition_Against_Lashon_Hara%2C_Principle_7.7
430
+
431
+ ** Kind** : instance method of [ <code >ChofetzChaimEvent</code >] ( #ChofetzChaimEvent )
366
432
<a name =" vilna " ></a >
367
433
368
434
## vilna
@@ -401,6 +467,17 @@ cycle began (2 February 1980 for Vilna,
401
467
| date | <code >HDate</code > \| <code >Date</code > \| <code >number</code > | Hebrew or Gregorian date |
402
468
| config | <code >any</code > | either vilna or schottenstein |
403
469
470
+ <a name =" chofetzChaim " ></a >
471
+
472
+ ## chofetzChaim(hdate) ⇒ <code >any</code >
473
+ Looks up Chofetz Chaim Calendar for date
474
+
475
+ ** Kind** : global function
476
+
477
+ | Param | Type |
478
+ | --- | --- |
479
+ | hdate | <code >HDate</code > |
480
+
404
481
<a name =" MishnaYomi " ></a >
405
482
406
483
## MishnaYomi : <code >Object</code >
0 commit comments