Releases: someskumar-k/obsidian-omnivore-educative
Releases · someskumar-k/obsidian-omnivore-educative
1.0.0
1.0.0 (2024-08-13)
Bug Fixes
- add a lambda function in the template to allow users to format date (#136) (fb961e7)
- add a reset template button to reset the template to default template (06df987)
- add a setting to disable sync on start (#198) (d9c5fb2)
- add available variables to the template config description (09f8c83)
- add back the ribbon icon for the ease of usage (f1e9eeb)
- add date_published in the frontmatter (cf61925)
- add dateArchived to the exposed variable in the template (1a67d16)
- add dateRead variable in the article template (8141166)
- add image to the variables of article template (0941dc2)
- add labels of highlights to the template (4b8aee1)
- add lowercase, uppercase and uppercasefirst to the function map in the template (957bbca)
- add note variable to the template (ea65aa6)
- add state to the exposed variable in the template (26572b6)
- add tweet, video and image page type (ffdcd92)
- add type to the template (e04f7ab)
- add updatedAt variable to the article template to get the last u… (#183) (05079e1), closes #176 #187
- add wordsCount and readLength to the exposed variables in the article template (56813b7)
- allow adding aliases to the variables in the front matter (be1d7e5)
- allow articles to be synced into a single file and add a toggle in the settings (4c04f8e)
- allow frontmatter to be an array (2b3b0f3)
- allow scheduled sync and set a frequency in minutes (8800d38)
- better name for Sync on Start in settings (93fe7e9)
- create an omnivore file for an existing TFolder (b7768ff)
- download content and file attachment only if included in the template (dc92a38)
- failed to fetch highlight when quote is null (2dc2fcc)
- failed to save note in windows by removing invisible characters in the filename (cf99fc5)
- failed to sync articles to an existing file without front matter (58dbf98)
- file already exists error caused by having duplicate article titles (8dec30f)
- folder path separators are incorrectly replaced (5d6bf4f), closes #219
- generate unicode slug as file name (2e5fcd6)
- highlight color not available in the template (e90807d)
- incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it (76a120f)
- invalid yaml error when generating the front matter (10a9b96)
- lint code in CI (#161) (460c489)
- make description available in the template (b8760a2)
- make siteName and other variables in the article template available in the folder/file name settings (#190) (6329bb3)
- make the settings collapsible (71da2c2)
- only add omnivore id to the frontmatter if frontmatter is not in the template (f46b4fc)
- PDF page numbers start at 1 (#155) (c69459c)
- potential issues with new release in the community market based on the feedback from Obsidian team (d987f21)
- preparse template before rendering (c41bc8f)
- remove content from default template (11a0202)
- replace all empty lines with blockquote ">" to preserve paragraphs (e02e5de)
- replace all reserved characters in filename with - (582beb3)
- ribbon icon stroke color does not match the theme color (dbe46a8)
- search content was returned if we are syncing a pdf (3c10e1a)
- show release notes after upgrade (37382a2)
- some highlighted markdown content not synced (bc84e26)
- sort highlights by position percentage if available (4a614c7)
- sub-folder can be config in folder name setting and {{date}} can be used (57a45e5)
- test (815238c)
- truncate filename length to 100 (12ebcf7)
- unicode in filename is deleted ([1c7458a](https://github.com/somesku...
1.0
Merge pull request #239 from omnivore-app/dependabot/npm_and_yarn/bra…