kaplanrehab / Devonthink-3-Unofficial-API

Unofficial but very useful Devonthink 3 API
17 stars 2 forks source link

spelling mistake in property #1

Closed chrillek closed 3 years ago

chrillek commented 3 years ago

several of the jxa scripts contain "...length" instead of "...length". I don't have time to fix this, therefore the issue. Also, I suggest not saving those as "scpt" but rather as "js". In the current format, they can't be used with any code editor like coteditor or Coderunner or VS Code.

richardkaplan commented 3 years ago

Thanks - will let 8isnothing respond further - I believe these are inactive parts of the project just there for background purposes - I agree it would be helpful to fix and/or clarify in either case.

8isnothing commented 3 years ago

Hey @chrillek! Thanks for pointing those out. I've fixed the typos =).

Re saving the files as .js: it sounds awesome. I really rather code them in VS Code instead of Script Editor. I wonder, though, if there are any caveats for this approach? I remember reading/experimenting with this approach and encountering some bugs.

chrillek commented 3 years ago

Using is works just fine in my experience.

Am 06.10.2021 um 18:50 schrieb 8isnothing @.***>:

 Hey @chrillek! Thanks for pointing those out. I've fixed the typos =).

Re saving the files as .js: it sounds awesome. I really rather code them in VS Code instead of Script Editor. I wonder, though, if there are any caveats for this approach? I remember reading/experimenting with this approach and encountering some bugs.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

8isnothing commented 3 years ago

Thanks! I’ll try this approach for this project!