pjeby / tag-wrangler

Rename, merge, toggle, and search tags from the Obsidian tag pane
633 stars 19 forks source link

Update with env changes. #94

Closed mariomui closed 1 year ago

mariomui commented 1 year ago

https://github.com/ophidian-lib/build/blob/3b2d10085d899b34c93ae86bb057cb7547b8a38d/index.js#L112

If a person places git contributions in a central folder rather than colocated to the devvault, the only option is to manually prefix the it on the command line. (XX=YY node x.mjs dev)

I also considered command line options for ophidian/build but it doesn't suit the code guidelines.

pjeby commented 1 year ago

This can be resolved using an external tool like direnv, or by symlinking the plugin directory in your test vault to ./dist in your development directory.

(Also, if you are going to submit PRs to any of my projects, please do not reformat the code - it makes it very difficult to see what it is you actually changed, and I'm not going to accept any PRs with code reformatting anyway.)

pjeby commented 1 year ago

(I've now documented these options in the ophidian-lib/build README for future reference.)