Skip to content

Releases: sblakey/obsidian-quip

1.1.0

22 Apr 20:46
Compare
Choose a tag to compare

This revision incudes:

  • Bugfix #28 "Inline embedded notes won't expand in Quip"
  • Pull Request #29 "Fix (some) blockquotes, add empty line between paragraphs" w/ thanks to @az-aws

1.0.6

08 Jan 22:28
Compare
Choose a tag to compare

FIX: Documents with multiple H1 elements now update correctly.

1.0.5

08 Mar 17:04
Compare
Choose a tag to compare

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

07 Feb 23:21
Compare
Choose a tag to compare

Implement code changes requested for inclusion as an Obsidian Community Plugin.

  1. Clean up logging
  2. Clean up extraneous comments
  3. Always return a value in the callback handlers for checkCallback
  4. Avoid innerHTML in favor of DOM APIs
  5. Prefer Vault API over FileSystemAdapter

Full Changelog: 1.0.2...1.0.4

1.0.3

26 Jan 21:20
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.3

1.0.2

26 Jan 21:19
Compare
Choose a tag to compare

WHen a Quip URL exists in front matter, expose an "Update" command.

Full Changelog: 1.0.1...1.0.2

1.0.1

04 Jan 16:19
Compare
Choose a tag to compare

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

27 Dec 22:22
69a0a11
Compare
Choose a tag to compare

Initial release, containing publish commands using underlying Markdown and rendered HTML.

Full Changelog: https://github.com/sblakey/obsidian-quip/commits/1.0.0