mirror of
https://github.com/d7sd6u/obsidian-crosslink-advanced.git
synced 2026-07-22 05:41:20 +00:00
1.0.0
This commit is contained in:
parent
07d41de5e3
commit
ba52fdeca8
3 changed files with 2 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ if you want to view the source, please visit the github repository of this plugi
|
|||
*/
|
||||
`;
|
||||
|
||||
const prod = process.argv[3] === "production";
|
||||
const prod = process.argv[2] === "production";
|
||||
|
||||
const context = await esbuild.context({
|
||||
banner: {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "crosslink-advanced",
|
||||
"name": "Crosslink Advanced",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Tag files using folders and symlinks system (ftags).",
|
||||
"author": "d7sd6u",
|
||||
"authorUrl": "https://github.com/d7sd6u",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,3 @@
|
|||
/*
|
||||
|
||||
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.
|
||||
|
||||
*/
|
||||
|
||||
.prompt-input-cta {
|
||||
padding: var(--size-4-3);
|
||||
gap: var(--size-4-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue