Skip to content

Commit

Permalink
Fully implemented
Browse files Browse the repository at this point in the history
shift-clicking doesn't open in the sidebar, though
  • Loading branch information
isosphere committed Jan 3, 2024
1 parent 8f2385c commit 4a52788
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10

env:
PLUGIN_NAME: logseq-journals-calendar
PLUGIN_NAME: logseq-journals-nextprev

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2021 Charlie
Copyright (c) 2021 Charlie (logseq-journals-calendar, used as template)
Copyright (c) 2023 Matthew Scheffel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## Logseq journals calendar
## Logseq journals next/prev

A simple journals calendar plugin for Logseq.

### Demo

![demo](./demo.gif)
A plugin that provides a "next" and "previous" button to the toolbar to switch to the next or previous journal entry that already exists.
Dates that do not already have a journal page are skipped, by design.

### Licence

Expand Down
Binary file removed demo.gif
Binary file not shown.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"name": "logseq-journals-calendar",
"description": "A simple journals calendar plugin for Logseq.",
"version": "0.10.10",
"name": "logseq-journals-nextprev",
"description": "Provides buttons to jump to the next or previous journal entry",
"version": "0.0.1",
"main": "dist/index.html",
"author": "xyhp915",
"author": "Matthew Scheffel",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@logseq/libs": "0.0.15",
"dayjs": "1.11.7",
"lodash.kebabcase": "^4.1.1",
"v-calendar": "next",
"vue": "3.2.45"
},
"devDependencies": {
Expand All @@ -22,8 +19,8 @@
"vite": "4.0.3"
},
"logseq": {
"id": "_zsmbaoekb-journals-calendar",
"title": "Journals calendar",
"id": "_isosphere-journals-nextprev",
"title": "Journals Next/Prev",
"icon": "./icon.png"
}
}
Loading

0 comments on commit 4a52788

Please sign in to comment.