dominiclet / obsidian-note-definitions

MIT License
33 stars 2 forks source link

Good job! I look forward to being able to edit within the pop-up window by double click。 #32

Closed nanjingman closed 1 week ago

nanjingman commented 3 weeks ago

Good job! I look forward to being able to edit within the pop-up window by double click。

nanjingman commented 3 weeks ago

Now, I add a tag page for the term file, and can open it directly as follow: image

nanjingman commented 3 weeks ago

But I still hope you can add this function. Thanks!

dominiclet commented 3 weeks ago

Editing/adding definitions directly without leaving the current file is something I wish to implement as well. I'll look into this feature after completing some of the higher priority issues!

nanjingman commented 2 weeks ago

now I have implemented this through Quickadd as follow: image

nanjingman commented 2 weeks ago

image

dominiclet commented 1 week ago

I've added an edit modal which can be accessed via 'Right-click on definition' > 'Edit definition'. At the moment, the contents in the modal are displayed in plaintext (and not rendered in markdown) as the Obsidian doesn't seem to expose an API for that, and although possible, as seen from the Hover Editor plugin you mentioned, it does not seem to be trivial to implement. Hence, the edit modal will show the definition as plaintext for now.

nanjingman commented 1 week ago

Thank you so! Good!

dominiclet commented 1 week ago

Add new definition is now also implemented (0.14.0), instructions can be found in the README.

nanjingman commented 1 week ago

A milestone improvement!!