mirror of
https://github.com/docmarionum1/obsidian-pinned-daily-notes.git
synced 2026-07-22 05:41:59 +00:00
- Adds ribbon icon and command to open today's daily note in a pinned tab - Automatically updates existing pinned daily note tab to today's note - Respects user's Daily Notes plugin settings and folder structure (Journal/Daily/YYYY/MM/YYYY-MM-DD) - Clean, focused implementation with no automatic tab positioning
23 lines
390 B
JSON
23 lines
390 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ES5",
|
|
"ES6",
|
|
"ES7"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|