Riccardo Ferretti
4e624d5cf9
v0.7.2
v0.7.2
2020-11-28 18:11:01 +01:00
Riccardo Ferretti
42ec29d3e9
Updated changelog for 0.7.2
2020-11-28 18:10:08 +01:00
Riccardo
26ab27e06f
Note deletion, events testing, and improved CI
...
Added API and events around note deletion
Improved github workflows, added logic to avoid duplicate runs in CI and merged build + test jobs
Added support for running workflows in multiple environments, commented window-2019 as test don't pass, but they will be fixed in another PR to avoid scope creep here.
2020-11-28 17:52:02 +01:00
Sanket Dasgupta
6073bf143e
WIP: Fix wikilinks slug querying ( #386 )
...
* WIP: Fix wikilinks slug querying
* Fix tests
2020-11-28 15:04:36 +01:00
Jonathan Carter
865bb95745
Updating the GistPad documentation ( #379 )
2020-11-27 14:54:30 -07:00
Riccardo
fa908bb4c6
tweaked issue templates ( #385 )
2020-11-27 18:18:25 +01:00
Riccardo Ferretti
83afa873dc
v0.7.1
v0.7.1
2020-11-27 16:12:04 +01:00
Riccardo Ferretti
69c3f5fb25
Preparation for 0.7.1
2020-11-27 15:50:15 +01:00
Riccardo
6152e89590
Adding service that can direct logging to vscode console ( #377 )
...
* Improved logging
- using classes instead of functions (feels like it fits better the use case)
- using singleton global to not pass logging service around
* Added vscode logger, command to change level, and settings
* improved bootstrap logging
* build foam-core before running tests in github workflows
2020-11-27 15:38:19 +01:00
Riccardo
9f17b1f7b9
Fixed parsing of tags ( #382 )
...
* fixed parsing of tags
* improved regex, courtesy of @jmg-duarte!
2020-11-27 13:35:39 +01:00
Riccardo
8f1327337c
adjusting canvas size on window resize (and removing scrollbars) ( #383 )
2020-11-27 10:07:42 +01:00
allcontributors[bot]
b15f27aea6
docs: add jmg-duarte as a contributor ( #384 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-27 00:13:15 +01:00
José Duarte
b8a16cc5ed
Fix title cutting on slugs ( #381 )
2020-11-26 23:46:44 +01:00
José Duarte
168ef5edb4
Simplify the contribution guide ( #372 )
...
* Simplify the contribution guide
* Remove outdated files
* Update the contribution guide
* Add call to fixes on the contrib-guide bottom
* Apply suggestions from code review
Co-authored-by: Riccardo <code@riccardoferretti.com >
Co-authored-by: Riccardo <code@riccardoferretti.com >
2020-11-26 21:25:03 +00:00
Riccardo Ferretti
788ccbd905
v0.7.0
v0.7.0
2020-11-25 16:44:47 +01:00
Riccardo Ferretti
cdaeefb252
more babel tweaks
2020-11-25 14:58:10 +01:00
Riccardo Ferretti
ddbf365313
preparation for 0.7.0
2020-11-25 14:22:29 +01:00
Riccardo Ferretti
1e327a4cc6
tweaking babel setting
...
because of a runtime error in vscode, presented only with the packaged extension https://github.com/formium/tsdx/issues/547
2020-11-25 14:20:04 +01:00
Riccardo Ferretti
391f4d6d07
updated CHANGELOG
2020-11-25 13:20:10 +01:00
Riccardo Ferretti
befdeb70e0
using native matchAll string function
2020-11-25 13:15:22 +01:00
José Duarte
a086a75e37
Add node_modules to the default Foam ignore list ( #371 )
...
* Add explicit foam ignores
* Add node_modules to the default ignores by Foam
2020-11-24 22:24:02 +01:00
Riccardo
9b886d3b27
Dataviz: graph smooth update and theme ( #360 )
...
* graph uses vscode colors
* added fallback value to style function
* graph now updates smoothly
* added support for multiple selections in graph
2020-11-24 18:29:16 +01:00
allcontributors[bot]
ecfa04cc4b
docs: add ShaunaGordon as a contributor ( #368 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-24 18:28:53 +01:00
Shauna Gordon
08e51fcbc8
Add additional feature extensions ( #361 )
2020-11-24 18:28:31 +01:00
Riccardo
15f412cac4
Show message to user when foam fails to bootstrap ( #364 )
2020-11-23 13:08:14 +01:00
Riccardo
d054e19eae
Keep foam in sync with file system ( #349 )
...
* added common code from vscode repo
lots of good utility functions and objects, especially around lifecycle and event management
* added datastore and logger services
* refactored bootstrap to consolidate behavior in foam-core
* tags treeview now updates when files are saved
* updated node engine version to match vscode's
* using new event model for foam graph events
2020-11-20 12:04:07 +01:00
Riccardo Ferretti
846908e9d2
v0.6.0
v0.6.0
2020-11-19 17:59:04 +01:00
Riccardo Ferretti
da69cc0f5d
improved publishing scripts
2020-11-19 17:57:56 +01:00
Riccardo Ferretti
76a9a4ac93
Prepare for 0.6.0 release
2020-11-19 17:03:06 +01:00
allcontributors[bot]
138217e39d
docs: add SanketDG as a contributor ( #354 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-18 22:20:10 +01:00
Sanket Dasgupta
b473749260
Fix: wikilinks are slugified when looking for linked note ( #353 )
2020-11-18 22:18:08 +01:00
ingalless
fa01cce934
Feature/templates ( #346 )
...
* Initial work to create new note from template
* Treat template as snippet string
* Small refactor
* Improve semantics of focusNote
* Ask for filename, not title
Authored-by: Jonathan Ingall <jonny@mondago.com >
2020-11-18 22:12:37 +01:00
Riccardo
44e498dddb
Center graph on active note, plus other tweaks ( #352 )
...
* tweaked label display
* #319 highlight and center active document in graph
* minor style tweaks to graph
2020-11-18 18:32:16 +00:00
allcontributors[bot]
679a2947d2
docs: add litanlitudan as a contributor ( #351 )
2020-11-18 12:25:05 +01:00
Tan Li
8710438a46
Minor fix on the icon location ( #350 )
...
Co-authored-by: Tan Li <tan.li@sambanovasystems.com >
2020-11-18 12:24:36 +01:00
José Duarte
90f869e8d0
Refactor the bootstrap function to be simpler ( #344 )
...
* Add documentation to the settings getters
* Reduce code noise in the bootstrap method
Files are now all processed in one method,
without `filter`s or `map`s to avoid reallocating arrays.
`addFile` is now inlined, as its function was mostly noise and became
unused.
`isLocalMarkdown` is now done right after listing all workspace files,
before applying the ignore globs.
`registerFiles` merely deals with registering several files,
instead of requiring a loop each time several files are to be
registered.
* Add documentation and type annotations
* Rephrase filterAndRegister docstring
2020-11-11 20:16:23 +01:00
hikerpig
8a7e9bcdd4
docs: update gitlab-pages.md for demo site of foam-jekyll-template ( #345 )
2020-11-11 20:00:05 +01:00
allcontributors[bot]
e68b6e3023
docs: add asifm as a contributor ( #341 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:55:56 +01:00
allcontributors[bot]
ba84b9b496
docs: add jbn as a contributor ( #340 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:55:12 +01:00
allcontributors[bot]
af5a4a20e6
docs: add Jackiexiao as a contributor ( #339 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:54:01 +01:00
allcontributors[bot]
38181acd53
docs: add scott-joe as a contributor ( #338 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:52:13 +01:00
allcontributors[bot]
683c28e393
docs: add umbrellait-danil-rodin as a contributor ( #337 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:51:07 +01:00
allcontributors[bot]
f9444636e2
docs: add tristansokol as a contributor ( #336 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:48:58 +01:00
allcontributors[bot]
fd0b2ef912
docs: add Sigfried as a contributor ( #335 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:44:31 +01:00
allcontributors[bot]
b911d5b7b1
docs: add hikerpig as a contributor ( #334 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:43:07 +01:00
allcontributors[bot]
7287aa62b5
docs: add yenly as a contributor ( #333 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:42:15 +01:00
allcontributors[bot]
0475d26f2c
docs: add jmg-duarte as a contributor ( #332 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Riccardo <code@riccardoferretti.com >
2020-11-10 12:40:08 +01:00
allcontributors[bot]
bf43113fac
docs: add ingalless as a contributor ( #331 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:38:15 +01:00
allcontributors[bot]
81639fd650
docs: add ingalless as a contributor ( #330 )
...
* docs: update docs/index.md [skip ci]
* docs: update readme.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-10 12:35:26 +01:00
José Duarte
8d110eb04b
Add Foam icon to the extension ( #328 )
2020-11-09 22:18:40 +01:00