twibiral / obsidian-execute-code

Obsidian Plugin to execute code in a note.
MIT License
994 stars 61 forks source link

[BUG] Version 1.11.0 was not built correctly (and a small typo in the readme) #343

Closed hellocharli closed 2 months ago

hellocharli commented 3 months ago

Describe the bug The built main.js and manifest.json in release 1.11.0 and 1.10.0 are 100% identical.

Software Version macOS 14.5 Obsidian 1.5.12

To Reproduce Steps to reproduce the behavior:

  1. Install the plugin from the obsidian plugin browser
  2. Click the settings for the execute code plugin
  3. Try to find Swift or Ocaml language settings

Expected behavior Features from the 1.11.0 release

Screenshots

image

Additional context Line 462 of README.md needs to be a newline with {```} to close the ocaml code block.

twibiral commented 3 months ago

Thank you for reporting this! I will look into it over the weekend. The OCML settings are in the settings file, so hopefully I just copied the wrong main.js

(Related to #340)

twibiral commented 2 months ago

Fixed with version 1.11.1. Thanks for reporting the bug!

(It was indeed a problem with the build; I compiled the wrong version)