Releases: sblakey/obsidian-quip
1.1.0
1.0.6
1.0.5
NEW: Add command to import documents from Quip.
IMPROVED: Attempt to remap between Obsidian-internal and Quip-internal links.
IMPROVED: Add settings to explicitly set a Quip title from Note name or title
metadata.
FIX: Improve error handling around misconfiguration issues.
Full Changelog: 1.0.4...1.0.5
1.0.4
Implement code changes requested for inclusion as an Obsidian Community Plugin.
- Clean up logging
- Clean up extraneous comments
- Always return a value in the callback handlers for
checkCallback
- Avoid
innerHTML
in favor of DOM APIs - Prefer Vault API over FileSystemAdapter
Full Changelog: 1.0.2...1.0.4
1.0.3
Full Changelog: 1.0.1...1.0.3
1.0.2
WHen a Quip URL exists in front matter, expose an "Update" command.
Full Changelog: 1.0.1...1.0.2
1.0.1
Reduce to a single command: publish to a new Quip document.
Embedded images with the ![[image_name.jpeg]]
syntax are now embedded in the resulting Quip
document.
Reduced dependency on node.js libraries, in favor of Obsidian-electron builtins
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial release, containing publish commands using underlying Markdown and rendered HTML.
Full Changelog: https://github.com/sblakey/obsidian-quip/commits/1.0.0