Skip to content

Commit 30ec85a

Browse files
chore(release): 1.0.0
# 1.0.0 (2024-08-13) ### Bug Fixes * add a lambda function in the template to allow users to format date ([omnivore-app#136](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/136)) ([fb961e7](fb961e7)) * add a reset template button to reset the template to default template ([06df987](06df987)) * add a setting to disable sync on start ([omnivore-app#198](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/198)) ([d9c5fb2](d9c5fb2)) * add available variables to the template config description ([09f8c83](09f8c83)) * add back the ribbon icon for the ease of usage ([f1e9eeb](f1e9eeb)) * add date_published in the frontmatter ([cf61925](cf61925)) * add dateArchived to the exposed variable in the template ([1a67d16](1a67d16)) * add dateRead variable in the article template ([8141166](8141166)) * add image to the variables of article template ([0941dc2](0941dc2)) * add labels of highlights to the template ([4b8aee1](4b8aee1)) * add lowercase, uppercase and uppercasefirst to the function map in the template ([957bbca](957bbca)) * add note variable to the template ([ea65aa6](ea65aa6)) * add state to the exposed variable in the template ([26572b6](26572b6)) * add tweet, video and image page type ([ffdcd92](ffdcd92)) * add type to the template ([e04f7ab](e04f7ab)) * add updatedAt variable to the article template to get the last u… ([omnivore-app#183](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/183)) ([05079e1](05079e1)), closes [omnivore-app#176](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/176) [omnivore-app#187](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/187) * add wordsCount and readLength to the exposed variables in the article template ([56813b7](56813b7)) * allow adding aliases to the variables in the front matter ([be1d7e5](be1d7e5)) * allow articles to be synced into a single file and add a toggle in the settings ([4c04f8e](4c04f8e)) * allow frontmatter to be an array ([2b3b0f3](2b3b0f3)) * allow scheduled sync and set a frequency in minutes ([8800d38](8800d38)) * better name for Sync on Start in settings ([93fe7e9](93fe7e9)) * create an omnivore file for an existing TFolder ([b7768ff](b7768ff)) * download content and file attachment only if included in the template ([dc92a38](dc92a38)) * failed to fetch highlight when quote is null ([2dc2fcc](2dc2fcc)) * failed to save note in windows by removing invisible characters in the filename ([cf99fc5](cf99fc5)) * failed to sync articles to an existing file without front matter ([58dbf98](58dbf98)) * file already exists error caused by having duplicate article titles ([8dec30f](8dec30f)) * folder path separators are incorrectly replaced ([5d6bf4f](5d6bf4f)), closes [omnivore-app#219](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/219) * generate unicode slug as file name ([2e5fcd6](2e5fcd6)) * highlight color not available in the template ([e90807d](e90807d)) * incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it ([76a120f](76a120f)) * invalid yaml error when generating the front matter ([10a9b96](10a9b96)) * lint code in CI ([omnivore-app#161](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/161)) ([460c489](460c489)) * make description available in the template ([b8760a2](b8760a2)) * make siteName and other variables in the article template available in the folder/file name settings ([omnivore-app#190](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/190)) ([6329bb3](6329bb3)) * make the settings collapsible ([71da2c2](71da2c2)) * only add omnivore id to the frontmatter if frontmatter is not in the template ([f46b4fc](f46b4fc)) * PDF page numbers start at 1 ([omnivore-app#155](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/155)) ([c69459c](c69459c)) * potential issues with new release in the community market based on the feedback from Obsidian team ([d987f21](d987f21)) * preparse template before rendering ([c41bc8f](c41bc8f)) * remove content from default template ([11a0202](11a0202)) * replace all empty lines with blockquote ">" to preserve paragraphs ([e02e5de](e02e5de)) * replace all reserved characters in filename with - ([582beb3](582beb3)) * ribbon icon stroke color does not match the theme color ([dbe46a8](dbe46a8)) * search content was returned if we are syncing a pdf ([3c10e1a](3c10e1a)) * show release notes after upgrade ([37382a2](37382a2)) * some highlighted markdown content not synced ([bc84e26](bc84e26)) * sort highlights by position percentage if available ([4a614c7](4a614c7)) * sub-folder can be config in folder name setting and {{date}} can be used ([57a45e5](57a45e5)) * test ([815238c](815238c)) * truncate filename length to 100 ([12ebcf7](12ebcf7)) * unicode in filename is deleted ([1c7458a](1c7458a)) * update filter setting will update custom query accordingly and default to in:all ([omnivore-app#196](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/196)) ([f443aee](f443aee)) * Update link to search in docs ([558cdc4](558cdc4)) * update sync_at once sync is completed ([9b7e289](9b7e289)) * use default template if empty ([7b4f7e4](7b4f7e4)) * use labels names as tags in the front matter ([0341a4e](0341a4e)) * use multiline string for title and author in default template ([c7e5daf](c7e5daf)) * use omnivore title as the filename and add omnivore id to the frontmatter which is used to deduplicate files with the same name ([8fbf85d](8fbf85d)) * wrap value in frontmatter with double quotes ([3f996fd](3f996fd)) * wrong base url in the api request ([432a404](432a404)) ### Features * add a optional front matter template under advanced settings ([afde987](afde987)) * add date format configuration for filename variable ([f1f0a2d](f1f0a2d)) * add link to our discord server in the settings ([5c3df3d](5c3df3d)) * add more variables in the front matter setting ([942b93e](942b93e)) * allow dataPublished and dateSaved to be used as filename ([22046e3](22046e3)) * allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](3f8fb56)) * custom filenames ([650a9ad](650a9ad)) * download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template ([bed8835](bed8835)) * expose positionPercent and positionAnchorIndex variables in highlight template ([omnivore-app#150](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/150)) ([fa3bd32](fa3bd32)) * highlight highlights in the exported content in markdown ([6cc1b04](6cc1b04)) * Now I can delete article from omnivore!!! ([3715beb](3715beb)) * render highlight color in article note ([c8a4e70](c8a4e70)) * start to sync when plugin is loaded ([omnivore-app#170](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/170)) ([280f027](280f027)) * use id as filename ([omnivore-app#154](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/154)) ([74e255a](74e255a))
1 parent 6a1c27d commit 30ec85a

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed

CHANGELOG.md

+86
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,92 @@
6767
* wrong base url in the api request ([432a404](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/432a40497b95d418c0c65c12bf4e55ff0fc671e1))
6868

6969

70+
### Features
71+
72+
* add a optional front matter template under advanced settings ([afde987](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/afde98718d06f021804bfa3232a6b4148eaf10b4))
73+
* add date format configuration for filename variable ([f1f0a2d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f1f0a2d36a119012b07f4d40271e3f09fe3486ce))
74+
* add link to our discord server in the settings ([5c3df3d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/5c3df3d88dee710e542d4e9c64b1fee582a88b29))
75+
* add more variables in the front matter setting ([942b93e](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/942b93e604c65042b3d540896e0579773a8e98e4))
76+
* allow dataPublished and dateSaved to be used as filename ([22046e3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/22046e35326bf7e51ddd193b33949a9c85eea869))
77+
* allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3f8fb565804db5fb81500b3cfffe32bff736e62a))
78+
* custom filenames ([650a9ad](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/650a9adc6a8559583604cc18f209bf69757b78c7))
79+
* download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template ([bed8835](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/bed8835c25b7566f1cad43433f94b1cc83a90c3f))
80+
* expose positionPercent and positionAnchorIndex variables in highlight template ([#150](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/150)) ([fa3bd32](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/fa3bd3251a520e9cfd0c0cee85b7077632449fd1))
81+
* highlight highlights in the exported content in markdown ([6cc1b04](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/6cc1b042bc96db6605ffa5d804159a478abbac45))
82+
* Now I can delete article from omnivore!!! ([3715beb](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3715beba7d1ee407315a9a7439c6ffce7f1676a2))
83+
* render highlight color in article note ([c8a4e70](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c8a4e7050db0b90bfd816afa27ae0ece54c828ba))
84+
* start to sync when plugin is loaded ([#170](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/170)) ([280f027](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/280f0271c317ef6354fca9cdc8721c8a1d74b963))
85+
* use id as filename ([#154](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/154)) ([74e255a](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/74e255ab51a389f5c4f8ab25b5f14b0b17be3999))
86+
87+
# 1.0.0 (2024-08-13)
88+
89+
90+
### Bug Fixes
91+
92+
* add a lambda function in the template to allow users to format date ([#136](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/136)) ([fb961e7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/fb961e7de69118eb2dab6512f7b3fcc13c494e1c))
93+
* add a reset template button to reset the template to default template ([06df987](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/06df987b539cf892bdab6e205cefcf529ffc26f0))
94+
* add a setting to disable sync on start ([#198](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/198)) ([d9c5fb2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/d9c5fb29dbb0f5f9faa29823736f8b08c99b85ef))
95+
* add available variables to the template config description ([09f8c83](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/09f8c832cecffbc2800d22b1bcc87cb36d34910d))
96+
* add back the ribbon icon for the ease of usage ([f1e9eeb](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f1e9eebd3968d0a56a8109ac8d71751c0c96a323))
97+
* add date_published in the frontmatter ([cf61925](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/cf61925243bb6cfccdbc625b6069d54600daf68c))
98+
* add dateArchived to the exposed variable in the template ([1a67d16](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/1a67d16888f907307dca675f1f80511064414ce5))
99+
* add dateRead variable in the article template ([8141166](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8141166de4353edae861b069bc5d7a925323725a))
100+
* add image to the variables of article template ([0941dc2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/0941dc2cc73933dc40c5f5930776def1e2847c34))
101+
* add labels of highlights to the template ([4b8aee1](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/4b8aee18dd58662270b981e62ffbd865c3f81c23))
102+
* add lowercase, uppercase and uppercasefirst to the function map in the template ([957bbca](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/957bbca049011e250c2f692e2b1db7d44c730d76))
103+
* add note variable to the template ([ea65aa6](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/ea65aa6cf50118f8a50197501b2970d3693f9d79))
104+
* add state to the exposed variable in the template ([26572b6](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/26572b6385ab44b610e2490229adb86d25e53160))
105+
* add tweet, video and image page type ([ffdcd92](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/ffdcd924787ece94796de57e66f77aa666de07f4))
106+
* add type to the template ([e04f7ab](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/e04f7ab2a32f2bed9ffc0d7f25f6798858ab1aec))
107+
* add updatedAt variable to the article template to get the last u… ([#183](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/183)) ([05079e1](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/05079e1edf3cfba6785de4379f0d3bb85b2450da)), closes [#176](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/176) [#187](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/187)
108+
* add wordsCount and readLength to the exposed variables in the article template ([56813b7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/56813b7c3c332746ff49efdf3844727a0ba35726))
109+
* allow adding aliases to the variables in the front matter ([be1d7e5](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/be1d7e5316871e8c740afc8e2c19dbff4f1eeef8))
110+
* allow articles to be synced into a single file and add a toggle in the settings ([4c04f8e](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/4c04f8eee960e263046a5e5ed94dc281c689498b))
111+
* allow frontmatter to be an array ([2b3b0f3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/2b3b0f34d29ce84e3e35e7ace2a8871314d7a13d))
112+
* allow scheduled sync and set a frequency in minutes ([8800d38](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8800d3882326add57621400ea0e7aa100828ab6c))
113+
* better name for Sync on Start in settings ([93fe7e9](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/93fe7e9c680ad96736bb04b820a7da777c49eb94))
114+
* create an omnivore file for an existing TFolder ([b7768ff](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/b7768ffed335baec2eb841aeaffd283573a14c8d))
115+
* download content and file attachment only if included in the template ([dc92a38](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/dc92a38ef1da4cecfc8ad951c7cf1d068b75e6b3))
116+
* failed to fetch highlight when quote is null ([2dc2fcc](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/2dc2fcc8361f3fec81093ac2febc7fce047515f5))
117+
* failed to save note in windows by removing invisible characters in the filename ([cf99fc5](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/cf99fc5c26c12b9164ea689ab220d01c9d6d8810))
118+
* failed to sync articles to an existing file without front matter ([58dbf98](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/58dbf98cc929ab2feb79623ab8693a7974f1ea6f))
119+
* file already exists error caused by having duplicate article titles ([8dec30f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8dec30fae3d62428d176a524b9f2e4d91fe14b8c))
120+
* folder path separators are incorrectly replaced ([5d6bf4f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/5d6bf4f5725e4dadd160184ddebbf54fa5ae96bd)), closes [#219](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/219)
121+
* generate unicode slug as file name ([2e5fcd6](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/2e5fcd6c503a43e8b8f32d8cdce723c78cfc620f))
122+
* highlight color not available in the template ([e90807d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/e90807d8ea43a0f0699856f4ea6281839a2c9c64))
123+
* incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it ([76a120f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/76a120f6c8c19d7bbb25093027a8ae2315241ed5))
124+
* invalid yaml error when generating the front matter ([10a9b96](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/10a9b9676b2c57e6dcbecb87e2e7530874be8c70))
125+
* lint code in CI ([#161](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/161)) ([460c489](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/460c48937f9d2583d43a26398e2b94eff15f0ef8))
126+
* make description available in the template ([b8760a2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/b8760a2030a969727d400d5229b4bba5a9e95e42))
127+
* make siteName and other variables in the article template available in the folder/file name settings ([#190](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/190)) ([6329bb3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/6329bb397e804891bc6efdfb1a469c7a4dd72559))
128+
* make the settings collapsible ([71da2c2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/71da2c292899f68f873c2b728472304318b9bf3b))
129+
* only add omnivore id to the frontmatter if frontmatter is not in the template ([f46b4fc](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f46b4fca5065c5d5b93e4acaaacd213c7b8deeff))
130+
* PDF page numbers start at 1 ([#155](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/155)) ([c69459c](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c69459cc4ad5c696742dbb2fbf49ffba3bc1c5b5))
131+
* potential issues with new release in the community market based on the feedback from Obsidian team ([d987f21](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/d987f21cd2dba39d5bf6cfe76b1a6258b471c415))
132+
* preparse template before rendering ([c41bc8f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c41bc8f1b4b8c70b36989860d3257ad6ae792979))
133+
* remove content from default template ([11a0202](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/11a020294922c7c1caad72063f6544cf2a2cb9e7))
134+
* replace all empty lines with blockquote ">" to preserve paragraphs ([e02e5de](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/e02e5de9cbe8d0ef261b010ed08fbf39e47a95be))
135+
* replace all reserved characters in filename with - ([582beb3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/582beb35635ae52e89a8d4edc60efcc3e1dba337))
136+
* ribbon icon stroke color does not match the theme color ([dbe46a8](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/dbe46a835ab96f628823a9dca1d77d845a943549))
137+
* search content was returned if we are syncing a pdf ([3c10e1a](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3c10e1a1c4183892e82301bf85ab4e1244c22a06))
138+
* show release notes after upgrade ([37382a2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/37382a2cf594cac10c7b05120dc0742980a4ff84))
139+
* some highlighted markdown content not synced ([bc84e26](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/bc84e26a832d6cc7773be903955c7bea6182db29))
140+
* sort highlights by position percentage if available ([4a614c7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/4a614c79f3e6cce1066e68bb91fda0a3dbec1acb))
141+
* sub-folder can be config in folder name setting and {{date}} can be used ([57a45e5](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/57a45e5c761ebac4858787a27364cef44687df85))
142+
* test ([815238c](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/815238cca248ff5899b8941fea6410757145d19c))
143+
* truncate filename length to 100 ([12ebcf7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/12ebcf76638ce336511705b6b433ea989e6a0895))
144+
* unicode in filename is deleted ([1c7458a](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/1c7458a9eccc9ee4e86de1ff5c75a56835113ce3))
145+
* update filter setting will update custom query accordingly and default to in:all ([#196](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/196)) ([f443aee](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f443aee91cb30f686b272866f886d5466cc41e49))
146+
* Update link to search in docs ([558cdc4](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/558cdc46ff2f9cf075c68d6e998b947a9bffec87))
147+
* update sync_at once sync is completed ([9b7e289](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/9b7e2899fa2766d0e0d441de616dfd050b379172))
148+
* use default template if empty ([7b4f7e4](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/7b4f7e4321e3b6ee42b1e635300dc8d07c290cd7))
149+
* use labels names as tags in the front matter ([0341a4e](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/0341a4ed36c4aef507784dc6ceb1862b2e1dd8d6))
150+
* use multiline string for title and author in default template ([c7e5daf](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c7e5dafa3b692c9d2d958b46ede1783a597f616e))
151+
* use omnivore title as the filename and add omnivore id to the frontmatter which is used to deduplicate files with the same name ([8fbf85d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8fbf85d86baa23f065e9bf63bd8aef607609392c))
152+
* wrap value in frontmatter with double quotes ([3f996fd](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3f996fd04e38b1e6c2a116673d8599310230b76f))
153+
* wrong base url in the api request ([432a404](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/432a40497b95d418c0c65c12bf4e55ff0fc671e1))
154+
155+
70156
### Features
71157

72158
* add a optional front matter template under advanced settings ([afde987](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/afde98718d06f021804bfa3232a6b4148eaf10b4))

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"author": "Omnivore",
88
"authorUrl": "https://github.com/someskumar-k/obsidian-omnivore-educative",
99
"isDesktopOnly": false
10-
}
10+
}

0 commit comments

Comments
 (0)