Skip to content

Latest commit

 

History

History
1777 lines (820 loc) · 87.6 KB

CHANGELOG.md

File metadata and controls

1777 lines (820 loc) · 87.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.50.0 (2022-01-31)

Features

  • FolderNote: ✨ BC-folder-note-subfolders links to notes in subfolders of the current note using the given field (41d6ee5)

2.49.0 (2022-01-29)

Features

  • DateNotes: ✨ Date notes! Enable the setting for Breadcrumbs to link your daily notes together (17a02a0)

2.48.0 (2022-01-29)

Features

  • Now adds Breadcrumbs edges to Juggl (c1101d6)

2.47.0 (2022-01-29)

Features

  • DataviewNotes: ✨ Dataview Notes! Use BC-dataview-note: query to run any valid Dataview from-query and add Breadcrumbs to all matching notes (bc2681a)
  • Hierarchy Note: ✨ Point to a folder full of hierarchy notes by ending the folder name with / (fix #138) (49fa7ab)

Bug Fixes

  • 🐛 Checks for new note (63f062e)

2.46.0 (2022-01-29)

Features

2.45.1 (2022-01-29)

Bug Fixes

  • List/Matrix View: 🐛 Sort by lowerCase (fix #294) (728929e)

2.45.0 (2022-01-29)

Features

  • ✨ Field suggestor now inserts different keys depending on if your cursor is in yaml or not (inline dataview) (957ebe4)
  • ✨ Relation suggestor also detects if your cursor is insideYaml or not (4d62eef)

Bug Fixes

  • 🐛 So many functions that are meant to be awaited (fc2e99d)
  • LimitTrailFields: 🐛 New fields were being limited by default (2de4170)

2.44.3 (2022-01-28)

Bug Fixes

  • Threading: 🐛 Disallow illegal filename characters in threadingTemplate (fix #288) (b08073b)

2.44.2 (2022-01-27)

2.44.1 (2022-01-26)

Bug Fixes

  • Codeblock: 🐛 Title field error message triggered in the wrong cases (6b9dd1c)

2.44.0 (2022-01-23)

Features

  • Juggl view now uses custom hierarchy visualization (578df1b)
  • Layout type selector for Juggl view (4f40700)

Bug Fixes

  • Juggl doesnt render correctly for notes with - in the name (2024886)

2.43.0 (2022-01-23)

Features

  • ✨ Relation Suggestor with custom trigger (#286) (d7ffaf2)

2.42.1 (2022-01-23)

2.42.0 (2022-01-23)

Features

  • Depth configuration in Juggl view (37ccf4f)
  • Expand nodes in the BC Juggl view graph (d6b4fe3)

2.41.2 (2022-01-23)

Bug Fixes

  • WriteBCToFile: 🐛 Use yaml lib (5371b8d)

2.41.1 (2022-01-21)

Bug Fixes

  • List/Matrix View: 🐛 Look for aliases in dv fields, too (fix #256) (baf99aa)

2.41.0 (2022-01-21)

Features

  • List/Matrix View: ✨ Hide directions from the matrix view using the Directions Order setting (cede96a)

2.40.4 (2022-01-21)

Bug Fixes

  • Path View: 🐛 Remember to getOppFallback when limiting trail sub (5f5e345)

2.40.3 (2022-01-21)

Bug Fixes

  • 🐛 return undefined if a corresponding dir opr hier can't be found for a field (013e161)

2.40.2 (2022-01-21)

Bug Fixes

  • impliedRelations: 🐛 A fallback field already is the opp field (a584da5)
  • impliedRelations: 🐛 GetOppFallback if needed inside reflexiveClosure (0ee790f)

2.40.1 (2022-01-19)

Bug Fixes

  • impliedRelations: 🐛 Default settings should be the same as current BC behaviour (6fe275a)

2.40.0 (2022-01-19)

Features

  • impliedRelations: ✨ Multiple new implied relationship types, each with their own toggle (43260b3)

Bug Fixes

  • Trail view in lp doesn't scroll with element, simpler solution (2cb4378)

2.39.3 (2022-01-16)

2.39.2 (2022-01-16)

2.39.1 (2022-01-16)

Bug Fixes

2.39.0 (2022-01-16)

Features

  • Juggl view into source node after layout is finished (5059693)
  • Switch between up and down graph in juggl view (748f433)

Bug Fixes

  • Down viz doesn't work if other trail views are active (fe9505a)
  • Juggl codeblocks (9ff3c53)
  • Switching to preview mode doesn't update trail (3245a55)
  • Syntax error oop (afb0df6)
  • Trail view in live preview doesn't scroll with the content (52d2218)

2.38.1 (2022-01-16)

2.38.0 (2022-01-16)

Features

  • List/Matrix View: ✨ Hook closedG into m/l view (new relation types!). The new types are added as a class to the li (4572689)

2.37.0 (2022-01-16)

Features

  • DendronNote: ✨ Add BC-ignore-dendron: true to not treat a dendron note as such (Fix #277) (f75653d)

Bug Fixes

  • FolderNote: 🐛 Point of to parentFolder, not previousFolder (1b9b522)

2.36.1 (2022-01-15)

Bug Fixes

  • Only adds trails a single time (4aeb3df)

2.36.0 (2022-01-15)

Features

  • FolderNote:BC-folder-note-recursive: true traverses the folder structure, adding nodes along the way (d1c3584)

2.35.0 (2022-01-14)

Features

  • Better default values, allow customizing juggl through code block (5c4b876)
  • Improved some constants, depth 0 for juggl (90408d0)
  • Initial work on juggl code blocks (e92021d)
  • Juggl view showing hierarchy on top of note (a5ebd95)
  • Juggl visualization now supports all BC hierarchy options (d62b915)

2.34.0 (2022-01-12)

Features

  • Better default values, allow customizing juggl through code block (5c4b876)
  • Initial work on juggl code blocks (e92021d)

2.33.0 (2022-01-11)

Features

  • Codeblock:implied: false to only use real relationships in the specified direction (a1bee7a)

2.32.1 (2022-01-11)

Bug Fixes

  • Codeblock: 🐛 Copilot isn't always right. Use indent to calculate nodeDepth (8d722ee)

2.32.0 (2022-01-11)

Features

  • Codeblock:from: "folder" or -#tag lets you filter the results by folders or tags (Using Dataview api) (0a70d6c)

2.31.4 (2022-01-11)

Bug Fixes

  • Codeblock: 🐛 Minimum depth is 1 (Fix #267) (589d8c5)

2.31.3 (2022-01-11)

Bug Fixes

  • Codeblock: 🐛 Check if f is undefined first (fix #265) (d530454)

2.31.2 (2022-01-11)

Bug Fixes

  • Codeblock: 🐛 Refresh codeblocks after initialising index (c150cb9)
  • TreeView: 🐛 Fail silently if mainG is not ready yet (a2b19a1)

2.31.1 (2022-01-10)

Bug Fixes

  • TagNote: 🐛 Null-check on tags coming in (6da0b7e)

2.31.0 (2022-01-10)

Features

  • List/Matrix View: ✨ Option to sort by note name, but show it's alias. Default is to sort by alias if one is found (fix #255) (bb25b48)

Bug Fixes

  • Codeblock: 🐛 Safety on field in codeblockError (6a3d42f)

2.30.0 (2022-01-10)

Features

  • Codeblock: ✨ BREAKING: default depth syntax now sets the MIN value. Use depth: 1-3 to specify a range. (04d2a10)

2.29.0 (2022-01-10)

Features

  • Codeblock: ✨ BREAKING: default depth syntax now sets the MAX value. Use depth: 1-3 to specify a range. (55f7cb9)

2.28.1 (2022-01-09)

Bug Fixes

  • Path View: 🐛 Show aliases in Path/Grid view, too (fix #212) (55a6f60)

2.28.0 (2022-01-09)

Features

  • FolderNote:BC-folder-note-subfolders: true takes notes in subfolders of the folderNote and adds those notes, too (#218) (0d839ac)

2.27.2 (2022-01-09)

2.27.1 (2022-01-09)

2.27.0 (2022-01-09)

Features

  • DownView: ✨ Expand Down View to allow any direction (c48551f)
  • List/Matrix View: ✨ Option to only show the first alias (Fix #237) (aa0be01)

2.26.0 (2022-01-08)

Features

  • Codeblock:content: open or content: closed to show content of each note (6a350fc)

2.25.0 (2022-01-08)

Features

  • Codeblock: ✨ Use content: true to show dropdowns with the note content inside (95bb202)

2.24.0 (2022-01-08)

Features

  • Codeblock:flat: true will flatten the results (a65d0a2)
  • Codeblock: ✨ Limit depth on type: tree (144a33c)
  • List/Matrix View: 💄 Add BC-active-note class to current note (Fix #245) (83f8b55)

2.23.0 (2022-01-08)

Features

  • Codeblock: ✨ Breadcrumbs codeblocks!! (678b9c3)

2.22.3 (2022-01-08)

Bug Fixes

  • TagNote: 🐛 Allow non-conventional tag syntax (075b935)

2.22.2 (2022-01-08)

Bug Fixes

  • TagNote: 🐛 Add allTags differently (38b8569)

2.22.1 (2022-01-07)

Bug Fixes

  • TraverseNote: 🐛 Check if copy.hasEdge(cycle) before trying to dropEdge (49ca521)

2.22.0 (2022-01-07)

Features

  • NamingNotes: 🚧 Progress (342d747)

Bug Fixes

  • TagNote: 🐛 Add # in fewer cases (261f001)
  • TagNote: 🐛 Trim tag in fewer cases (d20819e)

2.21.0 (2022-01-06)

Features

  • RegexNote: ✨ BC-regex-note! All note names that match the regex will be added (5e3cea2)

Bug Fixes

  • 🐛 Load settings much sooner (d62c0ce)
  • TagNote: 🐛 Allow blank default tagNoteFiled (9a522a5)

2.20.0 (2022-01-03)

Features

  • List/Matrix View: ✨ Option to hide implied relations (fix #226) (5e1e435)

2.19.1 (2022-01-03)

Bug Fixes

  • WriteBCToFile: 🐛 Fix write BCs to ALL files command (fix #217) (426a76e)

2.19.0 (2022-01-03)

Features

  • TagNote: ✨ BC-tag-note-exact will only include notes with exactly that tag (fix #236) (efd111a)
  • TagNote: ✨ Choose a default tag-note-field (b647507)

2.18.0 (2022-01-03)

Features

  • Threading: ✨ Choose a template to run for each direction (f46dba1)
  • Threading: ✨ Focus note name inputEl if no name template has been chosen (5a9ed54)

Bug Fixes

  • Threading: 🐛 Increment duplicate note names was not slicing enough off the name each time (b0b56da)

2.17.2 (2022-01-03)

2.17.1 (2022-01-03)

2.17.0 (2022-01-02)

Features

  • Threading: ✨ Custom date format in threading template (df0b7eb)
  • Threading: ✨ Move cursor to end of line in new note (#229) (8e38bbf)

2.16.1 (2022-01-02)

Bug Fixes

  • CreateIndex: 🐛 Sinks are nodes with no outgoing ups (fix #231) (771a42a)

2.16.0 (2022-01-02)

Features

  • Threading: ✨ Option for customisable template for new note (c893b81)
  • Threading: ✨ Option to thread into new pane or current pane (625aa6e)

Bug Fixes

  • Threading: 🐛 Add incrementing i to new notes (fix #228) (4c90c96)

2.15.0 (2022-01-01)

Features

  • List/Matrix View: ✨ Option to change the order of the directions for each hierarchy (fix #224) (ca3c35b)

2.14.0 (2021-12-29)

Features

  • Threading: ✨ Commands to create a new from the current note (fix #221) (ee76b56)

2.13.0 (2021-12-29)

Features

  • Path View: ✨ Show "Index Note" instead of noPathFoundMessage when active note is an indexNote (fix #220) (40b2ceb)

Bug Fixes

  • List/Matrix View: 🐛 Properly unload view when loggling Right/Leaf setting (05a7325)
  • List/Matrix View: 🐛 Show aria-label on opposite side that leaf is open (fix #225) (76bbda8)
  • TagNote: 🐛 Tags notes are case insensitive, and work with string[] or string (fix #219) (bb92c08)
  • WriteBCToFile: 🐛 Use fallback field if needed (8a53195)

2.12.1 (2021-12-16)

Bug Fixes

  • 🐛 Non-node proxy checking (d9fc78c)

2.12.0 (2021-12-16)

Features

  • ✨ Button to select All/None for all checkbox settings (c495bc1)

Bug Fixes

  • fs is no longer needed (17218c9)

2.11.0 (2021-12-16)

Features

  • ✨ Option to limit which fields are used in Jump to first <direction> command (fix #204) (eeb470c)

2.10.1 (2021-12-16)

Bug Fixes

  • 🐛 Safety checks for new notes and no markdownView (452a54b)

2.10.0 (2021-12-16)

Features

  • DendronNote: ✨ Option to display trimmed dendron note (16defd6)
  • List/Matrix View: ✨ Button to toggle alphabetical sorting direction (Updates the corresponding setting) (Fix #208) (2d164c1)

Bug Fixes

  • Hierarchy Note: 🐛 Don't merge all HNs, rather do one at a time (Fix #216) (b3bba6d)
  • List/Matrix View: 🐛 Break when an altField is found (4c45603)
  • List/Matrix View: 🐛 Sort by altField first, then regular note name (Fix #206) (5914cfb)

2.9.2 (2021-12-14)

Bug Fixes

  • 🐛 Don't add Obsidian {{templates}} (fix #207) (4762e13)

2.9.1 (2021-12-14)

Bug Fixes

  • DendronNote: 🐛 Don't return if g.hasNode. It may already have it from other means (f7c4fe4)

2.9.0 (2021-12-07)

Features

  • DendronNote: ✨ New alternative hierarchy, Dendron notes! (Fix #194) (c01663c)

Bug Fixes

  • List/Matrix View: 🐛 Allow empty reverse fields (Fix #203) (3d0cd5d)
  • TraverseNote: 🐛 RemoveCycles from obsG (7068d99)

2.8.0 (2021-12-05)

Features

  • ✨ Commands to jump to first up/down/next/prev (Fix #202) (a2e21f6)

2.7.3 (2021-12-05)

Bug Fixes

  • 🐛 dfsAllPaths works in more cases (fd8a9b5)

2.7.2 (2021-12-05)

Bug Fixes

  • 🐛 Filter out Templater templates (Fix #198) (187a270)
  • List/Matrix View: 🐛 Safety check on implied Siblings II (7ee5046)

2.7.1 (2021-12-04)

Bug Fixes

  • List/Matrix View: 🐛 Implied siblings were not making it thru the filter, because nodes don't have a.field (4297153)

2.7.0 (2021-12-04)

Features

  • Hierarchy Note: ✨ Hierarchy Note Adjuster! (#143) (b5afae2)

Bug Fixes

  • 🐛 Better checks on graphInit (618251e)

2.6.1 (2021-12-04)

Bug Fixes

  • List/Matrix View: 🐛 BC-order was being overwritten (c673420)
  • Path View: 🐛 Truncation (Fix #166) (fb17090)

2.6.0 (2021-12-04)

Features

  • List/Matrix View: ✨ Option to enbale/disable alphabetical sorting entirely (f8bf507)
  • List/Matrix View: ✨ Option to treat the current note as an implied sibling (4690e9b)

Bug Fixes

  • 🐛 Better waiting for initialisation (b4c1ce0)
  • Path View: 🐛 freshIndex should drawTrails if showBCs, not just showTrail (dbb05dd)

2.5.1 (2021-12-03)

2.5.0 (2021-12-03)

Features

  • DownView: ✨ Option to enable/disable linewrapping (fix #188) (4ea9560)

Bug Fixes

  • DownView: 🐛 Don't forget to join('- ') after splitting (fix #189) (60df361)
  • TagNote: 🐛 Check for other formats of tags, too (Fix #193) (929e5c9)

2.4.0 (2021-11-30)

Features

  • List/Matrix View: ✨ Add .BC-empty-view class on empty views + consistent styling on List view (06b512a)

Bug Fixes

  • 🐛 waitForResolvedLinks if notDV (4d04242)

2.3.0 (2021-11-30)

Features

  • List/Matrix View: ✨ Add .BC-empty-view class on empty views + consistent styling on List view (1e36a29)

Bug Fixes

  • List/Matrix View: 💄 Header structure was inconsistent (79ae608)

2.2.0 (2021-11-30)

Features

  • ✨ Options to choose which views are oppened onload (c48c571)

Bug Fixes

  • 🐛 Close views properly onunload (01f60ff)
  • DownView: 💄 .icon styles were only being added if Graph Analysis is installed (b17398c)

2.1.2 (2021-11-30)

Bug Fixes

  • DownView: 🐛 Don't depend on Create Index > make wikilinks setting (61c9770)

2.1.1 (2021-11-30)

2.1.0 (2021-11-30)

Features

  • ✨ Option to not show Index Refreshed notice (fix #177) (6f1dbf0)
  • DownView: ✨ New view! Show all paths going down the child tree. Update on active-leaf-change, press freeze to freeze the current view (a59c79b)

Bug Fixes

  • 🐛 Drop header and alias when initingGraphs (cb4cc74)
  • DucksView: 🐛 Return correct ViewType (44026e7)

2.0.1 (2021-11-29)

Bug Fixes

  • LinkNote: 🐛 Null check on links and embeds (18975b5)

2.0.0 (2021-11-29)

Bug Fixes

  • 🐛 Standardise BC_FIELDS and Alt hierarchies behaviour (c344208)

1.17.0 (2021-11-29)

Features

  • List/Matrix View: ✨ Show the common-parent of an implied sibling as an aria-label (on hover) (#81) (7dd0b79)

1.16.0 (2021-11-26)

Features

  • Path View: ✨ cmd: Toggle Show Trail/Grid in Edit & LP mode (fix #167) (775a4f9)

Bug Fixes

  • TraverseNote: 🐛 For real, don't add non-md notes to ObsG (7917e05)

1.15.1 (2021-11-25)

Bug Fixes

  • TraverseNote: 🐛 Don't add MD notes to ObsG (cc7be40)
  • TraverseNote: 🐛 Use fancier dfs alg instead of graphology (463fac9)

1.15.0 (2021-11-25)

Features

  • TraverseNote: ✨ Working TraverseNotes! Add "BC-traverse-note: fieldName" to a note. Breadcrumbs will DFS the Obsidian graph, adding all edges as fieldName types (e5e365e)

1.14.0 (2021-11-25)

Features

  • CSV Crumbs: ✨ Allow CSV items to be wikilinks (The secret is that it doesn't have to be a CSV file! So using wikilinks allows the items to be auto updated) (fix #169) (e1171c5)

1.13.0 (2021-11-25)

Features

  • ✨ BC-order as Suggestor field. Deprecate custom order field (a771a4a)

Bug Fixes

  • 🐛 node.dir and node.field is not well-defined (4e7c0fd)
  • List/Matrix View: 🐛 filterImpliedSiblings wasn't implemented correctly. It has been disabled for now (ba4ced5)

1.12.2 (2021-11-24)

1.12.1 (2021-11-24)

1.12.0 (2021-11-24)

Features

  • LinkNote: ✨ Link Notes! Add 'BC-link-note: fieldName' to a note, and all links leaving that note will be added to the graph with that fieldname (db0114d)

1.11.1 (2021-11-24)

1.11.0 (2021-11-24)

Features

  • ✨ Field Suggestor! Type "BC-" at the start of a line to trigger (652da4f)

1.10.3 (2021-11-24)

Bug Fixes

  • 🐛 More granular graph building + fix order issues (72b0243)
  • Path View: 🐛 For real, don't try querySelect a non-existent selector (6853d4c)

1.10.2 (2021-11-24)

Bug Fixes

  • Path View: 🐛 Can't get max-width in source mode (fix #163) (efa2652)

1.10.1 (2021-11-23)

1.10.0 (2021-11-23)

Features

  • TagNote: ✨ Tag Notes! Similar to Folder Notes, all notes with the tag you specify link to the chosen note (c630b6f)

1.9.0 (2021-11-23)

Features

  • FolderNote: ✨ Folder Notes! Make all files in a folder point upwards to a chosen note (fix #112) (0704a6b)
  • Path View: ✨ Option to show all trails if none are found going up to an index note (fix #69) (c97cfd9)

1.8.1 (2021-11-23)

Bug Fixes

  • Path View: 🐛 Work for CM6 (bc4c2c2)

1.8.0 (2021-11-23)

Features

  • Path View: ✨ Option to show Trail View in Edit and Live Preview mode! (05f8e54), closes #157 #19

1.7.9 (2021-11-23)

Bug Fixes

  • 🐛 Don't overwrite userHiers everytime (231a042)
  • Path View: 🐛 Traversal was too strict on previously visited nodes (90000b7)

1.7.8 (2021-11-22)

Bug Fixes

  • Juggl: 🐛 Don't include all links, only those in fields (015cd2b)

1.7.7 (2021-11-22)

Bug Fixes

  • 🐛 Convert setting name: Safer check + save changes (7765005)

1.7.6 (2021-11-22)

Bug Fixes

  • 🐛 Rename userHierarchies to userHiers (a0cbebb)

1.7.5 (2021-11-22)

1.7.4 (2021-11-22)

Bug Fixes

  • 🐛 Don't allow blank hierarchy fields (2a17ef9)
  • List/Matrix View: 🐛 Fallback field name (523585c)
  • List/Matrix View: 🐛 Implied siblings should be filtered by hierarchy (5403d87)

1.7.3 (2021-11-22)

1.7.2 (2021-11-22)

Bug Fixes

  • Hierarchy Note: 🐛 Handle top item (9e738c4)

1.7.1 (2021-11-21)

Bug Fixes

  • CreateIndex: 🐛 Adjust for mainG (833c6a1)

1.7.0 (2021-11-21)

Features

  • List/Matrix View: ✨ Option to sort items alphabetically asc/desc order (081bbdf)

1.6.0 (2021-11-20)

Features

  • DucksView: ✨ Filter nodes with regex (ec65f68)
  • Stats View: ✨ Button to refresh stats view (5eb8830)

Bug Fixes

  • Stats View: 🐛 Fix stats view for mainG (56736d5)

1.5.3 (2021-11-20)

1.5.2 (2021-11-19)

Bug Fixes

  • 🐛 Fail safe on adding all nodes to main (8435b5a)

1.5.1 (2021-11-19)

Bug Fixes

  • Juggl: 🐛 Fix juggl links. Wasn't adding all files (3f2b460)

1.5.0 (2021-11-19)

Features

  • Hierarchy Note: ✨ Much better reliability + indicate field before link (fix #102) (1cedf22)
  • Vis View: ✨ Cmd to open (fix #145) (74992ad)

1.4.0 (2021-11-19)

Features

  • DucksView: ✨ Add Duck view to show notes which don't have any breadcrumbs (2d0b2b2)

Bug Fixes

  • 🐛 Add all nodes to main (fa24115)

1.3.1 (2021-11-19)

Bug Fixes

  • CSV Crumbs: 🐛 Fix CSV crumbs (08a3fab)

1.3.0 (2021-11-19)

Features

  • Stats View: ✨ Option to wrap copied cell content in wikiLinks (fix #101) (a6cdeab)
  • WriteBCToFile: ✨ Option to write as inline fields (fix #140) (dded0df)

1.2.0 (2021-11-19)

Features

  • List/Matrix View: ✨ Metadata field to sort items in L/M view! (#92) (d6452c3)
  • Stats View: ✨ Simplifications + add next/prev directions (1d55d6a)

1.1.2 (2021-11-19)

Bug Fixes

  • 🐛 Check if nodes exist before setting edges (0111eec)
  • 🐛 Don't index an array using Object.keys 😋 (79dd8b1)
  • 🐛 I don't think it has to be a breaking change... (5524c29)

1.1.1 (2021-11-18)

Bug Fixes

  • 🐛 More safety checks if no next/prev yet (918b3e0)
  • List/Matrix View: 🐛 Unmerge next/prev items (58691c4)

1.1.0 (2021-11-18)

Features

  • nextPrev: ✨ Show fieldName (b2e10d4)

Bug Fixes

  • 🐛 Fix "Show Hierarchies" button (141b4f9)
  • nextPrev: 🐛 Remove duplicate implied (8fc11e9)

1.0.5 (2021-11-18)

1.0.4 (2021-11-18)

Bug Fixes

  • nextPrev: 🐛 Fix overflowing next/prev item (eec41a7)
  • nextPrev: 🐛 Still show nextPrev (if there are any) even in no parents (b1b4c25)

1.0.3 (2021-11-18)

Bug Fixes

  • 🐛 Properly save hierarchies (b271fc0)

1.0.2 (2021-11-18)

Bug Fixes

  • 🐛 More silent fails if no next/prev yet (489c3c3)

1.0.1 (2021-11-18)

Bug Fixes

  • 🐛 Fail silently if hier.next/prev is undefined (d76d5b2)

1.0.0 (2021-11-18)

Features

  • New directions! Show the next/previous note (e3e56d6)

Bug Fixes

  • 🐛 Prev/Next in MatrixView (dbec2f5)

0.12.1 (2021-11-17)

Bug Fixes

  • Safety check on in/outNeighbors (f616a5a)

0.12.0 (2021-11-17)

Features

  • ✨ Use Svelte for Hierarchy Note settings (3c891ea)

Bug Fixes

  • Grid View: 🐛 Closing gs in wrong direction (8cfa81e)

0.11.9 (2021-11-17)

0.11.8 (2021-11-10)

0.11.7 (2021-11-10)

Bug Fixes

  • getFieldValues: 🐛 Handle DataArrays (dv proxies) (63e57d7)

0.11.6 (2021-11-09)

Bug Fixes

  • getFieldValues: 🐛 Be more explicit with dvLinks (db9c259)

0.11.5 (2021-11-09)

0.10.76 (2021-11-09)

Bug Fixes

  • 🐛 Properly reset back to old version (cd95a47)

0.10.75 (2021-10-09)

Bug Fixes

  • CSV Crumbs: 🐛 fixes #142 CSV File shouldn't be needed to show regular BCs (df3de06)

0.10.74 (2021-10-08)

Features

  • CSV Crumbs: ✨ Use a CSV file to add Breadcrumbs (d794db9)

0.10.73 (2021-10-04)

Bug Fixes

  • List/Matrix View: 🐛 Remove duplicate implied siblings (0d0a187)

0.10.72 (2021-09-29)

Bug Fixes

  • Grid View: 🐛 .internal-link was a level too high (e971c8e)

0.10.71 (2021-09-10)

Bug Fixes

  • List/Matrix View: 🐛 Display alt link names for implied siblings, too (075d8a0)

0.10.70 (2021-09-10)

Features

  • List/Matrix View: ✨ Setting to list field names to check for alternate link text (52f0321)

0.10.69 (2021-09-10)

Features

  • WriteBCToFile: ✨ Setting to limit which fields are written to files (258343f)

0.10.68 (2021-09-09)

Features

  • WriteBCToFile: ✨ Setting to show Write Breadcrumbs to ALL Files cmd. Off by default (7ff2d06)

0.10.67 (2021-09-08)

Features

  • WriteBCToFile: ✨ Write Breadcrumbs to All files (289b701)

0.10.66 (2021-09-08)

Features

  • LimitTrailFields: ✨ Ability to limit which fields are shown in the trail/grid view (ba08396)

0.10.65 (2021-09-08)

0.10.64 (2021-09-08)

Bug Fixes

  • 🐛 Open link in new pane if Mac cmd is pressed (29abbc3)

0.10.63 (2021-09-07)

0.10.62 (2021-09-07)

Bug Fixes

  • CreateIndex: 🐛 Check if currFile is null (c1c8f17)

0.10.61 (2021-09-06)

0.10.60 (2021-09-06)

Bug Fixes

  • WriteBCToFile: 🐛 Notice wasn't showing if MetaEdit wasn't enabled (649c379)

0.10.59 (2021-09-05)

0.10.58 (2021-09-05)

0.10.57 (2021-09-05)

Bug Fixes

  • Vis View: 🐛 Tidy Tree: Importing non-existient function (628afc4)

0.10.56 (2021-09-04)

0.10.55 (2021-09-04)

0.10.54 (2021-09-04)

0.10.53 (2021-09-04)

0.10.52 (2021-09-03)

Features

  • WriteBCToFile: ✨ New Command: Write Breadcrumbs to current file (c46c95d)

0.10.51 (2021-08-29)

0.10.50 (2021-08-29)

Features

  • Path View: ✨ Option to hide trail in specific notes using custom metadata field (f5d96bf)

0.10.49 (2021-08-28)

0.10.48 (2021-08-28)

0.10.47 (2021-08-28)

Bug Fixes

  • 🐛 Check for Apple CMD key in openOrSwitch (5ea29ac)
  • Path View: 🐛 Add trailDiv before markdown-preview-sizer instead of prepending to markdown-preview-view (bc51e85)

0.10.46 (2021-08-22)

Features

  • ✨ Create note if it doesn't exist (44485db)

Bug Fixes

  • 🐛 More intuitive text inputs on hierarchies settings (14aaebe)

0.10.45 (2021-08-21)

Bug Fixes

  • Hierarchy Note: 🐛 Forget to check for different delimiters in depth() (7d54b88)

0.10.44 (2021-08-21)

Features

  • Hierarchy Note: ✨ Allow any list delimiter -, *, + (e307696)
  • Hierarchy Note: ✨ Allow yaml frontmatter (88f0499)

0.10.43 (2021-08-21)

Features

  • Hierarchy Note: ✨ Option to have hierarchy note fill in real parents, or real children, or both (ea31f64)

0.10.42 (2021-08-21)

0.10.41 (2021-08-21)

0.10.40 (2021-08-21)

Features

  • ✨ Much better debugging. Now grouped by function (48a2f03)

0.10.39 (2021-08-21)

Bug Fixes

  • Vis View: 🐛 Force Directed Graph: Current note doesn't have to have breadcrumbs for fdg to show (fc66973), closes #93

0.10.38 (2021-08-21)

Bug Fixes

  • Hierarchy Note: 🐛 Forgot to initialise hierarchyNotesArr as [] (ffe6877)

0.10.37 (2021-08-21)

Bug Fixes

  • Hierarchy Note: 🐛 Any indentation allowed. For real this time (7d5c596)

0.10.36 (2021-08-21)

Bug Fixes

  • Hierarchy Note: 🐛 Any consistent depth should be allowed, not just tabs (a738e39)
  • Hierarchy Note: 🐛 Send Notice if a note in hierarchyNotes has been deleted (49540e8)

0.10.35 (2021-08-20)

Bug Fixes

  • Hierarchy Note: 🐛 Blanks line allowed (596bd64)

0.10.34 (2021-08-20)

Bug Fixes

  • Hierarchy Note: 🐛 Don't push children if !noteUp (841f7bf)

0.10.33 (2021-08-20)

Features

  • Hierarchy Note: ✨ Adds Hierarchy Notes to Breadcrumbs (816d847)

0.10.32 (2021-08-18)

Features

  • Stats View: ✨ Total row (628e47a)

Bug Fixes

  • 🐛 Register active-leaf-change event if it wasn't registered onLoad (96aa5f4)

0.10.31 (2021-08-15)

Bug Fixes

  • getFieldValues: 🐛 Some pretty big bugs that I hadn't noticed... I think it works now (6e98456)

0.10.30 (2021-08-15)

Bug Fixes

  • Vis View: 🐛 Force Directed Graph: Colour reset to defaultNodeColour when setting new nodeToGetTo (dd1d41e)

0.10.29 (2021-08-15)

Features

  • Vis View: ✨ Force Directed Graph: Right click node to set that as the starting point for path finding (095fb25)

0.10.28 (2021-08-15)

Bug Fixes

  • Vis View: 🐛 Force Directed Graph: Path finding wasn't working correctly, oops (4d6a6f0)

0.10.27 (2021-08-15)

Features

  • Vis View: ✨ Force Directed Graph: Customisable node colour (e83d9ee)
  • Vis View: ✨ Force Directed Graph: Highlight current note on graph (5d437c0)
  • Vis View: ✨ Force Directed Graph: Highlight path from current note to hovered node (0773919)
  • Vis View: ✨ Force Directed Graph: Transition to hovering node fade-out (f4bb083)

0.10.26 (2021-08-15)

Features

  • Vis View: ✨ Customisable colour on Force Directed Graph nodes (94e2947)
  • Vis View: ✨ Hovering a node unfocusses any non-connected nodes and edges (fb6e3a8)

0.10.25 (2021-08-15)

Features

  • List/Matrix View: ✨ Setting: Filter implied siblings of different types (5e528b7)

Bug Fixes

  • getFieldValues: 🐛 If using Obs cache, it sees number-only links as number[][], not string[][] (3250462)

0.10.24 (2021-08-14)

Bug Fixes

  • 🐛 Previously checking for plugins.dataview.api, which won't exist if !dataview (5bc7cc5)

0.10.23 (2021-08-14)

Features

  • Juggl: ✨ Parse for Juggl links even if Juggl isn't installed (e1a8f39)
  • Juggl: ✨ Use only Juggl links (09d8d98)

Bug Fixes

  • Juggl: 🐛 Use typedLinkPrefix from Juggl if installed, fall back on '-' otherwise (16af4dc)

0.10.22 (2021-08-13)

Bug Fixes

  • CreateIndex: 🐛 I had the graphs being closed the wrong way (91f742c)

0.10.21 (2021-08-13)

Features

  • ✨ Setting to change Dataview wait time (9d7650f)
  • List/Matrix View: ✨ Custom sorting of userHierachies (1ec10f6)

0.10.20 (2021-08-13)

Bug Fixes

  • Juggl: 🐛 Fix Juggl links (23da652)

0.10.19 (2021-08-13)

Bug Fixes

  • Juggl: 🐛 Get Juggl syntax working again (579bd14)
  • Stats View: 🥅 Error handling in wordCounts (6ff5c3e)

0.10.18 (2021-08-13)

0.10.17 (2021-08-13)

Bug Fixes

  • 🐛 mergeGs was trying to copy the first graph in an arr of graphs, but that arr could be empty (c3c23ea)

0.10.16 (2021-08-13)

0.10.15 (2021-08-13)

Features

  • 💄 Labels for hierarchy input boxes (0323edf)

0.10.14 (2021-08-12)

Features

  • ✨ Get multiple hierarchies working with l/m view! (558ae67)
  • ✨ Multiple field names for each direction in a hierarchy (0f3babb)
  • ✨ Multiple hierarchies setting! (2eda709)
  • Stats View: ✨ Progress on new stats view (5389720)
  • Stats View: ✨ Update stats view for multiple hierarchies (24f5dae)

Bug Fixes

  • 🐛 Everything on the front-end works as it used to (ea0e8ff)

0.10.13 (2021-08-10)

Features

  • Vis View: ✨ Basic zoom on tidyTree (935d8fc)
  • Vis View: ✨ Better dfsFlatAdjList (cbe3182)

0.10.12 (2021-08-10)

Features

  • List/Matrix View: ✨ Setting to open matrixView in left or right side onLoad (c56d3dc)

Bug Fixes

  • Path View: 🐛 Redraw path after updating settings (fa323b8)

0.10.11 (2021-08-09)

Features

  • Vis View: ✨ Functional zooming on arcDiagram (27a22bf)
  • Vis View: ✨ Progress on radialTree (aa6d990)

0.10.10 (2021-08-09)

Features

  • Vis View: ✨ Functional Tree Map! (5489e94)
  • Vis View: ✨ Much better tidy tree (8a3a9a3)
  • Vis View: ✨ Proof of Concept of hierarchy!!! (b47f849)

0.10.9 (2021-08-06)

Features

  • Vis View: ✨ Working Arc Diagram! (71dd61b)

0.10.8 (2021-08-06)

Features

  • Vis View: ✨ Add height property to adjList Items (2f27bf4)
  • Vis View: ✨ Better Circle Packing (14ee9d0)

0.10.7 (2021-08-05)

Features

  • Vis View: ✨ Lots more work on view view. Upgrade forceDirectedG, functional Circle Packing + TidyTree (9769d9b)

0.10.6 (2021-08-05)

Features

  • Vis View: ✨ Default visualisation type (3dd2906)
  • Vis View: ✨ Working Zoom & Pan on Force Directed Graph! (0b49359)

Bug Fixes

  • Stats View: 🐛 Remove old styles from data-tooltip (973bed2)

0.10.5 (2021-08-05)

Bug Fixes

  • getFieldValues: 🐛 splitAndDrop regex was => null when the link didn't have [[]] (37083df)

0.10.4 (2021-08-04)

Features

  • Vis View: ✨ Lots of new code (alot of it copied) to get started with various visualisations (a98ac6a)

0.10.3 (2021-08-04)

0.10.2 (2021-08-04)

Features

  • Vis View: ✨ Show node name on hover (4c2ad5d)

Bug Fixes

  • Vis View: Center graph in Vis View (56ee243)

0.10.1 (2021-08-03)

0.9.27 (2021-08-03)

Features

  • Stats View: ✨ Custom Tooltip + Copyable td info (bedc5fd)

Bug Fixes

  • Path View: 🐛 Fix extra arrows showing on shorter paths (8c71661)
  • Stats View: 🐛 Close stats view on unload (6931256)

0.9.26 (2021-08-03)

Bug Fixes

  • getFieldValues: 🐛 Better falsey checking on rawValues (ec717bc)

0.9.25 (2021-08-02)

Features

  • Vis View: ✨ Functional Vis Modal! (ac59f6f)

0.9.24 (2021-08-02)

Features

  • Stats View: ✨ Initial Stats View set up, no content yet (bfe0227)
  • Stats View: ✨ Node, Real Edge, Implied Edge counts (c89de64)

Bug Fixes

  • List/Matrix View: 🐛 Draw l/m view onLoad, not onOpen (7f4078d)

0.9.23 (2021-08-01)

Bug Fixes

  • 🐛 less harsh falsey checking on rawValues content (2e20b1e)

0.9.22 (2021-08-01)

Bug Fixes

  • 🐛 Initialise jugglLinks as empty array so that it always has .length (96d32af)

0.9.21 (2021-08-01)

Bug Fixes

  • Grid View: 🐛 Forgot to change dotsColour instead of heatmapColour (6e47621)
  • Juggl: 🐛 Fix Juggl links not showing (b02377f)

0.9.20 (2021-08-01)

Bug Fixes

  • 🐛 Add debug logs to getFields and getFrontmatter functions (193eb46)
  • 🐛 Forgot to add default for aliasesInIndex setting (1135617)

0.9.19 (2021-07-31)

Features

  • CreateIndex: ✨ Setting to show aliases in index (670ae39)

0.9.18 (2021-07-31)

Features

  • Grid View: ✨ Add dots visualisation to grid view (146e126)

0.9.17 (2021-07-31)

Features

  • CreateIndex: ✨ add Global Index command (b12cf4b)

0.9.16 (2021-07-21)

Features

  • CreateIndex: 💄 Add a notice when index is copied to clipboard (a275f6f)

0.9.15 (2021-07-21)

Bug Fixes

  • CreateIndex: 🐛 deep clone allPaths to mutate the copy instead (664db77)

0.9.14 (2021-07-21)

Features

  • CreateIndex: Add setting to toggle wikilinks in index (b76f919)
  • CreateIndex: CreateIndex Button now copies to clipboard (3b9fa72)

Bug Fixes

  • 🐛 closeImpliedLinks was mutating the input graphs (5898872)

0.9.13 (2021-07-21)

Features

  • CreateIndex: ✨ Improve CreateIndexButton Functionality (6a60509)

0.9.1 (2021-07-20)

Bug Fixes

  • "normal" bug. Cannot destructure gParents (00901ae)
  • "Not path to..." was a link (3d8e237)
  • breacrumb trail with multiple parent fields (ab3a2a5)
  • conventional commits: add standard-version to project (8863074)
  • don't show current note when indexNote? (5cd032c)
  • don't show trail on kanbans (eb8fefc)
  • drop alias for Juggl Links (011f7ad)
  • empty pane (119a680)
  • indexNote arr (9800573)
  • inefficient removeDuplicateImplied (3d2b88e)
  • links now have real href and data-href (1f6b61c)
  • list view numbers "resetting" at 0 (fc32d66)
  • rather focus leaf if item.to is already open (4757999)
  • real sibling implies a sibling (a9eefb5)
  • removeDuplicateImplied (c6379c2)
  • removeDupliedImplied (82409d7)
  • show multiple paths if indexNote? (e302a97)
  • Trail stays open (b665927)
  • TrailGrid overlap (627c64d)
  • trailOrTable (ceb61cd)