Commit graph

  • 361c5fc7a8
    Merge f21262f5fb into 38b220c9f8 Bearsaerker 2026-06-25 15:13:14 +0000
  • f21262f5fb feat: add keyboard navigation and copy link to block for sidebar pinned cards luis 2026-06-25 17:12:57 +0200
  • 3271d5e18e fix: preserve paragraph breaks in card content luis 2026-05-14 21:33:53 +0200
  • b5caed4b76 fix: restore pinned nodes when file reload clears them luis 2026-05-05 13:10:50 +0200
  • df8e5ccc6e fix: make left sidebar visibility per-view instead of global luis 2026-05-04 23:19:17 +0200
  • fb4c28c457 fix: preserve pinned sections when editing file outside lineage view luis 2026-05-04 23:03:00 +0200
  • ece8d82771 fix: sidebar context menu used wrong active node luis 2026-05-04 00:52:02 +0200
  • 91d20e205b fix: category assignment uses stale closure value luis 2026-05-04 00:48:28 +0200
  • 32b7116b3d fix: category deletion and add right-click menu to filter dropdown luis 2026-05-04 00:08:27 +0200
  • 6345d6e030 feat: add delete category option to context menu luis 2026-05-03 23:56:22 +0200
  • cd425c3567 feat: add category filtering for pinned sidebar cards luis 2026-05-03 23:42:39 +0200
  • acbd4cdfcc Add *.md to .gitignore and update view.ts luis 2026-05-03 19:26:58 +0200
  • f92ffbc566 feat: search highlight optimization, mindmap view, vertical toolbar, settings updates luis 2026-04-30 14:28:30 +0200
  • c933668c17 feat: add external highlight registry for plugin integration luis 2026-04-29 13:02:47 +0200
  • c0c76c31bf feat: add search highlighting and improve block link navigation luis 2026-04-29 12:27:24 +0200
  • 8652033421
    Update README.md Bearsaerker 2026-04-24 18:10:54 +0200
  • 12fd849182 fix: global block link navigation in lineage view luis 2026-04-23 18:38:16 +0200
  • a67bf173b4
    Merge 348e51c400 into 38b220c9f8 JamesO2 2025-12-11 19:46:33 +0000
  • 348e51c400 tweak: added generic has-tag JamesO2 2025-12-11 13:45:41 -0600
  • a90a51d95a feat: tags as classes from cards JamesO2 2025-12-11 12:08:53 -0600
  • 6f395ca9c4 feat: allow lineage to use cssclasses frontmatter property JamesO2 2025-12-11 11:56:09 -0600
  • 8740079906 chore: update packages for obsidian plugin JamesO2 2025-12-11 10:30:21 -0600
  • 9e6e124b26
    refactor: rename lib/formats folder lineage-tree ycnmhd 2025-11-07 18:12:53 +0100
  • 6d1f3398ee
    refactor(tree-format): update how nodes are received ycnmhd 2025-11-04 23:00:50 +0100
  • 85d2541d20
    enhance(tree-format): adjust node and view context menus ycnmhd 2025-11-01 18:07:45 +0100
  • 429d375e12
    enhance(tree-format): open associated file when section number is clicked ycnmhd 2025-11-01 16:27:18 +0100
  • fe5a25b209
    fix: .tree file looses focus after saving ycnmhd 2025-11-01 13:59:02 +0100
  • 40be38c601
    enhance: add support for node ctime ycnmhd 2025-11-01 13:27:30 +0100
  • 22d275fa56
    enhance: improve compatibility with lineage-tree ycnmhd 2025-10-27 19:35:10 +0100
  • 38b220c9f8
    fix: view fails to load in obsidian 1.9.10 master 0.8.5 ycnmhd 2025-08-19 00:20:34 +0100
  • 53d916c445
    Merge pull request #94 from ycnmhd/next 0.8.4 ycnmhd 2025-04-18 15:11:18 +0100
  • eb8eb0472e
    tweak(search): switch back to fuse.js next ycnmhd 2025-04-16 20:16:35 +0100
  • 98bd89c237
    tweak(settings): disable maintain-editing-mode by default ycnmhd 2025-04-16 19:46:47 +0100
  • 6ac8dfee79
    tweak: reverse zoom options order ycnmhd 2025-04-16 19:46:47 +0100
  • 98c8769938
    fix(html-format): span position is off in preview mode ycnmhd 2025-04-13 19:48:14 +0100
  • f64abf8275
    fix(html-format): collapsed span breaks block embed ycnmhd 2025-04-12 13:15:18 +0100
  • f6c1991e9f
    tweak: remove paste from multi-node cm ycnmhd 2025-04-10 22:03:11 +0100
  • dc5082609f
    enhance: hide mouse cursor after a timeout ycnmhd 2025-04-10 21:58:45 +0100
  • 24227fddb5
    fix(zoom): fit-branch includes sidebar cards in measurements ycnmhd 2025-04-10 21:47:12 +0100
  • c3b5cbcb55
    refactor: simplify get-document-format ycnmhd 2025-04-10 21:35:53 +0100
  • a012f2785c
    fix: load-file is always dispatched on view mount ycnmhd 2025-04-10 21:17:36 +0100
  • f9166ec535
    refactor: use a map for get-view-event-type ycnmhd 2025-04-10 20:58:02 +0100
  • e926b1fecd
    refactor: rename store action types ycnmhd 2025-04-10 20:34:22 +0100
  • 5ffd4f7682
    refactor: move update-active-view-of-document to view.on-unload ycnmhd 2025-04-09 21:34:30 +0100
  • 28b403cabc
    fix: regression; active node not set on view mount ycnmhd 2025-04-09 21:18:42 +0100
  • 520eb45290
    fix: cut search results uses the main active node ycnmhd 2025-04-09 21:12:27 +0100
  • 3561d3327c
    refactor(documents-store): rename to plugin store ycnmhd 2025-04-09 21:05:48 +0100
  • 9a1cb2dde0
    fix: inactive view reloads document for active view ycnmhd 2025-04-09 19:32:18 +0100
  • 89b4121c66
    test: update e2e tests ycnmhd 2025-04-08 21:47:20 +0100
  • 8ddf8c563a
    tweak(hotkeys): use mod+z to undo ycnmhd 2025-04-08 20:48:59 +0100
  • 9dee3fdda4
    fix(minimap): space after tag should reset element type ycnmhd 2025-04-08 20:22:34 +0100
  • 3ae909befc
    fix: rapid move-node operations can cause view.save race condition ycnmhd 2025-04-08 20:07:59 +0100
  • a7cc2b0782
    refactor: simplify view.loadDocument ycnmhd 2025-04-08 19:41:06 +0100
  • 5b361162da
    enhance: clear undoable zoom value after a timeout ycnmhd 2025-04-05 22:43:02 +0100
  • 61c3170941
    enhance(view-cm): add eject document action ycnmhd 2025-04-05 22:35:37 +0100
  • e2f5ff6057
    tweak(lang): replace 'card' with 'section' ycnmhd 2025-04-05 22:12:53 +0100
  • ba20899d31
    refactor(card-cm): split context menu to single and multi-node ycnmhd 2025-04-05 20:54:31 +0100
  • df4024df36
    enhance(card-cm): replace export column with export selection ycnmhd 2025-04-05 19:45:36 +0100
  • ffc10ae399
    fix(settings): modal height changes based on active tab ycnmhd 2025-04-05 19:32:04 +0100
  • 774087203f
    fix(links): heading links not handled correctly ycnmhd 2025-04-05 19:09:00 +0100
  • 74aae3aeae
    feat(search): cut/copy search results ycnmhd 2025-04-05 18:48:16 +0100
  • 724b9eca74
    enhance(search): replace fuse with obsidian search ycnmhd 2025-04-05 15:07:21 +0100
  • 4fed86d667
    enhance(settings): add vertical tabs ycnmhd 2025-04-05 14:10:32 +0100
  • b7278b4916
    enhance: link pane type setting ycnmhd 2025-04-05 11:12:48 +0100
  • c0220a02d2
    tweak(rules): use bg style by default ycnmhd 2025-04-05 10:32:57 +0100
  • 6e979a757e
    enhance(rules): add the ability to duplicate rules ycnmhd 2025-04-05 10:17:28 +0100
  • dab6332284
    fix(html-format): collapsed span breaks obsidian parser ycnmhd 2025-04-04 21:39:16 +0100
  • a53e32eac5
    tweak(breadcrumbs): adjust position ycnmhd 2025-04-04 20:14:18 +0100
  • 93be13844c
    fix(ribbon): toggling a pinned view creates a new empty leaf ycnmhd 2025-04-04 20:52:45 +0100
  • d1b62a8a5e
    fix(minimap): offset not updated after document height change ycnmhd 2025-04-04 20:39:24 +0100
  • 023041355b
    fix(cards): left bridge hides search border ycnmhd 2025-04-04 20:32:00 +0100
  • 8eea911eba
    fix(hotkeys): can't search and delete using alt modifier ycnmhd 2025-04-04 20:24:30 +0100
  • 5411302e0c
    fix(sort): numeric lists not sorted correctly ycnmhd 2025-04-04 20:12:03 +0100
  • f51e23a1a0
    refactor(minimap): move scrollposition calculation to store reducer ycnmhd 2025-04-04 19:54:46 +0100
  • c4eed02f1b
    enhance(hotkeys): add select-all-nodes hotkey ycnmhd 2025-03-31 21:14:50 +0100
  • 1d89929b2e
    tweak: move document history buttons to top left corner ycnmhd 2025-03-31 20:18:54 +0100
  • 15ca5b85c4
    tweak(zoom): remove zoom controls toggle ycnmhd 2025-03-31 19:35:14 +0100
  • 957f0deb2c
    enhance(zoom): move zoom buttons to the bottom right corner ycnmhd 2025-03-30 18:26:42 +0100
  • b9a378a0b2
    fix(dnd): dropping externel text while editing duplicates the text ycnmhd 2025-03-30 16:42:35 +0100
  • f0ab8950e6
    enhance: headings-font-size setting ycnmhd 2025-03-30 16:35:06 +0100
  • 5d60b22680
    enhance: allow deleting/cutting last node ycnmhd 2025-03-30 15:44:11 +0100
  • e69121a32f
    enhance(cm): add sort-child-cards action ycnmhd 2025-03-30 14:58:14 +0100
  • 894a0a6e8e
    tweak: remove feedback notices ycnmhd 2025-03-30 12:38:37 +0100
  • 90a340cf0f
    fix(align-branch): sidebar node triggers reveal-node-vertically ycnmhd 2025-03-30 12:26:47 +0100
  • 5f1be40469
    tweak(align-branch): align parent with active-node on view resize ycnmhd 2025-03-30 12:14:33 +0100
  • 267e79445f
    tweak(hotkeys): re-order escape key targets ycnmhd 2025-03-30 11:58:11 +0100
  • 0238aa62a6
    fix(hotkeys): create-node-after-parent places the node at the end of the group ycnmhd 2025-03-30 11:54:24 +0100
  • a099cb68bd
    fix(style-rules): tab icon color is always light ycnmhd 2025-03-29 23:24:15 +0100
  • 52708e745a
    fix(style-rules): style div hides dnd box-shadow ycnmhd 2025-03-29 23:12:48 +0100
  • 9f981e84a3
    enhance(style-rules): global rules ycnmhd 2025-03-29 22:58:41 +0100
  • b9fb751e32
    enhance(style-rules): add self-or-* targets ycnmhd 2025-03-29 20:14:29 +0100
  • a0292876db
    fix(zoom): vim workaround affects sidebar nodes ycnmhd 2025-03-29 18:57:30 +0100
  • 95138db967
    tweak: save sidebar node on container click ycnmhd 2025-03-29 18:51:00 +0100
  • 1960b7c9cf
    fix(minimap): heading wikilink not parsed correctly ycnmhd 2025-03-29 18:36:32 +0100
  • c559b319ac
    fix: block links and heading links don't work as expected ycnmhd 2025-03-29 18:11:15 +0100
  • 4019dad95d
    fix: pasted nodes are selected in reverse ycnmhd 2025-03-29 16:44:07 +0100
  • 2264b064ff
    fix(minimap): element at the end of a highlight makes it open ended ycnmhd 2025-03-29 16:35:58 +0100
  • bbc15f1fe0
    fix(minimap): minimap scrolls to the bottom on mount ycnmhd 2025-03-29 03:40:38 +0100
  • 7020069caf
    fix(minimap): single char elements break other elements ycnmhd 2025-03-29 01:09:17 +0100
  • e342698422
    tweak: remove has-children indicator ycnmhd 2025-03-28 17:24:09 +0100