## Plugin News
### New
- [Readwise](https://readwise.io/i/ac9) shipped their [official integration plugin](https://github.com/readwiseio/obsidian-readwise) this week and it’s generating a ton of buzz. Here's the [forum thread](https://forum.obsidian.md/t/the-official-readwise-obsidian-integration-has-launched/22311/5) but basically, Readwise lets you import highlights and annotations from pdfs, rss readers, twitter, ebooks and more. It also has the best OCR highlighter for dead tree books I’ve ever come across, and while checking it out again for the Roundup I discovered that they have half-price education pricing. Their team is also super nice and has been helping people out in the Obsidian Discord. You (& I) can get a month free using [this link](https://readwise.io/i/ac9) if you sync highlights to your account. Here's one overview of [what to expect from the plugin](https://medium.com/@benenewton/first-look-at-the-official-readwise-obsidian-plugin-5d553c0d0521), & here's [another](https://nicolevanderhoeven.com/blog/20210810-readwise-to-obsidian-redux/).
- [The Obsidian Pocket](https://github.com/nybbles/obsidian-pocket/) plugin allows users to sync Pocket reading lists into Obsidian.
- It's now possible to use YAML to force the view-mode of a note, i.e. to set a note with a dataview block to always open in preview mode by default. The plugin is very descriptively called [Obsidian Force View Mode of Note](https://github.com/bwydoogh/obsidian-force-view-mode-of-note).
- [Obsidian Macros](https://github.com/phibr0/obsidian-macros) lets you combine commands from the command palette, with optional delays between commands.
- Obsidian now has an [integration with Toggl](https://github.com/mcndt/obsidian-toggl-integration) timers.
- The [Obsidian Customizable Sidebar Plugin](https://github.com/phibr0/obsidian-customizable-sidebar) allows you to add any command, including those of plugins, to the sidebar and assign custom icons to them. Here's information for how [developers can add icons to their commands](http://discordapp.com/channels/686053708261228577/840286264964022302/875393424918999081).
- We now have support for [Emoji Shortcodes](https://github.com/phibr0/obsidian-emoji-shortcodes) in Obsidian, which for example makes `:heart:` turn into ❤️.
- You can now [automatically number headings](https://github.com/onlyafly/number-headings-obsidian).
- [Alx's Folder Note plugin](https://github.com/aidenlx/alx-folder-note) is a bit of an update on the OG version by `xpgo` that lets you have a folder function as a note.
- This customizable [linter](https://github.com/platers/obsidian-linter) plugin will let you "fix" markdown styling to be more consistent within a note.
- The new [WordNet plugin](https://github.com/TfTHacker/Obsidian-WordNet) is a dictionary plugin that works from the command palette instead of sidebar or right-click menu.
### Updates
- The absolutely gorgeous minimal text editor modal plugin [cMenu](https://github.com/chetachiezikeuzor/cMenu-Plugin) from the developer of Yin&Yang now has a setting for custom commands on the little ui bar.
- The original [Todoist plugin](https://github.com/jamiebrynes7/obsidian-todoist-plugin/releases/tag/1.8.0) released 1.8 with mobile support & a few other nice features.
- [Breadcrumbs](https://github.com/SkepticMystic/breadcrumbs) had a breaking change update that allows for multiple separate hierarchies.
- [Obsidian Git v1.10.0](https://github.com/denolehov/obsidian-git/releases/tag/1.10.0) now has submodules support.
- [v1.0.3 of Longform](https://github.com/kevboh/longform) has some bugfixes.
- v1.6.0 of the [Obsidian Spaced Repetition Plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition) has single and multi line reversed cards function, the ability to ignore flashcards using HTML comments, and some caching improvements.
### For Developers
- [Obsidian Tools](https://github.com/obsidian-tools/obsidian-tools) is an unofficial package designed to help devs build plugins that has some nifty CLI stuff.
- Here's a tutorial about how to do stuff with [custom events](https://shbgm.ca/obsidian/docs/plugin-development/custom-events).
- `@TfTHacker` put together this [object model diagram](https://twitter.com/TfTHacker/status/1424051711220625409) to help visualize the Obsidian API.
## Workflow Stuff
- Here's how you can [view your latest readwise highlights in your daily note using the Templater plugin](https://medium.com/@benenewton/how-i-view-my-latest-readwise-highlights-in-my-obsidian-daily-note-3d321dd6ed07)
- Danny Hatcher put together a beginner's guide for [building a second brain from scratch](https://www.youtube.com/watch?v=njibNuFQwjw) using Obsidian.
- Here's a guide for how to [Generate Custom PDFs with Pandoc, Panrun, and The Eisvogel LaTex Template](https://forum.obsidian.md/t/generate-custom-pdfs-with-pandoc-panrun-and-the-eisvogel-latex-template/22237/).
- Here is a [quick guide](https://gist.github.com/chrisgrieser/4f64b0fc656480ea707d2b45a03acdc0) from `@pseudometa` explaining how to deal with the problem that Pandoc does not understand Obsidian's Wiki-Style image links(`![[ ]]`).
- Here's a tutorial on [using Templater, Buttons & Dataview together](https://shbgm.ca/obsidian/docs/insert-dataview-table).
- Here's how you can use [Macros or QuickAdd to create a button that fires multiple commands](https://shbgm.ca/obsidian/docs/quickadd-multi-buttons).
- `@ryanjamurphy` put together this nifty Obsidian environment for [qualitative data analysis](https://axle.design/an-integrated-qualitative-analysis-environment-with-obsidian)
- Here's a nifty guide to how [semantic line breaks](https://sembr.org/) can work with the Markdown spec to help make long text easier to parse.
- Here's a MacOS [guide](https://forum.obsidian.md/t/make-obsidian-a-default-app-for-markdown-files-on-macos/22260) for how to make Obsidian your default markdown editor for files in your vaults + simultaneously make other app of your choice (for example, VSCode) default markdown editor for files outside of your Obsidian vaults.
- Here's how you can [symlink your Markdownload files into your vault](https://forum.obsidian.md/t/markdownload-markdown-web-clipper/173/121) — without needing fancy plugins.
- `@SlRvb` shared how they use [Obsidian for journaling](https://forum.obsidian.md/t/slrvbs-journaling-setup/22346).
## Feature Requests
- `@arminta7` requested a plugin that can allow for better automations like what Hazel and Dropbox can do to automate stuff in vaults via Zapier, etc. Here's an [example](https://twitter.com/hstagner/status/1401175949987753986) of how some folks are _currently_ using Zapier with Obsidian.
- The request for [Smart Folders](https://forum.obsidian.md/t/smart-folders-notes-can-sort-automatically-to-chosen-folders-based-on-tags/4342/14) is still getting traction!
## Appearance
- the [Yin and Yang theme](https://github.com/chetachiezikeuzor/Yin-and-Yang-Theme) now has better mobile optimization, more customizable feature settings in Style Settings, & some other nice stuff.
- The delightful [Win98 edition theme](https://github.com/SMUsamaShah/Obsidian-Win98-Edition) makes Obsidian look like a Win98 program.
- Here's some CSS for [vertical layout of Kanban boards](https://discord.com/channels/686053708261228577/702656734631821413/873891284266397696) at small window widths.
## Knowledge Management
- `@joshduffney` has a nice video about [how to categorize and manage fleeting notes](https://www.youtube.com/watch?v=cvYitBS1yOY).
- `@ryanjamurphy` shared a new [framework for understanding Integrated Thinking Environments](https://axle.design/obsidian-roam-and-the-rise-of-integrated-thinking-environments%E2%80%94what-they-are-what-they-do-and-what-s) like Obsidian.
## Ancillary Tools
- [Manubot](https://manubot.org/) lets you take a manuscript written in markdown track it with git, automatically convert it to .html, .pdf, or .docx, and deploy it to your destination of choice. Hopefully this helps all the folks trying to figure out how to collaborate using Obsidian.