mirror of
https://github.com/maclean-d/obsidian-limitless-lifelogs.git
synced 2026-07-22 05:42:47 +00:00
update package.json & add markdown guides for cursor
This commit is contained in:
parent
dc0875395b
commit
0cd1328fed
4 changed files with 2 additions and 10 deletions
0
buildaplugin.md
Normal file
0
buildaplugin.md
Normal file
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-limitless-lifelogs",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.4",
|
||||
"description": "Download and sync your Limitless AI lifelog entries into Obsidian markdown files.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": ["obsidian", "plugin", "limitless", "lifelogs"],
|
||||
"author": "Your Name",
|
||||
"author": "Maclean Dunkin",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
0
releaseplugin.md
Normal file
0
releaseplugin.md
Normal file
|
|
@ -1,8 +0,0 @@
|
|||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
Loading…
Reference in a new issue