- feat: Support the OpenAI-compatible interface, customize the baseurl
- feat: Add prompt file configuration for AI.
- feat: Added functionality to analyze clipboard content using a large language model with Groq.
- feat: New vscode option for html to markdown
- fix: Variable expansion in rules and Lang-rules: 125
- feat: Mac Support for Rich Text Paste #74
- fix: Mac OS Ventura: Command not found #113
- feat: useing selected text as alt text for image.
- fix: add default text for ${selectedText}
- feat: add ${selectedText} predefine
- feat: add applyAllRules config
- feat: add enableHtmlConverter & enableRulesForHtml
- fix: fix spaces-after-image bug
- fix: fix bug in to-markdown
- fix: fix chinese character bug in #87 , using the method from #44
- Add ${relativeFileDirname} ${workspaceFolderBasename} ${file} predefines. #89 #93
- Add: ${datetime|format} supported. #91
- Fix #90: allow passing width only
- Fixed paste as base64 not work on Windows. #86
- Added macOS get clipboard content type script. #84
- Fix #83 pasting does not work in WSL
- Fix #76: Windows: Markdown Download always saved to C:\
- Fix: parse lang_rules output not correct
- Fix: #72 Windows: Images are always saved to C:
- Add nameBase option and predefined variable ${datetime}.
- Fix: Markdown Download command render incorrect path for download image.
- Feature: Allow pasting of images in documents of other languages than markdown (like asciidoc) #56
- Fix #70 markdown img syntax isn't used in mdx files
- Add the option to use ${fileWorkspaceFolder} #71
- Fix #65: Newlines in path for WSL causing image saving failures
- Feature: Support Multi-root Workspaces Folder Settings #64
- Fix #60: Can't Paste Images to Paths Containing Whitespaces
- Prioritize Image pastes over HTML pastes over text pastes
- Feature: Support WSL
- Feature: Support for pasting code with auto detecting language #50
- Fix #46: Variable "${workspaceRoot}" looks resolved incorrectly
- Fix #45: command 'telesoho.MarkdownPaste' not found
- Fix #42: files being saved to incorrect location
- Fix #38: MarkdownPaste shotcut only work on markdown mode
- Feature: Embed base64 image supported.
- Add MarkdownPaste.encodePath configuration.
- Fix some grammar mistakes.
- Fix #25: encode url in markdown
- Feature: Paste local file path that under workspace folder, will add relative path link into markdown.
- Fixed: Paste text doesn't work on some Linux.
- Change setting name from
pasteImage
toMarkdownPaste
- Feature: Download url file
- Feature: emoji supported
- Feature #20: Paste image in HTML format.
- Fixed: Cannot get all content in clipboard.
- Optimize convert html table (colspan supported) to markdown.
- Support more predefined variables
- Remove devDependencies clipboardy for Window and Linux
- Optimize convert html to markdown.
- Feature: Convert rich text to markdown
- Fix #18: Paste path add
./
and File name verification support for Chinese
- Feature: Insert latex math symbol into current editor.
- Fixed #13: downgrade clipboardy to v1.1.4.
- Update all dependencies.
- Add requirment setion to README
- Fix #10: Chinese encoding problem.
- Feature: Convert HTML to Markdown for pasing HTML content.
- Feature: Add a snippets for adding ruby tag.
- Feature: Parse and replace content for pasting text.
- Feature #8 : Autoselect filename for easier renaming.(thank @huhk-sysu)
- Fix #7 :Fix encoding problem in non-english language in Windows os.
- Fix #5 : Enable upper case as file name.
- Add pasteImage.silence configure option.
- Fix #4 : Cannot create first level sub folder of root folder on windows.
- Fix #2 : Use forward slashes "/" in the image url
- Feature: Support rename image after paste.
- Feature: Support config the path(absolute or relative) to save image.
- Feature: Add linux support by xclip
- Feature: Support use the selected text as the image name
- Feature: Add windows support by powershell
- Finish first publish. Only support macos.