383 Commits

Author SHA1 Message Date
Hongbo Wu 0174149c78 update ci 2024-07-24 17:44:37 +08:00
Hongbo Wu 158877a812 timeout if downloading content takes more than 10 minutes 2024-07-24 17:34:58 +08:00
Hongbo Wu 4e04842c69 upgrade node to 18 2024-07-24 17:34:58 +08:00
dependabot[bot] c9ae2d47a4 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#190)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 17:34:58 +08:00
ofer1992 fec71d029c fix needless page creation when deleting pages (#194)
* fix: needless page creation when deleting pages

calll to getOmnivoreBlockIdentity ends up creating a page when it doesn't exist. This is undesirable.

* fix: whitespace
2024-07-24 17:34:58 +08:00
semantic-release-bot 98e4280092 chore(release): 1.16.5
## [1.16.5](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.4...v1.16.5) (2024-05-16)

### Bug Fixes

* use new get content api ([70958c9](https://github.com/omnivore-app/logseq-omnivore/commit/70958c9ef33af2703a2a7ad5be3d1572b810948a))
v1.16.5
2024-05-16 10:01:32 +00:00
Hongbo Wu 70958c9ef3 fix: use new get content api 2024-05-16 18:01:06 +08:00
dependabot[bot] a4dd974410 chore(deps-dev): bump vite from 4.5.2 to 4.5.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 18:01:06 +08:00
Hongbo Wu 66d2f363ad upgrade omnivore-api 2024-05-16 18:01:06 +08:00
Hongbo Wu fc39658f6b use api client 2024-05-16 18:01:06 +08:00
dependabot[bot] f912bfe23e chore(deps-dev): bump vite from 4.5.1 to 4.5.2 (#174)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 18:01:06 +08:00
dependabot[bot] 842d5fc097 chore(deps-dev): bump vite from 4.5.0 to 4.5.1 (#168)
* fix: blocks failed to create because article id is not valid uuid string (#165)

* chore(deps-dev): bump vite from 4.5.0 to 4.5.1

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Hongbo Wu <hongbo@omnivore.app>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 18:01:06 +08:00
semantic-release-bot 6ed5c20d8c chore(release): 1.16.4
## [1.16.4](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.3...v1.16.4) (2024-01-04)

### Bug Fixes

* use in:all for highlights filter ([#172](https://github.com/omnivore-app/logseq-omnivore/issues/172)) ([7e0ba00](https://github.com/omnivore-app/logseq-omnivore/commit/7e0ba00efb3bc31c19c1c4eb34d95be1935ba893))
v1.16.4
2024-01-04 03:09:08 +00:00
Hongbo Wu 7e0ba00efb fix: use in:all for highlights filter (#172) 2024-01-04 11:07:42 +08:00
semantic-release-bot 33e2c05377 chore(release): 1.16.3
## [1.16.3](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.2...v1.16.3) (2023-11-21)

### Bug Fixes

* blocks failed to create because article id is not valid uuid string ([#165](https://github.com/omnivore-app/logseq-omnivore/issues/165)) ([0ba02af](https://github.com/omnivore-app/logseq-omnivore/commit/0ba02af4a3b60b49bcf53e99b9030c73e714141a))
v1.16.3
2023-11-21 06:37:25 +00:00
Hongbo Wu 0ba02af4a3 fix: blocks failed to create because article id is not valid uuid string (#165) 2023-11-21 14:36:55 +08:00
semantic-release-bot 388dd11c0b chore(release): 1.16.2
## [1.16.2](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.1...v1.16.2) (2023-11-17)

### Bug Fixes

* remove extra asterisks generated in the article blocks when headingBlockTitle setting is empty ([#162](https://github.com/omnivore-app/logseq-omnivore/issues/162)) ([9d14075](https://github.com/omnivore-app/logseq-omnivore/commit/9d140758ad2d0b4322185863fd5751ea0fe5245d))
v1.16.2
2023-11-17 14:58:35 +00:00
Hongbo Wu 9d140758ad fix: remove extra asterisks generated in the article blocks when headingBlockTitle setting is empty (#162) 2023-11-17 22:58:05 +08:00
semantic-release-bot 532fa80d9b chore(release): 1.16.1
## [1.16.1](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.0...v1.16.1) (2023-11-12)

### Bug Fixes

* collapse content and highlight blocks by default ([42306db](https://github.com/omnivore-app/logseq-omnivore/commit/42306dba8b80112bb09d6f8161da3817a555482b))
v1.16.1
2023-11-12 03:28:53 +00:00
Hongbo Wu 42306dba8b fix: collapse content and highlight blocks by default 2023-11-12 11:28:25 +08:00
semantic-release-bot 92124bb7ec chore(release): 1.16.0
# [1.16.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.15.0...v1.16.0) (2023-11-10)

### Bug Fixes

* importing article {{{ content }}} stops at first section ([#154](https://github.com/omnivore-app/logseq-omnivore/issues/154)) ([0df230a](https://github.com/omnivore-app/logseq-omnivore/commit/0df230ab6643369ec586b215c72b7e52e0cd07f1))
* PDF page numbers start at 1 ([#153](https://github.com/omnivore-app/logseq-omnivore/issues/153)) ([ebe7eb2](https://github.com/omnivore-app/logseq-omnivore/commit/ebe7eb2f8e397705e7acf5910255b67db2f083c8))

### Features

* use id as filename ([#152](https://github.com/omnivore-app/logseq-omnivore/issues/152)) ([b5944e1](https://github.com/omnivore-app/logseq-omnivore/commit/b5944e1a3ac3bce44e4737bb119ba2f9f2510c27))
v1.16.0
2023-11-10 09:22:31 +00:00
Hongbo Wu 0df230ab66 fix: importing article {{{ content }}} stops at first section (#154)
* fix: sync article content into another block if turned on in the settings

* add localization for zh-CN

* fix: add Japanese localization
2023-11-10 17:18:26 +08:00
Hongbo Wu b5944e1a3a feat: use id as filename (#152) 2023-11-10 17:18:26 +08:00
Hongbo Wu ebe7eb2f8e fix: PDF page numbers start at 1 (#153) 2023-11-10 17:18:26 +08:00
semantic-release-bot e485c4ab20 chore(release): 1.15.0
# [1.15.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.14.1...v1.15.0) (2023-11-06)

### Features

* expose positionPercent and positionAnchorIndex variables in highlight template ([#150](https://github.com/omnivore-app/logseq-omnivore/issues/150)) ([9d4f20d](https://github.com/omnivore-app/logseq-omnivore/commit/9d4f20dfab49e8decda934f3393a63c7b9406d7a))
v1.15.0
2023-11-06 04:24:07 +00:00
Hongbo Wu 9d4f20dfab feat: expose positionPercent and positionAnchorIndex variables in highlight template (#150) 2023-11-06 12:23:44 +08:00
semantic-release-bot 4d8181e5d1 chore(release): 1.14.1
## [1.14.1](https://github.com/omnivore-app/logseq-omnivore/compare/v1.14.0...v1.14.1) (2023-10-25)

### Bug Fixes

* v1.14.0 failed to boot up due to corrupted bundle ([58562d9](https://github.com/omnivore-app/logseq-omnivore/commit/58562d98cf716838acee9549a8e8527ef9e6aa7b))
v1.14.1
2023-10-25 11:42:46 +00:00
Hongbo Wu 640342a394 Merge pull request #148 from omnivore-app/develop
release
2023-10-25 19:42:14 +08:00
Hongbo Wu fd0f0f1ed3 Merge pull request #147 from omnivore-app/fix/boot-up-failure
fix: v1.14.0 failed to boot up due to corrupted bundle
2023-10-25 19:40:47 +08:00
Hongbo Wu c8b4b689f2 update ci 2023-10-25 19:39:59 +08:00
Hongbo Wu 58562d98cf fix: v1.14.0 failed to boot up due to corrupted bundle 2023-10-25 19:37:39 +08:00
semantic-release-bot dd38c08fdd chore(release): 1.14.0
# [1.14.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.13.6...v1.14.0) (2023-10-25)

### Bug Fixes

* highlight color not available in the template ([#135](https://github.com/omnivore-app/logseq-omnivore/issues/135)) ([6988b32](https://github.com/omnivore-app/logseq-omnivore/commit/6988b326bd1fec0694bfe8c76c2580d140788bd3))

### Features

* allow defining custom title of heading block in the settings or leave blank to not create one ([#144](https://github.com/omnivore-app/logseq-omnivore/issues/144)) ([dddb771](https://github.com/omnivore-app/logseq-omnivore/commit/dddb771200cb62e151f067d96db07e7aa1c3a233))
v1.14.0
2023-10-25 02:57:03 +00:00
Hongbo Wu 98f21025a1 Merge pull request #145 from omnivore-app/develop
Release
2023-10-25 10:56:20 +08:00
Hongbo Wu dddb771200 feat: allow defining custom title of heading block in the settings or leave blank to not create one (#144)
* feat: allow defining custom title of heading block in the settings or leave blank to not create one

* remove some debugging logs
2023-10-25 10:52:55 +08:00
Hongbo Wu 3877519ab9 bump logseq-lib 2023-10-25 10:52:55 +08:00
Hongbo Wu 2ebf23d45c lint 2023-10-25 10:52:55 +08:00
Hongbo Wu 6988b326bd fix: highlight color not available in the template (#135)
* fix: highlight color not available in the template

* remove rupin from codeowners
2023-10-25 10:52:55 +08:00
YU 21df6376b5 Translate language & plugin settings improvement (#142)
* feat(Add): logseq-l10n & ja-JP & plugin settings improvement

* feat(Add): Translation zh-CN (Chinese)

I don't understand Chinese. I had ChatGPT translate it based on the Japanese translation I made earlier. So please do the validation for this without me.

* Improvement of “README”, Japanese translation
2023-10-19 22:21:04 +08:00
semantic-release-bot b1de596cea chore(release): 1.13.6
## [1.13.6](https://github.com/omnivore-app/logseq-omnivore/compare/v1.13.5...v1.13.6) (2023-10-02)

### Bug Fixes

* allow users to use {{currentDate}} as the page name ([948e909](https://github.com/omnivore-app/logseq-omnivore/commit/948e909740389c20eecf87ec3f7903c119b04469))
v1.13.6
2023-10-02 03:54:00 +00:00
Hongbo Wu 6e98e40bad release on master branch and work on develop branch 2023-10-02 11:50:03 +08:00
Hongbo Wu 83484a66ae Merge pull request #136 from omnivore-app/dependabot/npm_and_yarn/get-func-name-2.0.2
chore(deps): bump get-func-name from 2.0.0 to 2.0.2
2023-09-29 12:08:08 +08:00
Hongbo Wu 7f08409d61 Merge pull request #137 from omnivore-app/fix/add-current-date
fix: allow users to use {{currentDate}} as the page name
2023-09-29 12:07:41 +08:00
Hongbo Wu 948e909740 fix: allow users to use {{currentDate}} as the page name 2023-09-29 12:05:57 +08:00
Hongbo Wu cd61130002 auto-release on release branch 2023-09-28 21:33:44 +08:00
dependabot[bot] 78b3169a5a chore(deps): bump get-func-name from 2.0.0 to 2.0.2
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: get-func-name
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 22:50:39 +00:00
semantic-release-bot 17fdaebba3 chore(release): 1.13.5
## [1.13.5](https://github.com/omnivore-app/logseq-omnivore/compare/v1.13.4...v1.13.5) (2023-09-26)

### Bug Fixes

* add space between labels on the default template ([af70f59](https://github.com/omnivore-app/logseq-omnivore/commit/af70f595e9c7461fbc75432979d61ae22f854d02))
v1.13.5
2023-09-26 02:01:46 +00:00
Hongbo Wu df16a39566 Merge pull request #131 from omnivore-app/fix/space-labels
fix: add space between labels on the default template
2023-09-26 10:01:00 +08:00
Hongbo Wu 3e3903ff21 Merge pull request #134 from idlethread/patch-3
Add a space between the labels in the default article template
2023-09-26 10:00:29 +08:00
Amit Kucheria 1ec4166516 Add a space between the labels in the default article template
Separate the labels with a space to make it easier to read
2023-09-25 23:21:51 +05:30
Hongbo Wu 5c7cca7890 Merge pull request #133 from idlethread/patch-2
Update link to search docs
2023-09-25 09:45:42 +08:00