Copyright notice
When writing reading notes, automatically strip the book copyright notice that gets copied from the Books app.
Extra blank lines
Automatically remove the extra blank lines copied from ChatGPT.
After editing main.ts, run the script to rebuild it:
npx esbuild main.ts --bundle --external:obsidian --external:electron --format=cjs --platform=node --outfile=main.jsTables
Copying a table from Google Sheets into Obsidian
The formatting breaks after pasting.
Fix:
Plugin: Advanced Tables
Copying a table from Obsidian into Google Sheets
- Websites
- Copy the Markdown table from Obsidian
- Visit a site like:
- Paste the Markdown table and convert it to CSV or Excel
- Then copy the converted result into Google Sheets
- Plugins The “Copy as HTML” or “Markdown to HTML” plugins — tried them, didn’t work
- A self-built plugin Name: Table to Google Sheets Usage: Select the table you want to copy Right-click and choose “Copy Markdown table as a Google-Sheets-pasteable format” Paste into Google Sheets