{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":465199957,"defaultBranch":"main","name":"BlockNote","ownerLogin":"TypeCellOS","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-03-02T07:24:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/125679560?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716557886.0","currentOid":""},"activityList":{"items":[{"before":"5a3e659a471bd41c837ab63d810ed52945a73b66","after":"bea361e39846c26d9729a777a5cd3de1f48e8c3e","ref":"refs/heads/main","pushedAt":"2024-05-24T13:41:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"v0.13.4","shortMessageHtmlLink":"v0.13.4"}},{"before":"7d3e9cf10a318d9edbb55b17e1b768673974809d","after":"5a3e659a471bd41c837ab63d810ed52945a73b66","ref":"refs/heads/main","pushedAt":"2024-05-24T13:39:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"docs: Add checklist item to all blocks example (#762)","shortMessageHtmlLink":"docs: Add checklist item to all blocks example (#762)"}},{"before":null,"after":"2fb7f1fb834c66504b91f49d46362608256995b5","ref":"refs/heads/check-list-docs","pushedAt":"2024-05-24T13:38:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Added check list block to example","shortMessageHtmlLink":"Added check list block to example"}},{"before":"fef58515843ff7b77d5d1037dd0e993803ba45b3","after":"0e77014ffd69a8736bce52fb73b796a75a7d46ce","ref":"refs/heads/releases","pushedAt":"2024-05-24T13:26:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"v0.13.4","shortMessageHtmlLink":"v0.13.4"}},{"before":"79d2dd25ee6c414d433673384f494573cf915469","after":"fef58515843ff7b77d5d1037dd0e993803ba45b3","ref":"refs/heads/releases","pushedAt":"2024-05-24T13:25:07.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Merge branch 'main' into releases","shortMessageHtmlLink":"Merge branch 'main' into releases"}},{"before":"e4234b09b207a787acb40dedee6ed89a8d769741","after":"7d3e9cf10a318d9edbb55b17e1b768673974809d","ref":"refs/heads/main","pushedAt":"2024-05-24T13:20:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Refactor/file blocks resolve url (#760)\n\n* resolveUrl approach for fileblocks\r\n\r\n* add image block resolve url\r\n\r\n* fix\r\n\r\n* Finished refactor\r\n\r\n* Update exports\r\n\r\n* Fixed default file panel placeholders\r\n\r\n* Updated core unit tests\r\n\r\n* Updated react unit tests\r\n\r\n* Fixed table handles default table block detection\r\n\r\n* Made tests wait for images to load\r\n\r\n---------\r\n\r\nCo-authored-by: Matthew Lipski ","shortMessageHtmlLink":"Refactor/file blocks resolve url (#760)"}},{"before":"906897cb38a03ab10e4b4cfcf62029eeb500a27f","after":"8dd798fcc1dfe121fd39775b22da475f57626875","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-24T12:08:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Made tests wait for images to load","shortMessageHtmlLink":"Made tests wait for images to load"}},{"before":"0fff823faa1171d523bd9759b2dced716f5bbb70","after":"e4234b09b207a787acb40dedee6ed89a8d769741","ref":"refs/heads/main","pushedAt":"2024-05-24T11:54:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"feat: Checkbox/TODO list item block (#729)\n\n* v0.12.0\r\n\r\n* v0.12.1\r\n\r\n* v0.12.2\r\n\r\n* v0.12.3\r\n\r\n* v0.12.4\r\n\r\n* v0.13.0\r\n\r\n* v0.13.1\r\n\r\n* Added check list default block\r\n\r\n* Implemented PR feedback\r\n\r\n* Updated screenshots\r\n\r\n* Fixed check list item HTML/Markdown conversion\r\n\r\n* Updated locales\r\n\r\n* Updated screenshots\r\n\r\n* Updated check list external HTML\r\n\r\n* Updated check list parse HTML\r\n\r\n* Made check list item not editable when the editor isn't\r\n\r\n* Fixes to check list item parsing, rendering, and exporting\r\n\r\n* Implemented PR feedback\r\n\r\n* Small fix\r\n\r\n---------\r\n\r\nCo-authored-by: yousefed ","shortMessageHtmlLink":"feat: Checkbox/TODO list item block (#729)"}},{"before":"c0e9965884ae43be4d94dd8eabd37f94a3c2d58a","after":"906897cb38a03ab10e4b4cfcf62029eeb500a27f","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-24T11:40:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Fixed table handles default table block detection","shortMessageHtmlLink":"Fixed table handles default table block detection"}},{"before":"b4a7458b2978272acf7a18d3159a45c7294a6dd7","after":"650c2ac952eb7b629f2bc872c94d03a4444a3693","ref":"refs/heads/check-list-block","pushedAt":"2024-05-24T10:52:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Small fix","shortMessageHtmlLink":"Small fix"}},{"before":"8ca5067f21a424f1a504c892f846cdde7ec1ae0d","after":"c0e9965884ae43be4d94dd8eabd37f94a3c2d58a","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-24T10:51:16.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Updated react unit tests","shortMessageHtmlLink":"Updated react unit tests"}},{"before":"3461908aee5b6ab59b3e6a0ac6d198d637aa3d4a","after":"8ca5067f21a424f1a504c892f846cdde7ec1ae0d","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-23T19:51:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Update exports","shortMessageHtmlLink":"Update exports"}},{"before":"84cc6d158898d7629ed74f61ed366213292c8afb","after":"3461908aee5b6ab59b3e6a0ac6d198d637aa3d4a","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-23T19:46:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Finished refactor","shortMessageHtmlLink":"Finished refactor"}},{"before":"82f458222f596dac671d7c5f9837d4d6e3c5fc7c","after":"b4a7458b2978272acf7a18d3159a45c7294a6dd7","ref":"refs/heads/check-list-block","pushedAt":"2024-05-23T12:10:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Implemented PR feedback","shortMessageHtmlLink":"Implemented PR feedback"}},{"before":"c5d403e02a61ff84ca1e3a5adbdaaeab38eb126c","after":"84cc6d158898d7629ed74f61ed366213292c8afb","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-23T11:58:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"YousefED","name":"Yousef","path":"/YousefED","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/368857?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"46adb5741bcfd563ad13398683321e0fc41ee785","after":"c5d403e02a61ff84ca1e3a5adbdaaeab38eb126c","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-23T11:39:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"YousefED","name":"Yousef","path":"/YousefED","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/368857?s=80&v=4"},"commit":{"message":"add image block resolve url","shortMessageHtmlLink":"add image block resolve url"}},{"before":"e97a02d5da97f0aa3f37019ec2d0411b4d66995d","after":"82f458222f596dac671d7c5f9837d4d6e3c5fc7c","ref":"refs/heads/check-list-block","pushedAt":"2024-05-22T18:26:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Fixes to check list item parsing, rendering, and exporting","shortMessageHtmlLink":"Fixes to check list item parsing, rendering, and exporting"}},{"before":"e6b8f01aa8af34e03c8a91aeab750dde5aee0112","after":"e97a02d5da97f0aa3f37019ec2d0411b4d66995d","ref":"refs/heads/check-list-block","pushedAt":"2024-05-22T14:59:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Updated check list parse HTML","shortMessageHtmlLink":"Updated check list parse HTML"}},{"before":"462feac1b71d5e1d12ebe3e1961f932a433b6f43","after":"e6b8f01aa8af34e03c8a91aeab750dde5aee0112","ref":"refs/heads/check-list-block","pushedAt":"2024-05-22T14:43:23.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Updated check list external HTML","shortMessageHtmlLink":"Updated check list external HTML"}},{"before":null,"after":"46adb5741bcfd563ad13398683321e0fc41ee785","ref":"refs/heads/refactor/file-blocks-resolveUrl","pushedAt":"2024-05-22T07:54:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"YousefED","name":"Yousef","path":"/YousefED","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/368857?s=80&v=4"},"commit":{"message":"resolveUrl approach for fileblocks","shortMessageHtmlLink":"resolveUrl approach for fileblocks"}},{"before":"88565cccc7a5cfc26164f9dd4a0c6b31a6991bcb","after":"0fff823faa1171d523bd9759b2dced716f5bbb70","ref":"refs/heads/main","pushedAt":"2024-05-21T20:49:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"v0.13.3","shortMessageHtmlLink":"v0.13.3"}},{"before":"638bab7b0227e2847fb8ad584040113e4c6ccf2c","after":"79d2dd25ee6c414d433673384f494573cf915469","ref":"refs/heads/releases","pushedAt":"2024-05-21T20:38:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"v0.13.3","shortMessageHtmlLink":"v0.13.3"}},{"before":"fe1c634f65b842d9adcd735cbf2b8cb0d659cf5b","after":"638bab7b0227e2847fb8ad584040113e4c6ccf2c","ref":"refs/heads/releases","pushedAt":"2024-05-21T20:32:27.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Merge branch 'main' into releases","shortMessageHtmlLink":"Merge branch 'main' into releases"}},{"before":"78864ee4bcc885dd363532bbfc8c5471c8ba1cb8","after":"88565cccc7a5cfc26164f9dd4a0c6b31a6991bcb","ref":"refs/heads/main","pushedAt":"2024-05-21T20:31:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"feat: File blocks (#731)\n\n* WIP file blocks\r\n\r\n* Refactored API for extending file block previews\r\n\r\n* Added `parse`/`toExternalHTML` to vanilla file block API\r\n\r\n* Added `parse`/`toExternalHTML` to React file block API\r\n\r\n* Fixed issues from merge\r\n\r\n* Added audio/video file extensions, file UI buttons, and code improvements\r\n\r\n* wip\r\n\r\n* update formatting toolbar buttons\r\n\r\n* Added `parse` & `toExternalHTML`\r\n\r\n* Moved `parse` & `toExternalHTML` for file block\r\n\r\n* wip\r\n\r\n* Finished core refactor\r\n\r\n* Refactored react package\r\n\r\n* small improvements\r\n\r\n* Updated CSS\r\n\r\n* fix build\r\n\r\n* Updated examples\r\n\r\n* Implemented PR feedback\r\n\r\n* Implemented PR feedback\r\n\r\n* Fixed issues with `toExternalHTML`\r\n\r\n* Updated core unit tests\r\n\r\n* Updated React unit tests\r\n\r\n* Fixed build\r\n\r\n* small fixes\r\n\r\n* fix build\r\n\r\n* Updated PW tests\r\n\r\n* Fixed PW tests\r\n\r\n* small cleanup\r\n\r\n* small fixes + add accept for file uploads\r\n\r\n* Small fix to buttons & PDF example\r\n\r\n* fix dictionary\r\n\r\n* Updated locales\r\n\r\n* Updated test screenshots\r\n\r\n* Reverted test editor changes\r\n\r\n* Updated snapshots\r\n\r\n* Updated snapshots\r\n\r\n* Changed how focus is set in toolbar buttons\r\n\r\n* tmp fix for resetting fileId\r\n\r\n* Simplified React unit tests\r\n\r\n* Small CSS fix\r\n\r\n* Removed text alignment from default file block\r\n\r\n* Updated unit test snapshots\r\n\r\n* Updated PW tests\r\n\r\n---------\r\n\r\nCo-authored-by: yousefed ","shortMessageHtmlLink":"feat: File blocks (#731)"}},{"before":"8d51664ef893d992fea66b1987c2a2f37c267b17","after":"7b93d7026f49280a8f5f31e63a7db8dcc839633d","ref":"refs/heads/file-blocks","pushedAt":"2024-05-21T20:20:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Updated PW tests","shortMessageHtmlLink":"Updated PW tests"}},{"before":"29270d362ffb042cc57e7e665b39a7b154bb2a04","after":"8d51664ef893d992fea66b1987c2a2f37c267b17","ref":"refs/heads/file-blocks","pushedAt":"2024-05-21T19:48:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Updated unit test snapshots","shortMessageHtmlLink":"Updated unit test snapshots"}},{"before":"b8d8a29a5d21d4dd066a8038c584b452c397abff","after":"29270d362ffb042cc57e7e665b39a7b154bb2a04","ref":"refs/heads/file-blocks","pushedAt":"2024-05-21T19:22:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Removed text alignment from default file block","shortMessageHtmlLink":"Removed text alignment from default file block"}},{"before":"5bcfadf92f6a5686866c7dc394a10398266bcfcd","after":"b8d8a29a5d21d4dd066a8038c584b452c397abff","ref":"refs/heads/file-blocks","pushedAt":"2024-05-21T19:22:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Small CSS fix","shortMessageHtmlLink":"Small CSS fix"}},{"before":"52f73106f5848b6fded37499a6c99e42c32d3d6d","after":"5bcfadf92f6a5686866c7dc394a10398266bcfcd","ref":"refs/heads/file-blocks","pushedAt":"2024-05-21T16:09:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"matthewlipski","name":"Matthew Lipski","path":"/matthewlipski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50169049?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/file-blocks' into file-blocks","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/file-blocks' into file-blocks"}},{"before":"57c04666d5d8246330e64e1925f04c5c3b90b9e0","after":"52f73106f5848b6fded37499a6c99e42c32d3d6d","ref":"refs/heads/file-blocks","pushedAt":"2024-05-21T16:00:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"YousefED","name":"Yousef","path":"/YousefED","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/368857?s=80&v=4"},"commit":{"message":"Merge branch 'file-blocks' of github.com:TypeCellOS/BlockNote into file-blocks","shortMessageHtmlLink":"Merge branch 'file-blocks' of github.com:TypeCellOS/BlockNote into fi…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUxWtVwA","startCursor":null,"endCursor":null}},"title":"Activity · TypeCellOS/BlockNote"}