Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix prompt not appearing on linux #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shiv-Patil
Copy link

Add a workaround for when ctime is not stored on the filesystem #25

Add a workaround for when ctime is not stored on the filesystem
@DivineMK
Copy link

Confirmed that this fix the issue of linux systems not prompting dialog.

@datsudo
Copy link

datsudo commented Sep 21, 2024

I don't think this project is being properly maintained anymore. I just cloned Shiv-Patil's branch as of the moment. It solves the problem with prompt not appearing on Linux.

@Shiv-Patil Shiv-Patil changed the title Update main.ts Fix prompt not appearing on linux Sep 21, 2024
@AMTQ
Copy link

AMTQ commented Oct 20, 2024

I don't think this project is being properly maintained anymore. I just cloned Shiv-Patil's branch as of the moment. It solves the problem with prompt not appearing on Linux.

I'd like to do that as well as it's a very annoying bug for a plugin that otherwise works perfectly. But I'm not sure what to do. You clone the repo and then what? How or which parts of the plugin do I have to update in Obsidian?

EDIT: Nevermind, short help for other non-pros like me inspired by https://github.com/trganda/obsidian-attachment-management#installation and https://github.com/obsidianmd/obsidian-sample-plugin#how-to-use

git clone https://github.com/Shiv-Patil/obsidian-paste-image-rename.git
clone the repo into a local folder
npm i to install dependencies
npm run build to build a production-version of the plugin
copy from the folder build the main.js, manifest.json and style.css files to your vault into .obsidian/plugins/obsidian-paste-image-rename
restart obsidian and enjoy the plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants