Github like activity block to track activity for whole vault or a specified project.
!!!!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 vaultProject 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.
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.
.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;
}
- Interactively show value when hovering on cells