Riccardo Ferretti
f07de73bc4
v0.21.3
v0.21.3
2023-04-12 17:05:49 -07:00
Riccardo Ferretti
c431ccfb62
Preparation for next release
2023-04-12 17:05:25 -07:00
Riccardo Ferretti
f31ef897cc
Fix #1188 - Fixed path relative to workspace root
2023-04-12 17:04:23 -07:00
Riccardo Ferretti
7a5f45c0ce
v0.21.2
v0.21.2
2023-04-11 13:51:30 -06:00
Riccardo Ferretti
df32d9e708
Preparation for next release
2023-04-11 13:51:13 -06:00
Riccardo Ferretti
b3d4691bfa
Fix #1170 newNotePath not always working
...
This commit fixes an issue in the note creation flow where a template is used. Before the fix, when a template is present, Foam would force an absolute path resolution instead of delegating that step to the note creation. After the fix this step is removed and the resolution is left to the note creation code
2023-04-11 13:45:14 -06:00
allcontributors[bot]
f5260f7d3f
add jimgraham as a contributor for code ( #1185 )
...
* update docs/index.md [skip ci]
* update readme.md [skip ci]
* update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-09 03:36:21 +02:00
Jim Graham
9b4b7ec84d
Use the HASHTAG_REGEX to identify tags ( #1183 )
...
Instead of a generic `TAG_REGEX`, use the more specific `HASHTAG_REGEX` to identify a tag when launching tab completion.
Also add a new test case with the issue number in the test case description
2023-04-09 03:35:48 +02:00
Riccardo Ferretti
52b7f86a9f
Updated TOC in FAQ docs
2023-03-22 10:56:11 -06:00
Joe Taber
2db7060124
Add GH Action workflow to sync user docs to template repo on change ( #1180 )
...
Also strips wikilinks during docs sync
fixes #1177
2023-03-22 17:47:22 +01:00
Riccardo
a4f04b3b6b
Fixed temporary template generated ( #1175 )
2023-02-26 23:44:09 +01:00
Riccardo
b5a8a5d7c7
Chore - improved Text Edit API ( #1174 )
2023-02-26 23:37:50 +01:00
Riccardo
f5a29e431c
Fix 1168 - relative path in embed ( #1173 )
...
* added isEmbed flag to ResourceLink
* Added tests for new embed support
2023-02-26 23:02:16 +01:00
Riccardo Ferretti
5a7a1ba89f
v0.21.1
v0.21.1
2023-02-24 17:32:15 -06:00
Riccardo Ferretti
b054bafc78
Preparation for next release
2023-02-24 17:31:55 -06:00
Riccardo
8acb60253a
fix #1171 - add extension to notes created from placeholders ( #1172 )
2023-02-24 23:45:44 +01:00
allcontributors[bot]
3c69508dcb
add Skakerman as a contributor for code ( #1166 )
...
* update docs/index.md [skip ci]
* update readme.md [skip ci]
* update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-16 21:32:28 +01:00
Scott Akerman
a368be9b47
Fix Previews of Embedded Sections ( #1162 )
2023-02-16 21:31:48 +01:00
Riccardo Ferretti
b1f76bb653
v0.21.0
v0.21.0
2023-02-16 14:20:49 -06:00
Riccardo Ferretti
d4bc16b9bd
Preparation for next release
2023-02-16 14:20:35 -06:00
Riccardo
882b0b6012
Use filter in open-resource command ( #1161 )
...
* Added title param in create-note command
* Added utility functions for commands
* Use create-note command when dealing with placeholders
* Updated open-resource command to new pattern
* Pass workspace.isTrusted to createFilter
* Fixed bug when finding absolute paths in workspace without providing basedir
* open-resource command can also receive `uri` param to skip filtering step
* added tests
* added docs
2023-02-15 22:53:32 +01:00
Riccardo Ferretti
048623d910
v0.20.8
v0.20.8
2023-02-10 17:10:38 -06:00
Riccardo Ferretti
f2fbe927ae
Preparation for next release
2023-02-10 17:10:22 -06:00
Riccardo
d0ee71be1b
Updated a bunch of dependencies ( #1160 )
...
* Updated typescript and vscode engine version to support workspace trust
* updates tsdx to dts, and updated a other deps too
* updated eslint configuration
* Updated node version
* Update lerna
* Updated github action configuration
* removed glob library
2023-02-11 00:08:23 +01:00
Riccardo
2a14dc0c57
Added resource filters ( #1158 )
...
* Added note filter and a few tests
* Added expression for filters and trusted workspace support
* Consolidate `include` and `exclude` into `path` parameter
* Added documentation
2023-02-10 12:17:42 +01:00
Riccardo Ferretti
745acbabd3
Fixed VS Code installs badge
2023-02-01 13:33:33 +01:00
Riccardo Ferretti
c226cddcd8
v0.20.7
v0.20.7
2023-02-01 13:23:06 +01:00
Riccardo Ferretti
1b0d3239b5
Preparation for next release
2023-02-01 13:22:48 +01:00
Riccardo Ferretti
cddf3bc769
Removed unnecessary activation events
2023-01-31 21:50:00 +01:00
Riccardo Ferretti
bd158e9b8e
Partial fix to #1143 - Inform the user that links are not updated on directory rename
2023-01-31 21:49:24 +01:00
Riccardo Ferretti
5e648ca9c6
v0.20.6
v0.20.6
2023-01-21 14:53:16 +01:00
Riccardo Ferretti
cc53f995f0
Preparation for next release
2023-01-21 14:53:01 +01:00
Riccardo
44fea21bc7
Support for creating new note in current dir or root dir ( #1142 )
...
* Added support for creating new note in current dir or root dir
* Added tests
2023-01-14 23:30:55 +01:00
Liu YongLiang
2b70e49e95
Update contribution-guide.md with node version and fix broken link ( #1136 )
...
* Update contribution-guide.md
2023-01-13 10:23:11 +01:00
Daniel Wang
f5c4cba799
Fix #920 : Links in Markdown Preview not jumping to sections ( #1135 )
...
Fixed wikilink section linking
2023-01-13 10:22:11 +01:00
Riccardo
e06f46e393
Update engines: node to 16 and vscode to 1.70.0 ( #1140 )
2023-01-11 20:02:49 +01:00
Liu YongLiang
4ce51673cc
Update build-vs-assemble.md ( #1137 )
2023-01-11 19:22:21 +01:00
allcontributors[bot]
4db9409679
add tlylt as a contributor for doc ( #1139 )
...
* update docs/index.md [skip ci]
* update readme.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-11 19:21:57 +01:00
Liu YongLiang
0e6b9f8c83
Add markup-converter recipe ( #1138 )
2023-01-11 19:21:17 +01:00
Riccardo Ferretti
7b4a56fe69
v0.20.5
v0.20.5
2023-01-04 13:27:48 +01:00
Riccardo Ferretti
aa734e9b9b
Prepare for next release
2023-01-04 13:27:32 +01:00
Riccardo Ferretti
3f7d235b9f
Fixed extension badge link
2023-01-04 13:25:04 +01:00
Daniel Wang
0b879c0714
Adjusted orphan, placeholder, tags-explorer panel title logic ( #1131 )
2023-01-04 13:23:45 +01:00
Riccardo Ferretti
8b7400c20f
v0.20.4
v0.20.4
2023-01-04 13:07:17 +01:00
Riccardo Ferretti
d2feee8c75
Preparation for next release
2023-01-04 13:07:02 +01:00
allcontributors[bot]
2113705fb6
add badsketch as a contributor for code ( #1130 )
...
* update docs/index.md [skip ci]
* update readme.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-03 11:16:46 +01:00
Daniel Wang
4758923188
Feat #903 : Added support for emoji tags ( #1125 )
...
* Added support for emoji tags
2023-01-03 11:13:12 +01:00
Riccardo Ferretti
275028ffa5
v0.20.3
v0.20.3
2022-12-19 19:59:31 +01:00
Riccardo Ferretti
8b425ff420
Preparation for next release
2022-12-19 19:59:04 +01:00
Numan Zaheer Ahmed
64638868c0
Fix minor typo in frequently-asked-questions.md ( #1121 )
2022-12-11 16:32:30 +01:00