Releases: eoureo/obsidian-runjs
Releases · eoureo/obsidian-runjs
0.7.2
0.7.1
0.7.0
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
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
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 되도록 했다.