Skip to content

Releases: eoureo/obsidian-runjs

0.7.2

25 Dec 10:37
Compare
Choose a tag to compare
  • Fix timing for adding code-menu event handler (Issue #47)

0.7.1

25 Dec 00:23
Compare
Choose a tag to compare

Fixed #41 Scroll to the code block on "Open code file"

0.7.0

20 Dec 13:25
Compare
Choose a tag to compare

Optimize RunJS autostart and event handling

  • Improved autostart and event handler execution times.
  • Introduced RunJS-codes.json file to store the list of RunJS codes.
  • Updated the file whenever the list changes to ensure faster loading.
  • Significantly improved the load time of the RunJS code list view.

Resolved #40

0.6.0

18 Jul 15:55
Compare
Choose a tag to compare

Resolved #31 Replace the directives in the RunJS code.

0.5.3

15 Jul 06:28
Compare
Choose a tag to compare

object modal - Add syntax highlighting at code details
Resolved #29 Modify directives of RunJS codeblock flexibly

0.5.2

12 Jul 04:06
Compare
Choose a tag to compare

Resolved codelist view (#15, #23, #26)

0.5.1

11 Jul 10:16
Compare
Choose a tag to compare

Fixed settingtab to use RunJSSetting class instead of symbol property.
Resolved #25 Enable changing the code in setting

0.5.0

11 Jul 01:18
Compare
Choose a tag to compare

Resolved #21 Add EventHandler Setting.

0.4.0

01 Jul 02:37
Compare
Choose a tag to compare

Fixed #14 Address review comments (Add RunJS plugin - Pull Request, issuecomment-1614281555)

Add suggest method.
Change handle of modified file.

0.3.0

28 Jun 02:56
Compare
Choose a tag to compare

Fixed #5 Duplicate code entries at Auto refresh.

If multiple refreshes are executed at once, several code items are duplicated. So, when the refresh command is executed, the previously executed refresh command is canceled.

Additionally, if Auto refresh is set, the code list is immediately refreshed whenever a file is modified. Now, when a file is modified, it is refreshed only when the file has not been modified for more than 3 seconds.

여러번의 refresh가 한꺼번에 실행되면 code 항목이 여럿 중복되어 넣어진다. 그래서 refresh 명령이 실행되면 앞서 실행된 refresh 명령을 취소시키도록 했다.

부가적으로 Auto refresh 설정이 되어 있으면 파일을 수정될 때 마다 바로 코드 목록이 refresh가 되었다. 이제는 파일이 수정되면 3초이상 그 파일에 수정이 없을 때만 refresh 되도록 했다.