refactor(markdown): move template settings from export dialog to settings panel - #747
Conversation
|
📦 Plugin has been packaged for this PR. You can download |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #747 +/- ##
=============================================
- Coverage 66.759% 66.713% -0.046%
=============================================
Files 427 429 +2
Lines 24184 24208 +24
Branches 5908 5916 +8
=============================================
+ Hits 16145 16150 +5
- Misses 5800 5810 +10
- Partials 2239 2248 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
5bd39f7 to
d542fb0
Compare
|
📦 Plugin has been packaged for this PR. You can download |
…ings panel Move the template file, URL, inline editor, copy-default-template button, and language selector from the Markdown export dialog to the persistent Markdown settings tab. These are configuration preferences that users set once, not per-export choices, so they belong in Settings rather than cluttering the export action panel. The export dialog now only shows Output Directory and File Name — the per-export essentials.
d542fb0 to
5f95b38
Compare
|
📦 Plugin has been packaged for this PR. You can download |
Move the template file, URL, inline editor, copy-default-template button, and language selector from the Markdown export dialog to the persistent Markdown settings tab. These are configuration preferences that users set once, not per-export choices, so they belong in Settings rather than cluttering the export action panel.
The export dialog now only shows Output Directory and File Name — the per-export essentials.