I’ve compiled a small collection of CSS and JS snippets for mobile devices. Uses **CodeScript Toolkit** and CSS Editor plugins for implementation.
Implemented with JS scripts:
- [Modified mobile navigation bars + enhanced behaviors]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/articles/Main%20UI%20configuration.md )
- [Multifunctional indicator button]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/startup/indicatorVim.md )
- [Open active tab in right sidebar]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/invoke/openNoteInSideBar.md )
- [Lorem ipsum generator]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/invoke/loremGenerator.md )
- [Copy path as Markdown link relative to specific folder]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/startup/copyPathAsMarkdown.md )
- [Manual note moving]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/invoke/moveNote_v01.md ) or [Automatic nite mover]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/startup/autoNewNoteMover.md )
- [Modal file manager]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/startup/folderFilesModal.md )
- [Auto-translate active note to Reading mode]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/codeButton/previewSwitcher.md )
- [Auto-collapse all headers on open]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20JS/codeButton/autoFoldAll.md )
Implemented with CSS snippets:
- [Basic User Interface settings]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20CSS/notes/intro_mainNavBars.md )
- [Optional Text editor component enhancements]( https://github.com/DmitriyChrist/obsidian-mobile-toolkit/blob/main/custom%20CSS/Custom%20via%20CSS.md#text-editor ) - title, text, callouts and etc.