enhance: property keyboard navigation by tiensonqin · Pull Request #11825 · logseq/logseq
bot
added
the
:type/enhancement
label
Apr 18, 2025markdown + opml exports had zipped files several directories deep because they used the full path of the graph
Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance.
Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code
tiensonqin
changed the title
[WIP] enhance: property keyboard navigation
enhance: property keyboard navigation
tiensonqin
deleted the
enhance/property-keyboard-navigation
branch
tiensonqin added a commit that referenced this pull request
Apr 21, 2025RCmerci added a commit that referenced this pull request
Apr 22, 2025commit be66b5e Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 09:56:45 2025 +0800 chore: bump datascript commit 6788818 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 23:22:48 2025 +0800 enhance: property keyboard navigation (#11825) Keyboard enhancements: 1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted 2. Backspace/Delete to delete a property value and move it to the nearest property or block above 3. Enter/Space to open datetime and select type property value commit 727391f Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 18:01:05 2025 +0800 fix: don't show breadcrumb for pages when tagging commit 615e2a3 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 17:55:51 2025 +0800 enhance(ux): display existing choices when choosing node property commit 30d2303 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 23:21:50 2025 +0800 perf: skip db persistent for previous actions in pipeline commit 0df1208 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit 7d436cf Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit 878331c Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit 2a8461b Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commit f843df9 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit 6042c8b Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commit c9177ab Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commit b7c45f8 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit 46bdd1a Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commit abf90fb Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance. commit aa45b3f Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit 63403bd Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from #11774 Previous commit fixed these issues commit 4ad4944 Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
RCmerci added a commit that referenced this pull request
Apr 22, 2025commit 18c0762 Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 16:29:27 2025 +0800 chore: bump datascript commit be66b5e Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 09:56:45 2025 +0800 chore: bump datascript commit 6788818 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 23:22:48 2025 +0800 enhance: property keyboard navigation (#11825) Keyboard enhancements: 1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted 2. Backspace/Delete to delete a property value and move it to the nearest property or block above 3. Enter/Space to open datetime and select type property value commit 727391f Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 18:01:05 2025 +0800 fix: don't show breadcrumb for pages when tagging commit 615e2a3 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 17:55:51 2025 +0800 enhance(ux): display existing choices when choosing node property commit 30d2303 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 23:21:50 2025 +0800 perf: skip db persistent for previous actions in pipeline commit 0df1208 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit 7d436cf Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit 878331c Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit 2a8461b Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commit f843df9 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit 6042c8b Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commit c9177ab Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commit b7c45f8 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit 46bdd1a Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commit abf90fb Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance. commit aa45b3f Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit 63403bd Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from #11774 Previous commit fixed these issues commit 4ad4944 Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
lhewett946 pushed a commit to lhewett946/logseq that referenced this pull request
Apr 25, 2025commit be66b5e Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 09:56:45 2025 +0800 chore: bump datascript commit 6788818 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 23:22:48 2025 +0800 enhance: property keyboard navigation (logseq#11825) Keyboard enhancements: 1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted 2. Backspace/Delete to delete a property value and move it to the nearest property or block above 3. Enter/Space to open datetime and select type property value commit 727391f Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 18:01:05 2025 +0800 fix: don't show breadcrumb for pages when tagging commit 615e2a3 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 17:55:51 2025 +0800 enhance(ux): display existing choices when choosing node property commit 30d2303 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 23:21:50 2025 +0800 perf: skip db persistent for previous actions in pipeline commit 0df1208 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit 7d436cf Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit 878331c Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit 2a8461b Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commit f843df9 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit 6042c8b Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commit c9177ab Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commit b7c45f8 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit 46bdd1a Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commit abf90fb Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance. commit aa45b3f Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit 63403bd Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from logseq#11774 Previous commit fixed these issues commit 4ad4944 Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
lhewett946 pushed a commit to lhewett946/logseq that referenced this pull request
Apr 25, 2025commit 18c0762 Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 16:29:27 2025 +0800 chore: bump datascript commit be66b5e Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 09:56:45 2025 +0800 chore: bump datascript commit 6788818 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 23:22:48 2025 +0800 enhance: property keyboard navigation (logseq#11825) Keyboard enhancements: 1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted 2. Backspace/Delete to delete a property value and move it to the nearest property or block above 3. Enter/Space to open datetime and select type property value commit 727391f Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 18:01:05 2025 +0800 fix: don't show breadcrumb for pages when tagging commit 615e2a3 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 17:55:51 2025 +0800 enhance(ux): display existing choices when choosing node property commit 30d2303 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 23:21:50 2025 +0800 perf: skip db persistent for previous actions in pipeline commit 0df1208 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit 7d436cf Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit 878331c Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit 2a8461b Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commit f843df9 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit 6042c8b Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commit c9177ab Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commit b7c45f8 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit 46bdd1a Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commit abf90fb Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance. commit aa45b3f Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit 63403bd Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from logseq#11774 Previous commit fixed these issues commit 4ad4944 Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
lhewett946 pushed a commit to lhewett946/logseq that referenced this pull request
Apr 26, 2025commit be66b5e Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 09:56:45 2025 +0800 chore: bump datascript commit 6788818 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 23:22:48 2025 +0800 enhance: property keyboard navigation (logseq#11825) Keyboard enhancements: 1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted 2. Backspace/Delete to delete a property value and move it to the nearest property or block above 3. Enter/Space to open datetime and select type property value commit 727391f Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 18:01:05 2025 +0800 fix: don't show breadcrumb for pages when tagging commit 615e2a3 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 17:55:51 2025 +0800 enhance(ux): display existing choices when choosing node property commit 30d2303 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 23:21:50 2025 +0800 perf: skip db persistent for previous actions in pipeline commit 0df1208 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit 7d436cf Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit 878331c Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit 2a8461b Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commit f843df9 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit 6042c8b Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commit c9177ab Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commit b7c45f8 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit 46bdd1a Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commit abf90fb Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance. commit aa45b3f Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit 63403bd Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from logseq#11774 Previous commit fixed these issues commit 4ad4944 Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
lhewett946 pushed a commit to lhewett946/logseq that referenced this pull request
Apr 26, 2025commit 18c0762 Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 16:29:27 2025 +0800 chore: bump datascript commit be66b5e Author: Tienson Qin <tiensonqin@gmail.com> Date: Tue Apr 22 09:56:45 2025 +0800 chore: bump datascript commit 6788818 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 23:22:48 2025 +0800 enhance: property keyboard navigation (logseq#11825) Keyboard enhancements: 1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted 2. Backspace/Delete to delete a property value and move it to the nearest property or block above 3. Enter/Space to open datetime and select type property value commit 727391f Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 18:01:05 2025 +0800 fix: don't show breadcrumb for pages when tagging commit 615e2a3 Author: Tienson Qin <tiensonqin@gmail.com> Date: Mon Apr 21 17:55:51 2025 +0800 enhance(ux): display existing choices when choosing node property commit 30d2303 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 23:21:50 2025 +0800 perf: skip db persistent for previous actions in pipeline commit 0df1208 Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit 7d436cf Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit 878331c Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit 2a8461b Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commit f843df9 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit 6042c8b Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commit c9177ab Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commit b7c45f8 Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit 46bdd1a Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commit abf90fb Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix logseq/db-test#237 This commit also updates custom queries to only fetch :db/id to improve performance. commit aa45b3f Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit 63403bd Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from logseq#11774 Previous commit fixed these issues commit 4ad4944 Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters