Release-Candidate / Obs2Org

Converts Obsidian-style markdown files to Org-Mode files using pandoc. Converts the internal Wiki-links to valid Org-Mode links.
GNU General Public License v3.0
8 stars 0 forks source link

Add support for links without explicit filename. #2

Closed Release-Candidate closed 1 year ago

Release-Candidate commented 1 year ago

Convert Markdown links of the form [[Note]] to [[file:Note.org::#note][Note]] if the file and the heading exist.

Fix Bug #1

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.09 :tada:

Comparison is base (5d8cf2e) 95.48% compared to head (26c75a4) 95.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2 +/- ## ========================================== + Coverage 95.48% 95.58% +0.09% ========================================== Files 5 5 Lines 177 181 +4 ========================================== + Hits 169 173 +4 Misses 8 8 ``` | [Impacted Files](https://codecov.io/gh/Release-Candidate/Obs2Org/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [obs2org/parse\_org\_mode.py](https://codecov.io/gh/Release-Candidate/Obs2Org/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-b2JzMm9yZy9wYXJzZV9vcmdfbW9kZS5weQ==) | `94.23% <100.00%> (+0.48%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.