Fixes #110 rich text paste

This commit is contained in:
Zef Hemel
2022-11-09 11:38:12 +01:00
parent 5af83cbdf9
commit eb3af597be
3 changed files with 55 additions and 0 deletions
+6
View File
@@ -3,6 +3,12 @@ release.
---
## 0.1.5
* Rich text paste: paste content from web pages, google docs, including tables and SB will make a best effort to convert it to Markdown. Implemented using [turndown](https://github.com/mixmark-io/turndown). Probably can use some tweaking, but it's something.
---
## 0.1.4
* Breaking change (for those who used it): the named anchor syntax has changed from `@anchorname` to `$anchorname`. This is to avoid conflicts with potentialy future use of `@` for other purposes (like mentioning people). Linking to an anchor still uses the `[[page@anchorname]]` syntax. So, you create an anchor $likethis you can then reference it [[@likethis]].