Michael Seifarth

Results 10 issues of Michael Seifarth

I recently my project (that has been dormant for a while) from version 4.0.0 to version 5.0.0 of your wonderful project. It seemed to work fine at first, but when...

More of a question or feature request, than an issue: ## Abstract When enabling the option "Sync on save" on my mobile device, syncing happens every few seconds when Obsidian...

As the title says, it seems the latest version 2.5.0 is not released, as the `package.json` and `manifest.json` files are not updated with the new version number.

Hey, I was just comparing this plugin to the [obsidian map view plugin](https://github.com/esm7/obsidian-map-view), which has similar functionality, but I like how your plugin adds more info to the notes. But...

Hey there, really like your plugin, perfectly complements my journal writing :) Just one idea, would it be possible to use the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API) to fetch the current location instead...

Updating obsidian as a dependency here, as they changed quite a bit on the type definitions, like the definition of `TFile`, which then collides when using this library in plugins...

passing in `undefined` here throws the following error: ``` TS2345: Argument of type 'undefined' is not assignable to parameter of type 'App'. ``` I propose this type cast instead, even...

### Describe the bug Hello, first, many thanks for this plugin and the work. I would not be able to work without Git in Obsidian :) One thing I noticed...

bug

Fixes #161 Add minification to the build process for `main.js`. * **rollup.config.js** - Import `esbuild` from `rollup-plugin-esbuild` and `terser` from `rollup-plugin-terser`. - Add `esbuild` and `terser` to the `plugins` array...