Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
12f7281
Allowing sharing on whatsapp
prdm0 Apr 4, 2021
e592ca9
mobileAndTabletCheck
prdm0 Apr 4, 2021
aeb6b26
Add detectDevice(). This function returns 'mobile' or 'computer'.
prdm0 Apr 4, 2021
4eb0f95
Update DESCRIPTION and NEWS.md file.
prdm0 Apr 4, 2021
351ac9f
Improving the web sharing experience
prdm0 Apr 4, 2021
710a76f
Update DESCRIPTION and NEWS.md files
prdm0 Apr 4, 2021
b222592
:art: Update style.css (Font Awesome 5.15.3)
prdm0 Apr 6, 2021
2c2efa9
:art: Update style.css (Font Awesome 5.15.3)
prdm0 Apr 6, 2021
9458208
:art: Added more icons and sharing on whatsapp
prdm0 Apr 8, 2021
d1a18f4
:art: Only the whatsapp icon has been added
prdm0 Apr 8, 2021
a73aa6b
restore style from master
cderv Apr 8, 2021
90adc6b
add whatsapp icon
cderv Apr 8, 2021
76be80f
tweak NEWS
cderv Apr 8, 2021
bcbe031
Add whatsapp to FALSE in default config
cderv Apr 8, 2021
2e36710
Add whatsapp in Book chapter
cderv Apr 8, 2021
af8d57e
remove from default menu
cderv Apr 8, 2021
7010101
bump version
cderv Apr 8, 2021
da803fc
Merge remote-tracking branch 'upstream/master'
prdm0 Apr 9, 2021
3c3a35b
:hammer: Adding color navigation in the sidebar
prdm0 Apr 11, 2021
1e9d92a
:hammer: Adding color navigation in the sidebar
prdm0 Apr 11, 2021
a5642ff
:memo: Update NEWS.md
prdm0 Apr 11, 2021
8e27cd3
:memo: Update DESCRIPTION
prdm0 Apr 11, 2021
8240e93
Update
prdm0 Apr 11, 2021
dc16492
:memo: Update DESCRIPTION file
prdm0 Apr 11, 2021
edfa00a
:hammer: Improving code visualization and removing unnecessary css
prdm0 Apr 11, 2021
d13ef2c
Update
prdm0 Apr 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📝 Update NEWS.md
The NEWS.md file has been updated
  • Loading branch information
prdm0 committed Apr 11, 2021
commit a5642ff801291dea611b70c46e237c5e95d4af4c
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- WhatsApp sharing feature has been added for `gitbook()` using `sharing` key in `config`. This enables sharing the bookdown URL in Whatsapp on Mobile and on Desktop (thanks, Pedro Rafael, @prdm0, #1125).

- Colorful navigation between sections was added in the sidebar of the `gitbook` format, using `stylish` key in `config`. It is possible to enter a valid RGB system color, in hexadecimal notation or an image (local or url), using in `stylish` the `cover_image` key. In the case of an image, the median of the color channels is considered. `stylish` also has a key `justify` that justifies all the text. (thanks, Pedro Rafael, @prdm0).
- Colorful navigation between sections was added in the sidebar of the `gitbook` format, using `stylish` key in `config`. It is possible to enter a valid RGB system color, in hexadecimal notation or an image (local or url), using in `stylish` the `cover_image` key. In the case of an image, the median of the color channels is considered. `stylish` also has a key `justify` that justifies all the text. (thanks, Pedro Rafael, @prdm0, #1133).

## BUG FIXES

Expand Down