tablacus / TablacusExplorer

A tabbed file manager with Add-on support
https://tablacus.github.io/explorer_en.html
MIT License
976 stars 102 forks source link

Enhancement - Preview+Tooltip Changer #741

Open Leo9idas opened 7 months ago

Leo9idas commented 7 months ago

You have a very powerful addon "Extension Tooltip changer". One missing item in my opinion that is missing from TE (without having to show explorer frames) is DETAILS. "Tooltip changer" is amazing and it would be even better if the records we define in it to be able to use them/show them in right bar/left bar probably together with preview. If we have the ability to combine this with exif tool or some other metadata utility to be able to edit details there. Of course we have labels and other data we use that can complete the profile. Thank you !

PS. Can we use relative paths when loading a jscript/javascript file ? For example "\custom\myscripts.rename.js" in order to keep portability ?

ccfs commented 7 months ago

Regarding "relative path": Yes and no.

For type JScript, you must specify script lines or a full path. Example: Type: JScript Options: D:\test\te240227\custom\test.js

To make this portable, you can use "External script" add-on which accepts environment variables: Type: External script Options: %te_config%\..\custom\test.js

See: https://github.com/tablacus/TablacusExplorer/wiki/Type-JScript https://github.com/tablacus/TablacusExplorer/wiki/environment-variables