Riccardo
e0bcb6bd92
Style graph nodes by type ( #449 )
...
* added styling of graph nodes by type
* removed unused css file
* added style by type to documentation
2021-01-14 20:22:44 +01:00
Riccardo
cd92468311
Prettier format and chores ( #448 )
...
* fix #442 - link to known-issues replaced
* formatted settings + enable format on save + improved jest config
* removed editorconfig in foam-cli
* formatted foam-vscode
* removed author in package.json files
* minor changes to readme files
* fixed husky pre-commit hook
2021-01-14 17:00:03 +01:00
allcontributors[bot]
4412f860dd
docs: add elswork as a contributor ( #445 )
...
* 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>
2021-01-14 13:16:44 +01:00
elswork
3e3d36b954
Update unlinked-references.md ( #444 )
...
Fix small mistake
2021-01-14 13:08:51 +01:00
José Duarte
792e66b061
Add custom graph styling support ( #438 )
...
* Add graph style to VSCode settings
* Update default to an empty object
* Add function to retrieve the graph style from the settings
* Implement the graph custom styling setting
The implementation makes use of the webview communication mechanism to
switch messages between the webview and the graph.
It works as follows:
- When the webview is loaded, it now sends a single request to VSCode,
the request asks VSCode for the graph style
- When VSCode answers with the style, the graph style is updated and
the webview loading process continues as normal.
The style change does not modify the API, in fact it makes use of the
shadiest programming tatic ever, *global variables* to remain
compatible.
The style object *currently* supports four base fields:
- background: string
- fontSize: int
- highlightedForeground: string
- node: object
- note: string
- nonExistingNote: string
- unknown: string
* Simplify null handling logic
* Remove debug logs
* Rename style setting
* Rename message style type
* Remove forgotten debug log
* Refactor the code to match model & action
* Add missing break
* Allow for dynamic style updates
* Fix the window loading bug
* Implement a permanent fix to the bug
* Replace `nonExistingNote` with `placeholder`
* Include the new graph style feature in the docs
* Remove unnecessary async
* Remove unused case
2021-01-13 17:55:58 +00:00
Riccardo
32f40fa0de
fix( #473 ) - link now points to correct location
2021-01-10 22:33:44 +01:00
Brian Anglin
0060ea2a3a
Fix typo in link ( #434 )
2021-01-06 22:53:38 +01:00
allcontributors[bot]
a11dee89ba
docs: add anglinb as a contributor ( #431 )
...
* 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>
2021-01-04 15:07:49 +01:00
Brian Anglin
62e46e87b0
Adds iOS Shortcut and GitHub Actions recipe ( #430 )
2021-01-04 15:04:59 +01:00
Riccardo
ef7ea8d23b
End 2 end test for the extension in vscode ( #428 )
...
* added support for e2e vscode tests
* using github action that supports headless test run
* loading vscode test instance in empty dir to speed up bootstrap
2021-01-03 19:27:51 +01:00
Riccardo
f9331ad327
refactor: better organization and simplification of core model ( #406 )
...
* using URI as note identifier
* cleanup: put definitions together with related code, moved note-graph, removed slug field from Note model
2021-01-03 13:04:05 +01:00
allcontributors[bot]
a944d993fc
docs: add themaxdavitt as a contributor ( #426 )
...
for fixing recipe link in foam-template
2021-01-02 22:53:08 +01:00
allcontributors[bot]
eaa522fe1b
docs: add bpugh as a contributor ( #419 )
...
* 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-12-29 12:01:51 +01:00
Riccardo Ferretti
71948062b1
updated documentation links via janitor command
2020-12-20 19:39:16 +01:00
allcontributors[bot]
85e0784c54
docs: add MCluck90 as a contributor ( #408 )
...
* 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-12-17 20:28:57 +01:00
Riccardo Ferretti
39bc7ec0be
docs: added image to help finding foam log in vscode
2020-12-14 17:10:36 +01:00
Riccardo
17337a366f
added off setting for foam.edit.linkReferenceDefinitions in documentation
2020-12-13 11:29:45 +01:00
Riccardo Ferretti
643df08ac5
fix link to /docs dir #399
2020-12-07 18:24:28 +01:00
Riccardo
deb77328c0
Reorganized and updated foam docs ( #398 )
...
* reorganized and updated foam docs
* minor changes to vscode extension readme
* added 404 page and minor changes
Co-authored-by: Joe Previte <jjprevite@gmail.com >
2020-12-05 23:04:34 +01:00
Riccardo Ferretti
5af17c58c0
improved documentation and bug issue template
2020-11-29 13:18:21 +01:00
Jonathan Carter
865bb95745
Updating the GistPad documentation ( #379 )
2020-11-27 14:54:30 -07: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
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
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
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
allcontributors[bot]
679a2947d2
docs: add litanlitudan as a contributor ( #351 )
2020-11-18 12:25:05 +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
Yenly
74591eb192
docs: Update Publish recipes to link to community templates ( #289 )
...
* docs: Update Publish recipes to link to community templates
* Add instructions on how to deploy foam-gatsby-template to vercel
2020-11-02 21:26:16 +01:00
Sigfried Gold
891a182d77
fixed broken link in doc page ( #292 )
2020-10-21 16:14:32 +02:00
Sanket Dasgupta
ba78b9ecbe
docs: Add Web Clipper Options ( #228 )
...
* docs: Add Web Clipper recipe
* chore: Update link reference definitions
2020-10-11 12:49:34 +02:00
Riccardo
a23e73245f
Update docs to use extension in wikilink definition ( #283 )
...
* changed vscode setting to include extensions in link definition
* updated docs to include extension in wikilink definition
* updated readme to navigate to github pages instead of published site
2020-10-09 19:04:07 +01:00
Riccardo
74dbf485df
added support for graph middleware via local plugin ( #261 )
...
* added support for graph middleware via local plugin
* added support for parsing extension points / plugins
* improved parser plugin and added docs
* improved name of parameter
* need to enable local plugins, and improved configuration system
For security reasons local plugins are off by default.
The feature can be enabled via a flag in the foam configuration, which has been expanded to support this case.
The configuration system now reads a `config.json` file inside the `.foam` directory as well as a `~/.foam/config.json` file to configure the system.
Only the user specific configuration file can be used to enable local plugins, as a security measure against malicious repos.
* added prettier configuration file
This ensures consistency across machines as well as an explicit source of truth
2020-10-07 22:19:04 +02:00
Danil Rodin
5f561100e6
Update gitlab-pages.md ( #266 )
...
* Update gitlab-pages.md
The `jekyll-optional-front-matter` need to set plugin in the _config.yaml
* Update gitlab-pages.md
2020-10-04 14:20:22 +02:00
Scott Williams
d45d715f6d
Update roadmap.md ( #271 )
2020-09-30 15:29:42 +02:00
Asif Mehedi
d1fcba35c7
Typo/grammar ( #267 )
2020-09-30 15:29:03 +02:00
jackiexiao
542725fe51
add preview on hover && github pages templates ( #272 )
2020-09-28 15:32:45 +02:00
John B Nelson
6364af0477
s/higlight/highlight/ ( #263 )
2020-09-15 14:09:17 +02:00