generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switching the implementation of
renderCompactMarkdown
depending on …
…whether the call is from `inline-field-live-preview.ts` or not (#2134) * Revert 7a2b6a1 but only for src/ui/render.ts * Fix the incorrect cursor overlapping check * Squashed commit of the following: commit f4e0bdd Author: RyotaUshio <[email protected]> Date: Sat Oct 14 06:37:10 2023 +0900 Fix typo commit 43f3be4 Author: RyotaUshio <[email protected]> Date: Sat Oct 14 06:29:01 2023 +0900 Fix formatting commit 74e45e4 Author: RyotaUshio <[email protected]> Date: Sat Oct 14 06:28:32 2023 +0900 Fix the starting position of an inline field could not obtained correctly after a document change commit 7570941 Author: RyotaUshio <[email protected]> Date: Sat Oct 14 06:07:03 2023 +0900 Fix formatting commit ba7a0a5 Author: RyotaUshio <[email protected]> Date: Sat Oct 14 06:04:27 2023 +0900 Fix the previous commit works only for the first line commit 08bcd32 Author: RyotaUshio <[email protected]> Date: Sat Oct 14 05:54:44 2023 +0900 Resolve #2101: add a click event handler to inline field widgets in live preview * Squashed commit of the following: commit 21591ff Author: RyotaUshio <[email protected]> Date: Sat Oct 14 07:41:40 2023 +0900 Fix #2107: Prevent inline fields inside a code block from being rendered in live preview * Squashed commit of the following: commit f787431 Author: RyotaUshio <[email protected]> Date: Sun Oct 29 00:41:52 2023 +0900 fix formatting commit 7205a70 Author: RyotaUshio <[email protected]> Date: Sun Oct 29 00:28:24 2023 +0900 separate the inline fields rendering option into one for reading view & one for live preview * fix the auto-scrolling/flickering issue of inline fields (#2128) and dv.paragraph not working for lists (#2099) * fix formatting * Fix #2132 by switching implementation depending on whether the call is from inline-field-live-preview.ts or not * switch implementation of `renderCompactMarkdown based on a new boolean parameter, not `component instanceof` test * remove unnecessary debugging codes & cleanup --------- Co-authored-by: RyotaUshio <[email protected]>
- Loading branch information
1 parent
ecee8c0
commit ee019cc
Showing
2 changed files
with
107 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters