ea5d036
Thanks @mohamedsalem401! - - Add computed fields- Add document types
- Implement hot-reloading
- #86
81f85f6
Thanks @mohamedsalem401! - [#54 Computed Fields]- Introduce a configuration parameter to support the inclusion of a custom function for computing fields.
- #73
aedd641
Thanks @mohamedsalem401! - [ #53 , JSON output option ] Implemented functionality to write file JSON output to disk
- #71
6a8a952
Thanks @mohamedsalem401! - [ #60 , extract tasks ] Add tasks extraction from files. e.g- [ ] task
- #61
f6fe5b0
Thanks @mohamedsalem401! - Add Tags Extraction from Markdown Content. Resolved issues with link extraction from Markdown documents. Conducted code refactoring for improved readability and maintainability.
52ff842
Thanks @olayway! - Support for querying files by frontmatter field values (exact matches only).
- #35
14520be
Thanks @olayway! - Add support for Obsidian style tags list in frontmatter (e.g.tags: a,b,c
).
- Package renamed from
@flowershow/markdowndb
tomddb
.
- Fix published package contents.
- 3129f4c: Fixed issue with indexing more than 500 files.
- aed0b4b: Fix ignore regex pattern.
- 41c75f7: Encode URL's stored in the database.
- 3aad734: Adjust default path->url resolver function and allow passing custom one.
- Fix build script.
- Migrate to a separate repo (out of flowershow monorepo).
- Fix import statement in bin/index.js file.
- Link extraction and querying support.
- 135a238: clean-up and reafctoring with more OOP approach and stronger typing.
- Fix * export from package.