obsidian-ReadItLater
obsidian-ReadItLater copied to clipboard
cut off note title to fit max file path
Description
Added two config values to cut off titles that are too long: a maximum length and a cut-off string
Motivation and Context
Fixes https://github.com/DominikPieper/obsidian-ReadItLater/issues/160
How has this been tested?
Saving links with different lengths and playing with the config values
Screenshots (if appropriate)
Types of changes
Changes visible to users:
- [x] Bug fix (prefix:
fix- non-breaking change which fixes an issue) - [ ] New feature (prefix:
feat- non-breaking change which adds functionality) - [ ] Breaking change (prefix:
feat!!orfix!!- fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation (prefix:
docs- improvements to any documentation content)
Internal changes:
- [ ] Refactor (prefix:
refactor- non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour) - [ ] Tests (prefix:
test- additions and improvements to unit tests and the smoke tests) - [ ] Infrastructure (prefix:
chore- examples include GitHub Actions, issue templates)
Checklist
- [x] My code follows the code style of this project and passes
npm run lint. - [x] My change requires an update of README.md
- [ ] I have updated the README.md