remove joplin

This commit is contained in:
Tyler Starr 2023-09-10 11:47:07 -07:00
parent 3fd46c01f5
commit 6911ac67f1
6 changed files with 0 additions and 32 deletions

View File

@ -1,18 +0,0 @@
#!/usr/bin/env bash
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀
#⠀⠀⠀⠀⠀⠀⠀⠀⣼⡏⠸⣧⠀⠀⠀⠀⠀⠀⠀⠀
#⠠⢤⣤⣤⣤⣤⣤⣴⡿⠀⠀⢻⣦⣤⣤⣤⣤⣤⡤⠄ Tyler Starr (starr-dusT)
#⠀⠀⠙⠻⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⠟⠋⠀⠀ https://github.com/starr-dusT/dotfiles
#⠀⠀⠀⠀⠀⠙⣿⡆⠀⠀⠀⠀⠰⣿⠋⠀⠀⠀⠀⠀ https://tstarr.us
#⠀⠀⠀⠀⠀⢰⡟⠀⣀⣴⣦⣀⠀⢻⡆⠀⠀⠀⠀⠀
#⠀⠀⠀⠀⢀⣾⣧⡾⠛⠁⠈⠙⠷⣼⣿⡀⠀⠀⠀⠀
#⠀⠀⠀⠀⡸⠟⠁⠀⠀⠀⠀⠀⠀⠈⠛⢧⠀⠀⠀⠀
# Create html bookmarks from "Bookmarks" note in Joplin
tempdir=$(mktemp -d)
joplin sync
joplin export --note Bookmarks --format=md ${tempdir}
joplin export --note "Watch Later" --format=md ${tempdir}
pandoc --standalone "${tempdir}/Personal/Web/Bookmarks.md" > /tmp/Bookmarks.html
pandoc --standalone "${tempdir}/Personal/Web/Watch Later.md" > /tmp/Watch_Later.html

View File

@ -197,7 +197,6 @@ mode open {
bindsym b exec brave, $e
bindsym s exec steam || flatpak run com.valvesoftware.Steam, $e
bindsym d exec discord || flatpak run com.discordapp.Discord, $e
bindsym j exec joplin-desktop, $e, exec ~/.config/sway/scripts/joplin.sh
bindsym Escape mode default
}

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
while ! [[ $(swaymsg -t get_tree | grep '"class": "Joplin"') ]]
do
sleep .05
done
swaymsg '[class="Joplin"]' move container to workspace "7:note"

View File

@ -9,8 +9,6 @@
rbw
zk
bat
joplin
joplin-desktop
];
home.stateVersion = "23.05";

View File

@ -16,8 +16,6 @@
rbw
zk
bat
joplin
joplin-desktop
];
home.stateVersion = "23.05";

View File

@ -21,8 +21,6 @@ in {
pkgs.dolphin-emu
pkgs-unstable.sunshine
pkgs-unstable.moonlight-qt
pkgs-unstable.joplin
pkgs-unstable.joplin-desktop
];
};