feat: save files as markdown#341
Merged
Merged
Conversation
added 6 commits
August 14, 2023 10:48
Codecov Report
@@ Coverage Diff @@
## main #341 +/- ##
==========================================
- Coverage 84.94% 84.37% -0.57%
==========================================
Files 153 157 +4
Lines 8819 9344 +525
Branches 973 1014 +41
==========================================
+ Hits 7491 7884 +393
- Misses 1317 1449 +132
Partials 11 11
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cguedes
requested changes
Aug 15, 2023
cguedes
approved these changes
Aug 16, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #214
This adds an item
Save File as Markdown...in theFilemenu. This opens a dialog to select where to save the file (the default location is anexportsdirectory under the RefStudio project directory). If there are references in the file, this also creates a .bib file with the same name and exports used references in this file.This also disables default bullet lists and ordered lists because they would not be properly exported. However, this PR also adds a first implementation of bullet list, that should work as expected. order lists will be done in a future PR