Skip to content

Add option to save snippet information in Markdown format #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Tracked by #163
delphidabbler opened this issue Apr 17, 2025 · 0 comments
Open
Tracked by #163

Add option to save snippet information in Markdown format #155

delphidabbler opened this issue Apr 17, 2025 · 0 comments
Assignees
Labels
completed Work has been completed on this issue and changes have been committed to `develop` branch.. feature request Request for a new feature

Comments

@delphidabbler
Copy link
Owner

An obvious option is to save the snippet information as Markdown.

We would need a Markdown highlighter which would be quite simple:

  1. If highlighting was not required the output would be unhighlighted source code surrounded by code fences:

     ```
     unhighlighted-source-code
     ```
    
  2. If highlighting was to be supported the opening code fence would need to be followed by pascal:

     ```pascal
     unhighlighted-source-code
     ```
    
@delphidabbler delphidabbler self-assigned this Apr 17, 2025
@delphidabbler delphidabbler added feature request Request for a new feature considering Issue under consideration. May be accepted or rejected labels Apr 17, 2025
@github-project-automation github-project-automation bot moved this to Considering in CodeSnip Apr 17, 2025
@delphidabbler delphidabbler added accepted Accepted for implementation / fixing and removed considering Issue under consideration. May be accepted or rejected labels Apr 22, 2025
@delphidabbler delphidabbler moved this from Considering to Accepted in CodeSnip Apr 22, 2025
@delphidabbler delphidabbler added completed Work has been completed on this issue and changes have been committed to `develop` branch.. and removed accepted Accepted for implementation / fixing labels Apr 28, 2025
@delphidabbler delphidabbler moved this from Accepted to Done - awaiting release in CodeSnip Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed Work has been completed on this issue and changes have been committed to `develop` branch.. feature request Request for a new feature
Projects
Status: Done - awaiting release
Development

No branches or pull requests

1 participant