Reocin / obsidian-markdown-formatting-assistant-plugin

This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
251 stars 28 forks source link

Not working anymore with Obsidian 0.15.6 #54

Closed rattlesnake2028 closed 2 years ago

rattlesnake2028 commented 2 years ago

Describe the bug In Obsidian 0.15.6, the buttons does'nt provides any effect. Maybe because of this : Developers => Refer to https://forum.obsidian.md/t/plugin-developers-how-to-update-your-plugin-to-support-pop-out-windows/40228 for ensuring your plugin is compatible with pop-out windows.

Desktop (please complete the following information):

SimoAbjaou commented 2 years ago

I have the same issue. Please update the plugin to be compatible with the new obsidian version because I use it all day everyday.

RollOfDeath commented 2 years ago

I got the same issue. Obsidian Version: 0.15.6 OS: Garuda Linux Kernel: 5.18.9-zen1-1-zen

93chanle commented 2 years ago

I also got the same issue with Obsidian 0.15.6 and Windows 11.

ksdavidc commented 2 years ago

I can confirm this on mac

leonardosalatino commented 2 years ago

I also confirm the issue on windows 10 and kubuntu 22.04 (obsidian 0.15.6)

zcyh147 commented 2 years ago

same here, macOS big sur + obsidian 0.15.6

VonChair commented 2 years ago

Confirmed on Mac OS 12.5 Intel version with Obsidian Version 0.15.6 suffers the same issue.

Alilat-imad commented 2 years ago

I also confirm the issue.

hisel-sabermetrics commented 2 years ago

Can confirm this on M1 Mac Monterey 12.4 with obsidian 15.8

mathisgauthey commented 2 years ago

Confirmed in 0.15.8, nothing is working.

rdricco commented 2 years ago

Confirmed on Manjaro too.

leonardosalatino commented 2 years ago

Seems that this plugin doesn't have any support, right? I see the last changes were done 14 months ago.

naichaduck commented 2 years ago

same issue

naichaduck commented 2 years ago

Describe the bug In Obsidian 0.15.6, the buttons does'nt provides any effect. Maybe because of this : Developers => Refer to https://forum.obsidian.md/t/plugin-developers-how-to-update-your-plugin-to-support-pop-out-windows/40228 for ensuring your plugin is compatible with pop-out windows.

Desktop (please complete the following information):

* OS: Windows 10

Have you found a solution?

rattlesnake2028 commented 2 years ago

Well Guys, this plugin seems to not be supported anymore. I use another plugin called cMenu which works very well !

wei-seven commented 2 years ago

I also got the same issue with Obsidian 0.15.9 and Windows 11.

WystanW commented 2 years ago

Well Guys, this plugin seems to not be supported anymore. I use another plugin called cMenu which works very well !

However, I think cMenu has fewer features than this.

Reocin commented 2 years ago

Hey Guys. Sorry for my absence. I had no time to do any private codeing because of my new job, but i working on it. I already find a solution for the side pane, but the trigger command is really hard. They changed a lot in the API and the documentation is awful.

I need a little more time to solve the solution.

SimoAbjaou commented 2 years ago

Really good news, I downgrade to the older version specially for this plugin and waiting for new update. Good Luck.

Reocin commented 2 years ago

@SimoAbjaou that's perfect ;-)

@all Last night also found a solution for the trigger command. It won't be a char trigger any more like before. I changed it to the hotkey "Alt+Q" (has no meaning, just because you can reach it quickly with one hand and can be changed in the inbuilt hotkey mapping of obsidian) and use a Obsidian Suggestion modal. With this, you can really quickly access all the shortcuts of my plugin without leaving the keyboard.

Now i have to clean up the code and also update the rest of the code to the new API. I hope I don't find any more time intensive problems.

I hope to release the first quick fix this or next week.

Reocin commented 2 years ago

Hey guys, it is just a quick fix, but the plugin should work again. Please make sure that you use an obsidian version 0.15.x and update the plugin to the version 0.4.0

Read also read the README for the new replacement of the trigger command \. It works now with the hotkey ALT+Q (it is just a quick update of the README. I will go through on another day)

ovizii commented 1 year ago

Seems broken again with Obsidian 1.1.16 and your plugin version 0.4.1 - I think there is also confusion because in your plugin's settings you are speaking about "trigger char" for autocompletion and in your README you are talking about a shortcut for the suggestion window. From what I am reading here in this thread, its one and the same functionality?

Or are these 2 different things? I can confirm that "\" apparently seems to do nothing while ALT+Q and ALT+C work.