argenos / nldates-obsidian

Work with dates in natural language in Obsidian
MIT License
490 stars 44 forks source link

Insert as Link option missing? #71

Closed ashishbhateja closed 2 years ago

ashishbhateja commented 2 years ago

I can no longer find the insert as link option in the plugin settings

CleanShot 2021-11-29 at 10 04 16@2x

Appreciate any help in troubleshooting this

1Muggle commented 2 years ago

@ashishbhateja I don't understand what the reason is, I'm having the same problem as you. My OS is macOS 12.0.1 and Obsidian version is 0.12.19. Maybe you can try the following (it works for me)

  1. Press Command (probably Ctrl on Windows) + p to open the command panel
  2. Type "Date picker" and press enter
  3. You should see the following pop-up window, check "Add as link" and click on "Insert Data". image
  4. At this point you should have a wiki link when you type @Today or other phrase in your notes

Good luck!

stouf commented 2 years ago

Same thing for me, the Add as link? configuration option has disappeared 😞

ashishbhateja commented 2 years ago

The Ctrl+P trick works. You may want to try it.

On Thu, Dec 09, 2021 at 4:41 PM, stouf < @.*** > wrote:

Same thing for me, the Add as link? configuration option has disappeared 😞

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub ( https://github.com/argenos/nldates-obsidian/issues/71#issuecomment-989631327 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AQQUPAOL5K5IE3VWYVC4WC3UQBTSBANCNFSM5I6ALKKA ). Triage notifications on the go with GitHub Mobile for iOS ( https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 ) or Android ( https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub ).

stouf commented 2 years ago

The Ctrl+P trick works. You may want to try it.

ctrl + p thing itself works but it doesn’t fix the @ shortcut afterwards for me 😞

ashishbhateja commented 2 years ago

sorry to hear. I hope the developer can fix. this is a very useful plugin to the workflow for many of us

On Thu, Dec 09, 2021 at 5:21 PM, stouf < @.*** > wrote:

The Ctrl+P trick works. You may want to try it. … ( # )

ctrl + p thing itself works but it doesn’t fix the @ shortcut afterwards for me 😞

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub ( https://github.com/argenos/nldates-obsidian/issues/71#issuecomment-989662049 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AQQUPANJR7MRGC4Z6OZY523UQBYKFANCNFSM5I6ALKKA ). Triage notifications on the go with GitHub Mobile for iOS ( https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 ) or Android ( https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub ).

jiri commented 2 years ago

It seems that the community plugin store installs version 0.5.0 while clearly being aware of version 0.6.0. The option is present in 0.6.0 -- could this be your issue?

stouf commented 2 years ago

It seems that the community plugin store installs version 0.5.0 while clearly being aware of version 0.6.0. The option is present in 0.6.0 -- could this be your issue?

Ah! Good catch, that's probably it 👍 It's strange though. When I open the page of the plugin in Obsidian, it tells me v0.6.0 is available, I can click on the update button and I get a message telling me the plugin has been successfully updated, but the plugin is stuck on v0.5.0 🤔 I'll have to dig into that. Any idea where that could come from by any chance?

jiri commented 2 years ago

I've got no clue, sorry 😞 I've got no clue how obsidian handles the community plugin support, but if I had to guess, it fetches the releases XML stream from github, looks for the latest one and fetches the files that way, which would suggest the issue might be with obsidian rather than this plugin. Maybe an edge case in manifest.json or something?

stouf commented 2 years ago

Some more data:

That on top of Jiri’s hypothesis there, it indeed looks like a bug in Obsidian 🤔 I’ll fill in a bug report on Obsidian’s forum.

stouf commented 2 years ago

I’ll fill in a bug report on Obsidian’s forum.

Just for reference: https://forum.obsidian.md/t/community-plugin-wrong-version-when-installing-and-updating/28339

stouf commented 2 years ago

The issue should now be fixed (https://github.com/argenos/nldates-obsidian/pull/74).

@ashishbhateja Shall we close this issue? 🙂

ashishbhateja commented 2 years ago

Thank you. Here's what I see after updating: image image

The @ key seems to work ok on desktop now

liamcain commented 2 years ago

Closing this since it should be fixed in v0.6.0.