Skip to content
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

[Idea] Daily Notelets #79

Open
Thundercraft5 opened this issue Nov 8, 2024 · 2 comments
Open

[Idea] Daily Notelets #79

Thundercraft5 opened this issue Nov 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Thundercraft5
Copy link

Thundercraft5 commented Nov 8, 2024

I've been playing around with this plugin for a while, so far it's consistent in design which makes it superior to most daily note plugins currently!

After some experimentation I've found that for me singular daily notes are usually not enough, I still like the sense of having an individual tiny note mirroring a paper note in analog note-taking.

I call these sub-daily notes "Daily Notelets". I use the Folder Notes Plugin to create an over-arching daily note where I then place these "Notelets" under.

Example structure:

/Journal/2024.09.10/2024.09.10.md (main)
/Journal/2024.09.10/Notelet - Some little thought
/Journal/2024.09.10/Notelet - Another little thought

This could be a great addition to the plugin.

@srg-kostyrko
Copy link
Owner

that's some interesting idea 👍
and bigger notes (like weekly/monthly) will benefit from it even more compared to daily notes

I will give it some thought on how to design/implement.
Preliminary thought as of now:

  • using property to connect notelet to note (so the folder structure in not imposed and possible to put it to totally different folder)
  • code block to list notelets (with link to add new nodelet)
  • commands to create notelet (connected to currently opened journal note)
  • support for canvas/escalidraw notelets
  • in settings
    • title template
    • folder on where to put
    • content template
    • where to open (similar to journal settings)

Please let me know if you see some other capabilities that would be great to have

@srg-kostyrko srg-kostyrko added the enhancement New feature or request label Nov 8, 2024
@Thundercraft5
Copy link
Author

Thundercraft5 commented Nov 12, 2024

The basic outline looks promising to me; another possible addition to this is recursive notelets.

The benefits of this is that it would allow infinite depth and granularity as required, such as a wider daily notelet describing an article with each notelet delving into each aspect in detail. However, it would increase the complexity of managing the notes for both the user and the plugin.

Example:

/Journal/2024.09.10/2024.09.10.md (main)
/Journal/2024.09.10/Notelet - News Article reflections
/Journal/2024.09.10/Notelet - News Article thoughts/Notelet - News implications
/Journal/2024.09.10/Notelet - News Article thoughts/Notelet - Some other thought

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants