Waypoint icon indicating copy to clipboard operation
Waypoint copied to clipboard

`Ignored Files/Folders` doesn't seems to ignore my templates

Open pascalandy opened this issue 1 year ago • 5 comments

I'm using Waypoint along templater and Folder notes. Folder notes call a template. cool

In Waypoint, so I added my path to Ignored Files/Folders, but it doesn't seems to ignore it actually :-/

To make sure the Waypoint works normally, it should auto-populate the file names when entering the path. The plug-in Auto note mover does this well.

Thanks !

pascalandy avatar Mar 11 '24 15:03 pascalandy

I think that the problem here is related to an issue highlighted earlier : [Feature Request] Use %% waypoint %% in template · Issue #90 · IdreesInc/Waypoint

JoelAnderson-UU avatar Mar 23 '24 10:03 JoelAnderson-UU

Thanks for reporting the issue, any chance you could comment the path you entered into the settings box? Possibly it is due to a regex conflict.

IdreesInc avatar Mar 30 '24 17:03 IdreesInc

Thanks for reporting the issue, any chance you could comment the path you entered into the settings box? Possibly it is due to a regex conflict.

_cards/_templates

pascalandy avatar Mar 30 '24 17:03 pascalandy

Just use this in template instead:

%% Begin Waypoint %%

%% End Waypoint %%

Works instead %% Waypoint %% and does not give error messages. Ignored Files/Folders doest work in Waypoint plugin for me to.

Dvornik avatar Sep 03 '24 07:09 Dvornik