steeven
36b1f17ae8
trigger le expensemanipulation depuis une commande et modifé expensmanipulation pour rééecrire un tableau sorted
2024-04-21 18:15:16 +02:00
steeven
efee00c529
implemented basic table reading and trigger for expenseManipulation
2024-04-14 11:31:24 +02:00
steeven
7b8b9309ef
add check for decimal expenses before submit expense
2024-04-14 08:54:26 +02:00
steeven
90f610a3d3
set focus on input value expense amount & erro handling if user use ',' for expensance (before return NaN)
2024-04-14 08:05:06 +02:00
steeven
47e238ff48
moved modal on expenseModal.ts. Some cosmetics: setCta & remove, add form validation before posting
2024-04-12 19:29:19 +02:00
steeven
9d7f899386
finished implementing accounts and value. add helper to formt currency
2024-04-11 19:48:12 +02:00
steeven
94f6ad453c
Implémentation de category dans le modal en récupérant les setttings du module
2024-04-10 20:14:08 +02:00
steeven
f8265ce3a8
un pas en avant. j'accède aux settings dans le modale, mais pas aux bons...
2024-04-07 20:01:07 +02:00
steeven
2303877d1a
Settings page ok. But now the problem to access the value in the settings...
2024-04-05 20:17:00 +02:00
steeven
288f276d61
first implementation of the main.ts file: settings tab
2024-04-04 20:23:26 +02:00
steeven
81f9e48629
first commit
2024-04-04 18:44:08 +02:00
steeven
bb46491b05
Add release workflow
2024-04-04 18:38:08 +02:00
Aleksey Rowan
e60294b950
Update manifest description ( #77 )
2023-11-15 12:17:04 -05:00
Lishid
7112f01bc6
Update README.md
2023-07-25 15:17:26 -04:00
Johannes Theiner
e8f03522bc
Adapt to plugin guidelines ( #65 )
...
- remove header in settings
- remove logging of changed settings value
2023-07-17 12:36:25 -04:00
Erica Xu
9be2b5d748
Update manifest.json
2023-07-11 11:37:36 -04:00
Alexander Pozdneev
2aee08d3d5
Remove old info about styles.css ( #56 )
2023-05-01 14:48:46 -04:00
Tim Rogers
0b5e5a2f6e
Upgrade esbuild to v0.17.x ( #47 )
2023-01-25 13:49:50 -05:00
INOUE Takuya
49fba8aa1f
fix .eslintignore ( #48 )
2023-01-19 10:06:51 -05:00
Erica Xu
747672e2f8
Merge pull request #42 from obsidianmd/funding-url
...
Add funding URL documentation
2022-12-05 15:57:04 -05:00
Erica Xu
d3bb1e6775
Update README.md
2022-12-05 15:55:39 -05:00
Erica Xu
b376f9c428
Add funding URL documentation
2022-12-05 15:49:16 -05:00
Erica Xu
97d84bc54b
Update manifest.json
2022-12-05 15:28:53 -05:00
lishid
866d3b8f0d
Build: Target ES2018.
2022-08-20 20:25:17 -04:00
lishid
64e8649877
Update sample css file.
2022-08-09 13:39:02 -04:00
lishid
b46f6c9322
Update for 0.15
2022-08-09 13:38:50 -04:00
lishid
04432b2ebf
Upgrade dependencies, add strictNullChecks.
2022-06-24 15:41:39 -04:00
Lishid
00967d9040
Update esbuild.config.mjs
2022-06-19 20:50:11 -04:00
Henré Botha
f85d2b74b5
Fix README headings ( #29 )
2022-05-07 11:15:23 -04:00
Xiao Meng
f690c04577
use LF instead of CRLF ( #28 )
2022-04-15 14:13:31 -04:00
Lishid
24918c946d
Update README.md
2022-04-04 22:20:58 -04:00
lishid
af0d47c19c
Always use latest obsidian package.
2022-03-09 10:29:32 -05:00
Lishid
43a3b5eaeb
Update package.json
2022-02-24 00:17:16 -05:00
pseudometa
4b06e44f8f
Update .gitignore ( #25 )
2022-01-28 10:34:53 -05:00
aidenlx
f3286063d3
add version bump script ( #10 )
2022-01-22 16:13:50 -05:00
Federico Granata
4f502e92eb
Update README.md ( #24 )
2022-01-21 11:15:02 -05:00
Federico Granata
67e05fe677
remove `package-lock.json` from `.gitignore` ( #23 )
2022-01-21 11:14:49 -05:00
fyears
fe035a3008
add type check ( #22 )
2022-01-16 10:07:19 -05:00
lishid
a25092b586
Update esbuild script to include codemirror packages as external.
2022-01-10 09:01:38 -05:00
lishid
d006ed755a
Update tsconfig.
2021-11-06 19:05:49 -04:00
lishid
db18a36e65
Update build script to include external node packages.
2021-11-01 15:18:11 -04:00
TfTHacker
6fdd374cb8
Adding eslint for code .\src\ ( #17 )
2021-10-30 14:04:07 -04:00
Phillip
02ac033b15
Use ESBuild API instead of passing command line arguments ( #16 )
2021-10-25 11:45:15 -04:00
lishid
e013825c21
Add comment for gitignore.
2021-10-23 04:58:40 -04:00
lishid
3afc9d78ab
Update sample plugin to use ESBuild.
2021-10-19 13:34:58 -04:00
fyears
5f95bce9e1
preserve and load settings correctly
2021-10-10 11:11:02 -04:00
Tokuhiro Matsuno
c228a70223
Add data.json to .gitignore
...
Prevent unintended disclosure of data.json.
2021-04-28 11:54:41 -04:00
lishid
3b38a36a07
Upgrade dependencies.
2021-04-23 17:01:55 -04:00
GitMurf
26721337a7
Update README - Obsidian API update instructions
...
Add the following to the "First time developing plugins?" section:
For updates to the Obsidian API run `npm update` in the command line under your repo folder.
2021-04-23 16:59:52 -04:00
lishid
f3f000a6b2
Update dependencies.
2021-04-12 19:06:03 -04:00