Elian Doran
|
82a9808dea
|
server-ts: sql.js -> sql.ts
|
2024-02-17 13:32:41 +02:00 |
|
Elian Doran
|
7a9365457a
|
server-ts: utils.js -> utils.ts
|
2024-02-17 13:32:41 +02:00 |
|
zadam
|
cf99345962
|
use .js extension for require() as a preparation for future migration to ESM
|
2023-11-22 19:34:48 +01:00 |
|
zadam
|
809ffa0c6e
|
small refactor of ordinal() func
|
2023-11-03 13:49:18 +01:00 |
|
Compositr
|
542e2579df
|
feat: add new datePattern replacers for shortmonth
* `{shortMonth3}` 3-letter months, e.g. Sep, Oct, Nov, Dec
* `{shortMonth4}` 4-letter months, e.g. Sept, Octo, Nove, Dece
|
2023-09-12 07:35:46 +10:00 |
|
Compositr
|
81d64e020e
|
feat: add new datePattern replacer {ordinal}
* {ordinal} is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc.
|
2023-09-12 07:30:30 +10:00 |
|
zadam
|
bff7434921
|
rename becca entities to have B-prefix, #3476
|
2023-01-03 13:52:37 +01:00 |
|
zadam
|
0441e7396a
|
small fixes
|
2022-12-23 15:07:48 +01:00 |
|
zadam
|
1b24276a4a
|
always use template strings instead of string concatenation
|
2022-12-21 15:19:05 +01:00 |
|
zadam
|
4e3d48fe7d
|
allow specifying rootNote for date API functions, #3237
|
2022-10-26 14:23:56 +02:00 |
|
zadam
|
30b2d15f3d
|
fix creating new calendar on each date note request
|
2022-08-02 18:25:05 +02:00 |
|
zadam
|
3ebfaec1bc
|
allow per workspace calendars, fixes #2959
|
2022-07-31 09:33:14 +02:00 |
|
zadam
|
91dec23d5e
|
ETAPI auth, spec improvements etc.
|
2022-01-10 17:09:20 +01:00 |
|
zadam
|
9ee1c9f3da
|
ETAPI delete/patch, refactoring
|
2022-01-07 19:33:59 +01:00 |
|
zadam
|
82b2871a08
|
added date services to ETAPI
|
2022-01-05 19:25:17 +01:00 |
|
zadam
|
3128a7d62f
|
various tweaks to shared notes
|
2021-12-27 20:48:14 +01:00 |
|
zadam
|
d9550dd59b
|
fix "getNoteStartingWith" relic
|
2021-12-11 14:15:38 +01:00 |
|
zadam
|
40fb4ff56b
|
fix for "Today page does not work for 2021-11-20", closes #2359
|
2021-11-30 21:21:16 +01:00 |
|
zadam
|
4733de23ba
|
fix {isoDate} template variable in journal date naming, closes #2306
|
2021-11-04 19:56:45 +01:00 |
|
zadam
|
57b7f6199e
|
utcDateStr => utcDateTimeStr
|
2021-11-04 19:52:00 +01:00 |
|
zadam
|
3413074235
|
when saving Saved Search or SQL console, move it to their home (i.e. remove from hidden subtree)
|
2021-10-24 14:53:45 +02:00 |
|
zadam
|
20696aa0ab
|
fix finding single note by label with mixed case
|
2021-10-08 22:13:39 +02:00 |
|
zadam
|
b381331029
|
refactoring of date notes route
|
2021-07-24 11:28:47 +02:00 |
|
zadam
|
b660238a40
|
backend import unification
|
2021-06-29 22:15:57 +02:00 |
|
zadam
|
439ef4a8cb
|
moved becca to top level source dir
|
2021-05-17 22:09:49 +02:00 |
|
zadam
|
1d008cad13
|
fixes
|
2021-05-09 20:46:32 +02:00 |
|
zadam
|
56506d33a7
|
small fixes
|
2021-02-19 22:58:53 +01:00 |
|
zadam
|
cc3addebd4
|
date notes respect their parent's isProtected status, #1483
|
2020-12-21 23:00:39 +01:00 |
|
zadam
|
a1b2e22ba5
|
add possibility to add whole iso date as date pattern, #1496
|
2020-12-20 22:49:42 +01:00 |
|
zadam
|
03d7ee9abb
|
compatibility with existing scripts
|
2020-08-18 21:32:45 +02:00 |
|
zadam
|
3e189d5c10
|
fixes
|
2020-07-01 23:50:33 +02:00 |
|
zadam
|
88348c560c
|
syncification
|
2020-06-20 12:31:38 +02:00 |
|
zadam
|
0ec11d29ba
|
fix creating root calendar note when missing, #752
|
2020-01-18 08:59:46 +01:00 |
|
zadam
|
d9b9d730bb
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
|
zadam
|
1c057cac75
|
small script API additions
|
2019-11-27 23:07:10 +01:00 |
|
zadam
|
0415efd33b
|
create year/month/date labels/relation only when the note is created
|
2019-11-27 19:42:10 +01:00 |
|
zadam
|
0e5028acd3
|
support global shortcuts with global: prefix
|
2019-11-21 21:12:07 +01:00 |
|
zadam
|
13c0411533
|
refactoring of note creation APIs WIP
|
2019-11-16 11:09:52 +01:00 |
|
zadam
|
45ee959c11
|
date notes are now created with template relations
|
2019-09-07 21:40:18 +02:00 |
|
zadam
|
36b581489c
|
saving selections adds to the existing date note instead of creating new one each time
|
2019-07-06 23:54:48 +02:00 |
|
zadam
|
ecfba95841
|
calendar root can now have datePattern and monthPattern to define the names
|
2019-05-19 11:30:17 +02:00 |
|
zadam
|
0d0464549f
|
notes are now created with correct local dates
|
2019-03-13 22:43:59 +01:00 |
|
zadam
|
fe86c09f22
|
make sure date label is always created with YYYY-MM-DD and not the rest of date time
|
2019-03-05 20:49:39 +01:00 |
|
zadam
|
1d5fb0b646
|
add possibility to create week note, closes #416
|
2019-02-19 22:49:57 +01:00 |
|
azivner
|
bc4cec69a5
|
use local dates to create day notes, closes #337
|
2019-01-15 23:46:01 +01:00 |
|
azivner
|
1c0fd243d1
|
cleanup of labels and relations from backend
|
2018-08-07 13:33:10 +02:00 |
|
azivner
|
2d24bf81dd
|
added new label "sorted" which will keep children notes alphabetically sorted, fixes #82
|
2018-08-01 09:26:02 +02:00 |
|
azivner
|
b507abb4f7
|
electron upgrade to 2.0.0
|
2018-05-08 16:39:01 -04:00 |
|
azivner
|
d19f044961
|
fix bug
|
2018-04-07 13:14:01 -04:00 |
|
azivner
|
e378d9f645
|
label service refactoring + rename of doInTransaction to transactional
|
2018-04-07 13:03:16 -04:00 |
|