You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,19 +15,17 @@ Automatically set the first line as note title, just like in Apple Notes! Forget
15
15
- Replace characters forbidden in filenames with safe alternatives, or omit them entirely.
16
16
- Strip markdown syntax from filenames.
17
17
- Add custom replacement rules.
18
-
- Automatically add a first line alias property — make forbidden characters searchable in the Quick switcher or [Omnisearch](https://obsidian.md/plugins?id=omnisearch).
18
+
- Automatically populate a first line alias property — make forbidden characters searchable in the Quick switcher or [Omnisearch](https://obsidian.md/plugins?id=omnisearch).
19
19
- Commands to batch rename all notes in a folder, all notes with a tag, all search results, or the entire vault.
20
20
- Exclude select notes, folders, tags, properties or filenames from renaming, or only enable renaming in some.
21
-
- Convert a selection containing characters forbidden in filenames into a safe internal link. Preserve the original text in link caption.
21
+
- Convert a selection containing characters forbidden in filenames into a valid internal link. Preserve the original text in link caption.
22
22
23
-
_Only notes that are currently open in the editor are processed, along with any notes you explicitly select for batch operations (like renaming all notes in a folder). Multiple safeguards are in place to prevent unintended changes or runaway operations, but regular backups remain your ultimate safety net._
23
+
## 🔏 File integrity
24
24
25
-
## ✅ Installation
25
+
- Only notes that are currently open in the editor are processed, along with any notes you explicitly select for batch operations (like renaming all notes in a folder).
26
+
- Multiple safeguards are in place to prevent unintended changes but [regular backups](https://help.obsidian.md/backup) remain your ultimate safety net.
26
27
27
-
> [!IMPORTANT]
28
-
> The plugin is in active development — things can break, or change drastically between releases.
29
-
>
30
-
> **Ensure your files are regularly [backed up](https://help.obsidian.md/backup).**
28
+
## ✅ Install
31
29
32
30
Untill _First Line is Title_ is [made availiable](https://github.com/obsidianmd/obsidian-releases/pull/7429) in the plugin directory, follow the steps below to install it.
33
31
@@ -57,7 +55,7 @@ Note: to get updates for _First Line is Title_, you will have to check for and i
-[Title As Link Text](https://obsidian.md/plugins?id=title-as-link-text)
70
71
71
72
## 🙏 Acknowledgements
72
73
73
-
- This plugin builds on [Auto Filename](https://obsidian.md/plugins?id=auto-filename) and employs some of its code.
74
+
- This plugin builds on [Auto Filename](https://github.com/rcsaquino/obsidian-auto-filename) and employs some of its code.
74
75
- Tag context menu functionality implements patterns from [Tag Wrangler](https://github.com/pjeby/tag-wrangler).
75
76
76
77
## 👨💻 What else I made
77
78
78
-
-[Adapt to Current View](https://github.com/greetclammy/adapt-to-current-view/)
79
+
-[Copy Link](https://github.com/greetclammy/copy-link) - Add commands to quickly copy links to files, headings and blocks.
80
+
-[Adapt to Current View](https://github.com/greetclammy/adapt-to-current-view/) - Set different accent colors for Reading view, Live Preview and Source view.
0 commit comments