Obsidian-Daily-Notes-Editor
A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- release.yml
- Daily-Note-View.gif
- Daily-Note-View.mp4
- daily-note.svg
- DailyNote.svelte
- DailyNoteEditorView.svelte
- UpAndDownNavigate.ts
- index.css
- obsidian.d.ts
- time.d.ts
- fileManager.ts
- icon.ts
- utils.ts
- dailyNoteSettings.ts
- dailyNoteView.ts
- dailyNoteViewIndex.ts
- global.d.ts
- leafView.ts
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- manifest.json
- package.json
- pnpm-lock.yaml
- README.md
- styles.css
- tsconfig.json
- version-bump.mjs
- versions.json
- vite.config.mjs
# Installation Guide
1. Get the code
git clone https://github.com/Quorafind/Obsidian-Daily-Notes-Editor
Downloads the entire project code from GitHub to your computer.
cd Obsidian-Daily-Notes-Editor
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
