[PR #1182] [MERGED] Add editor line numbers preference #1191

Closed
opened 2026-03-03 00:25:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1182
Author: @Komediruzecki
Created: 9/13/2021
Status: Merged
Merged: 9/15/2021
Merged by: @Rokt33r

Base: masterHead: feature/show-hide-editor-line-numbers


📝 Commits (1)

  • d2b23d4 Add editor line numbers preference

📊 Changes

10 files changed (+48 additions, -2 deletions)

View changed files

📝 src/cloud/components/Editor/index.tsx (+2 -1)
📝 src/cloud/components/settings/UserPreferencesForm.tsx (+37 -0)
📝 src/cloud/lib/i18n/enUS.ts (+1 -0)
📝 src/cloud/lib/i18n/fr.ts (+1 -0)
📝 src/cloud/lib/i18n/ja.ts (+1 -0)
📝 src/cloud/lib/i18n/types.ts (+1 -0)
📝 src/cloud/lib/i18n/zhCN.ts (+1 -0)
📝 src/cloud/lib/stores/settings/store.ts (+1 -0)
📝 src/cloud/lib/stores/settings/types.ts (+1 -0)
📝 src/mobile/components/pages/DocEditPage.tsx (+2 -1)

📄 Description

Update mobile and basic edit page
Update preferences handling
Add show/hide option to PreferencesTab

Tested in desktop app and web app, showcase:

https://user-images.githubusercontent.com/18196945/133117996-d930eaa8-3210-459f-83e3-81a6d7278e84.mp4

Fixes: https://github.com/Boostnote/BoostHub/issues/1360
Relates to: https://github.com/BoostIO/BoostNote-App/discussions/1174


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1182 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 9/13/2021 **Status:** ✅ Merged **Merged:** 9/15/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feature/show-hide-editor-line-numbers` --- ### 📝 Commits (1) - [`d2b23d4`](https://github.com/BoostIO/BoostNote-App/commit/d2b23d451bc046217cc908ed16b3d883d02c84f3) Add editor line numbers preference ### 📊 Changes **10 files changed** (+48 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Editor/index.tsx` (+2 -1) 📝 `src/cloud/components/settings/UserPreferencesForm.tsx` (+37 -0) 📝 `src/cloud/lib/i18n/enUS.ts` (+1 -0) 📝 `src/cloud/lib/i18n/fr.ts` (+1 -0) 📝 `src/cloud/lib/i18n/ja.ts` (+1 -0) 📝 `src/cloud/lib/i18n/types.ts` (+1 -0) 📝 `src/cloud/lib/i18n/zhCN.ts` (+1 -0) 📝 `src/cloud/lib/stores/settings/store.ts` (+1 -0) 📝 `src/cloud/lib/stores/settings/types.ts` (+1 -0) 📝 `src/mobile/components/pages/DocEditPage.tsx` (+2 -1) </details> ### 📄 Description Update mobile and basic edit page Update preferences handling Add show/hide option to PreferencesTab Tested in desktop app and web app, showcase: https://user-images.githubusercontent.com/18196945/133117996-d930eaa8-3210-459f-83e3-81a6d7278e84.mp4 Fixes: https://github.com/Boostnote/BoostHub/issues/1360 Relates to: https://github.com/BoostIO/BoostNote-App/discussions/1174 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1191
No description provided.