obsidian-day-planner icon indicating copy to clipboard operation
obsidian-day-planner copied to clipboard

Feature/custom folder

Open paletteOvO opened this issue 3 years ago • 12 comments

exposed custom folder to setting tabs

paletteOvO avatar Nov 07 '21 06:11 paletteOvO

Looking forward to this! 👀❤️

JamesS-M avatar Nov 24 '21 02:11 JamesS-M

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 avatar Jan 01 '22 09:01 sbusso

@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.

paletteOvO avatar Jan 04 '22 12:01 paletteOvO

Any updates? I'd love to see this added!

adzcai avatar May 17 '22 15:05 adzcai

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.

paletteOvO avatar May 17 '22 16:05 paletteOvO

That's unfortunate, thanks for letting me know!

adzcai avatar May 18 '22 05:05 adzcai

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 avatar May 19 '22 08:05 CASCfans

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 run npm install in the command line in the directory that you just extracted run npm run build copy the file main.js inside dist/ to your vault/.obsidian/plugins/obsidian-day-planner/ to install

paletteOvO avatar May 19 '22 10:05 paletteOvO

Just wait a little time and it automatically run

CASCfans avatar May 19 '22 16:05 CASCfans

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 run npm install in the command line in the directory that you just extracted run npm run build copy the file main.js inside dist/ to your 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!

CASCfans avatar May 19 '22 16:05 CASCfans

Is there any hope to get this and #134? I would really need them to have a somewhat streamlined daily note-taking.

dpeter99 avatar Sep 04 '22 22:09 dpeter99

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

paletteOvO avatar Sep 05 '22 12:09 paletteOvO