This release includes a new configuration option to toggle whether level 1 headings should be treated as document titles (see the docs). This config affects how wiki-links work and all the related functionality around finding references and refactoring. The functionality is pretty fresh and could be rough around the edges, so please report issues when something doesn't work as expected.
This fixes #374, #323, #319, #255.
What's Changed
- refactor: Model Title explicitly at the symbol level by @artempyanykh in #364
- feat: Add a configuration option to treat level 1 headings as title by @artempyanykh in #366
- refactor: Introduce ParserSetting type by @artempyanykh in #367
- misc: Propagate titleFromHeading to parser settings by @artempyanykh in #368
- feat: Use core.titleFromHeading in parsing and semantic analysis by @artempyanykh in #369
- doc: Update features.md with info on the new
core.title_from_heading
setting by @artempyanykh in #371
Full Changelog: 2024-11-20...2024-12-04