Skip to content

Commit

Permalink
Finished implementing transclude body type
Browse files Browse the repository at this point in the history
  • Loading branch information
flibbles committed Jul 22, 2024
1 parent 2f0a277 commit 7a525af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/felixhayashi/tiddlymap/js/lib/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const filter = {
nodeTypes: `[prefix[${path.nodeTypes}]]`,
edgeTypes: `[prefix[${path.edgeTypes}]]`,
views: `[${config.sys.field.viewMarker}[true]]`,
defaultEdgeTypeFilter: '-[prefix[_]] -[[tw-body:link]] -[[tw-list:tags]] -[[tw-list:list]]'
defaultEdgeTypeFilter: '-[prefix[_]] -[[tw-body:link]] -[[tw-body:transclude]] -[[tw-list:tags]] -[[tw-list:list]]'
};

const allSelector = '[all[tiddlers+shadows]!has[draft.of]]';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: $:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-body:transclude
description: A transclusion that is contained in the tiddler's body referencing another resource.
style: {"color":{"color":"darkgreen"}, "dashes":true}
label: transcludes

0 comments on commit 7a525af

Please sign in to comment.