Skip to content

Commit 809dc89

Browse files
committed
Merge branch 'main' of https://github.com/NotePlan/plugins
2 parents 85302d1 + 6e92ff6 commit 809dc89

File tree

2 files changed

+1446
-0
lines changed

2 files changed

+1446
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"macOS.minVersion": "10.13.0",
3+
"noteplan.minAppVersion": "3.20",
4+
"plugin.id": "emetzger.LinearCalendar",
5+
"plugin.name": "Linear Calendar",
6+
"plugin.description": "Display a linear year view calendar with calendar events. Navigate between years, adjust cell width, filter calendars, and obfuscate event text for privacy.",
7+
"plugin.author": "emetzger",
8+
"plugin.version": "1.0.0",
9+
"plugin.dependencies": [],
10+
"plugin.requiredFiles": [],
11+
"plugin.script": "script.js",
12+
"plugin.commands": [
13+
{
14+
"name": "showLinearCalendar",
15+
"description": "Show the linear calendar view with calendar events",
16+
"jsFunction": "showLinearCalendar"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)