https://github.com/Darakah/obsidian-activity-history
Activity monitor for Vault & specified projects
https://github.com/Darakah/obsidian-activity-history
Last synced: 5 months ago
JSON representation
Activity monitor for Vault & specified projects
- Host: GitHub
- URL: https://github.com/Darakah/obsidian-activity-history
- Owner: Darakah
- Created: 2021-02-15T08:56:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T17:31:11.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:17:48.147Z (8 months ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 152
- Watchers: 6
- Forks: 10
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- jimsghstars - Darakah/obsidian-activity-history - Activity monitor for Vault & specified projects (TypeScript)
README
# Obsidian Activity History

Github like activity block to track activity for whole vault or a specified project.
#### Example 1:
#### Example 2:
#### Example 3:
## Usage:
!!!!IMPORTANT!!!!
The plugin can show only activity from the date it is ACTIVATED as it tracks the change in size for the specified tracked projects. this means no info will be shown before that date.Write the render block example shown below in edit mode in the note in which you want to add the render block.
It must contain a single line corresponding to the path of the project, for example:
- `/` for the whole vault
- `Project Example Test` for the project located at `/Project Example Test`
- `Project Root/Project Second Example/Test Project` for the project located at `/Project Root/Project Second Example/Test Project`thus to show board for the whole vault:
By default the plugin tracks `ONLY` the whole vault i.e. `/`. To add more projects, need to input the project name (same as above) in the settings menu of the plugin. If the project inputed is not a valid one it will not be added. It follows the same syntax as the one inputed in the render block.
`**UPDATE SCHEDUAL:**` The plugin updates every 5 minutes the size of the different tracked projects.
## Settings:
# Customization
The activity board is highly customizable as shown in the examples shown above. All parameters can be modified in the settings menu `EXCEPT THE BACKGROUND COLOR`! The background color must be changed in the `style.css` file (found in the plugin folder), where you change `white` to whatever desired.```css
.selectYear {
border-color: none;
}.HistoryBoard {
background-color: white;
padding: 10px;
border-radius: 14px;
width: auto;
height: auto;
}.ObsidianHistoryBlock {
background-color: white;
border-radius: 14px;
width: auto;
height: auto;
}.selectYear {
float: right;
margin-bottom: 5px;
border-color: white;
border-radius: 14px;
}
```## Release Notes
### v0.1.4
- Added `monthly` option to the settings tab## Support
[](https://github.com/sponsors/Darakah) [
](https://www.buymeacoffee.com/darakah)