Commit graph

59 commits

Author SHA1 Message Date
byq77
0cf0e57591 Validate frontmatter title type 2025-12-08 17:56:19 +00:00
byq77
3113cccaf3 Fix front matter title handling for folder notes 2025-12-08 17:26:17 +00:00
Idrees Hassan
3604a90317 Check for ignored paths when scanning for waypoints 2025-11-29 13:49:50 -05:00
Idrees Hassan
95cf393219 Support bases 2025-11-29 13:40:05 -05:00
Idrees Hassan
6ea2001b44 Limit impact of parent folder change 2025-11-29 13:28:03 -05:00
Idrees
8dcd9cb019
Merge pull request #119 from jamesbtan/bugfix-locate-parent-point
fix: Fix locating parent point
2025-11-29 13:26:02 -05:00
Idrees Hassan
659c053887 Change opacity of waypoint comments 2025-11-29 13:19:32 -05:00
Idrees Hassan
2e0fc29ef2 Update folder sort setting title 2025-11-29 13:12:09 -05:00
Idrees Hassan
c160efd198 Merge branch 'master' into pr/131 2025-11-29 13:08:16 -05:00
Idrees
e85b662fa1
Merge pull request #123 from jace1427/master
fix: Callout bug
2025-11-29 12:08:01 -05:00
Idrees Hassan
09cab3d358 Merge branch 'master' into pr/82 2025-11-29 12:02:34 -05:00
Andrew Shershunov
6a19dc4f9d
feat: #25 add option 'Folders sorted to the top' 2025-06-03 14:31:59 +03:00
Justin Spidell
1079a0fced fix issue 101 2025-02-19 11:40:43 -08:00
James Tan
6ee6d24241 fix: Fix locating parent point 2024-11-30 22:55:55 -05:00
Idrees Hassan
6e66d93503 Fix empty regex being registered by settings 2024-03-30 13:05:34 -04:00
Idrees Hassan
cf513f8c0a Update title property setting 2024-03-30 12:52:58 -04:00
Idrees
4c93c5f0eb
Merge pull request #96 from tbdcit/front-matter-title
Added basic support for titles defined in frontmatter
2024-03-30 12:40:55 -04:00
Valerie Burzynski
69a7a254d4 fix: use wikilinks when enabled 2024-03-22 18:56:14 -05:00
tbdcit
16042832af Added basic support for titles defined in frontmatter
- adds a configuration option "useFrontMatterTitle"
- if true, files with a "title" property will be linked with display text
  containing the title.
2024-03-04 13:30:51 -03:00
Idrees Hassan
596705c3bb Update settings wording 2024-02-26 22:02:12 -05:00
Idrees Hassan
267f1d521c Merge branch 'master' into add-option-to-indent-with-spaces 2024-02-26 21:54:37 -05:00
Idrees Hassan
bf97139eb7 Clean up changes 2024-02-26 21:20:26 -05:00
Idrees Hassan
45b6025c27 Rename index to waypoint once more 2024-02-26 21:15:04 -05:00
Idrees Hassan
9c08370e8e Merge branch 'master' into landmarks 2024-02-26 21:06:47 -05:00
Idrees Hassan
3f717bcbc5 Rename point to index 2024-02-26 20:54:07 -05:00
Idrees Hassan
63dd7de288 Restore previous settings format and rename functions 2024-02-26 20:41:06 -05:00
Idrees Hassan
2520b4a876 Use enum instead of strings 2024-02-26 20:16:12 -05:00
Idrees Hassan
520abc34ca Increase formatter line length 2024-02-26 19:37:57 -05:00
Idrees
5457bba79f
Merge pull request #86 from IdreesInc/GYukai/master
Add command to locate the parent waypoint
2024-02-26 19:24:14 -05:00
Idrees Hassan
0c4d615730 Rename command 2024-02-26 19:22:56 -05:00
Idrees Hassan
69af122009 Fix callout waypoint tracking and formatting 2024-02-26 19:07:11 -05:00
GU YUKAI
9967017038 Add Go to waypoint file Command 2024-01-18 06:03:47 +00:00
Costin Anghel
02668668f4 feat: handling for waypoint in callout 2024-01-11 16:57:37 -05:00
YYYeung
c2b13ca8fc Added Option to specify custom FolderNote Filename 2023-12-06 14:28:22 +08:00
Valerie Burzynski
318254cf5d Add settings to allow indenting with spaces 2023-04-16 17:22:04 -05:00
Nicholas Eastman
2beeab0ce9
feat: Adds path ignore option
Closes #37 Adds a regex path option to ignore files.
2023-04-11 04:07:25 +00:00
Nicholas Eastman
ee75938556
refactor: 🎨 Cleaned up code
Combined findParentFlag and findParentPoint and cleaned up nesting
2023-04-05 12:48:34 -05:00
Nicholas Eastman
33ec5618b9
feat: Added Landmarks
Created landmark feature to provide an index without stopping waypoint generation below it.
2023-03-30 11:46:19 -05:00
Zoe Helding
c1a10e4505 Allow for indexing of non-Markdown files 2022-11-16 13:47:29 -06:00
Idrees Hassan
6e039d2322 Allow outside folder notes in the root folder 2022-08-05 18:37:14 -04:00
Idrees Hassan
9424a97e3c Add the ability to detect outside folder notes 2022-08-05 17:34:01 -04:00
Idrees Hassan
50d3264d05 Hide enclosing folder note title by default
Hide the enclosing folder note's title from the generated waypoint and add a setting to re-enable printing the title
2022-08-05 15:55:11 -04:00
Idrees Hassan
aa0887738e Clean up code style 2022-08-05 13:24:53 -04:00
Havin Leung
af20ab7e49
Update main.ts 2022-06-30 21:24:37 -04:00
Havin Leung
164a2e2004 actually fix the links this time 2022-06-30 21:04:34 -04:00
Havin Leung
0558cd53c7 upgrade dependencies to fix security vulnerabilities. Fix the logic for plain markdown links 2022-06-30 20:40:26 -04:00
Idrees Hassan
1727499bbd Make WikiLinks optional 2022-06-29 21:46:16 -04:00
Daniil Jave
c1f21abfe6
fix md paths with spaces formatting 2022-04-11 16:16:56 +03:00
Daniil Jave
507a3cee4b
update format for folder notes 2022-04-11 14:24:15 +03:00
Idrees Hassan
d44991394f Use locale compare for sorting files 2022-03-29 20:45:27 -04:00