obsidian-hub
obsidian-hub copied to clipboard
Make jinja templates modular:
- change templates to only update parts of it using jinja blocks
- different templates for new plugin and updating plugin (based on regex and headers + individual blocks)
If we add %% Hub ....%% dividers for each individual file, it should be possible to update anything contained between those comments. Updating the templates with these dividers is probably the next step.
This would help with #150 and #166
If we add
%% Hub ....%%dividers for each individual file, it should be possible to update anything contained between those comments. Updating the templates with these dividers is probably the next step.This would help with #150 and #166
I do think that's a good idea...
Did we settle on some wording for those comments that is not confusing to contributors?