e-Daiary
approvedby Thomas Campanholi
Creates directories and notes based on the day of the year.
★ 1 stars↓ 302 downloadsUpdated 1y agoMIT
e-Daiary
This plugin was created to make daily entries in a journal based on the day of the year.
How to install?
- Download the lastest release e-daiary.zip file.
- Extract the folder.
- Put it inside the following folder: "\YourVault\.obsidian\plugins\".
- Open your Vault using Obsidian.
- Enable "Community plugin" on Obsidian Settings.
- Enable the "e-Daiary" plugin.
- Click "Options" and select the folder where you want your journal to be created.
- Click on the Ribbon Icon "Create New Entry".
- This will automatically create a "YYYY\Day X (DD-MM-YYYY HH-mm)\Day X (DD-MM-YYYY HH-mm).md" folder inside the folder.
- Write your journal inside the "Day X (DD-MM-YYYY HH-mm).md" file.
- Repeat step 8-10 every day to create a consistent journal.
How to modify?
- Download the source code.
- Make sure you have NodeJS installed.
- Open it inside VSCode.
- Open a terminal.
- Install the dependencies:
npm install
- Start compilation in watch mode
npm run dev
- Once finished the coding, use the command below to end the coding:
npm run build
- After that, follow the instructions in: this website to update the plugin.
Authors
- Thomas Campanholi - coded everything - wholetomy
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.