-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance folder note name options #437
Comments
This specific issue has been living rent free in my head for a long time. When make.md was first implemented, the folder note at the same level as the folder was supported, however it was a source of many issues since it would affect the rules of indexing, renaming and hiding files and would introduce many bugs along the way. It was then removed and the few users who used it were quite sad about it. As make.md has been adding support for rules and formula across the engine, so does the possibility of adding this back. However, this is currently not on the roadmap as I don’t have all the answers to a lot of the drawbacks that were there when this feature was previously implemented. Thanks for the feedback and I’ll update this once there’s more info
…________________________________
From: Ieuan Kessels ***@***.***>
Sent: Tuesday, February 18, 2025 1:26:21 PM
To: Make-md/makemd ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [Make-md/makemd] Enhance folder note name options (Issue #437)
Among the people I interact with there are a handful of different folder note naming schemes. Some put it inside the folder, some put it next to the folder (sharing a parent), some put it in a single directory. The naming varies from folder name, folder name prefixed with a character, index.md and even readme.md.
Would it be possible to enhance this feature by allowing setting a relative path (defaulting to ., but also allowing ../, ../../, or /path/to/folder/from/root) and a folder note name that includes a variable (i.e. _$FOLDER.md to make it stuff -> _stuff.md)?
This would allow more flexibility in how folder notes can be used, which would make it easier to add MAKE.md to an existing vault
—
Reply to this email directly, view it on GitHub<#437>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFHKNXJYDMISMUDOQCI6UD2QN3M3AVCNFSM6AAAAABXMKCHIOVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA3DCMRXGA4DSOI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[IeuanK]IeuanK created an issue (Make-md/makemd#437)<#437>
Among the people I interact with there are a handful of different folder note naming schemes. Some put it inside the folder, some put it next to the folder (sharing a parent), some put it in a single directory. The naming varies from folder name, folder name prefixed with a character, index.md and even readme.md.
Would it be possible to enhance this feature by allowing setting a relative path (defaulting to ., but also allowing ../, ../../, or /path/to/folder/from/root) and a folder note name that includes a variable (i.e. _$FOLDER.md to make it stuff -> _stuff.md)?
This would allow more flexibility in how folder notes can be used, which would make it easier to add MAKE.md to an existing vault
—
Reply to this email directly, view it on GitHub<#437>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFHKNXJYDMISMUDOQCI6UD2QN3M3AVCNFSM6AAAAABXMKCHIOVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA3DCMRXGA4DSOI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Among the people I interact with there are a handful of different folder note naming schemes. Some put it inside the folder, some put it next to the folder (sharing a parent), some put it in a single directory. The naming varies from folder name, folder name prefixed with a character, index.md and even readme.md.
Would it be possible to enhance this feature by allowing setting a relative path (defaulting to
.
, but also allowing../
,../../
, or/path/to/folder/from/root
) and a folder note name that includes a variable (i.e._$FOLDER.md
to make itstuff
->_stuff.md
)?This would allow more flexibility in how folder notes can be used, which would make it easier to add MAKE.md to an existing vault
The text was updated successfully, but these errors were encountered: