We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use case
I use folder notes style obsidian structure and have a folder and file path as follows:
Setting up options to enable this, fails when clipping a page that has trailing space in the resultant pageTitle
eg: https://ecoboats.com.au/is-electric-propulsion-suitable-for-my-boat/ results in a pageTitle with extra whitespace that silently dies
OS: Linux x86 Browser: Firefox
Configuration:
{ "headingStyle": "atx", "hr": "___", "bulletListMarker": "-", "codeBlockStyle": "fenced", "fence": "```", "emDelimiter": "_", "strongDelimiter": "**", "linkStyle": "inlined", "linkReferenceStyle": "full", "imageStyle": "obsidian", "imageRefStyle": "inlined", "frontmatter": "---\ncreated: {date:YYYY-MM-DDTHH:mm:ss} (UTC {date:Z})\ntags: [{keywords}]\nsource: {baseURI}\nauthor: {byline}\n---\n\n# {pageTitle}\n\n> ## Excerpt\n> {excerpt}\n\n---", "backmatter": "", "title": "{pageTitle}", "includeTemplate": true, "saveAs": false, "downloadImages": true, "imagePrefix": "attachments/", "mdClipsFolder": "MarkDownload/{pageTitle}", "disallowedChars": "[]#^", "downloadMode": "downloadsApi", "turndownEscape": true, "contextMenus": true, "obsidianIntegration": false, "obsidianVault": "", "obsidianFolder": "" }
The text was updated successfully, but these errors were encountered:
acaf729
Merge pull request #341 from rickdoesdev/master
72ddf6f
Fix #340 - Whitespace issues while saving
No branches or pull requests
Use case
I use folder notes style obsidian structure and have a folder and file path as follows:
Setting up options to enable this, fails when clipping a page that has trailing space in the resultant pageTitle
eg: https://ecoboats.com.au/is-electric-propulsion-suitable-for-my-boat/ results in a pageTitle with extra whitespace that silently dies
OS: Linux x86
Browser: Firefox
Configuration:
The text was updated successfully, but these errors were encountered: