A project to add additional date shortcuts that work like /tomorrow
Report Bug
·
Request Feature
The Quick Date plugin enhances your Logseq experience by providing intuitive date commands. With this plugin, you can effortlessly reference specific dates using natural language inputs like “Last Tuesday” or “Next Wednesday.” This minimalistic tool integrates seamlessly into your workflow, allowing you to focus on your tasks without the hassle of manual date entry. Perfect for users who value efficiency and simplicity in their daily planning.
- Clone the repo
git clone [email protected]:13hannes11/logseq-quick-date.git
- Install bun or npm
- Run
npm install && npm run build
orbun install && bun run build
- Go to Settings > Turn on Developer Mode
- Go to Plugins > Load unpacked plugin.
Use the loqseq to type /Next <Weekday>
or /Last <Weekday>
. The command will convert to a date automatically.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". To ensure your changes align with the project consult with a maintainer before investing any time in implementation.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.