obsidian-day-planner
obsidian-day-planner copied to clipboard
Feature/custom folder
exposed custom folder to setting tabs
Looking forward to this! 👀❤️
Nice improvement! Also when trying to change the folder every time I type a letter it created a folder. Would it be possible to use the obsidian folder selector?
@sbusso
Nice improvement! Also when trying to change the folder every time I type a letter it created a folder.
I guess it is because it will keep trying to create today's day planner in the new folder in file mode
Would it be possible to use the obsidian folder selector?
AFAIK It is not a built-in function that requires you to implement text hints yourself (if I understand it correctly). Also, I don't think it could solve the problem as it still needs you to input some text to trigger the hint. Anyway, I will look deeply into it when I was free.
Any updates? I'd love to see this added!
Any updates? I'd love to see this added!
original repo seems no longer maintained. you can download the patched version from my repo, or patch it yourself.
That's unfortunate, thanks for letting me know!
I 'am new to code. Can u teach me how I patch my "plugin" file with your code to achieve the above functions. How to operate? Thank u very much! @paletteOvO
I 'am new to code. Can u teach me how I patch my "plugin" file with your code to achieve the above functions. How to operate? Thank u very much! @paletteOvO
@CASCfans
if you don't change it frequently. I would suggest you to change the value of customFolder directly in your vault/.obsidian/plugins/obsidian-day-planner/data.json
.
or, you can download the source and compile it yourself, followed by
Download the source from
https://github.com/paletteOvO/obsidian-day-planner/tree/feature/custom_folder
and extract Install nodejs runnpm install
in the command line in the directory that you just extracted runnpm run build
copy the filemain.js
insidedist/
toyour vault/.obsidian/plugins/obsidian-day-planner/
to install
Just wait a little time and it automatically run
I 'am new to code. Can u teach me how I patch my "plugin" file with your code to achieve the above functions. How to operate? Thank u very much! @paletteOvO
@CASCfans if you don't change it frequently. I would suggest you to change the value of customFolder directly in
your vault/.obsidian/plugins/obsidian-day-planner/data.json
.or, you can download the source and compile it yourself, followed by
Download the source from
https://github.com/paletteOvO/obsidian-day-planner/tree/feature/custom_folder
and extract Install nodejs runnpm install
in the command line in the directory that you just extracted runnpm run build
copy the filemain.js
insidedist/
toyour vault/.obsidian/plugins/obsidian-day-planner/
to install
I just followed your instructions and succeeded! Wow, that's a great convenience for me, thank u very much!
Is there any hope to get this and #134? I would really need them to have a somewhat streamlined daily note-taking.
Is there any hope to get this and #134? I would really need them to have a somewhat streamlined daily note-taking.
@dpeter99
You can get the compiled version here, copy main.js
to vault/.obsidian/plugins/obsidian-day-planner
to update