Releases: DiscourseGraphs/discourse-graph-obsidian
Releases · DiscourseGraphs/discourse-graph-obsidian
Release list
Discourse Graph v1.5.2
Full Changelog: 1.5.1...1.5.2
Discourse Graph v1.5.0
Changelog
v1.5.0
Features
- Send feedback button: Adds a "Send feedback" button and modal to General Settings so you can report issues (with screenshot, email, title, description, and type) directly from the plugin. (#1181)
- Clearer "Create new Base view" button: Relabels the create base view button in node type settings to make it clear you're creating a new view, not opening an existing file. (#1185)
Bug Fixes
- Node tag menu no longer stacks: Pressing the node-tags hotkey while the menu is already open now dismisses the existing menu instead of stacking a new one on top. (#1187)
- Import modal defaults to unselected: Candidates in the import / review candidates step now start unselected by default instead of "select all". (#1120)
- Centered Edit node type header: The Edit node type header is now vertically aligned with the back button in settings. (#1230)
Discourse Graph v1.4.4
Full Changelog: 1.4.3...1.4.4
Discourse Graph v1.4.3
Full Changelog: 1.4.2...1.4.3
Discourse Graph v1.4.2
Full Changelog: 1.3.0...v1.4.2
mira
mira
Discourse Graph v1.4.1
Bug fix
- Manage group leading to the wrong URL #1102
Discourse Graph v1.4.0
v1.4.0
Features
- Unified create & convert node flows: Creating or converting content into a discourse node now opens ModifyNodeModal with context pre-filled — from editor selection (#1003), hotkey + inline picker (#1001), right-click “Turn into discourse node” (#990), canvas “Convert to” (#1002), and a new command to convert the active page (#1089).
- Insert backlink option: When creating a node, choose whether to insert a backlink at the cursor with smart defaults (#1018).
- Convert image embeds to nodes: “Convert to node” on images is easier to discover (click instead of hover) with updated styling (#991).
- Simpler convert-from-file flow: File explorer “Convert into” no longer shows the search-as-you-type dropdown (#1017).
- Import templates from groups: Node type settings include a flow to import templates shared via your groups (#1076).
- Template sync with schemas: Syncing node schemas to Supabase now includes template content for sharing across spaces (#993), with an initial migration for existing templates (#1090).
- Provenance in discourse context: Relationship context shows where information came from (#1030).
- Admin panel: space credentials & groups: Open the web UI with a space’s credentials (#1005) and see groups you belong to (#1011).
- Removed “Open node type” command: Replaced by the updated create/convert flows; docs updated accordingly (#999).
Bug Fixes
- Supabase sync recovery: Obsidian sync recovers correctly after a Concept upsert failure instead of staying stuck (#1070).
- Link fragments on import: #heading and block references in markdown links and wikilinks are encoded correctly during import (#995).
- Node tag hotkey placeholder: Settings placeholder no longer shows doubled slashes (#1073).v1.4.0
Discourse Graph v1.3.0
Changelog
v1.3.0
Features
-
Stable import folder identification: Import folders are now matched by spaceUri via a .dg.metadata file instead of vault name, fixing issues with vault renames and name collisions. Existing import folders are migrated automatically on plugin load. (#970)
-
Author username on imported nodes: Adds a username field propagated to the platform account, node frontmatter, discourse context panel, and import modal so imported content shows who published it. (#981)
Bug Fixes
- Create discourse node backlink behavior: The "Create discourse node" command only inserts a backlink at the cursor when text is selected, and works correctly when invoked from outside an active editor. (#986)