William McKeever
William McKeever
Was able to get this working in `main.js` by making the following changes in your onload() - this.addCommand... ```js navigator.clipboard .readText() .then((clipText) => (this.convertUrlToTitledLink(editor, clipText))); // const selectedText = (EditorExtensions.getSelectedText(editor)...
Thanks for that. In the meantime I just changed the lines in `main.js` `createFile` function to the following to achieve this. ```javascript if (fileName) { completeFileName = (0, import_obsidian2.normalizePath)(destFolder +...
I would like to see this as well. It would be a very useful feature to have.
Corrections have been made in the newest release
Ok, now I have no idea where it is finding "Obsidian" in the description? I removed it from the manifest.json and package.json...
All requested changes have been made. I have also removed about 600 lines of duplicated code.
I have removed over 900 lines from the updateWeather.ts file and am using Obsidians moment library. Also removed over 300 lines of unnecessary/duplicated code from main.ts Five locations is about...
I had this same issue under Linux Mint although the date was set to 1969 for me. ```yaml created: 1969-12-31 17:00 modified: 2024-07-11 13:08 ``` In my case, my vault...